| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630 |
- {
- "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"}
- ]
- },
- "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"}
- ]
- },
- "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"}
- ]
- },
- "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"}
- ]
- },
- "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"}
- ]
- },
- "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"}
- ]
- },
- "ListDomainNames":{
- "name":"ListDomainNames",
- "http":{
- "method":"GET",
- "requestUri":"/2015-01-01/domain"
- },
- "output":{"shape":"ListDomainNamesResponse"},
- "errors":[
- {"shape":"BaseException"},
- {"shape":"ValidationException"}
- ]
- },
- "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"}
- ]
- },
- "RemoveTags":{
- "name":"RemoveTags",
- "http":{
- "method":"POST",
- "requestUri":"/2015-01-01/tags-removal"
- },
- "input":{"shape":"RemoveTagsRequest"},
- "errors":[
- {"shape":"BaseException"},
- {"shape":"ValidationException"},
- {"shape":"InternalException"}
- ]
- },
- "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"}
- ]
- }
- },
- "shapes":{
- "ARN":{"type":"string"},
- "AccessPoliciesStatus":{
- "type":"structure",
- "required":[
- "Options",
- "Status"
- ],
- "members":{
- "Options":{"shape":"PolicyDocument"},
- "Status":{"shape":"OptionStatus"}
- }
- },
- "AddTagsRequest":{
- "type":"structure",
- "required":[
- "ARN",
- "TagList"
- ],
- "members":{
- "ARN":{"shape":"ARN"},
- "TagList":{"shape":"TagList"}
- }
- },
- "AdvancedOptions":{
- "type":"map",
- "key":{"shape":"String"},
- "value":{"shape":"String"}
- },
- "AdvancedOptionsStatus":{
- "type":"structure",
- "required":[
- "Options",
- "Status"
- ],
- "members":{
- "Options":{"shape":"AdvancedOptions"},
- "Status":{"shape":"OptionStatus"}
- }
- },
- "BaseException":{
- "type":"structure",
- "members":{
- "message":{"shape":"ErrorMessage"}
- },
- "exception":true
- },
- "Boolean":{"type":"boolean"},
- "CreateElasticsearchDomainRequest":{
- "type":"structure",
- "required":["DomainName"],
- "members":{
- "DomainName":{"shape":"DomainName"},
- "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
- "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
- "EBSOptions":{"shape":"EBSOptions"},
- "AccessPolicies":{"shape":"PolicyDocument"},
- "SnapshotOptions":{"shape":"SnapshotOptions"},
- "AdvancedOptions":{"shape":"AdvancedOptions"}
- }
- },
- "CreateElasticsearchDomainResponse":{
- "type":"structure",
- "members":{
- "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
- }
- },
- "DeleteElasticsearchDomainRequest":{
- "type":"structure",
- "required":["DomainName"],
- "members":{
- "DomainName":{
- "shape":"DomainName",
- "location":"uri",
- "locationName":"DomainName"
- }
- }
- },
- "DeleteElasticsearchDomainResponse":{
- "type":"structure",
- "members":{
- "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
- }
- },
- "DescribeElasticsearchDomainConfigRequest":{
- "type":"structure",
- "required":["DomainName"],
- "members":{
- "DomainName":{
- "shape":"DomainName",
- "location":"uri",
- "locationName":"DomainName"
- }
- }
- },
- "DescribeElasticsearchDomainConfigResponse":{
- "type":"structure",
- "required":["DomainConfig"],
- "members":{
- "DomainConfig":{"shape":"ElasticsearchDomainConfig"}
- }
- },
- "DescribeElasticsearchDomainRequest":{
- "type":"structure",
- "required":["DomainName"],
- "members":{
- "DomainName":{
- "shape":"DomainName",
- "location":"uri",
- "locationName":"DomainName"
- }
- }
- },
- "DescribeElasticsearchDomainResponse":{
- "type":"structure",
- "required":["DomainStatus"],
- "members":{
- "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
- }
- },
- "DescribeElasticsearchDomainsRequest":{
- "type":"structure",
- "required":["DomainNames"],
- "members":{
- "DomainNames":{"shape":"DomainNameList"}
- }
- },
- "DescribeElasticsearchDomainsResponse":{
- "type":"structure",
- "required":["DomainStatusList"],
- "members":{
- "DomainStatusList":{"shape":"ElasticsearchDomainStatusList"}
- }
- },
- "DisabledOperationException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":409},
- "exception":true
- },
- "DomainId":{
- "type":"string",
- "max":64,
- "min":1
- },
- "DomainInfo":{
- "type":"structure",
- "members":{
- "DomainName":{"shape":"DomainName"}
- }
- },
- "DomainInfoList":{
- "type":"list",
- "member":{"shape":"DomainInfo"}
- },
- "DomainName":{
- "type":"string",
- "max":28,
- "min":3,
- "pattern":"[a-z][a-z0-9\\-]+"
- },
- "DomainNameList":{
- "type":"list",
- "member":{"shape":"DomainName"}
- },
- "EBSOptions":{
- "type":"structure",
- "members":{
- "EBSEnabled":{"shape":"Boolean"},
- "VolumeType":{"shape":"VolumeType"},
- "VolumeSize":{"shape":"IntegerClass"},
- "Iops":{"shape":"IntegerClass"}
- }
- },
- "EBSOptionsStatus":{
- "type":"structure",
- "required":[
- "Options",
- "Status"
- ],
- "members":{
- "Options":{"shape":"EBSOptions"},
- "Status":{"shape":"OptionStatus"}
- }
- },
- "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"},
- "InstanceCount":{"shape":"IntegerClass"},
- "DedicatedMasterEnabled":{"shape":"Boolean"},
- "ZoneAwarenessEnabled":{"shape":"Boolean"},
- "DedicatedMasterType":{"shape":"ESPartitionInstanceType"},
- "DedicatedMasterCount":{"shape":"IntegerClass"}
- }
- },
- "ElasticsearchClusterConfigStatus":{
- "type":"structure",
- "required":[
- "Options",
- "Status"
- ],
- "members":{
- "Options":{"shape":"ElasticsearchClusterConfig"},
- "Status":{"shape":"OptionStatus"}
- }
- },
- "ElasticsearchDomainConfig":{
- "type":"structure",
- "members":{
- "ElasticsearchVersion":{"shape":"ElasticsearchVersionStatus"},
- "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfigStatus"},
- "EBSOptions":{"shape":"EBSOptionsStatus"},
- "AccessPolicies":{"shape":"AccessPoliciesStatus"},
- "SnapshotOptions":{"shape":"SnapshotOptionsStatus"},
- "AdvancedOptions":{"shape":"AdvancedOptionsStatus"}
- }
- },
- "ElasticsearchDomainStatus":{
- "type":"structure",
- "required":[
- "DomainId",
- "DomainName",
- "ARN",
- "ElasticsearchClusterConfig"
- ],
- "members":{
- "DomainId":{"shape":"DomainId"},
- "DomainName":{"shape":"DomainName"},
- "ARN":{"shape":"ARN"},
- "Created":{"shape":"Boolean"},
- "Deleted":{"shape":"Boolean"},
- "Endpoint":{"shape":"ServiceUrl"},
- "Processing":{"shape":"Boolean"},
- "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
- "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
- "EBSOptions":{"shape":"EBSOptions"},
- "AccessPolicies":{"shape":"PolicyDocument"},
- "SnapshotOptions":{"shape":"SnapshotOptions"},
- "AdvancedOptions":{"shape":"AdvancedOptions"}
- }
- },
- "ElasticsearchDomainStatusList":{
- "type":"list",
- "member":{"shape":"ElasticsearchDomainStatus"}
- },
- "ElasticsearchVersionStatus":{
- "type":"structure",
- "required":[
- "Options",
- "Status"
- ],
- "members":{
- "Options":{"shape":"ElasticsearchVersionString"},
- "Status":{"shape":"OptionStatus"}
- }
- },
- "ElasticsearchVersionString":{"type":"string"},
- "ErrorMessage":{"type":"string"},
- "IntegerClass":{"type":"integer"},
- "InternalException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":500},
- "exception":true
- },
- "InvalidTypeException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":409},
- "exception":true
- },
- "LimitExceededException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":409},
- "exception":true
- },
- "ListDomainNamesResponse":{
- "type":"structure",
- "members":{
- "DomainNames":{"shape":"DomainInfoList"}
- }
- },
- "ListTagsRequest":{
- "type":"structure",
- "required":["ARN"],
- "members":{
- "ARN":{
- "shape":"ARN",
- "location":"querystring",
- "locationName":"arn"
- }
- }
- },
- "ListTagsResponse":{
- "type":"structure",
- "members":{
- "TagList":{"shape":"TagList"}
- }
- },
- "OptionState":{
- "type":"string",
- "enum":[
- "RequiresIndexDocuments",
- "Processing",
- "Active"
- ]
- },
- "OptionStatus":{
- "type":"structure",
- "required":[
- "CreationDate",
- "UpdateDate",
- "State"
- ],
- "members":{
- "CreationDate":{"shape":"UpdateTimestamp"},
- "UpdateDate":{"shape":"UpdateTimestamp"},
- "UpdateVersion":{"shape":"UIntValue"},
- "State":{"shape":"OptionState"},
- "PendingDeletion":{"shape":"Boolean"}
- }
- },
- "PolicyDocument":{"type":"string"},
- "RemoveTagsRequest":{
- "type":"structure",
- "required":[
- "ARN",
- "TagKeys"
- ],
- "members":{
- "ARN":{"shape":"ARN"},
- "TagKeys":{"shape":"StringList"}
- }
- },
- "ResourceAlreadyExistsException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":409},
- "exception":true
- },
- "ResourceNotFoundException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":409},
- "exception":true
- },
- "ServiceUrl":{"type":"string"},
- "SnapshotOptions":{
- "type":"structure",
- "members":{
- "AutomatedSnapshotStartHour":{"shape":"IntegerClass"}
- }
- },
- "SnapshotOptionsStatus":{
- "type":"structure",
- "required":[
- "Options",
- "Status"
- ],
- "members":{
- "Options":{"shape":"SnapshotOptions"},
- "Status":{"shape":"OptionStatus"}
- }
- },
- "String":{"type":"string"},
- "StringList":{
- "type":"list",
- "member":{"shape":"String"}
- },
- "Tag":{
- "type":"structure",
- "required":[
- "Key",
- "Value"
- ],
- "members":{
- "Key":{"shape":"TagKey"},
- "Value":{"shape":"TagValue"}
- }
- },
- "TagKey":{
- "type":"string",
- "max":128,
- "min":1
- },
- "TagList":{
- "type":"list",
- "member":{"shape":"Tag"}
- },
- "TagValue":{
- "type":"string",
- "max":256,
- "min":0
- },
- "UIntValue":{
- "type":"integer",
- "min":0
- },
- "UpdateElasticsearchDomainConfigRequest":{
- "type":"structure",
- "required":["DomainName"],
- "members":{
- "DomainName":{
- "shape":"DomainName",
- "location":"uri",
- "locationName":"DomainName"
- },
- "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
- "EBSOptions":{"shape":"EBSOptions"},
- "SnapshotOptions":{"shape":"SnapshotOptions"},
- "AdvancedOptions":{"shape":"AdvancedOptions"},
- "AccessPolicies":{"shape":"PolicyDocument"}
- }
- },
- "UpdateElasticsearchDomainConfigResponse":{
- "type":"structure",
- "required":["DomainConfig"],
- "members":{
- "DomainConfig":{"shape":"ElasticsearchDomainConfig"}
- }
- },
- "UpdateTimestamp":{"type":"timestamp"},
- "ValidationException":{
- "type":"structure",
- "members":{
- },
- "error":{"httpStatusCode":400},
- "exception":true
- },
- "VolumeType":{
- "type":"string",
- "enum":[
- "standard",
- "gp2",
- "io1"
- ]
- }
- }
- }
|