Skip to content

Commit 660362d

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

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 OpenSearch 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/opensearch/src/main/resources/codegen-resources/service-2.json

+13
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,14 @@
786786
"SAMLOptions":{
787787
"shape":"SAMLOptionsOutput",
788788
"documentation":"<p>Describes the SAML application configured for a domain.</p>"
789+
},
790+
"AnonymousAuthDisableDate":{
791+
"shape":"DisableTimestamp",
792+
"documentation":"<p>Specifies the Anonymous Auth Disable Date when Anonymous Auth is enabled.</p>"
793+
},
794+
"AnonymousAuthEnabled":{
795+
"shape":"Boolean",
796+
"documentation":"<p>True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.</p>"
789797
}
790798
},
791799
"documentation":"<p>The advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled. </p>"
@@ -808,6 +816,10 @@
808816
"SAMLOptions":{
809817
"shape":"SAMLOptionsInput",
810818
"documentation":"<p>The SAML application configuration for the domain.</p>"
819+
},
820+
"AnonymousAuthEnabled":{
821+
"shape":"Boolean",
822+
"documentation":"<p>True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.</p>"
811823
}
812824
},
813825
"documentation":"<p>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>"
@@ -1860,6 +1872,7 @@
18601872
},
18611873
"documentation":"<p>Container for results from <code>DescribeReservedInstances</code> </p>"
18621874
},
1875+
"DisableTimestamp":{"type":"timestamp"},
18631876
"DisabledOperationException":{
18641877
"type":"structure",
18651878
"members":{

0 commit comments

Comments
 (0)