|
1304 | 1304 | "NaturalLanguageQueryGenerationOptions":{ |
1305 | 1305 | "shape":"NaturalLanguageQueryGenerationOptionsInput", |
1306 | 1306 | "documentation":"<p>Container for parameters required for natural language query generation on the specified domain.</p>" |
| 1307 | + }, |
| 1308 | + "S3VectorsEngine":{ |
| 1309 | + "shape":"S3VectorsEngine", |
| 1310 | + "documentation":"<p>Container for parameters required to enable S3 vectors engine features on the specified domain.</p>" |
1307 | 1311 | } |
1308 | 1312 | }, |
1309 | 1313 | "documentation":"<p>Container for parameters required to enable all machine learning features.</p>" |
|
1314 | 1318 | "NaturalLanguageQueryGenerationOptions":{ |
1315 | 1319 | "shape":"NaturalLanguageQueryGenerationOptionsOutput", |
1316 | 1320 | "documentation":"<p>Container for parameters required for natural language query generation on the specified domain.</p>" |
| 1321 | + }, |
| 1322 | + "S3VectorsEngine":{ |
| 1323 | + "shape":"S3VectorsEngine", |
| 1324 | + "documentation":"<p>Container for parameters representing the state of S3 vectors engine features on the specified domain.</p>" |
1317 | 1325 | } |
1318 | 1326 | }, |
1319 | 1327 | "documentation":"<p>Container for parameters representing the state of machine learning features on the specified domain.</p>" |
|
1388 | 1396 | }, |
1389 | 1397 | "AccessDeniedException":{ |
1390 | 1398 | "type":"structure", |
1391 | | - "members":{ |
1392 | | - }, |
| 1399 | + "members":{}, |
1393 | 1400 | "documentation":"<p>An error occurred because you don't have permissions to access the resource.</p>", |
1394 | 1401 | "error":{"httpStatusCode":403}, |
1395 | 1402 | "exception":true |
|
2474 | 2481 | }, |
2475 | 2482 | "ConflictException":{ |
2476 | 2483 | "type":"structure", |
2477 | | - "members":{ |
2478 | | - }, |
| 2484 | + "members":{}, |
2479 | 2485 | "documentation":"<p>An error occurred because the client attempts to remove a resource that is currently in use.</p>", |
2480 | 2486 | "error":{"httpStatusCode":409}, |
2481 | 2487 | "exception":true |
|
2843 | 2849 | "documentation":"<p>Detailed description of a data source.</p>" |
2844 | 2850 | } |
2845 | 2851 | }, |
2846 | | - "documentation":"<p>Data sources that are associated with an OpenSearch Application. </p>" |
| 2852 | + "documentation":"<p>Data sources that are associated with an OpenSearch application. </p>" |
2847 | 2853 | }, |
2848 | 2854 | "DataSourceDescription":{ |
2849 | 2855 | "type":"string", |
|
2918 | 2924 | }, |
2919 | 2925 | "DeleteApplicationResponse":{ |
2920 | 2926 | "type":"structure", |
2921 | | - "members":{ |
2922 | | - } |
| 2927 | + "members":{} |
2923 | 2928 | }, |
2924 | 2929 | "DeleteDataSourceRequest":{ |
2925 | 2930 | "type":"structure", |
|
3081 | 3086 | }, |
3082 | 3087 | "DependencyFailureException":{ |
3083 | 3088 | "type":"structure", |
3084 | | - "members":{ |
3085 | | - }, |
| 3089 | + "members":{}, |
3086 | 3090 | "documentation":"<p>An exception for when a failure in one of the dependencies results in the service being unable to fetch details about the resource.</p>", |
3087 | 3091 | "error":{"httpStatusCode":424}, |
3088 | 3092 | "exception":true |
|
3722 | 3726 | "DisableTimestamp":{"type":"timestamp"}, |
3723 | 3727 | "DisabledOperationException":{ |
3724 | 3728 | "type":"structure", |
3725 | | - "members":{ |
3726 | | - }, |
| 3729 | + "members":{}, |
3727 | 3730 | "documentation":"<p>An error occured because the client wanted to access an unsupported operation.</p>", |
3728 | 3731 | "error":{"httpStatusCode":409}, |
3729 | 3732 | "exception":true |
|
4886 | 4889 | "members":{ |
4887 | 4890 | "enabled":{ |
4888 | 4891 | "shape":"Boolean", |
4889 | | - "documentation":"<p>Indicates whether IAM Identity Center is enabled for the OpenSearch Application.</p>" |
| 4892 | + "documentation":"<p>Indicates whether IAM Identity Center is enabled for the OpenSearch application.</p>" |
4890 | 4893 | }, |
4891 | 4894 | "iamIdentityCenterInstanceArn":{"shape":"ARN"}, |
4892 | 4895 | "iamRoleForIdentityCenterApplicationArn":{ |
4893 | 4896 | "shape":"RoleArn", |
4894 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch Application.</p>" |
| 4897 | + "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role assigned to the IAM Identity Center application for the OpenSearch application.</p>" |
4895 | 4898 | }, |
4896 | 4899 | "iamIdentityCenterApplicationArn":{"shape":"ARN"} |
4897 | 4900 | }, |
4898 | | - "documentation":"<p>Configuration settings for IAM Identity Center in an OpenSearch Application.</p>" |
| 4901 | + "documentation":"<p>Configuration settings for IAM Identity Center in an OpenSearch application.</p>" |
4899 | 4902 | }, |
4900 | 4903 | "IamIdentityCenterOptionsInput":{ |
4901 | 4904 | "type":"structure", |
|
5160 | 5163 | "IntegerClass":{"type":"integer"}, |
5161 | 5164 | "InternalException":{ |
5162 | 5165 | "type":"structure", |
5163 | | - "members":{ |
5164 | | - }, |
| 5166 | + "members":{}, |
5165 | 5167 | "documentation":"<p>Request processing failed because of an unknown error, exception, or internal failure.</p>", |
5166 | 5168 | "error":{"httpStatusCode":500}, |
5167 | 5169 | "exception":true |
5168 | 5170 | }, |
5169 | 5171 | "InvalidPaginationTokenException":{ |
5170 | 5172 | "type":"structure", |
5171 | | - "members":{ |
5172 | | - }, |
| 5173 | + "members":{}, |
5173 | 5174 | "documentation":"<p>Request processing failed because you provided an invalid pagination token.</p>", |
5174 | 5175 | "error":{"httpStatusCode":400}, |
5175 | 5176 | "exception":true |
5176 | 5177 | }, |
5177 | 5178 | "InvalidTypeException":{ |
5178 | 5179 | "type":"structure", |
5179 | | - "members":{ |
5180 | | - }, |
| 5180 | + "members":{}, |
5181 | 5181 | "documentation":"<p>An exception for trying to create or access a sub-resource that's either invalid or not supported.</p>", |
5182 | 5182 | "error":{"httpStatusCode":409}, |
5183 | 5183 | "exception":true |
|
5260 | 5260 | }, |
5261 | 5261 | "LimitExceededException":{ |
5262 | 5262 | "type":"structure", |
5263 | | - "members":{ |
5264 | | - }, |
| 5263 | + "members":{}, |
5265 | 5264 | "documentation":"<p>An exception for trying to create more than the allowed number of resources or sub-resources.</p>", |
5266 | 5265 | "error":{"httpStatusCode":409}, |
5267 | 5266 | "exception":true |
|
6910 | 6909 | }, |
6911 | 6910 | "ResourceAlreadyExistsException":{ |
6912 | 6911 | "type":"structure", |
6913 | | - "members":{ |
6914 | | - }, |
| 6912 | + "members":{}, |
6915 | 6913 | "documentation":"<p>An exception for creating a resource that already exists.</p>", |
6916 | 6914 | "error":{"httpStatusCode":409}, |
6917 | 6915 | "exception":true |
6918 | 6916 | }, |
6919 | 6917 | "ResourceNotFoundException":{ |
6920 | 6918 | "type":"structure", |
6921 | | - "members":{ |
6922 | | - }, |
| 6919 | + "members":{}, |
6923 | 6920 | "documentation":"<p>An exception for accessing or deleting a resource that doesn't exist.</p>", |
6924 | 6921 | "error":{"httpStatusCode":409}, |
6925 | 6922 | "exception":true |
|
6946 | 6943 | }, |
6947 | 6944 | "RevokeVpcEndpointAccessResponse":{ |
6948 | 6945 | "type":"structure", |
6949 | | - "members":{ |
6950 | | - } |
| 6946 | + "members":{} |
6951 | 6947 | }, |
6952 | 6948 | "RoleArn":{ |
6953 | 6949 | "type":"string", |
|
6995 | 6991 | "max":1024, |
6996 | 6992 | "min":1 |
6997 | 6993 | }, |
| 6994 | + "S3VectorsEngine":{ |
| 6995 | + "type":"structure", |
| 6996 | + "members":{ |
| 6997 | + "Enabled":{ |
| 6998 | + "shape":"Boolean", |
| 6999 | + "documentation":"<p>Enables S3 vectors engine features.</p>" |
| 7000 | + } |
| 7001 | + }, |
| 7002 | + "documentation":"<p>Options for enabling S3 vectors engine features on the specified domain.</p>" |
| 7003 | + }, |
6998 | 7004 | "SAMLEntityId":{ |
6999 | 7005 | "type":"string", |
7000 | 7006 | "max":512, |
|
8113 | 8119 | }, |
8114 | 8120 | "ValidationException":{ |
8115 | 8121 | "type":"structure", |
8116 | | - "members":{ |
8117 | | - }, |
| 8122 | + "members":{}, |
8118 | 8123 | "documentation":"<p>An exception for accessing or deleting a resource that doesn't exist.</p>", |
8119 | 8124 | "error":{"httpStatusCode":400}, |
8120 | 8125 | "exception":true |
|
0 commit comments