Skip to content

Commit f660b81

Browse files
author
AWS
committed
Amazon Elasticsearch Service Update: Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
1 parent c2be7f5 commit f660b81

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
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": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
6+
}

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

+13
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,14 @@
788788
"SAMLOptions":{
789789
"shape":"SAMLOptionsOutput",
790790
"documentation":"<p>Describes the SAML application configured for a domain.</p>"
791+
},
792+
"AnonymousAuthDisableDate":{
793+
"shape":"DisableTimestamp",
794+
"documentation":"<p>Specifies the Anonymous Auth Disable Date when Anonymous Auth is enabled.</p>"
795+
},
796+
"AnonymousAuthEnabled":{
797+
"shape":"Boolean",
798+
"documentation":"<p>True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.</p>"
791799
}
792800
},
793801
"documentation":"<p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.</p>"
@@ -810,6 +818,10 @@
810818
"SAMLOptions":{
811819
"shape":"SAMLOptionsInput",
812820
"documentation":"<p>Specifies the SAML application configuration for the domain.</p>"
821+
},
822+
"AnonymousAuthEnabled":{
823+
"shape":"Boolean",
824+
"documentation":"<p>True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.</p>"
813825
}
814826
},
815827
"documentation":"<p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).</p>"
@@ -1784,6 +1796,7 @@
17841796
},
17851797
"documentation":"<p>Container for results from <code>DescribeReservedElasticsearchInstances</code></p>"
17861798
},
1799+
"DisableTimestamp":{"type":"timestamp"},
17871800
"DisabledOperationException":{
17881801
"type":"structure",
17891802
"members":{

0 commit comments

Comments
 (0)