Skip to content

Commit e0a6a18

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation
1 parent f25745b commit e0a6a18

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elasticsearch Service",
4+
"contributor": "",
5+
"description": "AWS ElasticSearch Feature : Support for adding tags in elastic search domain during domain creation"
6+
}

services/elasticsearch/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,10 @@
12141214
"AutoTuneOptions":{
12151215
"shape":"AutoTuneOptionsInput",
12161216
"documentation":"<p>Specifies Auto-Tune options.</p>"
1217+
},
1218+
"TagList":{
1219+
"shape":"TagList",
1220+
"documentation":"<p>A list of <code>Tag</code> added during domain creation.</p>"
12171221
}
12181222
}
12191223
},

0 commit comments

Comments
 (0)