Skip to content

Commit 67a8017

Browse files
author
AWS
committed
Amazon QuickSight Update: Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).
1 parent afd98d9 commit 67a8017

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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 QuickSight",
4+
"contributor": "",
5+
"description": "Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch)."
6+
}

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,6 +2225,13 @@
22252225
},
22262226
"documentation":"<p>The parameters for Elasticsearch.</p>"
22272227
},
2228+
"AmazonOpenSearchParameters":{
2229+
"type":"structure",
2230+
"required":["Domain"],
2231+
"members":{
2232+
"Domain":{"shape":"Domain"}
2233+
}
2234+
},
22282235
"Analysis":{
22292236
"type":"structure",
22302237
"members":{
@@ -4641,7 +4648,8 @@
46414648
"TwitterParameters":{
46424649
"shape":"TwitterParameters",
46434650
"documentation":"<p>The parameters for Twitter.</p>"
4644-
}
4651+
},
4652+
"AmazonOpenSearchParameters":{"shape":"AmazonOpenSearchParameters"}
46454653
},
46464654
"documentation":"<p>The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.</p>"
46474655
},
@@ -4676,7 +4684,8 @@
46764684
"SQLSERVER",
46774685
"TERADATA",
46784686
"TWITTER",
4679-
"TIMESTREAM"
4687+
"TIMESTREAM",
4688+
"AMAZON_OPENSEARCH"
46804689
]
46814690
},
46824691
"Database":{

0 commit comments

Comments
 (0)