Skip to content

Commit 73abaed

Browse files
author
AWS
committed
Amazon OpenSearch Service Update: This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.
1 parent 7984cca commit 73abaed

File tree

3 files changed

+591
-8
lines changed

3 files changed

+591
-8
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 OpenSearch Service",
4+
"contributor": "",
5+
"description": "This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface."
6+
}

services/opensearch/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"output_token": "NextToken",
4141
"limit_key": "MaxResults"
4242
},
43+
"ListApplications": {
44+
"input_token": "nextToken",
45+
"output_token": "nextToken",
46+
"limit_key": "maxResults",
47+
"result_key": "ApplicationSummaries"
48+
},
4349
"ListDomainMaintenances": {
4450
"input_token": "NextToken",
4551
"output_token": "NextToken",

0 commit comments

Comments
 (0)