mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+159
-5
@@ -5,6 +5,7 @@
|
||||
"endpointPrefix":"es",
|
||||
"protocol":"rest-json",
|
||||
"serviceFullName":"Amazon Elasticsearch Service",
|
||||
"serviceId":"Elasticsearch Service",
|
||||
"signatureVersion":"v4",
|
||||
"uid":"es-2015-01-01"
|
||||
},
|
||||
@@ -56,6 +57,18 @@
|
||||
{"shape":"ValidationException"}
|
||||
]
|
||||
},
|
||||
"DeleteElasticsearchServiceRole":{
|
||||
"name":"DeleteElasticsearchServiceRole",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/2015-01-01/es/role"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"BaseException"},
|
||||
{"shape":"InternalException"},
|
||||
{"shape":"ValidationException"}
|
||||
]
|
||||
},
|
||||
"DescribeElasticsearchDomain":{
|
||||
"name":"DescribeElasticsearchDomain",
|
||||
"http":{
|
||||
@@ -264,6 +277,27 @@
|
||||
"exception":true
|
||||
},
|
||||
"Boolean":{"type":"boolean"},
|
||||
"CloudWatchLogsLogGroupArn":{"type":"string"},
|
||||
"CognitoOptions":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Enabled":{"shape":"Boolean"},
|
||||
"UserPoolId":{"shape":"UserPoolId"},
|
||||
"IdentityPoolId":{"shape":"IdentityPoolId"},
|
||||
"RoleArn":{"shape":"RoleArn"}
|
||||
}
|
||||
},
|
||||
"CognitoOptionsStatus":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Options",
|
||||
"Status"
|
||||
],
|
||||
"members":{
|
||||
"Options":{"shape":"CognitoOptions"},
|
||||
"Status":{"shape":"OptionStatus"}
|
||||
}
|
||||
},
|
||||
"CreateElasticsearchDomainRequest":{
|
||||
"type":"structure",
|
||||
"required":["DomainName"],
|
||||
@@ -274,7 +308,11 @@
|
||||
"EBSOptions":{"shape":"EBSOptions"},
|
||||
"AccessPolicies":{"shape":"PolicyDocument"},
|
||||
"SnapshotOptions":{"shape":"SnapshotOptions"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptions"}
|
||||
"VPCOptions":{"shape":"VPCOptions"},
|
||||
"CognitoOptions":{"shape":"CognitoOptions"},
|
||||
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
||||
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
||||
}
|
||||
},
|
||||
"CreateElasticsearchDomainResponse":{
|
||||
@@ -468,7 +506,13 @@
|
||||
"r4.2xlarge.elasticsearch",
|
||||
"r4.4xlarge.elasticsearch",
|
||||
"r4.8xlarge.elasticsearch",
|
||||
"r4.16xlarge.elasticsearch"
|
||||
"r4.16xlarge.elasticsearch",
|
||||
"i3.large.elasticsearch",
|
||||
"i3.xlarge.elasticsearch",
|
||||
"i3.2xlarge.elasticsearch",
|
||||
"i3.4xlarge.elasticsearch",
|
||||
"i3.8xlarge.elasticsearch",
|
||||
"i3.16xlarge.elasticsearch"
|
||||
]
|
||||
},
|
||||
"ElasticsearchClusterConfig":{
|
||||
@@ -501,7 +545,11 @@
|
||||
"EBSOptions":{"shape":"EBSOptionsStatus"},
|
||||
"AccessPolicies":{"shape":"AccessPoliciesStatus"},
|
||||
"SnapshotOptions":{"shape":"SnapshotOptionsStatus"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"}
|
||||
"VPCOptions":{"shape":"VPCDerivedInfoStatus"},
|
||||
"CognitoOptions":{"shape":"CognitoOptionsStatus"},
|
||||
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptionsStatus"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
|
||||
"LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"}
|
||||
}
|
||||
},
|
||||
"ElasticsearchDomainStatus":{
|
||||
@@ -519,13 +567,18 @@
|
||||
"Created":{"shape":"Boolean"},
|
||||
"Deleted":{"shape":"Boolean"},
|
||||
"Endpoint":{"shape":"ServiceUrl"},
|
||||
"Endpoints":{"shape":"EndpointsMap"},
|
||||
"Processing":{"shape":"Boolean"},
|
||||
"ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
|
||||
"ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
|
||||
"EBSOptions":{"shape":"EBSOptions"},
|
||||
"AccessPolicies":{"shape":"PolicyDocument"},
|
||||
"SnapshotOptions":{"shape":"SnapshotOptions"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptions"}
|
||||
"VPCOptions":{"shape":"VPCDerivedInfo"},
|
||||
"CognitoOptions":{"shape":"CognitoOptions"},
|
||||
"EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
||||
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
||||
}
|
||||
},
|
||||
"ElasticsearchDomainStatusList":{
|
||||
@@ -552,7 +605,36 @@
|
||||
}
|
||||
},
|
||||
"ElasticsearchVersionString":{"type":"string"},
|
||||
"EncryptionAtRestOptions":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Enabled":{"shape":"Boolean"},
|
||||
"KmsKeyId":{"shape":"KmsKeyId"}
|
||||
}
|
||||
},
|
||||
"EncryptionAtRestOptionsStatus":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Options",
|
||||
"Status"
|
||||
],
|
||||
"members":{
|
||||
"Options":{"shape":"EncryptionAtRestOptions"},
|
||||
"Status":{"shape":"OptionStatus"}
|
||||
}
|
||||
},
|
||||
"EndpointsMap":{
|
||||
"type":"map",
|
||||
"key":{"shape":"String"},
|
||||
"value":{"shape":"ServiceUrl"}
|
||||
},
|
||||
"ErrorMessage":{"type":"string"},
|
||||
"IdentityPoolId":{
|
||||
"type":"string",
|
||||
"max":55,
|
||||
"min":1,
|
||||
"pattern":"[\\w-]+:[0-9a-f-]+"
|
||||
},
|
||||
"InstanceCountLimits":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -582,6 +664,11 @@
|
||||
"error":{"httpStatusCode":409},
|
||||
"exception":true
|
||||
},
|
||||
"KmsKeyId":{
|
||||
"type":"string",
|
||||
"max":500,
|
||||
"min":1
|
||||
},
|
||||
"LimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -686,6 +773,32 @@
|
||||
"TagList":{"shape":"TagList"}
|
||||
}
|
||||
},
|
||||
"LogPublishingOption":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArn"},
|
||||
"Enabled":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"LogPublishingOptions":{
|
||||
"type":"map",
|
||||
"key":{"shape":"LogType"},
|
||||
"value":{"shape":"LogPublishingOption"}
|
||||
},
|
||||
"LogPublishingOptionsStatus":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Options":{"shape":"LogPublishingOptions"},
|
||||
"Status":{"shape":"OptionStatus"}
|
||||
}
|
||||
},
|
||||
"LogType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"INDEX_SLOW_LOGS",
|
||||
"SEARCH_SLOW_LOGS"
|
||||
]
|
||||
},
|
||||
"MaxResults":{
|
||||
"type":"integer",
|
||||
"max":100
|
||||
@@ -742,6 +855,11 @@
|
||||
"error":{"httpStatusCode":409},
|
||||
"exception":true
|
||||
},
|
||||
"RoleArn":{
|
||||
"type":"string",
|
||||
"max":2048,
|
||||
"min":20
|
||||
},
|
||||
"ServiceUrl":{"type":"string"},
|
||||
"SnapshotOptions":{
|
||||
"type":"structure",
|
||||
@@ -831,8 +949,11 @@
|
||||
"ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
|
||||
"EBSOptions":{"shape":"EBSOptions"},
|
||||
"SnapshotOptions":{"shape":"SnapshotOptions"},
|
||||
"VPCOptions":{"shape":"VPCOptions"},
|
||||
"CognitoOptions":{"shape":"CognitoOptions"},
|
||||
"AdvancedOptions":{"shape":"AdvancedOptions"},
|
||||
"AccessPolicies":{"shape":"PolicyDocument"}
|
||||
"AccessPolicies":{"shape":"PolicyDocument"},
|
||||
"LogPublishingOptions":{"shape":"LogPublishingOptions"}
|
||||
}
|
||||
},
|
||||
"UpdateElasticsearchDomainConfigResponse":{
|
||||
@@ -843,6 +964,39 @@
|
||||
}
|
||||
},
|
||||
"UpdateTimestamp":{"type":"timestamp"},
|
||||
"UserPoolId":{
|
||||
"type":"string",
|
||||
"max":55,
|
||||
"min":1,
|
||||
"pattern":"[\\w-]+_[0-9a-zA-Z]+"
|
||||
},
|
||||
"VPCDerivedInfo":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"VPCId":{"shape":"String"},
|
||||
"SubnetIds":{"shape":"StringList"},
|
||||
"AvailabilityZones":{"shape":"StringList"},
|
||||
"SecurityGroupIds":{"shape":"StringList"}
|
||||
}
|
||||
},
|
||||
"VPCDerivedInfoStatus":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Options",
|
||||
"Status"
|
||||
],
|
||||
"members":{
|
||||
"Options":{"shape":"VPCDerivedInfo"},
|
||||
"Status":{"shape":"OptionStatus"}
|
||||
}
|
||||
},
|
||||
"VPCOptions":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"SubnetIds":{"shape":"StringList"},
|
||||
"SecurityGroupIds":{"shape":"StringList"}
|
||||
}
|
||||
},
|
||||
"ValidationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
||||
+132
-4
@@ -5,6 +5,7 @@
|
||||
"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>",
|
||||
"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>",
|
||||
"DescribeElasticsearchDomain": "<p>Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.</p>",
|
||||
"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>",
|
||||
@@ -72,15 +73,39 @@
|
||||
"Boolean": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CognitoOptions$Enabled": "<p>Specifies the option to enable Cognito for Kibana authentication.</p>",
|
||||
"EBSOptions$EBSEnabled": "<p>Specifies whether EBS-based storage is enabled.</p>",
|
||||
"ElasticsearchClusterConfig$DedicatedMasterEnabled": "<p>A boolean value to indicate whether a dedicated master node is enabled. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-dedicatedmasternodes\" target=\"_blank\">About Dedicated Master Nodes</a> for more information.</p>",
|
||||
"ElasticsearchClusterConfig$ZoneAwarenessEnabled": "<p>A boolean value to indicate whether zone awareness is enabled. See <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness\" target=\"_blank\">About Zone Awareness</a> for more information.</p>",
|
||||
"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>",
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"CloudWatchLogsLogGroupArn": {
|
||||
"base": "<p>ARN of the Cloudwatch log group to which log needs to be published.</p>",
|
||||
"refs": {
|
||||
"LogPublishingOption$CloudWatchLogsLogGroupArn": null
|
||||
}
|
||||
},
|
||||
"CognitoOptions": {
|
||||
"base": "<p>Options to specify the Cognito user and identity pools for Kibana authentication. 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>",
|
||||
"refs": {
|
||||
"CognitoOptionsStatus$Options": "<p>Specifies the Cognito options for the specified Elasticsearch domain.</p>",
|
||||
"CreateElasticsearchDomainRequest$CognitoOptions": "<p>Options to specify the Cognito user and identity pools for Kibana authentication. 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>",
|
||||
"ElasticsearchDomainStatus$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>",
|
||||
"UpdateElasticsearchDomainConfigRequest$CognitoOptions": "<p>Options to specify the Cognito user and identity pools for Kibana authentication. 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>"
|
||||
}
|
||||
},
|
||||
"CognitoOptionsStatus": {
|
||||
"base": "<p>Status of the Cognito options for the specified Elasticsearch domain.</p>",
|
||||
"refs": {
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"CreateElasticsearchDomainRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -275,12 +300,38 @@
|
||||
"ListElasticsearchInstanceTypesRequest$ElasticsearchVersion": "<p>Version of Elasticsearch for which list of supported elasticsearch instance types are needed. </p>"
|
||||
}
|
||||
},
|
||||
"EncryptionAtRestOptions": {
|
||||
"base": "<p>Specifies the Encryption At Rest Options.</p>",
|
||||
"refs": {
|
||||
"CreateElasticsearchDomainRequest$EncryptionAtRestOptions": "<p>Specifies the Encryption At Rest Options.</p>",
|
||||
"ElasticsearchDomainStatus$EncryptionAtRestOptions": "<p> Specifies the status of the <code>EncryptionAtRestOptions</code>.</p>",
|
||||
"EncryptionAtRestOptionsStatus$Options": "<p> Specifies the Encryption At Rest options for the specified Elasticsearch domain.</p>"
|
||||
}
|
||||
},
|
||||
"EncryptionAtRestOptionsStatus": {
|
||||
"base": "<p> Status of the Encryption At Rest options for the specified Elasticsearch domain.</p>",
|
||||
"refs": {
|
||||
"ElasticsearchDomainConfig$EncryptionAtRestOptions": "<p>Specifies the <code>EncryptionAtRestOptions</code> for the Elasticsearch domain.</p>"
|
||||
}
|
||||
},
|
||||
"EndpointsMap": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ElasticsearchDomainStatus$Endpoints": "<p>Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example <code>key, value</code>: <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code>.</p>"
|
||||
}
|
||||
},
|
||||
"ErrorMessage": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"BaseException$message": "<p>A description of the error.</p>"
|
||||
}
|
||||
},
|
||||
"IdentityPoolId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CognitoOptions$IdentityPoolId": "<p>Specifies the Cognito identity pool ID for Kibana authentication.</p>"
|
||||
}
|
||||
},
|
||||
"InstanceCountLimits": {
|
||||
"base": "<p> InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType. </p>",
|
||||
"refs": {
|
||||
@@ -319,6 +370,12 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KmsKeyId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EncryptionAtRestOptions$KmsKeyId": "<p> Specifies the KMS Key ID for Encryption At Rest options.</p>"
|
||||
}
|
||||
},
|
||||
"LimitExceededException": {
|
||||
"base": "<p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>",
|
||||
"refs": {
|
||||
@@ -391,6 +448,33 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"LogPublishingOption": {
|
||||
"base": "<p>Log Publishing option that is set for given domain. <br/>Attributes and their details: <ul> <li>CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.</li> <li>Enabled: Whether the log publishing for given log type is enabled or not</li> </ul> </p>",
|
||||
"refs": {
|
||||
"LogPublishingOptions$value": null
|
||||
}
|
||||
},
|
||||
"LogPublishingOptions": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateElasticsearchDomainRequest$LogPublishingOptions": "<p>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing options to publish a given type of Elasticsearch log.</p>",
|
||||
"ElasticsearchDomainStatus$LogPublishingOptions": "<p>Log publishing options for the given domain.</p>",
|
||||
"LogPublishingOptionsStatus$Options": "<p>The log publishing options configured for the Elasticsearch domain.</p>",
|
||||
"UpdateElasticsearchDomainConfigRequest$LogPublishingOptions": "<p>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing options to publish a given type of Elasticsearch log.</p>"
|
||||
}
|
||||
},
|
||||
"LogPublishingOptionsStatus": {
|
||||
"base": "<p>The configured log publishing options for the domain and their current status.</p>",
|
||||
"refs": {
|
||||
"ElasticsearchDomainConfig$LogPublishingOptions": "<p>Log publishing options for the given domain.</p>"
|
||||
}
|
||||
},
|
||||
"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>",
|
||||
"refs": {
|
||||
"LogPublishingOptions$key": null
|
||||
}
|
||||
},
|
||||
"MaxResults": {
|
||||
"base": "<p> Set this value to limit the number of results returned. </p>",
|
||||
"refs": {
|
||||
@@ -430,10 +514,14 @@
|
||||
"refs": {
|
||||
"AccessPoliciesStatus$Status": "<p>The status of the access policy for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>",
|
||||
"AdvancedOptionsStatus$Status": "<p> Specifies the status of <code>OptionStatus</code> for advanced options for the specified Elasticsearch domain.</p>",
|
||||
"CognitoOptionsStatus$Status": "<p>Specifies the status of the Cognito options for the specified Elasticsearch domain.</p>",
|
||||
"EBSOptionsStatus$Status": "<p> Specifies the status of the EBS options for the specified Elasticsearch domain.</p>",
|
||||
"ElasticsearchClusterConfigStatus$Status": "<p> Specifies the status of the configuration for the specified Elasticsearch domain.</p>",
|
||||
"ElasticsearchVersionStatus$Status": "<p> Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.</p>",
|
||||
"SnapshotOptionsStatus$Status": "<p>Specifies the status of a daily automated snapshot.</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>",
|
||||
"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>"
|
||||
}
|
||||
},
|
||||
"PolicyDocument": {
|
||||
@@ -460,10 +548,17 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"RoleArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CognitoOptions$RoleArn": "<p>Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.</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": {
|
||||
"ElasticsearchDomainStatus$Endpoint": "<p>The Elasticsearch domain endpoint that you use to submit index and search requests.</p>"
|
||||
"ElasticsearchDomainStatus$Endpoint": "<p>The Elasticsearch domain endpoint that you use to submit index and search requests.</p>",
|
||||
"EndpointsMap$value": null
|
||||
}
|
||||
},
|
||||
"SnapshotOptions": {
|
||||
@@ -522,13 +617,20 @@
|
||||
"refs": {
|
||||
"AdvancedOptions$key": null,
|
||||
"AdvancedOptions$value": null,
|
||||
"StringList$member": null
|
||||
"EndpointsMap$key": null,
|
||||
"StringList$member": null,
|
||||
"VPCDerivedInfo$VPCId": "<p>The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>"
|
||||
}
|
||||
},
|
||||
"StringList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RemoveTagsRequest$TagKeys": "<p>Specifies the <code>TagKey</code> list which you want to remove from the Elasticsearch domain.</p>"
|
||||
"RemoveTagsRequest$TagKeys": "<p>Specifies the <code>TagKey</code> list which you want to remove from the Elasticsearch domain.</p>",
|
||||
"VPCDerivedInfo$SubnetIds": "<p>Specifies the subnets for VPC endpoint.</p>",
|
||||
"VPCDerivedInfo$AvailabilityZones": "<p>The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>",
|
||||
"VPCDerivedInfo$SecurityGroupIds": "<p>Specifies the security groups for VPC endpoint.</p>",
|
||||
"VPCOptions$SubnetIds": "<p>Specifies the subnets for VPC endpoint.</p>",
|
||||
"VPCOptions$SecurityGroupIds": "<p>Specifies the security groups for VPC endpoint.</p>"
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
@@ -579,6 +681,32 @@
|
||||
"OptionStatus$UpdateDate": "<p>Timestamp which tells the last updated time for the entity.</p>"
|
||||
}
|
||||
},
|
||||
"UserPoolId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CognitoOptions$UserPoolId": "<p>Specifies the Cognito user pool ID for Kibana authentication.</p>"
|
||||
}
|
||||
},
|
||||
"VPCDerivedInfo": {
|
||||
"base": "<p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html\" target=\"_blank\"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>",
|
||||
"refs": {
|
||||
"ElasticsearchDomainStatus$VPCOptions": "<p>The <code>VPCOptions</code> for the specified domain. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html\" target=\"_blank\">VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>",
|
||||
"VPCDerivedInfoStatus$Options": "<p> Specifies the VPC options for the specified Elasticsearch domain.</p>"
|
||||
}
|
||||
},
|
||||
"VPCDerivedInfoStatus": {
|
||||
"base": "<p> Status of the VPC options for the specified Elasticsearch domain.</p>",
|
||||
"refs": {
|
||||
"ElasticsearchDomainConfig$VPCOptions": "<p>The <code>VPCOptions</code> for the specified domain. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html\" target=\"_blank\">VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>"
|
||||
}
|
||||
},
|
||||
"VPCOptions": {
|
||||
"base": "<p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html\" target=\"_blank\"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>",
|
||||
"refs": {
|
||||
"CreateElasticsearchDomainRequest$VPCOptions": "<p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc\" target=\"_blank\">Creating a VPC</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i></p>",
|
||||
"UpdateElasticsearchDomainConfigRequest$VPCOptions": "<p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href=\"http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc\" target=\"_blank\">Creating a VPC</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i></p>"
|
||||
}
|
||||
},
|
||||
"ValidationException": {
|
||||
"base": "<p>An exception for missing / invalid input fields. Gives http status code of 400.</p>",
|
||||
"refs": {
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListDomainNames",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeElasticsearchDomain",
|
||||
"input": {
|
||||
"DomainName": "not-a-domain"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user