Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
+529 -2
View File
@@ -24,6 +24,21 @@
{"shape":"InternalException"}
]
},
"CancelElasticsearchServiceSoftwareUpdate":{
"name":"CancelElasticsearchServiceSoftwareUpdate",
"http":{
"method":"POST",
"requestUri":"/2015-01-01/es/serviceSoftwareUpdate/cancel"
},
"input":{"shape":"CancelElasticsearchServiceSoftwareUpdateRequest"},
"output":{"shape":"CancelElasticsearchServiceSoftwareUpdateResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"CreateElasticsearchDomain":{
"name":"CreateElasticsearchDomain",
"http":{
@@ -130,6 +145,84 @@
{"shape":"ValidationException"}
]
},
"DescribeReservedElasticsearchInstanceOfferings":{
"name":"DescribeReservedElasticsearchInstanceOfferings",
"http":{
"method":"GET",
"requestUri":"/2015-01-01/es/reservedInstanceOfferings"
},
"input":{"shape":"DescribeReservedElasticsearchInstanceOfferingsRequest"},
"output":{"shape":"DescribeReservedElasticsearchInstanceOfferingsResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"DisabledOperationException"},
{"shape":"InternalException"}
]
},
"DescribeReservedElasticsearchInstances":{
"name":"DescribeReservedElasticsearchInstances",
"http":{
"method":"GET",
"requestUri":"/2015-01-01/es/reservedInstances"
},
"input":{"shape":"DescribeReservedElasticsearchInstancesRequest"},
"output":{"shape":"DescribeReservedElasticsearchInstancesResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalException"},
{"shape":"ValidationException"},
{"shape":"DisabledOperationException"}
]
},
"GetCompatibleElasticsearchVersions":{
"name":"GetCompatibleElasticsearchVersions",
"http":{
"method":"GET",
"requestUri":"/2015-01-01/es/compatibleVersions"
},
"input":{"shape":"GetCompatibleElasticsearchVersionsRequest"},
"output":{"shape":"GetCompatibleElasticsearchVersionsResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"ResourceNotFoundException"},
{"shape":"DisabledOperationException"},
{"shape":"ValidationException"},
{"shape":"InternalException"}
]
},
"GetUpgradeHistory":{
"name":"GetUpgradeHistory",
"http":{
"method":"GET",
"requestUri":"/2015-01-01/es/upgradeDomain/{DomainName}/history"
},
"input":{"shape":"GetUpgradeHistoryRequest"},
"output":{"shape":"GetUpgradeHistoryResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"ResourceNotFoundException"},
{"shape":"DisabledOperationException"},
{"shape":"ValidationException"},
{"shape":"InternalException"}
]
},
"GetUpgradeStatus":{
"name":"GetUpgradeStatus",
"http":{
"method":"GET",
"requestUri":"/2015-01-01/es/upgradeDomain/{DomainName}/status"
},
"input":{"shape":"GetUpgradeStatusRequest"},
"output":{"shape":"GetUpgradeStatusResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"ResourceNotFoundException"},
{"shape":"DisabledOperationException"},
{"shape":"ValidationException"},
{"shape":"InternalException"}
]
},
"ListDomainNames":{
"name":"ListDomainNames",
"http":{
@@ -187,6 +280,23 @@
{"shape":"InternalException"}
]
},
"PurchaseReservedElasticsearchInstanceOffering":{
"name":"PurchaseReservedElasticsearchInstanceOffering",
"http":{
"method":"POST",
"requestUri":"/2015-01-01/es/purchaseReservedInstanceOffering"
},
"input":{"shape":"PurchaseReservedElasticsearchInstanceOfferingRequest"},
"output":{"shape":"PurchaseReservedElasticsearchInstanceOfferingResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"LimitExceededException"},
{"shape":"DisabledOperationException"},
{"shape":"ValidationException"},
{"shape":"InternalException"}
]
},
"RemoveTags":{
"name":"RemoveTags",
"http":{
@@ -200,6 +310,21 @@
{"shape":"InternalException"}
]
},
"StartElasticsearchServiceSoftwareUpdate":{
"name":"StartElasticsearchServiceSoftwareUpdate",
"http":{
"method":"POST",
"requestUri":"/2015-01-01/es/serviceSoftwareUpdate/start"
},
"input":{"shape":"StartElasticsearchServiceSoftwareUpdateRequest"},
"output":{"shape":"StartElasticsearchServiceSoftwareUpdateResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"UpdateElasticsearchDomainConfig":{
"name":"UpdateElasticsearchDomainConfig",
"http":{
@@ -216,6 +341,23 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"UpgradeElasticsearchDomain":{
"name":"UpgradeElasticsearchDomain",
"http":{
"method":"POST",
"requestUri":"/2015-01-01/es/upgradeDomain"
},
"input":{"shape":"UpgradeElasticsearchDomainRequest"},
"output":{"shape":"UpgradeElasticsearchDomainResponse"},
"errors":[
{"shape":"BaseException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"DisabledOperationException"},
{"shape":"ValidationException"},
{"shape":"InternalException"}
]
}
},
"shapes":{
@@ -277,6 +419,19 @@
"exception":true
},
"Boolean":{"type":"boolean"},
"CancelElasticsearchServiceSoftwareUpdateRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{"shape":"DomainName"}
}
},
"CancelElasticsearchServiceSoftwareUpdateResponse":{
"type":"structure",
"members":{
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"}
}
},
"CloudWatchLogsLogGroupArn":{"type":"string"},
"CognitoOptions":{
"type":"structure",
@@ -298,6 +453,17 @@
"Status":{"shape":"OptionStatus"}
}
},
"CompatibleElasticsearchVersionsList":{
"type":"list",
"member":{"shape":"CompatibleVersionsMap"}
},
"CompatibleVersionsMap":{
"type":"structure",
"members":{
"SourceVersion":{"shape":"ElasticsearchVersionString"},
"TargetVersions":{"shape":"ElasticsearchVersionList"}
}
},
"CreateElasticsearchDomainRequest":{
"type":"structure",
"required":["DomainName"],
@@ -311,6 +477,7 @@
"VPCOptions":{"shape":"VPCOptions"},
"CognitoOptions":{"shape":"CognitoOptions"},
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptions"},
"AdvancedOptions":{"shape":"AdvancedOptions"},
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
}
@@ -338,6 +505,17 @@
"DomainStatus":{"shape":"ElasticsearchDomainStatus"}
}
},
"DeploymentCloseDateTimeStamp":{"type":"timestamp"},
"DeploymentStatus":{
"type":"string",
"enum":[
"PENDING_UPDATE",
"IN_PROGRESS",
"COMPLETED",
"NOT_ELIGIBLE",
"ELIGIBLE"
]
},
"DescribeElasticsearchDomainConfigRequest":{
"type":"structure",
"required":["DomainName"],
@@ -418,6 +596,60 @@
"LimitsByRole":{"shape":"LimitsByRole"}
}
},
"DescribeReservedElasticsearchInstanceOfferingsRequest":{
"type":"structure",
"members":{
"ReservedElasticsearchInstanceOfferingId":{
"shape":"GUID",
"location":"querystring",
"locationName":"offeringId"
},
"MaxResults":{
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
},
"NextToken":{
"shape":"NextToken",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"DescribeReservedElasticsearchInstanceOfferingsResponse":{
"type":"structure",
"members":{
"NextToken":{"shape":"NextToken"},
"ReservedElasticsearchInstanceOfferings":{"shape":"ReservedElasticsearchInstanceOfferingList"}
}
},
"DescribeReservedElasticsearchInstancesRequest":{
"type":"structure",
"members":{
"ReservedElasticsearchInstanceId":{
"shape":"GUID",
"location":"querystring",
"locationName":"reservationId"
},
"MaxResults":{
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
},
"NextToken":{
"shape":"NextToken",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"DescribeReservedElasticsearchInstancesResponse":{
"type":"structure",
"members":{
"NextToken":{"shape":"String"},
"ReservedElasticsearchInstances":{"shape":"ReservedElasticsearchInstanceList"}
}
},
"DisabledOperationException":{
"type":"structure",
"members":{
@@ -450,6 +682,7 @@
"type":"list",
"member":{"shape":"DomainName"}
},
"Double":{"type":"double"},
"EBSOptions":{
"type":"structure",
"members":{
@@ -482,6 +715,22 @@
"m4.2xlarge.elasticsearch",
"m4.4xlarge.elasticsearch",
"m4.10xlarge.elasticsearch",
"m5.large.elasticsearch",
"m5.xlarge.elasticsearch",
"m5.2xlarge.elasticsearch",
"m5.4xlarge.elasticsearch",
"m5.12xlarge.elasticsearch",
"r5.large.elasticsearch",
"r5.xlarge.elasticsearch",
"r5.2xlarge.elasticsearch",
"r5.4xlarge.elasticsearch",
"r5.12xlarge.elasticsearch",
"c5.large.elasticsearch",
"c5.xlarge.elasticsearch",
"c5.2xlarge.elasticsearch",
"c5.4xlarge.elasticsearch",
"c5.9xlarge.elasticsearch",
"c5.18xlarge.elasticsearch",
"t2.micro.elasticsearch",
"t2.small.elasticsearch",
"t2.medium.elasticsearch",
@@ -522,6 +771,7 @@
"InstanceCount":{"shape":"IntegerClass"},
"DedicatedMasterEnabled":{"shape":"Boolean"},
"ZoneAwarenessEnabled":{"shape":"Boolean"},
"ZoneAwarenessConfig":{"shape":"ZoneAwarenessConfig"},
"DedicatedMasterType":{"shape":"ESPartitionInstanceType"},
"DedicatedMasterCount":{"shape":"IntegerClass"}
}
@@ -548,6 +798,7 @@
"VPCOptions":{"shape":"VPCDerivedInfoStatus"},
"CognitoOptions":{"shape":"CognitoOptionsStatus"},
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptionsStatus"},
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptionsStatus"},
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"}
}
@@ -569,6 +820,7 @@
"Endpoint":{"shape":"ServiceUrl"},
"Endpoints":{"shape":"EndpointsMap"},
"Processing":{"shape":"Boolean"},
"UpgradeProcessing":{"shape":"Boolean"},
"ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
"ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
"EBSOptions":{"shape":"EBSOptions"},
@@ -577,8 +829,10 @@
"VPCOptions":{"shape":"VPCDerivedInfo"},
"CognitoOptions":{"shape":"CognitoOptions"},
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
"NodeToNodeEncryptionOptions":{"shape":"NodeToNodeEncryptionOptions"},
"AdvancedOptions":{"shape":"AdvancedOptions"},
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
"LogPublishingOptions":{"shape":"LogPublishingOptions"},
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"}
}
},
"ElasticsearchDomainStatusList":{
@@ -629,12 +883,83 @@
"value":{"shape":"ServiceUrl"}
},
"ErrorMessage":{"type":"string"},
"GUID":{
"type":"string",
"pattern":"\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
},
"GetCompatibleElasticsearchVersionsRequest":{
"type":"structure",
"members":{
"DomainName":{
"shape":"DomainName",
"location":"querystring",
"locationName":"domainName"
}
}
},
"GetCompatibleElasticsearchVersionsResponse":{
"type":"structure",
"members":{
"CompatibleElasticsearchVersions":{"shape":"CompatibleElasticsearchVersionsList"}
}
},
"GetUpgradeHistoryRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"DomainName",
"location":"uri",
"locationName":"DomainName"
},
"MaxResults":{
"shape":"MaxResults",
"location":"querystring",
"locationName":"maxResults"
},
"NextToken":{
"shape":"NextToken",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"GetUpgradeHistoryResponse":{
"type":"structure",
"members":{
"UpgradeHistories":{"shape":"UpgradeHistoryList"},
"NextToken":{"shape":"String"}
}
},
"GetUpgradeStatusRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"DomainName",
"location":"uri",
"locationName":"DomainName"
}
}
},
"GetUpgradeStatusResponse":{
"type":"structure",
"members":{
"UpgradeStep":{"shape":"UpgradeStep"},
"StepStatus":{"shape":"UpgradeStatus"},
"UpgradeName":{"shape":"UpgradeName"}
}
},
"IdentityPoolId":{
"type":"string",
"max":55,
"min":1,
"pattern":"[\\w-]+:[0-9a-f-]+"
},
"InstanceCount":{
"type":"integer",
"min":1
},
"InstanceCountLimits":{
"type":"structure",
"members":{
@@ -649,6 +974,7 @@
}
},
"InstanceRole":{"type":"string"},
"Integer":{"type":"integer"},
"IntegerClass":{"type":"integer"},
"InternalException":{
"type":"structure",
@@ -664,6 +990,11 @@
"error":{"httpStatusCode":409},
"exception":true
},
"Issue":{"type":"string"},
"Issues":{
"type":"list",
"member":{"shape":"Issue"}
},
"KmsKeyId":{
"type":"string",
"max":500,
@@ -796,7 +1127,8 @@
"type":"string",
"enum":[
"INDEX_SLOW_LOGS",
"SEARCH_SLOW_LOGS"
"SEARCH_SLOW_LOGS",
"ES_APPLICATION_LOGS"
]
},
"MaxResults":{
@@ -806,6 +1138,23 @@
"MaximumInstanceCount":{"type":"integer"},
"MinimumInstanceCount":{"type":"integer"},
"NextToken":{"type":"string"},
"NodeToNodeEncryptionOptions":{
"type":"structure",
"members":{
"Enabled":{"shape":"Boolean"}
}
},
"NodeToNodeEncryptionOptionsStatus":{
"type":"structure",
"required":[
"Options",
"Status"
],
"members":{
"Options":{"shape":"NodeToNodeEncryptionOptions"},
"Status":{"shape":"OptionStatus"}
}
},
"OptionState":{
"type":"string",
"enum":[
@@ -830,6 +1179,36 @@
}
},
"PolicyDocument":{"type":"string"},
"PurchaseReservedElasticsearchInstanceOfferingRequest":{
"type":"structure",
"required":[
"ReservedElasticsearchInstanceOfferingId",
"ReservationName"
],
"members":{
"ReservedElasticsearchInstanceOfferingId":{"shape":"GUID"},
"ReservationName":{"shape":"ReservationToken"},
"InstanceCount":{"shape":"InstanceCount"}
}
},
"PurchaseReservedElasticsearchInstanceOfferingResponse":{
"type":"structure",
"members":{
"ReservedElasticsearchInstanceId":{"shape":"GUID"},
"ReservationName":{"shape":"ReservationToken"}
}
},
"RecurringCharge":{
"type":"structure",
"members":{
"RecurringChargeAmount":{"shape":"Double"},
"RecurringChargeFrequency":{"shape":"String"}
}
},
"RecurringChargeList":{
"type":"list",
"member":{"shape":"RecurringCharge"}
},
"RemoveTagsRequest":{
"type":"structure",
"required":[
@@ -841,6 +1220,58 @@
"TagKeys":{"shape":"StringList"}
}
},
"ReservationToken":{
"type":"string",
"max":64,
"min":5
},
"ReservedElasticsearchInstance":{
"type":"structure",
"members":{
"ReservationName":{"shape":"ReservationToken"},
"ReservedElasticsearchInstanceId":{"shape":"GUID"},
"ReservedElasticsearchInstanceOfferingId":{"shape":"String"},
"ElasticsearchInstanceType":{"shape":"ESPartitionInstanceType"},
"StartTime":{"shape":"UpdateTimestamp"},
"Duration":{"shape":"Integer"},
"FixedPrice":{"shape":"Double"},
"UsagePrice":{"shape":"Double"},
"CurrencyCode":{"shape":"String"},
"ElasticsearchInstanceCount":{"shape":"Integer"},
"State":{"shape":"String"},
"PaymentOption":{"shape":"ReservedElasticsearchInstancePaymentOption"},
"RecurringCharges":{"shape":"RecurringChargeList"}
}
},
"ReservedElasticsearchInstanceList":{
"type":"list",
"member":{"shape":"ReservedElasticsearchInstance"}
},
"ReservedElasticsearchInstanceOffering":{
"type":"structure",
"members":{
"ReservedElasticsearchInstanceOfferingId":{"shape":"GUID"},
"ElasticsearchInstanceType":{"shape":"ESPartitionInstanceType"},
"Duration":{"shape":"Integer"},
"FixedPrice":{"shape":"Double"},
"UsagePrice":{"shape":"Double"},
"CurrencyCode":{"shape":"String"},
"PaymentOption":{"shape":"ReservedElasticsearchInstancePaymentOption"},
"RecurringCharges":{"shape":"RecurringChargeList"}
}
},
"ReservedElasticsearchInstanceOfferingList":{
"type":"list",
"member":{"shape":"ReservedElasticsearchInstanceOffering"}
},
"ReservedElasticsearchInstancePaymentOption":{
"type":"string",
"enum":[
"ALL_UPFRONT",
"PARTIAL_UPFRONT",
"NO_UPFRONT"
]
},
"ResourceAlreadyExistsException":{
"type":"structure",
"members":{
@@ -860,6 +1291,18 @@
"max":2048,
"min":20
},
"ServiceSoftwareOptions":{
"type":"structure",
"members":{
"CurrentVersion":{"shape":"String"},
"NewVersion":{"shape":"String"},
"UpdateAvailable":{"shape":"Boolean"},
"Cancellable":{"shape":"Boolean"},
"UpdateStatus":{"shape":"DeploymentStatus"},
"Description":{"shape":"String"},
"AutomatedUpdateDate":{"shape":"DeploymentCloseDateTimeStamp"}
}
},
"ServiceUrl":{"type":"string"},
"SnapshotOptions":{
"type":"structure",
@@ -878,6 +1321,20 @@
"Status":{"shape":"OptionStatus"}
}
},
"StartElasticsearchServiceSoftwareUpdateRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{"shape":"DomainName"}
}
},
"StartElasticsearchServiceSoftwareUpdateResponse":{
"type":"structure",
"members":{
"ServiceSoftwareOptions":{"shape":"ServiceSoftwareOptions"}
}
},
"StartTimestamp":{"type":"timestamp"},
"StorageSubTypeName":{"type":"string"},
"StorageType":{
"type":"structure",
@@ -964,6 +1421,70 @@
}
},
"UpdateTimestamp":{"type":"timestamp"},
"UpgradeElasticsearchDomainRequest":{
"type":"structure",
"required":[
"DomainName",
"TargetVersion"
],
"members":{
"DomainName":{"shape":"DomainName"},
"TargetVersion":{"shape":"ElasticsearchVersionString"},
"PerformCheckOnly":{"shape":"Boolean"}
}
},
"UpgradeElasticsearchDomainResponse":{
"type":"structure",
"members":{
"DomainName":{"shape":"DomainName"},
"TargetVersion":{"shape":"ElasticsearchVersionString"},
"PerformCheckOnly":{"shape":"Boolean"}
}
},
"UpgradeHistory":{
"type":"structure",
"members":{
"UpgradeName":{"shape":"UpgradeName"},
"StartTimestamp":{"shape":"StartTimestamp"},
"UpgradeStatus":{"shape":"UpgradeStatus"},
"StepsList":{"shape":"UpgradeStepsList"}
}
},
"UpgradeHistoryList":{
"type":"list",
"member":{"shape":"UpgradeHistory"}
},
"UpgradeName":{"type":"string"},
"UpgradeStatus":{
"type":"string",
"enum":[
"IN_PROGRESS",
"SUCCEEDED",
"SUCCEEDED_WITH_ISSUES",
"FAILED"
]
},
"UpgradeStep":{
"type":"string",
"enum":[
"PRE_UPGRADE_CHECK",
"SNAPSHOT",
"UPGRADE"
]
},
"UpgradeStepItem":{
"type":"structure",
"members":{
"UpgradeStep":{"shape":"UpgradeStep"},
"UpgradeStepStatus":{"shape":"UpgradeStatus"},
"Issues":{"shape":"Issues"},
"ProgressPercent":{"shape":"Double"}
}
},
"UpgradeStepsList":{
"type":"list",
"member":{"shape":"UpgradeStepItem"}
},
"UserPoolId":{
"type":"string",
"max":55,
@@ -1011,6 +1532,12 @@
"gp2",
"io1"
]
},
"ZoneAwarenessConfig":{
"type":"structure",
"members":{
"AvailabilityZoneCount":{"shape":"IntegerClass"}
}
}
}
}
+350 -8
View File
@@ -3,6 +3,7 @@
"service": "<fullname>Amazon Elasticsearch Configuration Service</fullname> <p>Use the Amazon Elasticsearch configuration API to create, configure, and manage Elasticsearch domains.</p> <p>The endpoint for configuration service requests is region-specific: es.<i>region</i>.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions\" target=\"_blank\">Regions and Endpoints</a>.</p>",
"operations": {
"AddTags": "<p>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 <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging\" target=\"_blank\"> Tagging Amazon Elasticsearch Service Domains for more information.</a></p>",
"CancelElasticsearchServiceSoftwareUpdate": "<p>Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the <code>AutomatedUpdateDate</code> and when the <code>UpdateStatus</code> is in the <code>PENDING_UPDATE</code> state.</p>",
"CreateElasticsearchDomain": "<p>Creates a new Elasticsearch domain. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains\" target=\"_blank\">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch Service Developer Guide</i>.</p>",
"DeleteElasticsearchDomain": "<p>Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.</p>",
"DeleteElasticsearchServiceRole": "<p>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 <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr\" target=\"_blank\">Deleting Elasticsearch Service Role</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i>.</p>",
@@ -10,12 +11,20 @@
"DescribeElasticsearchDomainConfig": "<p>Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.</p>",
"DescribeElasticsearchDomains": "<p>Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.</p>",
"DescribeElasticsearchInstanceTypeLimits": "<p> Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain, specify the <code> <a>DomainName</a> </code> to know what Limits are supported for modifying. </p>",
"DescribeReservedElasticsearchInstanceOfferings": "<p>Lists available reserved Elasticsearch instance offerings.</p>",
"DescribeReservedElasticsearchInstances": "<p>Returns information about reserved Elasticsearch instances for this account.</p>",
"GetCompatibleElasticsearchVersions": "<p> Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a <code> <a>DomainName</a> </code> to get all upgrade compatible Elasticsearch versions for that specific domain. </p>",
"GetUpgradeHistory": "<p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>",
"GetUpgradeStatus": "<p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>",
"ListDomainNames": "<p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>",
"ListElasticsearchInstanceTypes": "<p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>",
"ListElasticsearchVersions": "<p>List all supported Elasticsearch versions</p>",
"ListTags": "<p>Returns all tags for the given Elasticsearch domain.</p>",
"PurchaseReservedElasticsearchInstanceOffering": "<p>Allows you to purchase reserved Elasticsearch instances.</p>",
"RemoveTags": "<p>Removes the specified set of tags from the specified Elasticsearch domain.</p>",
"UpdateElasticsearchDomainConfig": "<p>Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances. </p>"
"StartElasticsearchServiceSoftwareUpdate": "<p>Schedules a service software update for an Amazon ES domain.</p>",
"UpdateElasticsearchDomainConfig": "<p>Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances. </p>",
"UpgradeElasticsearchDomain": "<p>Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.</p>"
},
"shapes": {
"ARN": {
@@ -80,9 +89,25 @@
"ElasticsearchDomainStatus$Created": "<p>The domain creation status. <code>True</code> if the creation of an Elasticsearch domain is complete. <code>False</code> if domain creation is still in progress.</p>",
"ElasticsearchDomainStatus$Deleted": "<p>The domain deletion status. <code>True</code> if a delete request has been received for the domain but resource cleanup is still in progress. <code>False</code> if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.</p>",
"ElasticsearchDomainStatus$Processing": "<p>The status of the Elasticsearch domain configuration. <code>True</code> if Amazon Elasticsearch Service is processing configuration changes. <code>False</code> if the configuration is active.</p>",
"ElasticsearchDomainStatus$UpgradeProcessing": "<p>The status of an Elasticsearch domain version upgrade. <code>True</code> if Amazon Elasticsearch Service is undergoing a version upgrade. <code>False</code> if the configuration is active.</p>",
"EncryptionAtRestOptions$Enabled": "<p>Specifies the option to enable Encryption At Rest.</p>",
"LogPublishingOption$Enabled": "<p> Specifies whether given log publishing option is enabled or not.</p>",
"OptionStatus$PendingDeletion": "<p>Indicates whether the Elasticsearch domain is being deleted.</p>"
"NodeToNodeEncryptionOptions$Enabled": "<p>Specify true to enable node-to-node encryption.</p>",
"OptionStatus$PendingDeletion": "<p>Indicates whether the Elasticsearch domain is being deleted.</p>",
"ServiceSoftwareOptions$UpdateAvailable": "<p><code>True</code> if you are able to update you service software version. <code>False</code> if you are not able to update your service software version. </p>",
"ServiceSoftwareOptions$Cancellable": "<p><code>True</code> if you are able to cancel your service software version update. <code>False</code> if you are not able to cancel your service software version. </p>",
"UpgradeElasticsearchDomainRequest$PerformCheckOnly": "<p> This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade. </p>",
"UpgradeElasticsearchDomainResponse$PerformCheckOnly": "<p> This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade. </p>"
}
},
"CancelElasticsearchServiceSoftwareUpdateRequest": {
"base": "<p>Container for the parameters to the <code><a>CancelElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.</p>",
"refs": {
}
},
"CancelElasticsearchServiceSoftwareUpdateResponse": {
"base": "<p>The result of a <code>CancelElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>",
"refs": {
}
},
"CloudWatchLogsLogGroupArn": {
@@ -106,6 +131,18 @@
"ElasticsearchDomainConfig$CognitoOptions": "<p>The <code>CognitoOptions</code> for the specified domain. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html\" target=\"_blank\">Amazon Cognito Authentication for Kibana</a>.</p>"
}
},
"CompatibleElasticsearchVersionsList": {
"base": null,
"refs": {
"GetCompatibleElasticsearchVersionsResponse$CompatibleElasticsearchVersions": "<p> A map of compatible Elasticsearch versions returned as part of the <code> <a>GetCompatibleElasticsearchVersions</a> </code> operation. </p>"
}
},
"CompatibleVersionsMap": {
"base": "<p> A map from an <code> <a>ElasticsearchVersion</a> </code> to a list of compatible <code> <a>ElasticsearchVersion</a> </code> s to which the domain can be upgraded. </p>",
"refs": {
"CompatibleElasticsearchVersionsList$member": null
}
},
"CreateElasticsearchDomainRequest": {
"base": null,
"refs": {
@@ -126,6 +163,18 @@
"refs": {
}
},
"DeploymentCloseDateTimeStamp": {
"base": null,
"refs": {
"ServiceSoftwareOptions$AutomatedUpdateDate": "<p>Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.</p>"
}
},
"DeploymentStatus": {
"base": null,
"refs": {
"ServiceSoftwareOptions$UpdateStatus": "<p>The status of your service software update. This field can take the following values: <code>ELIGIBLE</code>, <code>PENDING_UPDATE</code>, <code>IN_PROGRESS</code>, <code>COMPLETED</code>, and <code>NOT_ELIGIBLE</code>.</p>"
}
},
"DescribeElasticsearchDomainConfigRequest": {
"base": "<p> Container for the parameters to the <code>DescribeElasticsearchDomainConfig</code> operation. Specifies the domain name for which you want configuration information.</p>",
"refs": {
@@ -166,6 +215,26 @@
"refs": {
}
},
"DescribeReservedElasticsearchInstanceOfferingsRequest": {
"base": "<p>Container for parameters to <code>DescribeReservedElasticsearchInstanceOfferings</code></p>",
"refs": {
}
},
"DescribeReservedElasticsearchInstanceOfferingsResponse": {
"base": "<p>Container for results from <code>DescribeReservedElasticsearchInstanceOfferings</code></p>",
"refs": {
}
},
"DescribeReservedElasticsearchInstancesRequest": {
"base": "<p>Container for parameters to <code>DescribeReservedElasticsearchInstances</code></p>",
"refs": {
}
},
"DescribeReservedElasticsearchInstancesResponse": {
"base": "<p>Container for results from <code>DescribeReservedElasticsearchInstances</code></p>",
"refs": {
}
},
"DisabledOperationException": {
"base": "<p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>",
"refs": {
@@ -192,6 +261,7 @@
"DomainName": {
"base": "<p>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).</p>",
"refs": {
"CancelElasticsearchServiceSoftwareUpdateRequest$DomainName": "<p>The name of the domain that you want to stop the latest service software update on.</p>",
"CreateElasticsearchDomainRequest$DomainName": "<p>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).</p>",
"DeleteElasticsearchDomainRequest$DomainName": "<p>The name of the Elasticsearch domain that you want to permanently delete.</p>",
"DescribeElasticsearchDomainConfigRequest$DomainName": "<p>The Elasticsearch domain that you want to get information about.</p>",
@@ -200,8 +270,14 @@
"DomainInfo$DomainName": "<p> Specifies the <code>DomainName</code>.</p>",
"DomainNameList$member": null,
"ElasticsearchDomainStatus$DomainName": "<p>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).</p>",
"GetCompatibleElasticsearchVersionsRequest$DomainName": null,
"GetUpgradeHistoryRequest$DomainName": null,
"GetUpgradeStatusRequest$DomainName": null,
"ListElasticsearchInstanceTypesRequest$DomainName": "<p>DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain. </p>",
"UpdateElasticsearchDomainConfigRequest$DomainName": "<p>The name of the Elasticsearch domain that you are updating. </p>"
"StartElasticsearchServiceSoftwareUpdateRequest$DomainName": "<p>The name of the domain that you want to update to the latest service software.</p>",
"UpdateElasticsearchDomainConfigRequest$DomainName": "<p>The name of the Elasticsearch domain that you are updating. </p>",
"UpgradeElasticsearchDomainRequest$DomainName": null,
"UpgradeElasticsearchDomainResponse$DomainName": null
}
},
"DomainNameList": {
@@ -210,6 +286,17 @@
"DescribeElasticsearchDomainsRequest$DomainNames": "<p>The Elasticsearch domains for which you want information.</p>"
}
},
"Double": {
"base": null,
"refs": {
"RecurringCharge$RecurringChargeAmount": "<p>The monetary amount of the recurring charge.</p>",
"ReservedElasticsearchInstance$FixedPrice": "<p>The upfront fixed charge you will paid to purchase the specific reserved Elasticsearch instance offering. </p>",
"ReservedElasticsearchInstance$UsagePrice": "<p>The rate you are charged for each hour for the domain that is using this reserved instance.</p>",
"ReservedElasticsearchInstanceOffering$FixedPrice": "<p>The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch instance offering. </p>",
"ReservedElasticsearchInstanceOffering$UsagePrice": "<p>The rate you are charged for each hour the domain that is using the offering is running.</p>",
"UpgradeStepItem$ProgressPercent": "<p>The Floating point value representing progress percentage of a particular step.</p>"
}
},
"EBSOptions": {
"base": "<p>Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs\" target=\"_blank\"> Configuring EBS-based Storage</a>.</p>",
"refs": {
@@ -231,7 +318,9 @@
"DescribeElasticsearchInstanceTypeLimitsRequest$InstanceType": "<p> The instance type for an Elasticsearch cluster for which Elasticsearch <code> <a>Limits</a> </code> are needed. </p>",
"ElasticsearchClusterConfig$InstanceType": "<p>The instance type for an Elasticsearch cluster.</p>",
"ElasticsearchClusterConfig$DedicatedMasterType": "<p>The instance type for a dedicated master node.</p>",
"ElasticsearchInstanceTypeList$member": null
"ElasticsearchInstanceTypeList$member": null,
"ReservedElasticsearchInstance$ElasticsearchInstanceType": "<p>The Elasticsearch instance type offered by the reserved instance offering.</p>",
"ReservedElasticsearchInstanceOffering$ElasticsearchInstanceType": "<p>The Elasticsearch instance type offered by the reserved instance offering.</p>"
}
},
"ElasticsearchClusterConfig": {
@@ -280,6 +369,7 @@
"ElasticsearchVersionList": {
"base": "<p>List of supported elastic search versions. </p>",
"refs": {
"CompatibleVersionsMap$TargetVersions": null,
"ListElasticsearchVersionsResponse$ElasticsearchVersions": null
}
},
@@ -292,12 +382,15 @@
"ElasticsearchVersionString": {
"base": null,
"refs": {
"CompatibleVersionsMap$SourceVersion": "<p>The current version of Elasticsearch on which a domain is.</p>",
"CreateElasticsearchDomainRequest$ElasticsearchVersion": "<p>String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains\" target=\"_blank\">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch Service Developer Guide</i>.</p>",
"DescribeElasticsearchInstanceTypeLimitsRequest$ElasticsearchVersion": "<p> Version of Elasticsearch for which <code> <a>Limits</a> </code> are needed. </p>",
"ElasticsearchDomainStatus$ElasticsearchVersion": null,
"ElasticsearchVersionList$member": null,
"ElasticsearchVersionStatus$Options": "<p> Specifies the Elasticsearch version for the specified Elasticsearch domain.</p>",
"ListElasticsearchInstanceTypesRequest$ElasticsearchVersion": "<p>Version of Elasticsearch for which list of supported elasticsearch instance types are needed. </p>"
"ListElasticsearchInstanceTypesRequest$ElasticsearchVersion": "<p>Version of Elasticsearch for which list of supported elasticsearch instance types are needed. </p>",
"UpgradeElasticsearchDomainRequest$TargetVersion": "<p>The version of Elasticsearch that you intend to upgrade the domain to.</p>",
"UpgradeElasticsearchDomainResponse$TargetVersion": "<p>The version of Elasticsearch that you intend to upgrade the domain to.</p>"
}
},
"EncryptionAtRestOptions": {
@@ -326,12 +419,59 @@
"BaseException$message": "<p>A description of the error.</p>"
}
},
"GUID": {
"base": null,
"refs": {
"DescribeReservedElasticsearchInstanceOfferingsRequest$ReservedElasticsearchInstanceOfferingId": "<p>The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.</p>",
"DescribeReservedElasticsearchInstancesRequest$ReservedElasticsearchInstanceId": "<p>The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.</p>",
"PurchaseReservedElasticsearchInstanceOfferingRequest$ReservedElasticsearchInstanceOfferingId": "<p>The ID of the reserved Elasticsearch instance offering to purchase.</p>",
"PurchaseReservedElasticsearchInstanceOfferingResponse$ReservedElasticsearchInstanceId": "<p>Details of the reserved Elasticsearch instance which was purchased.</p>",
"ReservedElasticsearchInstance$ReservedElasticsearchInstanceId": "<p>The unique identifier for the reservation.</p>",
"ReservedElasticsearchInstanceOffering$ReservedElasticsearchInstanceOfferingId": "<p>The Elasticsearch reserved instance offering identifier.</p>"
}
},
"GetCompatibleElasticsearchVersionsRequest": {
"base": "<p> Container for request parameters to <code> <a>GetCompatibleElasticsearchVersions</a> </code> operation. </p>",
"refs": {
}
},
"GetCompatibleElasticsearchVersionsResponse": {
"base": "<p> Container for response returned by <code> <a>GetCompatibleElasticsearchVersions</a> </code> operation. </p>",
"refs": {
}
},
"GetUpgradeHistoryRequest": {
"base": "<p> Container for request parameters to <code> <a>GetUpgradeHistory</a> </code> operation. </p>",
"refs": {
}
},
"GetUpgradeHistoryResponse": {
"base": "<p> Container for response returned by <code> <a>GetUpgradeHistory</a> </code> operation. </p>",
"refs": {
}
},
"GetUpgradeStatusRequest": {
"base": "<p> Container for request parameters to <code> <a>GetUpgradeStatus</a> </code> operation. </p>",
"refs": {
}
},
"GetUpgradeStatusResponse": {
"base": "<p> Container for response returned by <code> <a>GetUpgradeStatus</a> </code> operation. </p>",
"refs": {
}
},
"IdentityPoolId": {
"base": null,
"refs": {
"CognitoOptions$IdentityPoolId": "<p>Specifies the Cognito identity pool ID for Kibana authentication.</p>"
}
},
"InstanceCount": {
"base": "<p>Specifies the number of EC2 instances in the Elasticsearch domain.</p>",
"refs": {
"PurchaseReservedElasticsearchInstanceOfferingRequest$InstanceCount": "<p>The number of Elasticsearch instances to reserve.</p>"
}
},
"InstanceCountLimits": {
"base": "<p> InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType. </p>",
"refs": {
@@ -350,6 +490,14 @@
"LimitsByRole$key": null
}
},
"Integer": {
"base": null,
"refs": {
"ReservedElasticsearchInstance$Duration": "<p>The duration, in seconds, for which the Elasticsearch instance is reserved.</p>",
"ReservedElasticsearchInstance$ElasticsearchInstanceCount": "<p>The number of Elasticsearch instances that have been reserved.</p>",
"ReservedElasticsearchInstanceOffering$Duration": "<p>The duration, in seconds, for which the offering will reserve the Elasticsearch instance.</p>"
}
},
"IntegerClass": {
"base": null,
"refs": {
@@ -357,7 +505,8 @@
"EBSOptions$Iops": "<p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>",
"ElasticsearchClusterConfig$InstanceCount": "<p>The number of instances in the specified domain cluster.</p>",
"ElasticsearchClusterConfig$DedicatedMasterCount": "<p>Total number of dedicated master nodes, active and on standby, for the cluster.</p>",
"SnapshotOptions$AutomatedSnapshotStartHour": "<p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>"
"SnapshotOptions$AutomatedSnapshotStartHour": "<p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>",
"ZoneAwarenessConfig$AvailabilityZoneCount": "<p>An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled</p>"
}
},
"InternalException": {
@@ -370,6 +519,18 @@
"refs": {
}
},
"Issue": {
"base": null,
"refs": {
"Issues$member": null
}
},
"Issues": {
"base": null,
"refs": {
"UpgradeStepItem$Issues": "<p>A list of strings containing detailed information about the errors encountered in a particular step.</p>"
}
},
"KmsKeyId": {
"base": null,
"refs": {
@@ -470,7 +631,7 @@
}
},
"LogType": {
"base": "<p>Type of Log File, it can be one of the following: <ul> <li>INDEX_SLOW_LOGS: Index slow logs contains insert requests that took more time than configured index query log threshold to execute.</li> <li>SEARCH_SLOW_LOGS: Search slow logs contains search queries that took more time than configured search query log threshold to execute.</li> </ul> </p>",
"base": "<p>Type of Log File, it can be one of the following: <ul> <li>INDEX_SLOW_LOGS: Index slow logs contain insert requests that took more time than configured index query log threshold to execute.</li> <li>SEARCH_SLOW_LOGS: Search slow logs contain search queries that took more time than configured search query log threshold to execute.</li> <li>ES_APPLICATION_LOGS: Elasticsearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.</li> </ul> </p>",
"refs": {
"LogPublishingOptions$key": null
}
@@ -478,6 +639,9 @@
"MaxResults": {
"base": "<p> Set this value to limit the number of results returned. </p>",
"refs": {
"DescribeReservedElasticsearchInstanceOfferingsRequest$MaxResults": "<p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>",
"DescribeReservedElasticsearchInstancesRequest$MaxResults": "<p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>",
"GetUpgradeHistoryRequest$MaxResults": null,
"ListElasticsearchInstanceTypesRequest$MaxResults": "<p> Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored. </p>",
"ListElasticsearchVersionsRequest$MaxResults": "<p> Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored. </p>"
}
@@ -497,12 +661,30 @@
"NextToken": {
"base": "<p> Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results. </p>",
"refs": {
"DescribeReservedElasticsearchInstanceOfferingsRequest$NextToken": "<p>NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.</p>",
"DescribeReservedElasticsearchInstanceOfferingsResponse$NextToken": "<p>Provides an identifier to allow retrieval of paginated results.</p>",
"DescribeReservedElasticsearchInstancesRequest$NextToken": "<p>NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.</p>",
"GetUpgradeHistoryRequest$NextToken": null,
"ListElasticsearchInstanceTypesRequest$NextToken": "<p>NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination. </p>",
"ListElasticsearchInstanceTypesResponse$NextToken": "<p>In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results. </p>",
"ListElasticsearchVersionsRequest$NextToken": null,
"ListElasticsearchVersionsResponse$NextToken": null
}
},
"NodeToNodeEncryptionOptions": {
"base": "<p>Specifies the node-to-node encryption options.</p>",
"refs": {
"CreateElasticsearchDomainRequest$NodeToNodeEncryptionOptions": "<p>Specifies the NodeToNodeEncryptionOptions.</p>",
"ElasticsearchDomainStatus$NodeToNodeEncryptionOptions": "<p>Specifies the status of the <code>NodeToNodeEncryptionOptions</code>.</p>",
"NodeToNodeEncryptionOptionsStatus$Options": "<p>Specifies the node-to-node encryption options for the specified Elasticsearch domain.</p>"
}
},
"NodeToNodeEncryptionOptionsStatus": {
"base": "<p>Status of the node-to-node encryption options for the specified Elasticsearch domain.</p>",
"refs": {
"ElasticsearchDomainConfig$NodeToNodeEncryptionOptions": "<p>Specifies the <code>NodeToNodeEncryptionOptions</code> for the Elasticsearch domain.</p>"
}
},
"OptionState": {
"base": "<p>The state of a requested change. One of the following:</p> <ul> <li>Processing: The request change is still in-process.</li> <li>Active: The request change is processed and deployed to the Elasticsearch domain.</li> </ul>",
"refs": {
@@ -520,6 +702,7 @@
"ElasticsearchVersionStatus$Status": "<p> Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.</p>",
"EncryptionAtRestOptionsStatus$Status": "<p> Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.</p>",
"LogPublishingOptionsStatus$Status": "<p>The status of the log publishing options for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>",
"NodeToNodeEncryptionOptionsStatus$Status": "<p>Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.</p>",
"SnapshotOptionsStatus$Status": "<p>Specifies the status of a daily automated snapshot.</p>",
"VPCDerivedInfoStatus$Status": "<p> Specifies the status of the VPC options for the specified Elasticsearch domain.</p>"
}
@@ -533,11 +716,73 @@
"UpdateElasticsearchDomainConfigRequest$AccessPolicies": "<p>IAM access policy as a JSON-formatted string.</p>"
}
},
"PurchaseReservedElasticsearchInstanceOfferingRequest": {
"base": "<p>Container for parameters to <code>PurchaseReservedElasticsearchInstanceOffering</code></p>",
"refs": {
}
},
"PurchaseReservedElasticsearchInstanceOfferingResponse": {
"base": "<p>Represents the output of a <code>PurchaseReservedElasticsearchInstanceOffering</code> operation.</p>",
"refs": {
}
},
"RecurringCharge": {
"base": "<p>Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.</p>",
"refs": {
"RecurringChargeList$member": null
}
},
"RecurringChargeList": {
"base": null,
"refs": {
"ReservedElasticsearchInstance$RecurringCharges": "<p>The charge to your account regardless of whether you are creating any domains using the instance offering.</p>",
"ReservedElasticsearchInstanceOffering$RecurringCharges": "<p>The charge to your account regardless of whether you are creating any domains using the instance offering.</p>"
}
},
"RemoveTagsRequest": {
"base": "<p>Container for the parameters to the <code><a>RemoveTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain from which you want to remove the specified <code>TagKey</code>.</p>",
"refs": {
}
},
"ReservationToken": {
"base": null,
"refs": {
"PurchaseReservedElasticsearchInstanceOfferingRequest$ReservationName": "<p>A customer-specified identifier to track this reservation.</p>",
"PurchaseReservedElasticsearchInstanceOfferingResponse$ReservationName": "<p>The customer-specified identifier used to track this reservation.</p>",
"ReservedElasticsearchInstance$ReservationName": "<p>The customer-specified identifier to track this reservation.</p>"
}
},
"ReservedElasticsearchInstance": {
"base": "<p>Details of a reserved Elasticsearch instance.</p>",
"refs": {
"ReservedElasticsearchInstanceList$member": null
}
},
"ReservedElasticsearchInstanceList": {
"base": null,
"refs": {
"DescribeReservedElasticsearchInstancesResponse$ReservedElasticsearchInstances": "<p>List of reserved Elasticsearch instances.</p>"
}
},
"ReservedElasticsearchInstanceOffering": {
"base": "<p>Details of a reserved Elasticsearch instance offering.</p>",
"refs": {
"ReservedElasticsearchInstanceOfferingList$member": null
}
},
"ReservedElasticsearchInstanceOfferingList": {
"base": null,
"refs": {
"DescribeReservedElasticsearchInstanceOfferingsResponse$ReservedElasticsearchInstanceOfferings": "<p>List of reserved Elasticsearch instance offerings</p>"
}
},
"ReservedElasticsearchInstancePaymentOption": {
"base": null,
"refs": {
"ReservedElasticsearchInstance$PaymentOption": "<p>The payment option as defined in the reserved Elasticsearch instance offering.</p>",
"ReservedElasticsearchInstanceOffering$PaymentOption": "<p>Payment option for the reserved Elasticsearch instance offering</p>"
}
},
"ResourceAlreadyExistsException": {
"base": "<p>An exception for creating a resource that already exists. Gives http status code of 400.</p>",
"refs": {
@@ -554,6 +799,14 @@
"CognitoOptions$RoleArn": "<p>Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.</p>"
}
},
"ServiceSoftwareOptions": {
"base": "<p>The current options of an Elasticsearch domain service software options.</p>",
"refs": {
"CancelElasticsearchServiceSoftwareUpdateResponse$ServiceSoftwareOptions": "<p>The current status of the Elasticsearch service software update.</p>",
"ElasticsearchDomainStatus$ServiceSoftwareOptions": "<p>The current status of the Elasticsearch domain's service software.</p>",
"StartElasticsearchServiceSoftwareUpdateResponse$ServiceSoftwareOptions": "<p>The current status of the Elasticsearch service software update.</p>"
}
},
"ServiceUrl": {
"base": "<p>The endpoint to which service requests are submitted. For example, <code>search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.es.amazonaws.com</code> or <code>doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.es.amazonaws.com</code>.</p>",
"refs": {
@@ -576,6 +829,22 @@
"ElasticsearchDomainConfig$SnapshotOptions": "<p>Specifies the <code>SnapshotOptions</code> for the Elasticsearch domain.</p>"
}
},
"StartElasticsearchServiceSoftwareUpdateRequest": {
"base": "<p>Container for the parameters to the <code><a>StartElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.</p>",
"refs": {
}
},
"StartElasticsearchServiceSoftwareUpdateResponse": {
"base": "<p>The result of a <code>StartElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>",
"refs": {
}
},
"StartTimestamp": {
"base": null,
"refs": {
"UpgradeHistory$StartTimestamp": "<p>UTC Timestamp at which the Upgrade API call was made in \"yyyy-MM-ddTHH:mm:ssZ\" format.</p>"
}
},
"StorageSubTypeName": {
"base": "<p> SubType of the given storage type. List of available sub-storage options: For \"instance\" storageType we wont have any storageSubType, in case of \"ebs\" storageType we will have following valid storageSubTypes <ol> <li>standard</li> <li>gp2</li> <li>io1</li> </ol> Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options. </p>",
"refs": {
@@ -617,7 +886,17 @@
"refs": {
"AdvancedOptions$key": null,
"AdvancedOptions$value": null,
"DescribeReservedElasticsearchInstancesResponse$NextToken": "<p>Provides an identifier to allow retrieval of paginated results.</p>",
"EndpointsMap$key": null,
"GetUpgradeHistoryResponse$NextToken": "<p>Pagination token that needs to be supplied to the next call to get the next page of results</p>",
"RecurringCharge$RecurringChargeFrequency": "<p>The frequency of the recurring charge.</p>",
"ReservedElasticsearchInstance$ReservedElasticsearchInstanceOfferingId": "<p>The offering identifier.</p>",
"ReservedElasticsearchInstance$CurrencyCode": "<p>The currency code for the reserved Elasticsearch instance offering.</p>",
"ReservedElasticsearchInstance$State": "<p>The state of the reserved Elasticsearch instance.</p>",
"ReservedElasticsearchInstanceOffering$CurrencyCode": "<p>The currency code for the reserved Elasticsearch instance offering.</p>",
"ServiceSoftwareOptions$CurrentVersion": "<p>The current service software version that is present on the domain.</p>",
"ServiceSoftwareOptions$NewVersion": "<p>The new service software version if one is available.</p>",
"ServiceSoftwareOptions$Description": "<p>The description of the <code>UpdateStatus</code>.</p>",
"StringList$member": null,
"VPCDerivedInfo$VPCId": "<p>The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>"
}
@@ -678,7 +957,64 @@
"base": null,
"refs": {
"OptionStatus$CreationDate": "<p>Timestamp which tells the creation date for the entity.</p>",
"OptionStatus$UpdateDate": "<p>Timestamp which tells the last updated time for the entity.</p>"
"OptionStatus$UpdateDate": "<p>Timestamp which tells the last updated time for the entity.</p>",
"ReservedElasticsearchInstance$StartTime": "<p>The time the reservation started.</p>"
}
},
"UpgradeElasticsearchDomainRequest": {
"base": "<p> Container for request parameters to <code> <a>UpgradeElasticsearchDomain</a> </code> operation. </p>",
"refs": {
}
},
"UpgradeElasticsearchDomainResponse": {
"base": "<p> Container for response returned by <code> <a>UpgradeElasticsearchDomain</a> </code> operation. </p>",
"refs": {
}
},
"UpgradeHistory": {
"base": "<p>History of the last 10 Upgrades and Upgrade Eligibility Checks.</p>",
"refs": {
"UpgradeHistoryList$member": null
}
},
"UpgradeHistoryList": {
"base": null,
"refs": {
"GetUpgradeHistoryResponse$UpgradeHistories": "<p> A list of <code> <a>UpgradeHistory</a> </code> objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of <code> <a>GetUpgradeHistoryResponse</a> </code> object. </p>"
}
},
"UpgradeName": {
"base": null,
"refs": {
"GetUpgradeStatusResponse$UpgradeName": "<p>A string that describes the update briefly</p>",
"UpgradeHistory$UpgradeName": "<p>A string that describes the update briefly</p>"
}
},
"UpgradeStatus": {
"base": null,
"refs": {
"GetUpgradeStatusResponse$StepStatus": "<p> One of 4 statuses that a step can go through returned as part of the <code> <a>GetUpgradeStatusResponse</a> </code> object. The status can take one of the following values: <ul> <li>In Progress</li> <li>Succeeded</li> <li>Succeeded with Issues</li> <li>Failed</li> </ul> </p>",
"UpgradeHistory$UpgradeStatus": "<p> The overall status of the update. The status can take one of the following values: <ul> <li>In Progress</li> <li>Succeeded</li> <li>Succeeded with Issues</li> <li>Failed</li> </ul> </p>",
"UpgradeStepItem$UpgradeStepStatus": "<p> The status of a particular step during an upgrade. The status can take one of the following values: <ul> <li>In Progress</li> <li>Succeeded</li> <li>Succeeded with Issues</li> <li>Failed</li> </ul> </p>"
}
},
"UpgradeStep": {
"base": null,
"refs": {
"GetUpgradeStatusResponse$UpgradeStep": "<p> Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: <ul> <li>PreUpgradeCheck</li> <li>Snapshot</li> <li>Upgrade</li> </ul> </p>",
"UpgradeStepItem$UpgradeStep": "<p> Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: <ul> <li>PreUpgradeCheck</li> <li>Snapshot</li> <li>Upgrade</li> </ul> </p>"
}
},
"UpgradeStepItem": {
"base": "<p>Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.</p>",
"refs": {
"UpgradeStepsList$member": null
}
},
"UpgradeStepsList": {
"base": null,
"refs": {
"UpgradeHistory$StepsList": "<p> A list of <code> <a>UpgradeStepItem</a> </code> s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check. </p>"
}
},
"UserPoolId": {
@@ -717,6 +1053,12 @@
"refs": {
"EBSOptions$VolumeType": "<p> Specifies the volume type for EBS-based storage.</p>"
}
},
"ZoneAwarenessConfig": {
"base": "<p>Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.</p>",
"refs": {
"ElasticsearchClusterConfig$ZoneAwarenessConfig": "<p>Specifies the zone awareness configuration for a domain when zone awareness is enabled.</p>"
}
}
}
}
@@ -1,5 +1,20 @@
{
"pagination": {
"DescribeReservedElasticsearchInstanceOfferings": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"DescribeReservedElasticsearchInstances": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"GetUpgradeHistory": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListElasticsearchInstanceTypes": {
"input_token": "NextToken",
"output_token": "NextToken",