Skip to content

Commit 4264bbd

Browse files
author
AWS
committed
Amazon OpenSearch Service Update: This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
1 parent a151aa6 commit 4264bbd

File tree

2 files changed

+6
-90
lines changed

2 files changed

+6
-90
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 removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains."
6+
}

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

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,37 +1063,6 @@
10631063
}
10641064
},
10651065
"shapes":{
1066-
"AIMLOptionsInput":{
1067-
"type":"structure",
1068-
"members":{
1069-
"NaturalLanguageQueryGenerationOptions":{
1070-
"shape":"NaturalLanguageQueryGenerationOptionsInput",
1071-
"documentation":"<p>Container for parameters required for natural language query generation on the specified domain.</p>"
1072-
}
1073-
},
1074-
"documentation":"<p>Container for parameters required to enable all machine learning features.</p>"
1075-
},
1076-
"AIMLOptionsOutput":{
1077-
"type":"structure",
1078-
"members":{
1079-
"NaturalLanguageQueryGenerationOptions":{
1080-
"shape":"NaturalLanguageQueryGenerationOptionsOutput",
1081-
"documentation":"<p>Container for parameters required for natural language query generation on the specified domain.</p>"
1082-
}
1083-
},
1084-
"documentation":"<p>Container for parameters representing the state of machine learning features on the specified domain.</p>"
1085-
},
1086-
"AIMLOptionsStatus":{
1087-
"type":"structure",
1088-
"members":{
1089-
"Options":{
1090-
"shape":"AIMLOptionsOutput",
1091-
"documentation":"<p>Machine learning options on the specified domain.</p>"
1092-
},
1093-
"Status":{"shape":"OptionStatus"}
1094-
},
1095-
"documentation":"<p>The status of machine learning options on the specified domain.</p>"
1096-
},
10971066
"ARN":{
10981067
"type":"string",
10991068
"documentation":"<p>The Amazon Resource Name (ARN) of the domain. See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html\">Identifiers for IAM Entities </a> in <i>Using Amazon Web Services Identity and Access Management</i> for more information. </p>",
@@ -2186,10 +2155,6 @@
21862155
"SoftwareUpdateOptions":{
21872156
"shape":"SoftwareUpdateOptions",
21882157
"documentation":"<p>Software update options for the domain.</p>"
2189-
},
2190-
"AIMLOptions":{
2191-
"shape":"AIMLOptionsInput",
2192-
"documentation":"<p>Options for all machine learning features for the specified domain.</p>"
21932158
}
21942159
}
21952160
},
@@ -3242,10 +3207,6 @@
32423207
"ModifyingProperties":{
32433208
"shape":"ModifyingPropertiesList",
32443209
"documentation":"<p>Information about the domain properties that are currently being modified.</p>"
3245-
},
3246-
"AIMLOptions":{
3247-
"shape":"AIMLOptionsStatus",
3248-
"documentation":"<p>Container for parameters required to enable all machine learning features.</p>"
32493210
}
32503211
},
32513212
"documentation":"<p>Container for the configuration of an OpenSearch Service domain.</p>"
@@ -3653,10 +3614,6 @@
36533614
"ModifyingProperties":{
36543615
"shape":"ModifyingPropertiesList",
36553616
"documentation":"<p>Information about the domain properties that are currently being modified.</p>"
3656-
},
3657-
"AIMLOptions":{
3658-
"shape":"AIMLOptionsOutput",
3659-
"documentation":"<p>Container for parameters required to enable all machine learning features.</p>"
36603617
}
36613618
},
36623619
"documentation":"<p>The current status of an OpenSearch Service domain.</p>"
@@ -4977,49 +4934,6 @@
49774934
"type":"list",
49784935
"member":{"shape":"ModifyingProperties"}
49794936
},
4980-
"NaturalLanguageQueryGenerationCurrentState":{
4981-
"type":"string",
4982-
"enum":[
4983-
"NOT_ENABLED",
4984-
"ENABLE_COMPLETE",
4985-
"ENABLE_IN_PROGRESS",
4986-
"ENABLE_FAILED",
4987-
"DISABLE_COMPLETE",
4988-
"DISABLE_IN_PROGRESS",
4989-
"DISABLE_FAILED"
4990-
]
4991-
},
4992-
"NaturalLanguageQueryGenerationDesiredState":{
4993-
"type":"string",
4994-
"enum":[
4995-
"ENABLED",
4996-
"DISABLED"
4997-
]
4998-
},
4999-
"NaturalLanguageQueryGenerationOptionsInput":{
5000-
"type":"structure",
5001-
"members":{
5002-
"DesiredState":{
5003-
"shape":"NaturalLanguageQueryGenerationDesiredState",
5004-
"documentation":"<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
5005-
}
5006-
},
5007-
"documentation":"<p>Container for parameters required to enable the natural language query generation feature.</p>"
5008-
},
5009-
"NaturalLanguageQueryGenerationOptionsOutput":{
5010-
"type":"structure",
5011-
"members":{
5012-
"DesiredState":{
5013-
"shape":"NaturalLanguageQueryGenerationDesiredState",
5014-
"documentation":"<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
5015-
},
5016-
"CurrentState":{
5017-
"shape":"NaturalLanguageQueryGenerationCurrentState",
5018-
"documentation":"<p>The current state of the natural language query generation feature, indicating completion, in progress, or failure.</p>"
5019-
}
5020-
},
5021-
"documentation":"<p>Container for parameters representing the state of the natural language query generation feature on the specified domain.</p>"
5022-
},
50234937
"NextToken":{
50244938
"type":"string",
50254939
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.</p>"
@@ -6507,10 +6421,6 @@
65076421
"SoftwareUpdateOptions":{
65086422
"shape":"SoftwareUpdateOptions",
65096423
"documentation":"<p>Service software update options for the domain.</p>"
6510-
},
6511-
"AIMLOptions":{
6512-
"shape":"AIMLOptionsInput",
6513-
"documentation":"<p>Options for all machine learning features for the specified domain.</p>"
65146424
}
65156425
},
65166426
"documentation":"<p>Container for the request parameters to the <code>UpdateDomain</code> operation.</p>"

0 commit comments

Comments
 (0)