1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2021-01-01",
5    "endpointPrefix":"es",
6    "protocol":"rest-json",
7    "serviceFullName":"Amazon OpenSearch Service",
8    "serviceId":"OpenSearch",
9    "signatureVersion":"v4",
10    "uid":"opensearch-2021-01-01"
11  },
12  "operations":{
13    "AcceptInboundConnection":{
14      "name":"AcceptInboundConnection",
15      "http":{
16        "method":"PUT",
17        "requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept"
18      },
19      "input":{"shape":"AcceptInboundConnectionRequest"},
20      "output":{"shape":"AcceptInboundConnectionResponse"},
21      "errors":[
22        {"shape":"ResourceNotFoundException"},
23        {"shape":"LimitExceededException"},
24        {"shape":"DisabledOperationException"}
25      ],
26      "documentation":"<p>Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
27    },
28    "AddDataSource":{
29      "name":"AddDataSource",
30      "http":{
31        "method":"POST",
32        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dataSource"
33      },
34      "input":{"shape":"AddDataSourceRequest"},
35      "output":{"shape":"AddDataSourceResponse"},
36      "errors":[
37        {"shape":"BaseException"},
38        {"shape":"InternalException"},
39        {"shape":"ResourceNotFoundException"},
40        {"shape":"ValidationException"},
41        {"shape":"DisabledOperationException"},
42        {"shape":"DependencyFailureException"},
43        {"shape":"LimitExceededException"}
44      ],
45      "documentation":"<p>Creates a new direct-query data source to the specified domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html\">Creating Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>"
46    },
47    "AddTags":{
48      "name":"AddTags",
49      "http":{
50        "method":"POST",
51        "requestUri":"/2021-01-01/tags"
52      },
53      "input":{"shape":"AddTagsRequest"},
54      "errors":[
55        {"shape":"BaseException"},
56        {"shape":"LimitExceededException"},
57        {"shape":"ValidationException"},
58        {"shape":"InternalException"}
59      ],
60      "documentation":"<p>Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html\">Tagging Amazon OpenSearch Service domains</a>.</p>"
61    },
62    "AssociatePackage":{
63      "name":"AssociatePackage",
64      "http":{
65        "method":"POST",
66        "requestUri":"/2021-01-01/packages/associate/{PackageID}/{DomainName}"
67      },
68      "input":{"shape":"AssociatePackageRequest"},
69      "output":{"shape":"AssociatePackageResponse"},
70      "errors":[
71        {"shape":"BaseException"},
72        {"shape":"InternalException"},
73        {"shape":"ResourceNotFoundException"},
74        {"shape":"AccessDeniedException"},
75        {"shape":"ValidationException"},
76        {"shape":"ConflictException"}
77      ],
78      "documentation":"<p>Associates a package with an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
79    },
80    "AuthorizeVpcEndpointAccess":{
81      "name":"AuthorizeVpcEndpointAccess",
82      "http":{
83        "method":"POST",
84        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/authorizeVpcEndpointAccess"
85      },
86      "input":{"shape":"AuthorizeVpcEndpointAccessRequest"},
87      "output":{"shape":"AuthorizeVpcEndpointAccessResponse"},
88      "errors":[
89        {"shape":"ResourceNotFoundException"},
90        {"shape":"DisabledOperationException"},
91        {"shape":"LimitExceededException"},
92        {"shape":"ValidationException"},
93        {"shape":"InternalException"},
94        {"shape":"BaseException"}
95      ],
96      "documentation":"<p>Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.</p>"
97    },
98    "CancelDomainConfigChange":{
99      "name":"CancelDomainConfigChange",
100      "http":{
101        "method":"POST",
102        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config/cancel"
103      },
104      "input":{"shape":"CancelDomainConfigChangeRequest"},
105      "output":{"shape":"CancelDomainConfigChangeResponse"},
106      "errors":[
107        {"shape":"BaseException"},
108        {"shape":"InternalException"},
109        {"shape":"ResourceNotFoundException"},
110        {"shape":"ValidationException"},
111        {"shape":"DisabledOperationException"}
112      ],
113      "documentation":"<p>Cancels a pending configuration change on an Amazon OpenSearch Service domain.</p>"
114    },
115    "CancelServiceSoftwareUpdate":{
116      "name":"CancelServiceSoftwareUpdate",
117      "http":{
118        "method":"POST",
119        "requestUri":"/2021-01-01/opensearch/serviceSoftwareUpdate/cancel"
120      },
121      "input":{"shape":"CancelServiceSoftwareUpdateRequest"},
122      "output":{"shape":"CancelServiceSoftwareUpdateResponse"},
123      "errors":[
124        {"shape":"BaseException"},
125        {"shape":"InternalException"},
126        {"shape":"ResourceNotFoundException"},
127        {"shape":"ValidationException"}
128      ],
129      "documentation":"<p>Cancels a scheduled service software update for an Amazon OpenSearch Service domain. You can only perform this operation before the <code>AutomatedUpdateDate</code> and when the domain's <code>UpdateStatus</code> is <code>PENDING_UPDATE</code>. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html\">Service software updates in Amazon OpenSearch Service</a>.</p>"
130    },
131    "CreateDomain":{
132      "name":"CreateDomain",
133      "http":{
134        "method":"POST",
135        "requestUri":"/2021-01-01/opensearch/domain"
136      },
137      "input":{"shape":"CreateDomainRequest"},
138      "output":{"shape":"CreateDomainResponse"},
139      "errors":[
140        {"shape":"BaseException"},
141        {"shape":"DisabledOperationException"},
142        {"shape":"InternalException"},
143        {"shape":"InvalidTypeException"},
144        {"shape":"LimitExceededException"},
145        {"shape":"ResourceAlreadyExistsException"},
146        {"shape":"ValidationException"}
147      ],
148      "documentation":"<p>Creates an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html\">Creating and managing Amazon OpenSearch Service domains</a>.</p>"
149    },
150    "CreateOutboundConnection":{
151      "name":"CreateOutboundConnection",
152      "http":{
153        "method":"POST",
154        "requestUri":"/2021-01-01/opensearch/cc/outboundConnection"
155      },
156      "input":{"shape":"CreateOutboundConnectionRequest"},
157      "output":{"shape":"CreateOutboundConnectionResponse"},
158      "errors":[
159        {"shape":"LimitExceededException"},
160        {"shape":"InternalException"},
161        {"shape":"ResourceAlreadyExistsException"},
162        {"shape":"DisabledOperationException"}
163      ],
164      "documentation":"<p>Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
165    },
166    "CreatePackage":{
167      "name":"CreatePackage",
168      "http":{
169        "method":"POST",
170        "requestUri":"/2021-01-01/packages"
171      },
172      "input":{"shape":"CreatePackageRequest"},
173      "output":{"shape":"CreatePackageResponse"},
174      "errors":[
175        {"shape":"BaseException"},
176        {"shape":"InternalException"},
177        {"shape":"LimitExceededException"},
178        {"shape":"InvalidTypeException"},
179        {"shape":"ResourceAlreadyExistsException"},
180        {"shape":"AccessDeniedException"},
181        {"shape":"ValidationException"}
182      ],
183      "documentation":"<p>Creates a package for use with Amazon OpenSearch Service domains. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
184    },
185    "CreateVpcEndpoint":{
186      "name":"CreateVpcEndpoint",
187      "http":{
188        "method":"POST",
189        "requestUri":"/2021-01-01/opensearch/vpcEndpoints"
190      },
191      "input":{"shape":"CreateVpcEndpointRequest"},
192      "output":{"shape":"CreateVpcEndpointResponse"},
193      "errors":[
194        {"shape":"ConflictException"},
195        {"shape":"ValidationException"},
196        {"shape":"LimitExceededException"},
197        {"shape":"InternalException"},
198        {"shape":"DisabledOperationException"},
199        {"shape":"BaseException"}
200      ],
201      "documentation":"<p>Creates an Amazon OpenSearch Service-managed VPC endpoint.</p>"
202    },
203    "DeleteDataSource":{
204      "name":"DeleteDataSource",
205      "http":{
206        "method":"DELETE",
207        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dataSource/{DataSourceName}"
208      },
209      "input":{"shape":"DeleteDataSourceRequest"},
210      "output":{"shape":"DeleteDataSourceResponse"},
211      "errors":[
212        {"shape":"BaseException"},
213        {"shape":"InternalException"},
214        {"shape":"ResourceNotFoundException"},
215        {"shape":"ValidationException"},
216        {"shape":"DisabledOperationException"},
217        {"shape":"DependencyFailureException"}
218      ],
219      "documentation":"<p>Deletes a direct-query data source. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-delete.html\">Deleting an Amazon OpenSearch Service data source with Amazon S3</a>.</p>"
220    },
221    "DeleteDomain":{
222      "name":"DeleteDomain",
223      "http":{
224        "method":"DELETE",
225        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}"
226      },
227      "input":{"shape":"DeleteDomainRequest"},
228      "output":{"shape":"DeleteDomainResponse"},
229      "errors":[
230        {"shape":"BaseException"},
231        {"shape":"InternalException"},
232        {"shape":"ResourceNotFoundException"},
233        {"shape":"ValidationException"}
234      ],
235      "documentation":"<p>Deletes an Amazon OpenSearch Service domain and all of its data. You can't recover a domain after you delete it.</p>"
236    },
237    "DeleteInboundConnection":{
238      "name":"DeleteInboundConnection",
239      "http":{
240        "method":"DELETE",
241        "requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}"
242      },
243      "input":{"shape":"DeleteInboundConnectionRequest"},
244      "output":{"shape":"DeleteInboundConnectionResponse"},
245      "errors":[
246        {"shape":"ResourceNotFoundException"},
247        {"shape":"DisabledOperationException"}
248      ],
249      "documentation":"<p>Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
250    },
251    "DeleteOutboundConnection":{
252      "name":"DeleteOutboundConnection",
253      "http":{
254        "method":"DELETE",
255        "requestUri":"/2021-01-01/opensearch/cc/outboundConnection/{ConnectionId}"
256      },
257      "input":{"shape":"DeleteOutboundConnectionRequest"},
258      "output":{"shape":"DeleteOutboundConnectionResponse"},
259      "errors":[
260        {"shape":"ResourceNotFoundException"},
261        {"shape":"DisabledOperationException"}
262      ],
263      "documentation":"<p>Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search connection. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
264    },
265    "DeletePackage":{
266      "name":"DeletePackage",
267      "http":{
268        "method":"DELETE",
269        "requestUri":"/2021-01-01/packages/{PackageID}"
270      },
271      "input":{"shape":"DeletePackageRequest"},
272      "output":{"shape":"DeletePackageResponse"},
273      "errors":[
274        {"shape":"BaseException"},
275        {"shape":"InternalException"},
276        {"shape":"ResourceNotFoundException"},
277        {"shape":"AccessDeniedException"},
278        {"shape":"ValidationException"},
279        {"shape":"ConflictException"}
280      ],
281      "documentation":"<p>Deletes an Amazon OpenSearch Service package. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
282    },
283    "DeleteVpcEndpoint":{
284      "name":"DeleteVpcEndpoint",
285      "http":{
286        "method":"DELETE",
287        "requestUri":"/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}"
288      },
289      "input":{"shape":"DeleteVpcEndpointRequest"},
290      "output":{"shape":"DeleteVpcEndpointResponse"},
291      "errors":[
292        {"shape":"ResourceNotFoundException"},
293        {"shape":"DisabledOperationException"},
294        {"shape":"InternalException"},
295        {"shape":"BaseException"}
296      ],
297      "documentation":"<p>Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.</p>"
298    },
299    "DescribeDomain":{
300      "name":"DescribeDomain",
301      "http":{
302        "method":"GET",
303        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}"
304      },
305      "input":{"shape":"DescribeDomainRequest"},
306      "output":{"shape":"DescribeDomainResponse"},
307      "errors":[
308        {"shape":"BaseException"},
309        {"shape":"InternalException"},
310        {"shape":"ResourceNotFoundException"},
311        {"shape":"ValidationException"}
312      ],
313      "documentation":"<p>Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.</p>"
314    },
315    "DescribeDomainAutoTunes":{
316      "name":"DescribeDomainAutoTunes",
317      "http":{
318        "method":"GET",
319        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/autoTunes"
320      },
321      "input":{"shape":"DescribeDomainAutoTunesRequest"},
322      "output":{"shape":"DescribeDomainAutoTunesResponse"},
323      "errors":[
324        {"shape":"BaseException"},
325        {"shape":"InternalException"},
326        {"shape":"ResourceNotFoundException"},
327        {"shape":"ValidationException"}
328      ],
329      "documentation":"<p>Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
330    },
331    "DescribeDomainChangeProgress":{
332      "name":"DescribeDomainChangeProgress",
333      "http":{
334        "method":"GET",
335        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/progress"
336      },
337      "input":{"shape":"DescribeDomainChangeProgressRequest"},
338      "output":{"shape":"DescribeDomainChangeProgressResponse"},
339      "errors":[
340        {"shape":"BaseException"},
341        {"shape":"InternalException"},
342        {"shape":"ResourceNotFoundException"},
343        {"shape":"ValidationException"}
344      ],
345      "documentation":"<p>Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html\">Making configuration changes in Amazon OpenSearch Service</a>.</p>"
346    },
347    "DescribeDomainConfig":{
348      "name":"DescribeDomainConfig",
349      "http":{
350        "method":"GET",
351        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config"
352      },
353      "input":{"shape":"DescribeDomainConfigRequest"},
354      "output":{"shape":"DescribeDomainConfigResponse"},
355      "errors":[
356        {"shape":"BaseException"},
357        {"shape":"InternalException"},
358        {"shape":"ResourceNotFoundException"},
359        {"shape":"ValidationException"}
360      ],
361      "documentation":"<p>Returns the configuration of an Amazon OpenSearch Service domain.</p>"
362    },
363    "DescribeDomainHealth":{
364      "name":"DescribeDomainHealth",
365      "http":{
366        "method":"GET",
367        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/health"
368      },
369      "input":{"shape":"DescribeDomainHealthRequest"},
370      "output":{"shape":"DescribeDomainHealthResponse"},
371      "errors":[
372        {"shape":"BaseException"},
373        {"shape":"InternalException"},
374        {"shape":"ResourceNotFoundException"},
375        {"shape":"ValidationException"},
376        {"shape":"DisabledOperationException"}
377      ],
378      "documentation":"<p>Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.</p>"
379    },
380    "DescribeDomainNodes":{
381      "name":"DescribeDomainNodes",
382      "http":{
383        "method":"GET",
384        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/nodes"
385      },
386      "input":{"shape":"DescribeDomainNodesRequest"},
387      "output":{"shape":"DescribeDomainNodesResponse"},
388      "errors":[
389        {"shape":"BaseException"},
390        {"shape":"InternalException"},
391        {"shape":"ResourceNotFoundException"},
392        {"shape":"ValidationException"},
393        {"shape":"DisabledOperationException"},
394        {"shape":"DependencyFailureException"}
395      ],
396      "documentation":"<p>Returns information about domain and nodes, including data nodes, master nodes, ultrawarm nodes, Availability Zone(s), standby nodes, node configurations, and node states.</p>"
397    },
398    "DescribeDomains":{
399      "name":"DescribeDomains",
400      "http":{
401        "method":"POST",
402        "requestUri":"/2021-01-01/opensearch/domain-info"
403      },
404      "input":{"shape":"DescribeDomainsRequest"},
405      "output":{"shape":"DescribeDomainsResponse"},
406      "errors":[
407        {"shape":"BaseException"},
408        {"shape":"InternalException"},
409        {"shape":"ValidationException"}
410      ],
411      "documentation":"<p>Returns domain configuration information about the specified Amazon OpenSearch Service domains.</p>"
412    },
413    "DescribeDryRunProgress":{
414      "name":"DescribeDryRunProgress",
415      "http":{
416        "method":"GET",
417        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dryRun"
418      },
419      "input":{"shape":"DescribeDryRunProgressRequest"},
420      "output":{"shape":"DescribeDryRunProgressResponse"},
421      "errors":[
422        {"shape":"BaseException"},
423        {"shape":"InternalException"},
424        {"shape":"ResourceNotFoundException"},
425        {"shape":"ValidationException"},
426        {"shape":"DisabledOperationException"}
427      ],
428      "documentation":"<p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#dryrun\">Determining whether a change will cause a blue/green deployment</a>.</p>"
429    },
430    "DescribeInboundConnections":{
431      "name":"DescribeInboundConnections",
432      "http":{
433        "method":"POST",
434        "requestUri":"/2021-01-01/opensearch/cc/inboundConnection/search"
435      },
436      "input":{"shape":"DescribeInboundConnectionsRequest"},
437      "output":{"shape":"DescribeInboundConnectionsResponse"},
438      "errors":[
439        {"shape":"InvalidPaginationTokenException"},
440        {"shape":"DisabledOperationException"}
441      ],
442      "documentation":"<p>Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
443    },
444    "DescribeInstanceTypeLimits":{
445      "name":"DescribeInstanceTypeLimits",
446      "http":{
447        "method":"GET",
448        "requestUri":"/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}"
449      },
450      "input":{"shape":"DescribeInstanceTypeLimitsRequest"},
451      "output":{"shape":"DescribeInstanceTypeLimitsResponse"},
452      "errors":[
453        {"shape":"BaseException"},
454        {"shape":"InternalException"},
455        {"shape":"InvalidTypeException"},
456        {"shape":"LimitExceededException"},
457        {"shape":"ResourceNotFoundException"},
458        {"shape":"ValidationException"}
459      ],
460      "documentation":"<p>Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and instance type.</p>"
461    },
462    "DescribeOutboundConnections":{
463      "name":"DescribeOutboundConnections",
464      "http":{
465        "method":"POST",
466        "requestUri":"/2021-01-01/opensearch/cc/outboundConnection/search"
467      },
468      "input":{"shape":"DescribeOutboundConnectionsRequest"},
469      "output":{"shape":"DescribeOutboundConnectionsResponse"},
470      "errors":[
471        {"shape":"InvalidPaginationTokenException"},
472        {"shape":"DisabledOperationException"}
473      ],
474      "documentation":"<p>Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
475    },
476    "DescribePackages":{
477      "name":"DescribePackages",
478      "http":{
479        "method":"POST",
480        "requestUri":"/2021-01-01/packages/describe"
481      },
482      "input":{"shape":"DescribePackagesRequest"},
483      "output":{"shape":"DescribePackagesResponse"},
484      "errors":[
485        {"shape":"BaseException"},
486        {"shape":"InternalException"},
487        {"shape":"ResourceNotFoundException"},
488        {"shape":"AccessDeniedException"},
489        {"shape":"ValidationException"}
490      ],
491      "documentation":"<p>Describes all packages available to OpenSearch Service. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
492    },
493    "DescribeReservedInstanceOfferings":{
494      "name":"DescribeReservedInstanceOfferings",
495      "http":{
496        "method":"GET",
497        "requestUri":"/2021-01-01/opensearch/reservedInstanceOfferings"
498      },
499      "input":{"shape":"DescribeReservedInstanceOfferingsRequest"},
500      "output":{"shape":"DescribeReservedInstanceOfferingsResponse"},
501      "errors":[
502        {"shape":"ResourceNotFoundException"},
503        {"shape":"ValidationException"},
504        {"shape":"DisabledOperationException"},
505        {"shape":"InternalException"}
506      ],
507      "documentation":"<p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given Region. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html\">Reserved Instances in Amazon OpenSearch Service</a>.</p>"
508    },
509    "DescribeReservedInstances":{
510      "name":"DescribeReservedInstances",
511      "http":{
512        "method":"GET",
513        "requestUri":"/2021-01-01/opensearch/reservedInstances"
514      },
515      "input":{"shape":"DescribeReservedInstancesRequest"},
516      "output":{"shape":"DescribeReservedInstancesResponse"},
517      "errors":[
518        {"shape":"ResourceNotFoundException"},
519        {"shape":"InternalException"},
520        {"shape":"ValidationException"},
521        {"shape":"DisabledOperationException"}
522      ],
523      "documentation":"<p>Describes the Amazon OpenSearch Service instances that you have reserved in a given Region. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ri.html\">Reserved Instances in Amazon OpenSearch Service</a>.</p>"
524    },
525    "DescribeVpcEndpoints":{
526      "name":"DescribeVpcEndpoints",
527      "http":{
528        "method":"POST",
529        "requestUri":"/2021-01-01/opensearch/vpcEndpoints/describe"
530      },
531      "input":{"shape":"DescribeVpcEndpointsRequest"},
532      "output":{"shape":"DescribeVpcEndpointsResponse"},
533      "errors":[
534        {"shape":"ValidationException"},
535        {"shape":"InternalException"},
536        {"shape":"DisabledOperationException"},
537        {"shape":"BaseException"}
538      ],
539      "documentation":"<p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>"
540    },
541    "DissociatePackage":{
542      "name":"DissociatePackage",
543      "http":{
544        "method":"POST",
545        "requestUri":"/2021-01-01/packages/dissociate/{PackageID}/{DomainName}"
546      },
547      "input":{"shape":"DissociatePackageRequest"},
548      "output":{"shape":"DissociatePackageResponse"},
549      "errors":[
550        {"shape":"BaseException"},
551        {"shape":"InternalException"},
552        {"shape":"ResourceNotFoundException"},
553        {"shape":"AccessDeniedException"},
554        {"shape":"ValidationException"},
555        {"shape":"ConflictException"}
556      ],
557      "documentation":"<p>Removes a package from the specified Amazon OpenSearch Service domain. The package can't be in use with any OpenSearch index for the dissociation to succeed. The package is still available in OpenSearch Service for association later. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
558    },
559    "GetCompatibleVersions":{
560      "name":"GetCompatibleVersions",
561      "http":{
562        "method":"GET",
563        "requestUri":"/2021-01-01/opensearch/compatibleVersions"
564      },
565      "input":{"shape":"GetCompatibleVersionsRequest"},
566      "output":{"shape":"GetCompatibleVersionsResponse"},
567      "errors":[
568        {"shape":"BaseException"},
569        {"shape":"ResourceNotFoundException"},
570        {"shape":"DisabledOperationException"},
571        {"shape":"ValidationException"},
572        {"shape":"InternalException"}
573      ],
574      "documentation":"<p>Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.</p>"
575    },
576    "GetDataSource":{
577      "name":"GetDataSource",
578      "http":{
579        "method":"GET",
580        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dataSource/{DataSourceName}"
581      },
582      "input":{"shape":"GetDataSourceRequest"},
583      "output":{"shape":"GetDataSourceResponse"},
584      "errors":[
585        {"shape":"BaseException"},
586        {"shape":"InternalException"},
587        {"shape":"ResourceNotFoundException"},
588        {"shape":"ValidationException"},
589        {"shape":"DisabledOperationException"},
590        {"shape":"DependencyFailureException"}
591      ],
592      "documentation":"<p>Retrieves information about a direct query data source.</p>"
593    },
594    "GetDomainMaintenanceStatus":{
595      "name":"GetDomainMaintenanceStatus",
596      "http":{
597        "method":"GET",
598        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
599      },
600      "input":{"shape":"GetDomainMaintenanceStatusRequest"},
601      "output":{"shape":"GetDomainMaintenanceStatusResponse"},
602      "errors":[
603        {"shape":"BaseException"},
604        {"shape":"InternalException"},
605        {"shape":"ResourceNotFoundException"},
606        {"shape":"ValidationException"},
607        {"shape":"DisabledOperationException"}
608      ],
609      "documentation":"<p>The status of the maintenance action.</p>"
610    },
611    "GetPackageVersionHistory":{
612      "name":"GetPackageVersionHistory",
613      "http":{
614        "method":"GET",
615        "requestUri":"/2021-01-01/packages/{PackageID}/history"
616      },
617      "input":{"shape":"GetPackageVersionHistoryRequest"},
618      "output":{"shape":"GetPackageVersionHistoryResponse"},
619      "errors":[
620        {"shape":"BaseException"},
621        {"shape":"InternalException"},
622        {"shape":"ResourceNotFoundException"},
623        {"shape":"AccessDeniedException"},
624        {"shape":"ValidationException"}
625      ],
626      "documentation":"<p>Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the package is a zip plugin package). For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
627    },
628    "GetUpgradeHistory":{
629      "name":"GetUpgradeHistory",
630      "http":{
631        "method":"GET",
632        "requestUri":"/2021-01-01/opensearch/upgradeDomain/{DomainName}/history"
633      },
634      "input":{"shape":"GetUpgradeHistoryRequest"},
635      "output":{"shape":"GetUpgradeHistoryResponse"},
636      "errors":[
637        {"shape":"BaseException"},
638        {"shape":"ResourceNotFoundException"},
639        {"shape":"DisabledOperationException"},
640        {"shape":"ValidationException"},
641        {"shape":"InternalException"}
642      ],
643      "documentation":"<p>Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.</p>"
644    },
645    "GetUpgradeStatus":{
646      "name":"GetUpgradeStatus",
647      "http":{
648        "method":"GET",
649        "requestUri":"/2021-01-01/opensearch/upgradeDomain/{DomainName}/status"
650      },
651      "input":{"shape":"GetUpgradeStatusRequest"},
652      "output":{"shape":"GetUpgradeStatusResponse"},
653      "errors":[
654        {"shape":"BaseException"},
655        {"shape":"ResourceNotFoundException"},
656        {"shape":"DisabledOperationException"},
657        {"shape":"ValidationException"},
658        {"shape":"InternalException"}
659      ],
660      "documentation":"<p>Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.</p>"
661    },
662    "ListDataSources":{
663      "name":"ListDataSources",
664      "http":{
665        "method":"GET",
666        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dataSource"
667      },
668      "input":{"shape":"ListDataSourcesRequest"},
669      "output":{"shape":"ListDataSourcesResponse"},
670      "errors":[
671        {"shape":"BaseException"},
672        {"shape":"InternalException"},
673        {"shape":"ResourceNotFoundException"},
674        {"shape":"ValidationException"},
675        {"shape":"DisabledOperationException"},
676        {"shape":"DependencyFailureException"}
677      ],
678      "documentation":"<p>Lists direct-query data sources for a specific domain. For more information, see For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3.html\">Working with Amazon OpenSearch Service direct queries with Amazon S3</a>.</p>"
679    },
680    "ListDomainMaintenances":{
681      "name":"ListDomainMaintenances",
682      "http":{
683        "method":"GET",
684        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances"
685      },
686      "input":{"shape":"ListDomainMaintenancesRequest"},
687      "output":{"shape":"ListDomainMaintenancesResponse"},
688      "errors":[
689        {"shape":"BaseException"},
690        {"shape":"InternalException"},
691        {"shape":"ResourceNotFoundException"},
692        {"shape":"ValidationException"},
693        {"shape":"DisabledOperationException"}
694      ],
695      "documentation":"<p>A list of maintenance actions for the domain.</p>"
696    },
697    "ListDomainNames":{
698      "name":"ListDomainNames",
699      "http":{
700        "method":"GET",
701        "requestUri":"/2021-01-01/domain"
702      },
703      "input":{"shape":"ListDomainNamesRequest"},
704      "output":{"shape":"ListDomainNamesResponse"},
705      "errors":[
706        {"shape":"BaseException"},
707        {"shape":"ValidationException"}
708      ],
709      "documentation":"<p>Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.</p>"
710    },
711    "ListDomainsForPackage":{
712      "name":"ListDomainsForPackage",
713      "http":{
714        "method":"GET",
715        "requestUri":"/2021-01-01/packages/{PackageID}/domains"
716      },
717      "input":{"shape":"ListDomainsForPackageRequest"},
718      "output":{"shape":"ListDomainsForPackageResponse"},
719      "errors":[
720        {"shape":"BaseException"},
721        {"shape":"InternalException"},
722        {"shape":"ResourceNotFoundException"},
723        {"shape":"AccessDeniedException"},
724        {"shape":"ValidationException"}
725      ],
726      "documentation":"<p>Lists all Amazon OpenSearch Service domains associated with a given package. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
727    },
728    "ListInstanceTypeDetails":{
729      "name":"ListInstanceTypeDetails",
730      "http":{
731        "method":"GET",
732        "requestUri":"/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}"
733      },
734      "input":{"shape":"ListInstanceTypeDetailsRequest"},
735      "output":{"shape":"ListInstanceTypeDetailsResponse"},
736      "errors":[
737        {"shape":"BaseException"},
738        {"shape":"InternalException"},
739        {"shape":"ResourceNotFoundException"},
740        {"shape":"ValidationException"}
741      ],
742      "documentation":"<p>Lists all instance types and available features for a given OpenSearch or Elasticsearch version.</p>"
743    },
744    "ListPackagesForDomain":{
745      "name":"ListPackagesForDomain",
746      "http":{
747        "method":"GET",
748        "requestUri":"/2021-01-01/domain/{DomainName}/packages"
749      },
750      "input":{"shape":"ListPackagesForDomainRequest"},
751      "output":{"shape":"ListPackagesForDomainResponse"},
752      "errors":[
753        {"shape":"BaseException"},
754        {"shape":"InternalException"},
755        {"shape":"ResourceNotFoundException"},
756        {"shape":"AccessDeniedException"},
757        {"shape":"ValidationException"}
758      ],
759      "documentation":"<p>Lists all packages associated with an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
760    },
761    "ListScheduledActions":{
762      "name":"ListScheduledActions",
763      "http":{
764        "method":"GET",
765        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/scheduledActions"
766      },
767      "input":{"shape":"ListScheduledActionsRequest"},
768      "output":{"shape":"ListScheduledActionsResponse"},
769      "errors":[
770        {"shape":"BaseException"},
771        {"shape":"InternalException"},
772        {"shape":"ResourceNotFoundException"},
773        {"shape":"InvalidPaginationTokenException"},
774        {"shape":"ValidationException"}
775      ],
776      "documentation":"<p>Retrieves a list of configuration changes that are scheduled for a domain. These changes can be <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html\">service software updates</a> or <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types\">blue/green Auto-Tune enhancements</a>.</p>"
777    },
778    "ListTags":{
779      "name":"ListTags",
780      "http":{
781        "method":"GET",
782        "requestUri":"/2021-01-01/tags/"
783      },
784      "input":{"shape":"ListTagsRequest"},
785      "output":{"shape":"ListTagsResponse"},
786      "errors":[
787        {"shape":"BaseException"},
788        {"shape":"ResourceNotFoundException"},
789        {"shape":"ValidationException"},
790        {"shape":"InternalException"}
791      ],
792      "documentation":"<p>Returns all resource tags for an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html\">Tagging Amazon OpenSearch Service domains</a>.</p>"
793    },
794    "ListVersions":{
795      "name":"ListVersions",
796      "http":{
797        "method":"GET",
798        "requestUri":"/2021-01-01/opensearch/versions"
799      },
800      "input":{"shape":"ListVersionsRequest"},
801      "output":{"shape":"ListVersionsResponse"},
802      "errors":[
803        {"shape":"BaseException"},
804        {"shape":"InternalException"},
805        {"shape":"ResourceNotFoundException"},
806        {"shape":"ValidationException"}
807      ],
808      "documentation":"<p>Lists all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.</p>"
809    },
810    "ListVpcEndpointAccess":{
811      "name":"ListVpcEndpointAccess",
812      "http":{
813        "method":"GET",
814        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/listVpcEndpointAccess"
815      },
816      "input":{"shape":"ListVpcEndpointAccessRequest"},
817      "output":{"shape":"ListVpcEndpointAccessResponse"},
818      "errors":[
819        {"shape":"ResourceNotFoundException"},
820        {"shape":"DisabledOperationException"},
821        {"shape":"InternalException"},
822        {"shape":"BaseException"}
823      ],
824      "documentation":"<p>Retrieves information about each Amazon Web Services principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.</p>"
825    },
826    "ListVpcEndpoints":{
827      "name":"ListVpcEndpoints",
828      "http":{
829        "method":"GET",
830        "requestUri":"/2021-01-01/opensearch/vpcEndpoints"
831      },
832      "input":{"shape":"ListVpcEndpointsRequest"},
833      "output":{"shape":"ListVpcEndpointsResponse"},
834      "errors":[
835        {"shape":"InternalException"},
836        {"shape":"DisabledOperationException"},
837        {"shape":"BaseException"}
838      ],
839      "documentation":"<p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.</p>"
840    },
841    "ListVpcEndpointsForDomain":{
842      "name":"ListVpcEndpointsForDomain",
843      "http":{
844        "method":"GET",
845        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/vpcEndpoints"
846      },
847      "input":{"shape":"ListVpcEndpointsForDomainRequest"},
848      "output":{"shape":"ListVpcEndpointsForDomainResponse"},
849      "errors":[
850        {"shape":"InternalException"},
851        {"shape":"DisabledOperationException"},
852        {"shape":"ResourceNotFoundException"},
853        {"shape":"BaseException"}
854      ],
855      "documentation":"<p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.</p>"
856    },
857    "PurchaseReservedInstanceOffering":{
858      "name":"PurchaseReservedInstanceOffering",
859      "http":{
860        "method":"POST",
861        "requestUri":"/2021-01-01/opensearch/purchaseReservedInstanceOffering"
862      },
863      "input":{"shape":"PurchaseReservedInstanceOfferingRequest"},
864      "output":{"shape":"PurchaseReservedInstanceOfferingResponse"},
865      "errors":[
866        {"shape":"ResourceNotFoundException"},
867        {"shape":"ResourceAlreadyExistsException"},
868        {"shape":"LimitExceededException"},
869        {"shape":"DisabledOperationException"},
870        {"shape":"ValidationException"},
871        {"shape":"InternalException"}
872      ],
873      "documentation":"<p>Allows you to purchase Amazon OpenSearch Service Reserved Instances.</p>"
874    },
875    "RejectInboundConnection":{
876      "name":"RejectInboundConnection",
877      "http":{
878        "method":"PUT",
879        "requestUri":"/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject"
880      },
881      "input":{"shape":"RejectInboundConnectionRequest"},
882      "output":{"shape":"RejectInboundConnectionResponse"},
883      "errors":[
884        {"shape":"ResourceNotFoundException"},
885        {"shape":"DisabledOperationException"}
886      ],
887      "documentation":"<p>Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.</p>"
888    },
889    "RemoveTags":{
890      "name":"RemoveTags",
891      "http":{
892        "method":"POST",
893        "requestUri":"/2021-01-01/tags-removal"
894      },
895      "input":{"shape":"RemoveTagsRequest"},
896      "errors":[
897        {"shape":"BaseException"},
898        {"shape":"ValidationException"},
899        {"shape":"InternalException"}
900      ],
901      "documentation":"<p>Removes the specified set of tags from an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains.html#managedomains-awsresorcetagging\"> Tagging Amazon OpenSearch Service domains</a>.</p>"
902    },
903    "RevokeVpcEndpointAccess":{
904      "name":"RevokeVpcEndpointAccess",
905      "http":{
906        "method":"POST",
907        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/revokeVpcEndpointAccess"
908      },
909      "input":{"shape":"RevokeVpcEndpointAccessRequest"},
910      "output":{"shape":"RevokeVpcEndpointAccessResponse"},
911      "errors":[
912        {"shape":"ResourceNotFoundException"},
913        {"shape":"ValidationException"},
914        {"shape":"DisabledOperationException"},
915        {"shape":"InternalException"},
916        {"shape":"BaseException"}
917      ],
918      "documentation":"<p>Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.</p>"
919    },
920    "StartDomainMaintenance":{
921      "name":"StartDomainMaintenance",
922      "http":{
923        "method":"POST",
924        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
925      },
926      "input":{"shape":"StartDomainMaintenanceRequest"},
927      "output":{"shape":"StartDomainMaintenanceResponse"},
928      "errors":[
929        {"shape":"BaseException"},
930        {"shape":"InternalException"},
931        {"shape":"ResourceNotFoundException"},
932        {"shape":"ValidationException"},
933        {"shape":"DisabledOperationException"}
934      ],
935      "documentation":"<p>Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart.</p>"
936    },
937    "StartServiceSoftwareUpdate":{
938      "name":"StartServiceSoftwareUpdate",
939      "http":{
940        "method":"POST",
941        "requestUri":"/2021-01-01/opensearch/serviceSoftwareUpdate/start"
942      },
943      "input":{"shape":"StartServiceSoftwareUpdateRequest"},
944      "output":{"shape":"StartServiceSoftwareUpdateResponse"},
945      "errors":[
946        {"shape":"BaseException"},
947        {"shape":"InternalException"},
948        {"shape":"ResourceNotFoundException"},
949        {"shape":"ValidationException"}
950      ],
951      "documentation":"<p>Schedules a service software update for an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html\">Service software updates in Amazon OpenSearch Service</a>.</p>"
952    },
953    "UpdateDataSource":{
954      "name":"UpdateDataSource",
955      "http":{
956        "method":"PUT",
957        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/dataSource/{DataSourceName}"
958      },
959      "input":{"shape":"UpdateDataSourceRequest"},
960      "output":{"shape":"UpdateDataSourceResponse"},
961      "errors":[
962        {"shape":"BaseException"},
963        {"shape":"InternalException"},
964        {"shape":"ResourceNotFoundException"},
965        {"shape":"ValidationException"},
966        {"shape":"DisabledOperationException"},
967        {"shape":"DependencyFailureException"}
968      ],
969      "documentation":"<p>Updates a direct-query data source. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html\">Working with Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>"
970    },
971    "UpdateDomainConfig":{
972      "name":"UpdateDomainConfig",
973      "http":{
974        "method":"POST",
975        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/config"
976      },
977      "input":{"shape":"UpdateDomainConfigRequest"},
978      "output":{"shape":"UpdateDomainConfigResponse"},
979      "errors":[
980        {"shape":"BaseException"},
981        {"shape":"InternalException"},
982        {"shape":"InvalidTypeException"},
983        {"shape":"LimitExceededException"},
984        {"shape":"ResourceNotFoundException"},
985        {"shape":"ValidationException"}
986      ],
987      "documentation":"<p>Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.</p>"
988    },
989    "UpdatePackage":{
990      "name":"UpdatePackage",
991      "http":{
992        "method":"POST",
993        "requestUri":"/2021-01-01/packages/update"
994      },
995      "input":{"shape":"UpdatePackageRequest"},
996      "output":{"shape":"UpdatePackageResponse"},
997      "errors":[
998        {"shape":"BaseException"},
999        {"shape":"InternalException"},
1000        {"shape":"LimitExceededException"},
1001        {"shape":"ResourceNotFoundException"},
1002        {"shape":"AccessDeniedException"},
1003        {"shape":"ValidationException"}
1004      ],
1005      "documentation":"<p>Updates a package for use with Amazon OpenSearch Service domains. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
1006    },
1007    "UpdateScheduledAction":{
1008      "name":"UpdateScheduledAction",
1009      "http":{
1010        "method":"PUT",
1011        "requestUri":"/2021-01-01/opensearch/domain/{DomainName}/scheduledAction/update"
1012      },
1013      "input":{"shape":"UpdateScheduledActionRequest"},
1014      "output":{"shape":"UpdateScheduledActionResponse"},
1015      "errors":[
1016        {"shape":"BaseException"},
1017        {"shape":"InternalException"},
1018        {"shape":"ResourceNotFoundException"},
1019        {"shape":"SlotNotAvailableException"},
1020        {"shape":"ConflictException"},
1021        {"shape":"LimitExceededException"},
1022        {"shape":"ValidationException"}
1023      ],
1024      "documentation":"<p>Reschedules a planned domain configuration change for a later time. This change can be a scheduled <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html\">service software update</a> or a <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types\">blue/green Auto-Tune enhancement</a>.</p>"
1025    },
1026    "UpdateVpcEndpoint":{
1027      "name":"UpdateVpcEndpoint",
1028      "http":{
1029        "method":"POST",
1030        "requestUri":"/2021-01-01/opensearch/vpcEndpoints/update"
1031      },
1032      "input":{"shape":"UpdateVpcEndpointRequest"},
1033      "output":{"shape":"UpdateVpcEndpointResponse"},
1034      "errors":[
1035        {"shape":"ResourceNotFoundException"},
1036        {"shape":"DisabledOperationException"},
1037        {"shape":"InternalException"},
1038        {"shape":"ValidationException"},
1039        {"shape":"ConflictException"},
1040        {"shape":"BaseException"}
1041      ],
1042      "documentation":"<p>Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.</p>"
1043    },
1044    "UpgradeDomain":{
1045      "name":"UpgradeDomain",
1046      "http":{
1047        "method":"POST",
1048        "requestUri":"/2021-01-01/opensearch/upgradeDomain"
1049      },
1050      "input":{"shape":"UpgradeDomainRequest"},
1051      "output":{"shape":"UpgradeDomainResponse"},
1052      "errors":[
1053        {"shape":"BaseException"},
1054        {"shape":"ResourceNotFoundException"},
1055        {"shape":"ResourceAlreadyExistsException"},
1056        {"shape":"DisabledOperationException"},
1057        {"shape":"ValidationException"},
1058        {"shape":"InternalException"}
1059      ],
1060      "documentation":"<p>Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch.</p>"
1061    }
1062  },
1063  "shapes":{
1064    "ARN":{
1065      "type":"string",
1066      "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>",
1067      "max":2048,
1068      "min":20,
1069      "pattern":".*"
1070    },
1071    "AWSAccount":{
1072      "type":"string",
1073      "pattern":"^[0-9]+$"
1074    },
1075    "AWSDomainInformation":{
1076      "type":"structure",
1077      "required":["DomainName"],
1078      "members":{
1079        "OwnerId":{
1080          "shape":"OwnerId",
1081          "documentation":"<p>The Amazon Web Services account ID of the domain owner.</p>"
1082        },
1083        "DomainName":{
1084          "shape":"DomainName",
1085          "documentation":"<p>Name of the domain.</p>"
1086        },
1087        "Region":{
1088          "shape":"Region",
1089          "documentation":"<p>The Amazon Web Services Region in which the domain is located.</p>"
1090        }
1091      },
1092      "documentation":"<p>Information about an Amazon OpenSearch Service domain.</p>"
1093    },
1094    "AcceptInboundConnectionRequest":{
1095      "type":"structure",
1096      "required":["ConnectionId"],
1097      "members":{
1098        "ConnectionId":{
1099          "shape":"ConnectionId",
1100          "documentation":"<p>The ID of the inbound connection to accept.</p>",
1101          "location":"uri",
1102          "locationName":"ConnectionId"
1103        }
1104      },
1105      "documentation":"<p>Container for the parameters to the <code>AcceptInboundConnection</code> operation.</p>"
1106    },
1107    "AcceptInboundConnectionResponse":{
1108      "type":"structure",
1109      "members":{
1110        "Connection":{
1111          "shape":"InboundConnection",
1112          "documentation":"<p>Information about the accepted inbound connection.</p>"
1113        }
1114      },
1115      "documentation":"<p>Contains details about the accepted inbound connection.</p>"
1116    },
1117    "AccessDeniedException":{
1118      "type":"structure",
1119      "members":{
1120      },
1121      "documentation":"<p>An error occurred because you don't have permissions to access the resource.</p>",
1122      "error":{"httpStatusCode":403},
1123      "exception":true
1124    },
1125    "AccessPoliciesStatus":{
1126      "type":"structure",
1127      "required":[
1128        "Options",
1129        "Status"
1130      ],
1131      "members":{
1132        "Options":{
1133          "shape":"PolicyDocument",
1134          "documentation":"<p>The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-access-policies\">Configuring access policies</a>.</p>"
1135        },
1136        "Status":{
1137          "shape":"OptionStatus",
1138          "documentation":"<p>The status of the access policy for the domain.</p>"
1139        }
1140      },
1141      "documentation":"<p>The configured access rules for the domain's search endpoint, and the current status of those rules.</p>"
1142    },
1143    "ActionSeverity":{
1144      "type":"string",
1145      "enum":[
1146        "HIGH",
1147        "MEDIUM",
1148        "LOW"
1149      ]
1150    },
1151    "ActionStatus":{
1152      "type":"string",
1153      "enum":[
1154        "PENDING_UPDATE",
1155        "IN_PROGRESS",
1156        "FAILED",
1157        "COMPLETED",
1158        "NOT_ELIGIBLE",
1159        "ELIGIBLE"
1160      ]
1161    },
1162    "ActionType":{
1163      "type":"string",
1164      "enum":[
1165        "SERVICE_SOFTWARE_UPDATE",
1166        "JVM_HEAP_SIZE_TUNING",
1167        "JVM_YOUNG_GEN_TUNING"
1168      ]
1169    },
1170    "AddDataSourceRequest":{
1171      "type":"structure",
1172      "required":[
1173        "DomainName",
1174        "Name",
1175        "DataSourceType"
1176      ],
1177      "members":{
1178        "DomainName":{
1179          "shape":"DomainName",
1180          "documentation":"<p>The name of the domain to add the data source to.</p>",
1181          "location":"uri",
1182          "locationName":"DomainName"
1183        },
1184        "Name":{
1185          "shape":"DataSourceName",
1186          "documentation":"<p>A name for the data source.</p>"
1187        },
1188        "DataSourceType":{
1189          "shape":"DataSourceType",
1190          "documentation":"<p>The type of data source.</p>"
1191        },
1192        "Description":{
1193          "shape":"DataSourceDescription",
1194          "documentation":"<p>A description of the data source.</p>"
1195        }
1196      },
1197      "documentation":"<p>Container for the parameters to the <code>AddDataSource</code> operation.</p>"
1198    },
1199    "AddDataSourceResponse":{
1200      "type":"structure",
1201      "members":{
1202        "Message":{
1203          "shape":"String",
1204          "documentation":"<p>A message associated with creation of the data source.</p>"
1205        }
1206      },
1207      "documentation":"<p>The result of an <code>AddDataSource</code> operation.</p>"
1208    },
1209    "AddTagsRequest":{
1210      "type":"structure",
1211      "required":[
1212        "ARN",
1213        "TagList"
1214      ],
1215      "members":{
1216        "ARN":{
1217          "shape":"ARN",
1218          "documentation":"<p>Amazon Resource Name (ARN) for the OpenSearch Service domain to which you want to attach resource tags.</p>"
1219        },
1220        "TagList":{
1221          "shape":"TagList",
1222          "documentation":"<p>List of resource tags.</p>"
1223        }
1224      },
1225      "documentation":"<p>Container for the parameters to the <code>AddTags</code> operation. Specifies the tags to attach to the domain.</p>"
1226    },
1227    "AdditionalLimit":{
1228      "type":"structure",
1229      "members":{
1230        "LimitName":{
1231          "shape":"LimitName",
1232          "documentation":"<ul> <li> <p> <code>MaximumNumberOfDataNodesSupported</code> - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support.</p> </li> <li> <p> <code>MaximumNumberOfDataNodesWithoutMasterNode</code> - This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.</p> </li> </ul>"
1233        },
1234        "LimitValues":{
1235          "shape":"LimitValueList",
1236          "documentation":"<p> The values of the additional instance type limits.</p>"
1237        }
1238      },
1239      "documentation":"<p> List of limits that are specific to a given instance type.</p>"
1240    },
1241    "AdditionalLimitList":{
1242      "type":"list",
1243      "member":{"shape":"AdditionalLimit"}
1244    },
1245    "AdvancedOptions":{
1246      "type":"map",
1247      "key":{"shape":"String"},
1248      "value":{"shape":"String"},
1249      "documentation":"<p>Exposes native OpenSearch configuration values from <code>opensearch.yml</code>. The following advanced options are available: </p> <ul> <li> <p>Allows references to indexes in an HTTP request body. Must be <code>false</code> when configuring access to individual sub-resources. Default is <code>true</code>.</p> </li> <li> <p>Specifies the percentage of heap space allocated to field data. Default is unbounded.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options\">Advanced cluster parameters</a>.</p>"
1250    },
1251    "AdvancedOptionsStatus":{
1252      "type":"structure",
1253      "required":[
1254        "Options",
1255        "Status"
1256      ],
1257      "members":{
1258        "Options":{
1259          "shape":"AdvancedOptions",
1260          "documentation":"<p>The status of advanced options for the specified domain.</p>"
1261        },
1262        "Status":{
1263          "shape":"OptionStatus",
1264          "documentation":"<p>The status of advanced options for the specified domain.</p>"
1265        }
1266      },
1267      "documentation":"<p>Status of the advanced options for the specified domain. The following options are available: </p> <ul> <li> <p> <code>\"rest.action.multi.allow_explicit_index\": \"true\" | \"false\"</code> - Note the use of a string rather than a boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP requests. If you want to configure access policies for domain sub-resources, such as specific indexes and domain APIs, you must disable this property. Default is true.</p> </li> <li> <p> <code>\"indices.fielddata.cache.size\": \"80\" </code> - Note the use of a string rather than a boolean. Specifies the percentage of heap space allocated to field data. Default is unbounded.</p> </li> <li> <p> <code>\"indices.query.bool.max_clause_count\": \"1024\"</code> - Note the use of a string rather than a boolean. Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries with more than the permitted number of clauses result in a <code>TooManyClauses</code> error.</p> </li> <li> <p> <code>\"override_main_response_version\": \"true\" | \"false\"</code> - Note the use of a string rather than a boolean. Specifies whether the domain reports its version as 7.10 to allow Elasticsearch OSS clients and plugins to continue working with it. Default is false when creating a domain and true when upgrading a domain.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options\">Advanced cluster parameters</a>.</p>"
1268    },
1269    "AdvancedSecurityOptions":{
1270      "type":"structure",
1271      "members":{
1272        "Enabled":{
1273          "shape":"Boolean",
1274          "documentation":"<p>True if fine-grained access control is enabled.</p>"
1275        },
1276        "InternalUserDatabaseEnabled":{
1277          "shape":"Boolean",
1278          "documentation":"<p>True if the internal user database is enabled.</p>"
1279        },
1280        "SAMLOptions":{
1281          "shape":"SAMLOptionsOutput",
1282          "documentation":"<p>Container for information about the SAML configuration for OpenSearch Dashboards.</p>"
1283        },
1284        "AnonymousAuthDisableDate":{
1285          "shape":"DisableTimestamp",
1286          "documentation":"<p>Date and time when the migration period will be disabled. Only necessary when <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing\">enabling fine-grained access control on an existing domain</a>.</p>"
1287        },
1288        "AnonymousAuthEnabled":{
1289          "shape":"Boolean",
1290          "documentation":"<p>True if a 30-day migration period is enabled, during which administrators can create role mappings. Only necessary when <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing\">enabling fine-grained access control on an existing domain</a>.</p>"
1291        }
1292      },
1293      "documentation":"<p>Container for fine-grained access control settings.</p>"
1294    },
1295    "AdvancedSecurityOptionsInput":{
1296      "type":"structure",
1297      "members":{
1298        "Enabled":{
1299          "shape":"Boolean",
1300          "documentation":"<p>True to enable fine-grained access control.</p>"
1301        },
1302        "InternalUserDatabaseEnabled":{
1303          "shape":"Boolean",
1304          "documentation":"<p>True to enable the internal user database.</p>"
1305        },
1306        "MasterUserOptions":{
1307          "shape":"MasterUserOptions",
1308          "documentation":"<p>Container for information about the master user.</p>"
1309        },
1310        "SAMLOptions":{
1311          "shape":"SAMLOptionsInput",
1312          "documentation":"<p>Container for information about the SAML configuration for OpenSearch Dashboards.</p>"
1313        },
1314        "AnonymousAuthEnabled":{
1315          "shape":"Boolean",
1316          "documentation":"<p>True to enable a 30-day migration period during which administrators can create role mappings. Only necessary when <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing\">enabling fine-grained access control on an existing domain</a>.</p>"
1317        }
1318      },
1319      "documentation":"<p>Options for enabling and configuring fine-grained access control. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html\">Fine-grained access control in Amazon OpenSearch Service</a>.</p>"
1320    },
1321    "AdvancedSecurityOptionsStatus":{
1322      "type":"structure",
1323      "required":[
1324        "Options",
1325        "Status"
1326      ],
1327      "members":{
1328        "Options":{
1329          "shape":"AdvancedSecurityOptions",
1330          "documentation":"<p>Container for fine-grained access control settings.</p>"
1331        },
1332        "Status":{
1333          "shape":"OptionStatus",
1334          "documentation":"<p>Status of the fine-grained access control settings for a domain.</p>"
1335        }
1336      },
1337      "documentation":"<p>The status of fine-grained access control settings for a domain.</p>"
1338    },
1339    "AssociatePackageRequest":{
1340      "type":"structure",
1341      "required":[
1342        "PackageID",
1343        "DomainName"
1344      ],
1345      "members":{
1346        "PackageID":{
1347          "shape":"PackageID",
1348          "documentation":"<p>Internal ID of the package to associate with a domain. Use <code>DescribePackages</code> to find this value. </p>",
1349          "location":"uri",
1350          "locationName":"PackageID"
1351        },
1352        "DomainName":{
1353          "shape":"DomainName",
1354          "documentation":"<p>Name of the domain to associate the package with.</p>",
1355          "location":"uri",
1356          "locationName":"DomainName"
1357        }
1358      },
1359      "documentation":"<p>Container for the request parameters to the <code>AssociatePackage</code> operation.</p>"
1360    },
1361    "AssociatePackageResponse":{
1362      "type":"structure",
1363      "members":{
1364        "DomainPackageDetails":{
1365          "shape":"DomainPackageDetails",
1366          "documentation":"<p>Information about a package that is associated with a domain.</p>"
1367        }
1368      },
1369      "documentation":"<p>Container for the response returned by the <code>AssociatePackage</code> operation.</p>"
1370    },
1371    "AuthorizeVpcEndpointAccessRequest":{
1372      "type":"structure",
1373      "required":[
1374        "DomainName",
1375        "Account"
1376      ],
1377      "members":{
1378        "DomainName":{
1379          "shape":"DomainName",
1380          "documentation":"<p>The name of the OpenSearch Service domain to provide access to.</p>",
1381          "location":"uri",
1382          "locationName":"DomainName"
1383        },
1384        "Account":{
1385          "shape":"AWSAccount",
1386          "documentation":"<p>The Amazon Web Services account ID to grant access to.</p>"
1387        }
1388      }
1389    },
1390    "AuthorizeVpcEndpointAccessResponse":{
1391      "type":"structure",
1392      "required":["AuthorizedPrincipal"],
1393      "members":{
1394        "AuthorizedPrincipal":{
1395          "shape":"AuthorizedPrincipal",
1396          "documentation":"<p>Information about the Amazon Web Services account or service that was provided access to the domain.</p>"
1397        }
1398      }
1399    },
1400    "AuthorizedPrincipal":{
1401      "type":"structure",
1402      "members":{
1403        "PrincipalType":{
1404          "shape":"PrincipalType",
1405          "documentation":"<p>The type of principal.</p>"
1406        },
1407        "Principal":{
1408          "shape":"String",
1409          "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html\">IAM principal</a> that is allowed access to the domain.</p>"
1410        }
1411      },
1412      "documentation":"<p>Information about an Amazon Web Services account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.</p>"
1413    },
1414    "AuthorizedPrincipalList":{
1415      "type":"list",
1416      "member":{"shape":"AuthorizedPrincipal"}
1417    },
1418    "AutoTune":{
1419      "type":"structure",
1420      "members":{
1421        "AutoTuneType":{
1422          "shape":"AutoTuneType",
1423          "documentation":"<p>The type of Auto-Tune action.</p>"
1424        },
1425        "AutoTuneDetails":{
1426          "shape":"AutoTuneDetails",
1427          "documentation":"<p>Details about an Auto-Tune action.</p>"
1428        }
1429      },
1430      "documentation":"<p>Information about an Auto-Tune action. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
1431    },
1432    "AutoTuneDate":{
1433      "type":"timestamp",
1434      "documentation":"<p>The timestamp of the Auto-Tune action scheduled for the domain.</p>"
1435    },
1436    "AutoTuneDesiredState":{
1437      "type":"string",
1438      "documentation":"<p>The Auto-Tune desired state. Valid values are ENABLED and DISABLED.</p>",
1439      "enum":[
1440        "ENABLED",
1441        "DISABLED"
1442      ]
1443    },
1444    "AutoTuneDetails":{
1445      "type":"structure",
1446      "members":{
1447        "ScheduledAutoTuneDetails":{
1448          "shape":"ScheduledAutoTuneDetails",
1449          "documentation":"<p>Container for details about a scheduled Auto-Tune action.</p>"
1450        }
1451      },
1452      "documentation":"<p>Specifies details about a scheduled Auto-Tune action. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
1453    },
1454    "AutoTuneList":{
1455      "type":"list",
1456      "member":{"shape":"AutoTune"}
1457    },
1458    "AutoTuneMaintenanceSchedule":{
1459      "type":"structure",
1460      "members":{
1461        "StartAt":{
1462          "shape":"StartAt",
1463          "documentation":"<p>The Epoch timestamp at which the Auto-Tune maintenance schedule starts.</p>"
1464        },
1465        "Duration":{
1466          "shape":"Duration",
1467          "documentation":"<p>The duration of the maintenance schedule. For example, <code>\"Duration\": {\"Value\": 2, \"Unit\": \"HOURS\"}</code>.</p>"
1468        },
1469        "CronExpressionForRecurrence":{
1470          "shape":"String",
1471          "documentation":"<p>A cron expression for a recurring maintenance schedule during which Auto-Tune can deploy changes.</p>"
1472        }
1473      },
1474      "documentation":"<note> <p>This object is deprecated. Use the domain's <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html\">off-peak window</a> to schedule Auto-Tune optimizations. For migration instructions, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html#off-peak-migrate\">Migrating from Auto-Tune maintenance windows</a>.</p> </note> <p>The Auto-Tune maintenance schedule. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
1475    },
1476    "AutoTuneMaintenanceScheduleList":{
1477      "type":"list",
1478      "member":{"shape":"AutoTuneMaintenanceSchedule"},
1479      "max":100
1480    },
1481    "AutoTuneOptions":{
1482      "type":"structure",
1483      "members":{
1484        "DesiredState":{
1485          "shape":"AutoTuneDesiredState",
1486          "documentation":"<p>Whether Auto-Tune is enabled or disabled.</p>"
1487        },
1488        "RollbackOnDisable":{
1489          "shape":"RollbackOnDisable",
1490          "documentation":"<p>When disabling Auto-Tune, specify <code>NO_ROLLBACK</code> to retain all prior Auto-Tune settings or <code>DEFAULT_ROLLBACK</code> to revert to the OpenSearch Service defaults. If you specify <code>DEFAULT_ROLLBACK</code>, you must include a <code>MaintenanceSchedule</code> in the request. Otherwise, OpenSearch Service is unable to perform the rollback.</p>"
1491        },
1492        "MaintenanceSchedules":{
1493          "shape":"AutoTuneMaintenanceScheduleList",
1494          "documentation":"<p>DEPRECATED. Use <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html\">off-peak window</a> instead.</p> <p>A list of maintenance schedules during which Auto-Tune can deploy changes.</p>"
1495        },
1496        "UseOffPeakWindow":{
1497          "shape":"Boolean",
1498          "documentation":"<p>Whether to use the domain's <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_OffPeakWindow.html\">off-peak window</a> to deploy configuration changes on the domain rather than a maintenance schedule.</p>"
1499        }
1500      },
1501      "documentation":"<p>Auto-Tune settings when updating a domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
1502    },
1503    "AutoTuneOptionsInput":{
1504      "type":"structure",
1505      "members":{
1506        "DesiredState":{
1507          "shape":"AutoTuneDesiredState",
1508          "documentation":"<p>Whether Auto-Tune is enabled or disabled.</p>"
1509        },
1510        "MaintenanceSchedules":{
1511          "shape":"AutoTuneMaintenanceScheduleList",
1512          "documentation":"<p>A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html\">off-peak windows</a>.</p>"
1513        },
1514        "UseOffPeakWindow":{
1515          "shape":"Boolean",
1516          "documentation":"<p>Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.</p>"
1517        }
1518      },
1519      "documentation":"<p>Options for configuring Auto-Tune. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a> </p>"
1520    },
1521    "AutoTuneOptionsOutput":{
1522      "type":"structure",
1523      "members":{
1524        "State":{
1525          "shape":"AutoTuneState",
1526          "documentation":"<p>The current state of Auto-Tune on the domain.</p>"
1527        },
1528        "ErrorMessage":{
1529          "shape":"String",
1530          "documentation":"<p>Any errors that occurred while enabling or disabling Auto-Tune.</p>"
1531        },
1532        "UseOffPeakWindow":{
1533          "shape":"Boolean",
1534          "documentation":"<p>Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.</p>"
1535        }
1536      },
1537      "documentation":"<p>The Auto-Tune settings for a domain, displayed when enabling or disabling Auto-Tune.</p>"
1538    },
1539    "AutoTuneOptionsStatus":{
1540      "type":"structure",
1541      "members":{
1542        "Options":{
1543          "shape":"AutoTuneOptions",
1544          "documentation":"<p>Auto-Tune settings for updating a domain.</p>"
1545        },
1546        "Status":{
1547          "shape":"AutoTuneStatus",
1548          "documentation":"<p>The current status of Auto-Tune for a domain.</p>"
1549        }
1550      },
1551      "documentation":"<p>The Auto-Tune status for the domain.</p>"
1552    },
1553    "AutoTuneState":{
1554      "type":"string",
1555      "documentation":"<p>The Auto-Tune state for the domain. For valid states see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>. </p>",
1556      "enum":[
1557        "ENABLED",
1558        "DISABLED",
1559        "ENABLE_IN_PROGRESS",
1560        "DISABLE_IN_PROGRESS",
1561        "DISABLED_AND_ROLLBACK_SCHEDULED",
1562        "DISABLED_AND_ROLLBACK_IN_PROGRESS",
1563        "DISABLED_AND_ROLLBACK_COMPLETE",
1564        "DISABLED_AND_ROLLBACK_ERROR",
1565        "ERROR"
1566      ]
1567    },
1568    "AutoTuneStatus":{
1569      "type":"structure",
1570      "required":[
1571        "CreationDate",
1572        "UpdateDate",
1573        "State"
1574      ],
1575      "members":{
1576        "CreationDate":{
1577          "shape":"UpdateTimestamp",
1578          "documentation":"<p>Date and time when Auto-Tune was enabled for the domain.</p>"
1579        },
1580        "UpdateDate":{
1581          "shape":"UpdateTimestamp",
1582          "documentation":"<p>Date and time when the Auto-Tune options were last updated for the domain.</p>"
1583        },
1584        "UpdateVersion":{
1585          "shape":"UIntValue",
1586          "documentation":"<p>The latest version of the Auto-Tune options.</p>"
1587        },
1588        "State":{
1589          "shape":"AutoTuneState",
1590          "documentation":"<p>The current state of Auto-Tune on the domain.</p>"
1591        },
1592        "ErrorMessage":{
1593          "shape":"String",
1594          "documentation":"<p>Any errors that occurred while enabling or disabling Auto-Tune.</p>"
1595        },
1596        "PendingDeletion":{
1597          "shape":"Boolean",
1598          "documentation":"<p>Indicates whether the domain is being deleted.</p>"
1599        }
1600      },
1601      "documentation":"<p>The current status of Auto-Tune for the domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
1602    },
1603    "AutoTuneType":{
1604      "type":"string",
1605      "documentation":"<p>Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.</p>",
1606      "enum":["SCHEDULED_ACTION"]
1607    },
1608    "AvailabilityZone":{
1609      "type":"string",
1610      "max":15,
1611      "min":1
1612    },
1613    "AvailabilityZoneInfo":{
1614      "type":"structure",
1615      "members":{
1616        "AvailabilityZoneName":{
1617          "shape":"AvailabilityZone",
1618          "documentation":"<p>The name of the Availability Zone.</p>"
1619        },
1620        "ZoneStatus":{
1621          "shape":"ZoneStatus",
1622          "documentation":"<p>The current state of the Availability Zone. Current options are <code>Active</code> and <code>StandBy</code>.</p> <ul> <li> <p> <code>Active</code> - Data nodes in the Availability Zone are in use.</p> </li> <li> <p> <code>StandBy</code> - Data nodes in the Availability Zone are in a standby state.</p> </li> <li> <p> <code>NotAvailable</code> - Unable to retrieve information.</p> </li> </ul>"
1623        },
1624        "ConfiguredDataNodeCount":{
1625          "shape":"NumberOfNodes",
1626          "documentation":"<p>The total number of data nodes configured in the Availability Zone.</p>"
1627        },
1628        "AvailableDataNodeCount":{
1629          "shape":"NumberOfNodes",
1630          "documentation":"<p>The number of data nodes active in the Availability Zone.</p>"
1631        },
1632        "TotalShards":{
1633          "shape":"NumberOfShards",
1634          "documentation":"<p>The total number of primary and replica shards in the Availability Zone.</p>"
1635        },
1636        "TotalUnAssignedShards":{
1637          "shape":"NumberOfShards",
1638          "documentation":"<p>The total number of primary and replica shards that aren't allocated to any of the nodes in the Availability Zone.</p>"
1639        }
1640      },
1641      "documentation":"<p>Information about an Availability Zone on a domain.</p>"
1642    },
1643    "AvailabilityZoneInfoList":{
1644      "type":"list",
1645      "member":{"shape":"AvailabilityZoneInfo"}
1646    },
1647    "AvailabilityZoneList":{
1648      "type":"list",
1649      "member":{"shape":"AvailabilityZone"}
1650    },
1651    "BackendRole":{
1652      "type":"string",
1653      "max":256,
1654      "min":1
1655    },
1656    "BaseException":{
1657      "type":"structure",
1658      "members":{
1659        "message":{
1660          "shape":"ErrorMessage",
1661          "documentation":"<p>A description of the error.</p>"
1662        }
1663      },
1664      "documentation":"<p>An error occurred while processing the request.</p>",
1665      "exception":true
1666    },
1667    "Boolean":{"type":"boolean"},
1668    "CancelDomainConfigChangeRequest":{
1669      "type":"structure",
1670      "required":["DomainName"],
1671      "members":{
1672        "DomainName":{
1673          "shape":"DomainName",
1674          "location":"uri",
1675          "locationName":"DomainName"
1676        },
1677        "DryRun":{
1678          "shape":"DryRun",
1679          "documentation":"<p>When set to <code>True</code>, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.</p>"
1680        }
1681      }
1682    },
1683    "CancelDomainConfigChangeResponse":{
1684      "type":"structure",
1685      "members":{
1686        "CancelledChangeIds":{
1687          "shape":"GUIDList",
1688          "documentation":"<p>The unique identifiers of the changes that were cancelled.</p>"
1689        },
1690        "CancelledChangeProperties":{
1691          "shape":"CancelledChangePropertyList",
1692          "documentation":"<p>The domain change properties that were cancelled.</p>"
1693        },
1694        "DryRun":{
1695          "shape":"DryRun",
1696          "documentation":"<p>Whether or not the request was a dry run. If <code>True</code>, the changes were not actually cancelled. </p>"
1697        }
1698      }
1699    },
1700    "CancelServiceSoftwareUpdateRequest":{
1701      "type":"structure",
1702      "required":["DomainName"],
1703      "members":{
1704        "DomainName":{
1705          "shape":"DomainName",
1706          "documentation":"<p>Name of the OpenSearch Service domain that you want to cancel the service software update on.</p>"
1707        }
1708      },
1709      "documentation":"<p>Container for the request parameters to cancel a service software update.</p>"
1710    },
1711    "CancelServiceSoftwareUpdateResponse":{
1712      "type":"structure",
1713      "members":{
1714        "ServiceSoftwareOptions":{
1715          "shape":"ServiceSoftwareOptions",
1716          "documentation":"<p>Container for the state of your domain relative to the latest service software.</p>"
1717        }
1718      },
1719      "documentation":"<p>Container for the response to a <code>CancelServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>"
1720    },
1721    "CancelledChangeProperty":{
1722      "type":"structure",
1723      "members":{
1724        "PropertyName":{
1725          "shape":"String",
1726          "documentation":"<p>The name of the property whose change was cancelled.</p>"
1727        },
1728        "CancelledValue":{
1729          "shape":"String",
1730          "documentation":"<p>The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.</p>"
1731        },
1732        "ActiveValue":{
1733          "shape":"String",
1734          "documentation":"<p>The current value of the property, after the change was cancelled.</p>"
1735        }
1736      },
1737      "documentation":"<p>A property change that was cancelled for an Amazon OpenSearch Service domain.</p>"
1738    },
1739    "CancelledChangePropertyList":{
1740      "type":"list",
1741      "member":{"shape":"CancelledChangeProperty"}
1742    },
1743    "ChangeProgressDetails":{
1744      "type":"structure",
1745      "members":{
1746        "ChangeId":{
1747          "shape":"GUID",
1748          "documentation":"<p>The ID of the configuration change.</p>"
1749        },
1750        "Message":{
1751          "shape":"Message",
1752          "documentation":"<p>A message corresponding to the status of the configuration change.</p>"
1753        },
1754        "ConfigChangeStatus":{
1755          "shape":"ConfigChangeStatus",
1756          "documentation":"<p>The current status of the configuration change.</p>"
1757        },
1758        "InitiatedBy":{
1759          "shape":"InitiatedBy",
1760          "documentation":"<p>The IAM principal who initiated the configuration change.</p>"
1761        },
1762        "StartTime":{
1763          "shape":"UpdateTimestamp",
1764          "documentation":"<p>The time that the configuration change was initiated, in Universal Coordinated Time (UTC).</p>"
1765        },
1766        "LastUpdatedTime":{
1767          "shape":"UpdateTimestamp",
1768          "documentation":"<p>The last time that the configuration change was updated.</p>"
1769        }
1770      },
1771      "documentation":"<p>Container for information about a configuration change happening on a domain.</p>"
1772    },
1773    "ChangeProgressStage":{
1774      "type":"structure",
1775      "members":{
1776        "Name":{
1777          "shape":"ChangeProgressStageName",
1778          "documentation":"<p>The name of the stage.</p>"
1779        },
1780        "Status":{
1781          "shape":"ChangeProgressStageStatus",
1782          "documentation":"<p>The status of the stage.</p>"
1783        },
1784        "Description":{
1785          "shape":"Description",
1786          "documentation":"<p>The description of the stage.</p>"
1787        },
1788        "LastUpdated":{
1789          "shape":"LastUpdated",
1790          "documentation":"<p>The most recent updated timestamp of the stage.</p>"
1791        }
1792      },
1793      "documentation":"<p>Progress details for each stage of a domain update.</p>"
1794    },
1795    "ChangeProgressStageList":{
1796      "type":"list",
1797      "member":{"shape":"ChangeProgressStage"},
1798      "documentation":"<p>The list of progress stages of a specific domain configuration change.</p>"
1799    },
1800    "ChangeProgressStageName":{
1801      "type":"string",
1802      "max":64,
1803      "min":1
1804    },
1805    "ChangeProgressStageStatus":{
1806      "type":"string",
1807      "max":256,
1808      "min":1
1809    },
1810    "ChangeProgressStatusDetails":{
1811      "type":"structure",
1812      "members":{
1813        "ChangeId":{
1814          "shape":"GUID",
1815          "documentation":"<p>The unique change identifier associated with a specific domain configuration change.</p>"
1816        },
1817        "StartTime":{
1818          "shape":"UpdateTimestamp",
1819          "documentation":"<p>The time at which the configuration change is made on the domain.</p>"
1820        },
1821        "Status":{
1822          "shape":"OverallChangeStatus",
1823          "documentation":"<p>The overall status of the domain configuration change.</p>"
1824        },
1825        "PendingProperties":{
1826          "shape":"StringList",
1827          "documentation":"<p>The list of properties in the domain configuration change that are still pending.</p>"
1828        },
1829        "CompletedProperties":{
1830          "shape":"StringList",
1831          "documentation":"<p>The list of properties in the domain configuration change that have completed.</p>"
1832        },
1833        "TotalNumberOfStages":{
1834          "shape":"TotalNumberOfStages",
1835          "documentation":"<p>The total number of stages required for the configuration change.</p>"
1836        },
1837        "ChangeProgressStages":{
1838          "shape":"ChangeProgressStageList",
1839          "documentation":"<p>The specific stages that the domain is going through to perform the configuration change.</p>"
1840        },
1841        "LastUpdatedTime":{
1842          "shape":"UpdateTimestamp",
1843          "documentation":"<p>The last time that the status of the configuration change was updated.</p>"
1844        },
1845        "ConfigChangeStatus":{
1846          "shape":"ConfigChangeStatus",
1847          "documentation":"<p>The current status of the configuration change.</p>"
1848        },
1849        "InitiatedBy":{
1850          "shape":"InitiatedBy",
1851          "documentation":"<p>The IAM principal who initiated the configuration change.</p>"
1852        }
1853      },
1854      "documentation":"<p>The progress details of a specific domain configuration change.</p>"
1855    },
1856    "ClientToken":{
1857      "type":"string",
1858      "max":64,
1859      "min":1
1860    },
1861    "CloudWatchLogsLogGroupArn":{
1862      "type":"string",
1863      "documentation":"<p>ARN of the Cloudwatch log group to publish logs to.</p>",
1864      "max":2048,
1865      "min":20,
1866      "pattern":".*"
1867    },
1868    "ClusterConfig":{
1869      "type":"structure",
1870      "members":{
1871        "InstanceType":{
1872          "shape":"OpenSearchPartitionInstanceType",
1873          "documentation":"<p>Instance type of data nodes in the cluster.</p>"
1874        },
1875        "InstanceCount":{
1876          "shape":"IntegerClass",
1877          "documentation":"<p>Number of data nodes in the cluster. This number must be greater than 1, otherwise you receive a validation exception.</p>"
1878        },
1879        "DedicatedMasterEnabled":{
1880          "shape":"Boolean",
1881          "documentation":"<p>Indicates whether dedicated master nodes are enabled for the cluster.<code>True</code> if the cluster will use a dedicated master node.<code>False</code> if the cluster will not.</p>"
1882        },
1883        "ZoneAwarenessEnabled":{
1884          "shape":"Boolean",
1885          "documentation":"<p>Indicates whether multiple Availability Zones are enabled. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html\">Configuring a multi-AZ domain in Amazon OpenSearch Service</a>.</p>"
1886        },
1887        "ZoneAwarenessConfig":{
1888          "shape":"ZoneAwarenessConfig",
1889          "documentation":"<p>Container for zone awareness configuration options. Only required if <code>ZoneAwarenessEnabled</code> is <code>true</code>.</p>"
1890        },
1891        "DedicatedMasterType":{
1892          "shape":"OpenSearchPartitionInstanceType",
1893          "documentation":"<p>OpenSearch Service instance type of the dedicated master nodes in the cluster.</p>"
1894        },
1895        "DedicatedMasterCount":{
1896          "shape":"IntegerClass",
1897          "documentation":"<p>Number of dedicated master nodes in the cluster. This number must be greater than 2 and not 4, otherwise you receive a validation exception.</p>"
1898        },
1899        "WarmEnabled":{
1900          "shape":"Boolean",
1901          "documentation":"<p>Whether to enable warm storage for the cluster.</p>"
1902        },
1903        "WarmType":{
1904          "shape":"OpenSearchWarmPartitionInstanceType",
1905          "documentation":"<p>The instance type for the cluster's warm nodes.</p>"
1906        },
1907        "WarmCount":{
1908          "shape":"IntegerClass",
1909          "documentation":"<p>The number of warm nodes in the cluster.</p>"
1910        },
1911        "ColdStorageOptions":{
1912          "shape":"ColdStorageOptions",
1913          "documentation":"<p>Container for cold storage configuration options.</p>"
1914        },
1915        "MultiAZWithStandbyEnabled":{
1916          "shape":"Boolean",
1917          "documentation":"<p>A boolean that indicates whether a multi-AZ domain is turned on with a standby AZ. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html\">Configuring a multi-AZ domain in Amazon OpenSearch Service</a>. </p>"
1918        }
1919      },
1920      "documentation":"<p>Container for the cluster configuration of an OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html\">Creating and managing Amazon OpenSearch Service domains</a>.</p>"
1921    },
1922    "ClusterConfigStatus":{
1923      "type":"structure",
1924      "required":[
1925        "Options",
1926        "Status"
1927      ],
1928      "members":{
1929        "Options":{
1930          "shape":"ClusterConfig",
1931          "documentation":"<p>Cluster configuration options for the specified domain.</p>"
1932        },
1933        "Status":{
1934          "shape":"OptionStatus",
1935          "documentation":"<p>The status of cluster configuration options for the specified domain.</p>"
1936        }
1937      },
1938      "documentation":"<p>The cluster configuration status for a domain.</p>"
1939    },
1940    "CognitoOptions":{
1941      "type":"structure",
1942      "members":{
1943        "Enabled":{
1944          "shape":"Boolean",
1945          "documentation":"<p>Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.</p>"
1946        },
1947        "UserPoolId":{
1948          "shape":"UserPoolId",
1949          "documentation":"<p>The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.</p>"
1950        },
1951        "IdentityPoolId":{
1952          "shape":"IdentityPoolId",
1953          "documentation":"<p>The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.</p>"
1954        },
1955        "RoleArn":{
1956          "shape":"RoleArn",
1957          "documentation":"<p>The <code>AmazonOpenSearchServiceCognitoAccess</code> role that allows OpenSearch Service to configure your user pool and identity pool.</p>"
1958        }
1959      },
1960      "documentation":"<p>Container for the parameters required to enable Cognito authentication for an OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html\">Configuring Amazon Cognito authentication for OpenSearch Dashboards</a>.</p>"
1961    },
1962    "CognitoOptionsStatus":{
1963      "type":"structure",
1964      "required":[
1965        "Options",
1966        "Status"
1967      ],
1968      "members":{
1969        "Options":{
1970          "shape":"CognitoOptions",
1971          "documentation":"<p>Cognito options for the specified domain.</p>"
1972        },
1973        "Status":{
1974          "shape":"OptionStatus",
1975          "documentation":"<p>The status of the Cognito options for the specified domain.</p>"
1976        }
1977      },
1978      "documentation":"<p>The status of the Cognito options for the specified domain.</p>"
1979    },
1980    "ColdStorageOptions":{
1981      "type":"structure",
1982      "required":["Enabled"],
1983      "members":{
1984        "Enabled":{
1985          "shape":"Boolean",
1986          "documentation":"<p>Whether to enable or disable cold storage on the domain.</p>"
1987        }
1988      },
1989      "documentation":"<p>Container for the parameters required to enable cold storage for an OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cold-storage.html\">Cold storage for Amazon OpenSearch Service</a>.</p>"
1990    },
1991    "CommitMessage":{
1992      "type":"string",
1993      "max":160
1994    },
1995    "CompatibleVersionsList":{
1996      "type":"list",
1997      "member":{"shape":"CompatibleVersionsMap"}
1998    },
1999    "CompatibleVersionsMap":{
2000      "type":"structure",
2001      "members":{
2002        "SourceVersion":{
2003          "shape":"VersionString",
2004          "documentation":"<p>The current version that the OpenSearch Service domain is running.</p>"
2005        },
2006        "TargetVersions":{
2007          "shape":"VersionList",
2008          "documentation":"<p>The possible versions that you can upgrade the domain to.</p>"
2009        }
2010      },
2011      "documentation":"<p>A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.</p>"
2012    },
2013    "ConfigChangeStatus":{
2014      "type":"string",
2015      "enum":[
2016        "Pending",
2017        "Initializing",
2018        "Validating",
2019        "ValidationFailed",
2020        "ApplyingChanges",
2021        "Completed",
2022        "PendingUserInput",
2023        "Cancelled"
2024      ]
2025    },
2026    "ConflictException":{
2027      "type":"structure",
2028      "members":{
2029      },
2030      "documentation":"<p>An error occurred because the client attempts to remove a resource that is currently in use.</p>",
2031      "error":{"httpStatusCode":409},
2032      "exception":true
2033    },
2034    "ConnectionAlias":{
2035      "type":"string",
2036      "max":100,
2037      "min":2,
2038      "pattern":"[a-zA-Z][a-zA-Z0-9\\-\\_]+"
2039    },
2040    "ConnectionId":{
2041      "type":"string",
2042      "max":256,
2043      "min":10,
2044      "pattern":"[a-z][a-z0-9\\-]+"
2045    },
2046    "ConnectionMode":{
2047      "type":"string",
2048      "documentation":"<p>The connection mode for the cross-cluster connection.</p> <ul> <li> <p> <b>DIRECT</b> - Used for cross-cluster search or cross-cluster replication.</p> </li> <li> <p> <b>VPC_ENDPOINT</b> - Used for remote reindex between Amazon OpenSearch Service VPC domains.</p> </li> </ul>",
2049      "enum":[
2050        "DIRECT",
2051        "VPC_ENDPOINT"
2052      ]
2053    },
2054    "ConnectionProperties":{
2055      "type":"structure",
2056      "members":{
2057        "Endpoint":{
2058          "shape":"Endpoint",
2059          "documentation":"<important> <p>The Endpoint attribute cannot be modified. </p> </important> <p>The endpoint of the remote domain. Applicable for VPC_ENDPOINT connection mode.</p>"
2060        },
2061        "CrossClusterSearch":{
2062          "shape":"CrossClusterSearchConnectionProperties",
2063          "documentation":"<p>The connection properties for cross cluster search.</p>"
2064        }
2065      },
2066      "documentation":"<p>The connection properties of an outbound connection.</p>"
2067    },
2068    "ConnectionStatusMessage":{"type":"string"},
2069    "CreateDomainRequest":{
2070      "type":"structure",
2071      "required":["DomainName"],
2072      "members":{
2073        "DomainName":{
2074          "shape":"DomainName",
2075          "documentation":"<p>Name of the OpenSearch Service domain to create. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.</p>"
2076        },
2077        "EngineVersion":{
2078          "shape":"VersionString",
2079          "documentation":"<p>String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch Service domain. For example, <code>OpenSearch_1.0</code> or <code>Elasticsearch_7.9</code>. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomains\">Creating and managing Amazon OpenSearch Service domains</a>.</p>"
2080        },
2081        "ClusterConfig":{
2082          "shape":"ClusterConfig",
2083          "documentation":"<p>Container for the cluster configuration of a domain.</p>"
2084        },
2085        "EBSOptions":{
2086          "shape":"EBSOptions",
2087          "documentation":"<p>Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.</p>"
2088        },
2089        "AccessPolicies":{
2090          "shape":"PolicyDocument",
2091          "documentation":"<p>Identity and Access Management (IAM) policy document specifying the access policies for the new domain.</p>"
2092        },
2093        "IPAddressType":{
2094          "shape":"IPAddressType",
2095          "documentation":"<p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.</p>"
2096        },
2097        "SnapshotOptions":{
2098          "shape":"SnapshotOptions",
2099          "documentation":"<p>DEPRECATED. Container for the parameters required to configure automated snapshots of domain indexes.</p>"
2100        },
2101        "VPCOptions":{
2102          "shape":"VPCOptions",
2103          "documentation":"<p>Container for the values required to configure VPC access domains. If you don't specify these values, OpenSearch Service creates the domain with a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html\">Launching your Amazon OpenSearch Service domains using a VPC</a>.</p>"
2104        },
2105        "CognitoOptions":{
2106          "shape":"CognitoOptions",
2107          "documentation":"<p>Key-value pairs to configure Amazon Cognito authentication. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html\">Configuring Amazon Cognito authentication for OpenSearch Dashboards</a>.</p>"
2108        },
2109        "EncryptionAtRestOptions":{
2110          "shape":"EncryptionAtRestOptions",
2111          "documentation":"<p>Key-value pairs to enable encryption at rest.</p>"
2112        },
2113        "NodeToNodeEncryptionOptions":{
2114          "shape":"NodeToNodeEncryptionOptions",
2115          "documentation":"<p>Enables node-to-node encryption.</p>"
2116        },
2117        "AdvancedOptions":{
2118          "shape":"AdvancedOptions",
2119          "documentation":"<p>Key-value pairs to specify advanced configuration options. The following key-value pairs are supported:</p> <ul> <li> <p> <code>\"rest.action.multi.allow_explicit_index\": \"true\" | \"false\"</code> - Note the use of a string rather than a boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP requests. If you want to configure access policies for domain sub-resources, such as specific indexes and domain APIs, you must disable this property. Default is true.</p> </li> <li> <p> <code>\"indices.fielddata.cache.size\": \"80\" </code> - Note the use of a string rather than a boolean. Specifies the percentage of heap space allocated to field data. Default is unbounded.</p> </li> <li> <p> <code>\"indices.query.bool.max_clause_count\": \"1024\"</code> - Note the use of a string rather than a boolean. Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries with more than the permitted number of clauses result in a <code>TooManyClauses</code> error.</p> </li> <li> <p> <code>\"override_main_response_version\": \"true\" | \"false\"</code> - Note the use of a string rather than a boolean. Specifies whether the domain reports its version as 7.10 to allow Elasticsearch OSS clients and plugins to continue working with it. Default is false when creating a domain and true when upgrading a domain.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options\">Advanced cluster parameters</a>.</p>"
2120        },
2121        "LogPublishingOptions":{
2122          "shape":"LogPublishingOptions",
2123          "documentation":"<p>Key-value pairs to configure log publishing.</p>"
2124        },
2125        "DomainEndpointOptions":{
2126          "shape":"DomainEndpointOptions",
2127          "documentation":"<p>Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.</p>"
2128        },
2129        "AdvancedSecurityOptions":{
2130          "shape":"AdvancedSecurityOptionsInput",
2131          "documentation":"<p>Options for fine-grained access control.</p>"
2132        },
2133        "TagList":{
2134          "shape":"TagList",
2135          "documentation":"<p>List of tags to add to the domain upon creation.</p>"
2136        },
2137        "AutoTuneOptions":{
2138          "shape":"AutoTuneOptionsInput",
2139          "documentation":"<p>Options for Auto-Tune.</p>"
2140        },
2141        "OffPeakWindowOptions":{
2142          "shape":"OffPeakWindowOptions",
2143          "documentation":"<p>Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment. If no options are specified, the default start time of 10:00 P.M. local time (for the Region that the domain is created in) is used.</p>"
2144        },
2145        "SoftwareUpdateOptions":{
2146          "shape":"SoftwareUpdateOptions",
2147          "documentation":"<p>Software update options for the domain.</p>"
2148        }
2149      }
2150    },
2151    "CreateDomainResponse":{
2152      "type":"structure",
2153      "members":{
2154        "DomainStatus":{
2155          "shape":"DomainStatus",
2156          "documentation":"<p>The status of the newly created domain.</p>"
2157        }
2158      },
2159      "documentation":"<p>The result of a <code>CreateDomain</code> operation. Contains the status of the newly created domain.</p>"
2160    },
2161    "CreateOutboundConnectionRequest":{
2162      "type":"structure",
2163      "required":[
2164        "LocalDomainInfo",
2165        "RemoteDomainInfo",
2166        "ConnectionAlias"
2167      ],
2168      "members":{
2169        "LocalDomainInfo":{
2170          "shape":"DomainInformationContainer",
2171          "documentation":"<p>Name and Region of the source (local) domain.</p>"
2172        },
2173        "RemoteDomainInfo":{
2174          "shape":"DomainInformationContainer",
2175          "documentation":"<p>Name and Region of the destination (remote) domain.</p>"
2176        },
2177        "ConnectionAlias":{
2178          "shape":"ConnectionAlias",
2179          "documentation":"<p>Name of the connection.</p>"
2180        },
2181        "ConnectionMode":{
2182          "shape":"ConnectionMode",
2183          "documentation":"<p>The connection mode.</p>"
2184        },
2185        "ConnectionProperties":{
2186          "shape":"ConnectionProperties",
2187          "documentation":"<p>The <code>ConnectionProperties</code> for the outbound connection.</p>"
2188        }
2189      },
2190      "documentation":"<p>Container for the parameters to the <code>CreateOutboundConnection</code> operation.</p>"
2191    },
2192    "CreateOutboundConnectionResponse":{
2193      "type":"structure",
2194      "members":{
2195        "LocalDomainInfo":{
2196          "shape":"DomainInformationContainer",
2197          "documentation":"<p>Information about the source (local) domain.</p>"
2198        },
2199        "RemoteDomainInfo":{
2200          "shape":"DomainInformationContainer",
2201          "documentation":"<p>Information about the destination (remote) domain.</p>"
2202        },
2203        "ConnectionAlias":{
2204          "shape":"ConnectionAlias",
2205          "documentation":"<p>Name of the connection.</p>"
2206        },
2207        "ConnectionStatus":{
2208          "shape":"OutboundConnectionStatus",
2209          "documentation":"<p>The status of the connection.</p>"
2210        },
2211        "ConnectionId":{
2212          "shape":"ConnectionId",
2213          "documentation":"<p>The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.</p>"
2214        },
2215        "ConnectionMode":{
2216          "shape":"ConnectionMode",
2217          "documentation":"<p>The connection mode.</p>"
2218        },
2219        "ConnectionProperties":{
2220          "shape":"ConnectionProperties",
2221          "documentation":"<p>The <code>ConnectionProperties</code> for the newly created connection.</p>"
2222        }
2223      },
2224      "documentation":"<p>The result of a <code>CreateOutboundConnection</code> request. Contains details about the newly created cross-cluster connection.</p>"
2225    },
2226    "CreatePackageRequest":{
2227      "type":"structure",
2228      "required":[
2229        "PackageName",
2230        "PackageType",
2231        "PackageSource"
2232      ],
2233      "members":{
2234        "PackageName":{
2235          "shape":"PackageName",
2236          "documentation":"<p>Unique name for the package.</p>"
2237        },
2238        "PackageType":{
2239          "shape":"PackageType",
2240          "documentation":"<p>The type of package.</p>"
2241        },
2242        "PackageDescription":{
2243          "shape":"PackageDescription",
2244          "documentation":"<p>Description of the package.</p>"
2245        },
2246        "PackageSource":{
2247          "shape":"PackageSource",
2248          "documentation":"<p>The Amazon S3 location from which to import the package.</p>"
2249        }
2250      },
2251      "documentation":"<p>Container for request parameters to the <code>CreatePackage</code> operation.</p>"
2252    },
2253    "CreatePackageResponse":{
2254      "type":"structure",
2255      "members":{
2256        "PackageDetails":{
2257          "shape":"PackageDetails",
2258          "documentation":"<p>Basic information about an OpenSearch Service package.</p>"
2259        }
2260      },
2261      "documentation":"<p>Container for the response returned by the <code>CreatePackage</code> operation.</p>"
2262    },
2263    "CreateVpcEndpointRequest":{
2264      "type":"structure",
2265      "required":[
2266        "DomainArn",
2267        "VpcOptions"
2268      ],
2269      "members":{
2270        "DomainArn":{
2271          "shape":"DomainArn",
2272          "documentation":"<p>The Amazon Resource Name (ARN) of the domain to create the endpoint for.</p>"
2273        },
2274        "VpcOptions":{
2275          "shape":"VPCOptions",
2276          "documentation":"<p>Options to specify the subnets and security groups for the endpoint.</p>"
2277        },
2278        "ClientToken":{
2279          "shape":"ClientToken",
2280          "documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>"
2281        }
2282      }
2283    },
2284    "CreateVpcEndpointResponse":{
2285      "type":"structure",
2286      "required":["VpcEndpoint"],
2287      "members":{
2288        "VpcEndpoint":{
2289          "shape":"VpcEndpoint",
2290          "documentation":"<p>Information about the newly created VPC endpoint.</p>"
2291        }
2292      }
2293    },
2294    "CreatedAt":{"type":"timestamp"},
2295    "CrossClusterSearchConnectionProperties":{
2296      "type":"structure",
2297      "members":{
2298        "SkipUnavailable":{
2299          "shape":"SkipUnavailableStatus",
2300          "documentation":"<p>The status of the <code>SkipUnavailable</code> setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.</p>"
2301        }
2302      },
2303      "documentation":"<p>Cross-cluster search specific connection properties.</p>"
2304    },
2305    "DataSourceDescription":{
2306      "type":"string",
2307      "max":1000,
2308      "pattern":"^([a-zA-Z0-9_])*[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
2309    },
2310    "DataSourceDetails":{
2311      "type":"structure",
2312      "members":{
2313        "DataSourceType":{
2314          "shape":"DataSourceType",
2315          "documentation":"<p>The type of data source.</p>"
2316        },
2317        "Name":{
2318          "shape":"DataSourceName",
2319          "documentation":"<p>The name of the data source.</p>"
2320        },
2321        "Description":{
2322          "shape":"DataSourceDescription",
2323          "documentation":"<p>A description of the data source.</p>"
2324        }
2325      },
2326      "documentation":"<p>Details about a direct-query data source.</p>"
2327    },
2328    "DataSourceList":{
2329      "type":"list",
2330      "member":{"shape":"DataSourceDetails"}
2331    },
2332    "DataSourceName":{
2333      "type":"string",
2334      "max":80,
2335      "min":3,
2336      "pattern":"[a-z][a-z0-9_]+"
2337    },
2338    "DataSourceType":{
2339      "type":"structure",
2340      "members":{
2341        "S3GlueDataCatalog":{
2342          "shape":"S3GlueDataCatalog",
2343          "documentation":"<p>An Amazon S3 data source.</p>"
2344        }
2345      },
2346      "documentation":"<p>The type of data source.</p>",
2347      "union":true
2348    },
2349    "DeleteDataSourceRequest":{
2350      "type":"structure",
2351      "required":[
2352        "DomainName",
2353        "Name"
2354      ],
2355      "members":{
2356        "DomainName":{
2357          "shape":"DomainName",
2358          "documentation":"<p>The name of the domain.</p>",
2359          "location":"uri",
2360          "locationName":"DomainName"
2361        },
2362        "Name":{
2363          "shape":"DataSourceName",
2364          "documentation":"<p>The name of the data source to delete.</p>",
2365          "location":"uri",
2366          "locationName":"DataSourceName"
2367        }
2368      },
2369      "documentation":"<p>Container for the parameters to the <code>DeleteDataSource</code> operation.</p>"
2370    },
2371    "DeleteDataSourceResponse":{
2372      "type":"structure",
2373      "members":{
2374        "Message":{
2375          "shape":"String",
2376          "documentation":"<p>A message associated with deletion of the data source.</p>"
2377        }
2378      },
2379      "documentation":"<p>The result of a <code>GetDataSource</code> operation.</p>"
2380    },
2381    "DeleteDomainRequest":{
2382      "type":"structure",
2383      "required":["DomainName"],
2384      "members":{
2385        "DomainName":{
2386          "shape":"DomainName",
2387          "documentation":"<p>The name of the domain you want to permanently delete.</p>",
2388          "location":"uri",
2389          "locationName":"DomainName"
2390        }
2391      },
2392      "documentation":"<p>Container for the parameters to the <code>DeleteDomain</code> operation.</p>"
2393    },
2394    "DeleteDomainResponse":{
2395      "type":"structure",
2396      "members":{
2397        "DomainStatus":{
2398          "shape":"DomainStatus",
2399          "documentation":"<p>The status of the domain being deleted.</p>"
2400        }
2401      },
2402      "documentation":"<p>The results of a <code>DeleteDomain</code> request. Contains the status of the pending deletion, or a \"domain not found\" error if the domain and all of its resources have been deleted.</p>"
2403    },
2404    "DeleteInboundConnectionRequest":{
2405      "type":"structure",
2406      "required":["ConnectionId"],
2407      "members":{
2408        "ConnectionId":{
2409          "shape":"ConnectionId",
2410          "documentation":"<p>The ID of the inbound connection to permanently delete.</p>",
2411          "location":"uri",
2412          "locationName":"ConnectionId"
2413        }
2414      },
2415      "documentation":"<p>Container for the parameters to the <code>DeleteInboundConnection</code> operation.</p>"
2416    },
2417    "DeleteInboundConnectionResponse":{
2418      "type":"structure",
2419      "members":{
2420        "Connection":{
2421          "shape":"InboundConnection",
2422          "documentation":"<p>The deleted inbound connection.</p>"
2423        }
2424      },
2425      "documentation":"<p>The results of a <code>DeleteInboundConnection</code> operation. Contains details about the deleted inbound connection.</p>"
2426    },
2427    "DeleteOutboundConnectionRequest":{
2428      "type":"structure",
2429      "required":["ConnectionId"],
2430      "members":{
2431        "ConnectionId":{
2432          "shape":"ConnectionId",
2433          "documentation":"<p>The ID of the outbound connection you want to permanently delete.</p>",
2434          "location":"uri",
2435          "locationName":"ConnectionId"
2436        }
2437      },
2438      "documentation":"<p>Container for the parameters to the <code>DeleteOutboundConnection</code> operation.</p>"
2439    },
2440    "DeleteOutboundConnectionResponse":{
2441      "type":"structure",
2442      "members":{
2443        "Connection":{
2444          "shape":"OutboundConnection",
2445          "documentation":"<p>The deleted inbound connection.</p>"
2446        }
2447      },
2448      "documentation":"<p>Details about the deleted outbound connection.</p>"
2449    },
2450    "DeletePackageRequest":{
2451      "type":"structure",
2452      "required":["PackageID"],
2453      "members":{
2454        "PackageID":{
2455          "shape":"PackageID",
2456          "documentation":"<p>The internal ID of the package you want to delete. Use <code>DescribePackages</code> to find this value.</p>",
2457          "location":"uri",
2458          "locationName":"PackageID"
2459        }
2460      },
2461      "documentation":"<p>Deletes a package from OpenSearch Service. The package can't be associated with any OpenSearch Service domain.</p>"
2462    },
2463    "DeletePackageResponse":{
2464      "type":"structure",
2465      "members":{
2466        "PackageDetails":{
2467          "shape":"PackageDetails",
2468          "documentation":"<p> Information about the deleted package.</p>"
2469        }
2470      },
2471      "documentation":"<p>Container for the response parameters to the <code>DeletePackage</code> operation.</p>"
2472    },
2473    "DeleteVpcEndpointRequest":{
2474      "type":"structure",
2475      "required":["VpcEndpointId"],
2476      "members":{
2477        "VpcEndpointId":{
2478          "shape":"VpcEndpointId",
2479          "documentation":"<p>The unique identifier of the endpoint.</p>",
2480          "location":"uri",
2481          "locationName":"VpcEndpointId"
2482        }
2483      }
2484    },
2485    "DeleteVpcEndpointResponse":{
2486      "type":"structure",
2487      "required":["VpcEndpointSummary"],
2488      "members":{
2489        "VpcEndpointSummary":{
2490          "shape":"VpcEndpointSummary",
2491          "documentation":"<p>Information about the deleted endpoint, including its current status (<code>DELETING</code> or <code>DELETE_FAILED</code>).</p>"
2492        }
2493      }
2494    },
2495    "DependencyFailureException":{
2496      "type":"structure",
2497      "members":{
2498      },
2499      "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>",
2500      "error":{"httpStatusCode":424},
2501      "exception":true
2502    },
2503    "DeploymentCloseDateTimeStamp":{"type":"timestamp"},
2504    "DeploymentStatus":{
2505      "type":"string",
2506      "enum":[
2507        "PENDING_UPDATE",
2508        "IN_PROGRESS",
2509        "COMPLETED",
2510        "NOT_ELIGIBLE",
2511        "ELIGIBLE"
2512      ]
2513    },
2514    "DeploymentType":{
2515      "type":"string",
2516      "max":128,
2517      "min":2
2518    },
2519    "DescribeDomainAutoTunesRequest":{
2520      "type":"structure",
2521      "required":["DomainName"],
2522      "members":{
2523        "DomainName":{
2524          "shape":"DomainName",
2525          "documentation":"<p>Name of the domain that you want Auto-Tune details about.</p>",
2526          "location":"uri",
2527          "locationName":"DomainName"
2528        },
2529        "MaxResults":{
2530          "shape":"MaxResults",
2531          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>"
2532        },
2533        "NextToken":{
2534          "shape":"NextToken",
2535          "documentation":"<p>If your initial <code>DescribeDomainAutoTunes</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>DescribeDomainAutoTunes</code> operations, which returns results in the next page.</p>"
2536        }
2537      },
2538      "documentation":"<p>Container for the parameters to the <code>DescribeDomainAutoTunes</code> operation.</p>"
2539    },
2540    "DescribeDomainAutoTunesResponse":{
2541      "type":"structure",
2542      "members":{
2543        "AutoTunes":{
2544          "shape":"AutoTuneList",
2545          "documentation":"<p>The list of setting adjustments that Auto-Tune has made to the domain.</p>"
2546        },
2547        "NextToken":{
2548          "shape":"NextToken",
2549          "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. Make the call again using the returned token to retrieve the next page.</p>"
2550        }
2551      },
2552      "documentation":"<p>The result of a <code>DescribeDomainAutoTunes</code> request.</p>"
2553    },
2554    "DescribeDomainChangeProgressRequest":{
2555      "type":"structure",
2556      "required":["DomainName"],
2557      "members":{
2558        "DomainName":{
2559          "shape":"DomainName",
2560          "documentation":"<p>The name of the domain to get progress information for.</p>",
2561          "location":"uri",
2562          "locationName":"DomainName"
2563        },
2564        "ChangeId":{
2565          "shape":"GUID",
2566          "documentation":"<p>The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.</p>",
2567          "location":"querystring",
2568          "locationName":"changeid"
2569        }
2570      },
2571      "documentation":"<p>Container for the parameters to the <code>DescribeDomainChangeProgress</code> operation.</p>"
2572    },
2573    "DescribeDomainChangeProgressResponse":{
2574      "type":"structure",
2575      "members":{
2576        "ChangeProgressStatus":{
2577          "shape":"ChangeProgressStatusDetails",
2578          "documentation":"<p>Container for information about the stages of a configuration change happening on a domain.</p>"
2579        }
2580      },
2581      "documentation":"<p>The result of a <code>DescribeDomainChangeProgress</code> request. Contains progress information for the requested domain change.</p>"
2582    },
2583    "DescribeDomainConfigRequest":{
2584      "type":"structure",
2585      "required":["DomainName"],
2586      "members":{
2587        "DomainName":{
2588          "shape":"DomainName",
2589          "documentation":"<p>Name of the OpenSearch Service domain configuration that you want to describe.</p>",
2590          "location":"uri",
2591          "locationName":"DomainName"
2592        }
2593      },
2594      "documentation":"<p>Container for the parameters to the <code>DescribeDomainConfig</code> operation.</p>"
2595    },
2596    "DescribeDomainConfigResponse":{
2597      "type":"structure",
2598      "required":["DomainConfig"],
2599      "members":{
2600        "DomainConfig":{
2601          "shape":"DomainConfig",
2602          "documentation":"<p>Container for the configuration of the OpenSearch Service domain.</p>"
2603        }
2604      },
2605      "documentation":"<p>Contains the configuration information of the requested domain.</p>"
2606    },
2607    "DescribeDomainHealthRequest":{
2608      "type":"structure",
2609      "required":["DomainName"],
2610      "members":{
2611        "DomainName":{
2612          "shape":"DomainName",
2613          "documentation":"<p>The name of the domain.</p>",
2614          "location":"uri",
2615          "locationName":"DomainName"
2616        }
2617      },
2618      "documentation":"<p>Container for the parameters to the <code>DescribeDomainHealth</code> operation.</p>"
2619    },
2620    "DescribeDomainHealthResponse":{
2621      "type":"structure",
2622      "members":{
2623        "DomainState":{
2624          "shape":"DomainState",
2625          "documentation":"<p>The current state of the domain.</p> <ul> <li> <p> <code>Processing</code> - The domain has updates in progress.</p> </li> <li> <p> <code>Active</code> - Requested changes have been processed and deployed to the domain.</p> </li> </ul>"
2626        },
2627        "AvailabilityZoneCount":{
2628          "shape":"NumberOfAZs",
2629          "documentation":"<p>The number of Availability Zones configured for the domain. If the service is unable to fetch this information, it will return <code>NotAvailable</code>.</p>"
2630        },
2631        "ActiveAvailabilityZoneCount":{
2632          "shape":"NumberOfAZs",
2633          "documentation":"<p>The number of active Availability Zones configured for the domain. If the service is unable to fetch this information, it will return <code>NotAvailable</code>.</p>"
2634        },
2635        "StandByAvailabilityZoneCount":{
2636          "shape":"NumberOfAZs",
2637          "documentation":"<p>The number of standby Availability Zones configured for the domain. If the service is unable to fetch this information, it will return <code>NotAvailable</code>.</p>"
2638        },
2639        "DataNodeCount":{
2640          "shape":"NumberOfNodes",
2641          "documentation":"<p>The number of data nodes configured for the domain. If the service is unable to fetch this information, it will return <code>NotAvailable</code>.</p>"
2642        },
2643        "DedicatedMaster":{
2644          "shape":"Boolean",
2645          "documentation":"<p>A boolean that indicates if dedicated master nodes are activated for the domain.</p>"
2646        },
2647        "MasterEligibleNodeCount":{
2648          "shape":"NumberOfNodes",
2649          "documentation":"<p>The number of nodes that can be elected as a master node. If dedicated master nodes is turned on, this value is the number of dedicated master nodes configured for the domain. If the service is unable to fetch this information, it will return <code>NotAvailable</code>.</p>"
2650        },
2651        "WarmNodeCount":{
2652          "shape":"NumberOfNodes",
2653          "documentation":"<p>The number of warm nodes configured for the domain.</p>"
2654        },
2655        "MasterNode":{
2656          "shape":"MasterNodeStatus",
2657          "documentation":"<p>Indicates whether the domain has an elected master node.</p> <ul> <li> <p> <b>Available</b> - The domain has an elected master node.</p> </li> <li> <p> <b>UnAvailable</b> - The master node hasn't yet been elected, and a quorum to elect a new master node hasn't been reached.</p> </li> </ul>"
2658        },
2659        "ClusterHealth":{
2660          "shape":"DomainHealth",
2661          "documentation":"<p>The current health status of your cluster.</p> <ul> <li> <p> <code>Red</code> - At least one primary shard is not allocated to any node.</p> </li> <li> <p> <code>Yellow</code> - All primary shards are allocated to nodes, but some replicas aren’t.</p> </li> <li> <p> <code>Green</code> - All primary shards and their replicas are allocated to nodes.</p> </li> <li> <p> <code>NotAvailable</code> - Unable to retrieve cluster health.</p> </li> </ul>"
2662        },
2663        "TotalShards":{
2664          "shape":"NumberOfShards",
2665          "documentation":"<p>The total number of primary and replica shards for the domain.</p>"
2666        },
2667        "TotalUnAssignedShards":{
2668          "shape":"NumberOfShards",
2669          "documentation":"<p>The total number of primary and replica shards not allocated to any of the nodes for the cluster.</p>"
2670        },
2671        "EnvironmentInformation":{
2672          "shape":"EnvironmentInfoList",
2673          "documentation":"<p>A list of <code>EnvironmentInfo</code> for the domain. </p>"
2674        }
2675      },
2676      "documentation":"<p>The result of a <code>DescribeDomainHealth</code> request. Contains health information for the requested domain.</p>"
2677    },
2678    "DescribeDomainNodesRequest":{
2679      "type":"structure",
2680      "required":["DomainName"],
2681      "members":{
2682        "DomainName":{
2683          "shape":"DomainName",
2684          "documentation":"<p>The name of the domain.</p>",
2685          "location":"uri",
2686          "locationName":"DomainName"
2687        }
2688      },
2689      "documentation":"<p>Container for the parameters to the <code>DescribeDomainNodes</code> operation.</p>"
2690    },
2691    "DescribeDomainNodesResponse":{
2692      "type":"structure",
2693      "members":{
2694        "DomainNodesStatusList":{
2695          "shape":"DomainNodesStatusList",
2696          "documentation":"<p>Contains nodes information list <code>DomainNodesStatusList</code> with details about the all nodes on the requested domain.</p>"
2697        }
2698      },
2699      "documentation":"<p>The result of a <code>DescribeDomainNodes</code> request. Contains information about the nodes on the requested domain. </p>"
2700    },
2701    "DescribeDomainRequest":{
2702      "type":"structure",
2703      "required":["DomainName"],
2704      "members":{
2705        "DomainName":{
2706          "shape":"DomainName",
2707          "documentation":"<p>The name of the domain that you want information about.</p>",
2708          "location":"uri",
2709          "locationName":"DomainName"
2710        }
2711      },
2712      "documentation":"<p>Container for the parameters to the <code>DescribeDomain</code> operation.</p>"
2713    },
2714    "DescribeDomainResponse":{
2715      "type":"structure",
2716      "required":["DomainStatus"],
2717      "members":{
2718        "DomainStatus":{
2719          "shape":"DomainStatus",
2720          "documentation":"<p>List that contains the status of each specified OpenSearch Service domain.</p>"
2721        }
2722      },
2723      "documentation":"<p>Contains the status of the domain specified in the request.</p>"
2724    },
2725    "DescribeDomainsRequest":{
2726      "type":"structure",
2727      "required":["DomainNames"],
2728      "members":{
2729        "DomainNames":{
2730          "shape":"DomainNameList",
2731          "documentation":"<p>Array of OpenSearch Service domain names that you want information about. You must specify at least one domain name.</p>"
2732        }
2733      },
2734      "documentation":"<p>Container for the parameters to the <code>DescribeDomains</code> operation.</p>"
2735    },
2736    "DescribeDomainsResponse":{
2737      "type":"structure",
2738      "required":["DomainStatusList"],
2739      "members":{
2740        "DomainStatusList":{
2741          "shape":"DomainStatusList",
2742          "documentation":"<p>The status of the requested domains.</p>"
2743        }
2744      },
2745      "documentation":"<p>Contains the status of the specified domains or all domains owned by the account.</p>"
2746    },
2747    "DescribeDryRunProgressRequest":{
2748      "type":"structure",
2749      "required":["DomainName"],
2750      "members":{
2751        "DomainName":{
2752          "shape":"DomainName",
2753          "documentation":"<p>The name of the domain.</p>",
2754          "location":"uri",
2755          "locationName":"DomainName"
2756        },
2757        "DryRunId":{
2758          "shape":"GUID",
2759          "documentation":"<p>The unique identifier of the dry run.</p>",
2760          "location":"querystring",
2761          "locationName":"dryRunId"
2762        },
2763        "LoadDryRunConfig":{
2764          "shape":"Boolean",
2765          "documentation":"<p>Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.</p>",
2766          "location":"querystring",
2767          "locationName":"loadDryRunConfig"
2768        }
2769      }
2770    },
2771    "DescribeDryRunProgressResponse":{
2772      "type":"structure",
2773      "members":{
2774        "DryRunProgressStatus":{
2775          "shape":"DryRunProgressStatus",
2776          "documentation":"<p>The current status of the dry run, including any validation errors.</p>"
2777        },
2778        "DryRunConfig":{
2779          "shape":"DomainStatus",
2780          "documentation":"<p>Details about the changes you're planning to make on the domain.</p>"
2781        },
2782        "DryRunResults":{
2783          "shape":"DryRunResults",
2784          "documentation":"<p>The results of the dry run. </p>"
2785        }
2786      }
2787    },
2788    "DescribeInboundConnectionsRequest":{
2789      "type":"structure",
2790      "members":{
2791        "Filters":{
2792          "shape":"FilterList",
2793          "documentation":"<p> A list of filters used to match properties for inbound cross-cluster connections.</p>"
2794        },
2795        "MaxResults":{
2796          "shape":"MaxResults",
2797          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>"
2798        },
2799        "NextToken":{
2800          "shape":"NextToken",
2801          "documentation":"<p>If your initial <code>DescribeInboundConnections</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>DescribeInboundConnections</code> operations, which returns results in the next page.</p>"
2802        }
2803      },
2804      "documentation":"<p>Container for the parameters to the <code>DescribeInboundConnections</code> operation.</p>"
2805    },
2806    "DescribeInboundConnectionsResponse":{
2807      "type":"structure",
2808      "members":{
2809        "Connections":{
2810          "shape":"InboundConnections",
2811          "documentation":"<p>List of inbound connections.</p>"
2812        },
2813        "NextToken":{
2814          "shape":"NextToken",
2815          "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. Make the call again using the returned token to retrieve the next page.</p>"
2816        }
2817      },
2818      "documentation":"<p>Contains a list of connections matching the filter criteria.</p>"
2819    },
2820    "DescribeInstanceTypeLimitsRequest":{
2821      "type":"structure",
2822      "required":[
2823        "InstanceType",
2824        "EngineVersion"
2825      ],
2826      "members":{
2827        "DomainName":{
2828          "shape":"DomainName",
2829          "documentation":"<p>The name of the domain. Only specify if you need the limits for an existing domain.</p>",
2830          "location":"querystring",
2831          "locationName":"domainName"
2832        },
2833        "InstanceType":{
2834          "shape":"OpenSearchPartitionInstanceType",
2835          "documentation":"<p>The OpenSearch Service instance type for which you need limit information.</p>",
2836          "location":"uri",
2837          "locationName":"InstanceType"
2838        },
2839        "EngineVersion":{
2840          "shape":"VersionString",
2841          "documentation":"<p>Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.</p>",
2842          "location":"uri",
2843          "locationName":"EngineVersion"
2844        }
2845      },
2846      "documentation":"<p>Container for the parameters to the <code>DescribeInstanceTypeLimits</code> operation.</p>"
2847    },
2848    "DescribeInstanceTypeLimitsResponse":{
2849      "type":"structure",
2850      "members":{
2851        "LimitsByRole":{
2852          "shape":"LimitsByRole",
2853          "documentation":"<p>Map that contains all applicable instance type limits.<code>data</code> refers to data nodes.<code>master</code> refers to dedicated master nodes.</p>"
2854        }
2855      },
2856      "documentation":"<p>Container for the parameters received from the <code>DescribeInstanceTypeLimits</code> operation.</p>"
2857    },
2858    "DescribeOutboundConnectionsRequest":{
2859      "type":"structure",
2860      "members":{
2861        "Filters":{
2862          "shape":"FilterList",
2863          "documentation":"<p>List of filter names and values that you can use for requests.</p>"
2864        },
2865        "MaxResults":{
2866          "shape":"MaxResults",
2867          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>"
2868        },
2869        "NextToken":{
2870          "shape":"NextToken",
2871          "documentation":"<p>If your initial <code>DescribeOutboundConnections</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>DescribeOutboundConnections</code> operations, which returns results in the next page.</p>"
2872        }
2873      },
2874      "documentation":"<p>Container for the parameters to the <code>DescribeOutboundConnections</code> operation.</p>"
2875    },
2876    "DescribeOutboundConnectionsResponse":{
2877      "type":"structure",
2878      "members":{
2879        "Connections":{
2880          "shape":"OutboundConnections",
2881          "documentation":"<p>List of outbound connections that match the filter criteria.</p>"
2882        },
2883        "NextToken":{
2884          "shape":"NextToken",
2885          "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. Make the call again using the returned token to retrieve the next page.</p>"
2886        }
2887      },
2888      "documentation":"<p>Contains a list of connections matching the filter criteria.</p>"
2889    },
2890    "DescribePackagesFilter":{
2891      "type":"structure",
2892      "members":{
2893        "Name":{
2894          "shape":"DescribePackagesFilterName",
2895          "documentation":"<p>Any field from <code>PackageDetails</code>.</p>"
2896        },
2897        "Value":{
2898          "shape":"DescribePackagesFilterValues",
2899          "documentation":"<p>A non-empty list of values for the specified filter field.</p>"
2900        }
2901      },
2902      "documentation":"<p>A filter to apply to the <code>DescribePackage</code> response.</p>"
2903    },
2904    "DescribePackagesFilterList":{
2905      "type":"list",
2906      "member":{"shape":"DescribePackagesFilter"},
2907      "documentation":"<p>A list of <code>DescribePackagesFilter</code> to filter the packages included in a <code>DescribePackages</code> response.</p>"
2908    },
2909    "DescribePackagesFilterName":{
2910      "type":"string",
2911      "enum":[
2912        "PackageID",
2913        "PackageName",
2914        "PackageStatus",
2915        "PackageType",
2916        "EngineVersion"
2917      ]
2918    },
2919    "DescribePackagesFilterValue":{
2920      "type":"string",
2921      "pattern":"^[0-9a-zA-Z\\*\\.\\_\\\\\\/\\?-]+$"
2922    },
2923    "DescribePackagesFilterValues":{
2924      "type":"list",
2925      "member":{"shape":"DescribePackagesFilterValue"},
2926      "min":1
2927    },
2928    "DescribePackagesRequest":{
2929      "type":"structure",
2930      "members":{
2931        "Filters":{
2932          "shape":"DescribePackagesFilterList",
2933          "documentation":"<p>Only returns packages that match the <code>DescribePackagesFilterList</code> values.</p>"
2934        },
2935        "MaxResults":{
2936          "shape":"MaxResults",
2937          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>"
2938        },
2939        "NextToken":{
2940          "shape":"NextToken",
2941          "documentation":"<p>If your initial <code>DescribePackageFilters</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>DescribePackageFilters</code> operations, which returns results in the next page.</p>"
2942        }
2943      },
2944      "documentation":"<p>Container for the request parameters to the <code>DescribePackage</code> operation.</p>"
2945    },
2946    "DescribePackagesResponse":{
2947      "type":"structure",
2948      "members":{
2949        "PackageDetailsList":{
2950          "shape":"PackageDetailsList",
2951          "documentation":"<p>Basic information about a package.</p>"
2952        },
2953        "NextToken":{
2954          "shape":"String",
2955          "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. Make the call again using the returned token to retrieve the next page.</p>"
2956        }
2957      },
2958      "documentation":"<p>Container for the response returned by the <code>DescribePackages</code> operation.</p>"
2959    },
2960    "DescribeReservedInstanceOfferingsRequest":{
2961      "type":"structure",
2962      "members":{
2963        "ReservedInstanceOfferingId":{
2964          "shape":"GUID",
2965          "documentation":"<p>The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.</p>",
2966          "location":"querystring",
2967          "locationName":"offeringId"
2968        },
2969        "MaxResults":{
2970          "shape":"MaxResults",
2971          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
2972          "location":"querystring",
2973          "locationName":"maxResults"
2974        },
2975        "NextToken":{
2976          "shape":"NextToken",
2977          "documentation":"<p>If your initial <code>DescribeReservedInstanceOfferings</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>DescribeReservedInstanceOfferings</code> operations, which returns results in the next page.</p>",
2978          "location":"querystring",
2979          "locationName":"nextToken"
2980        }
2981      },
2982      "documentation":"<p>Container for the request parameters to a <code>DescribeReservedInstanceOfferings</code> operation.</p>"
2983    },
2984    "DescribeReservedInstanceOfferingsResponse":{
2985      "type":"structure",
2986      "members":{
2987        "NextToken":{
2988          "shape":"NextToken",
2989          "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. Make the call again using the returned token to retrieve the next page.</p>"
2990        },
2991        "ReservedInstanceOfferings":{
2992          "shape":"ReservedInstanceOfferingList",
2993          "documentation":"<p>List of Reserved Instance offerings.</p>"
2994        }
2995      },
2996      "documentation":"<p>Container for results of a <code>DescribeReservedInstanceOfferings</code> request.</p>"
2997    },
2998    "DescribeReservedInstancesRequest":{
2999      "type":"structure",
3000      "members":{
3001        "ReservedInstanceId":{
3002          "shape":"GUID",
3003          "documentation":"<p>The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved OpenSearch instance ID.</p>",
3004          "location":"querystring",
3005          "locationName":"reservationId"
3006        },
3007        "MaxResults":{
3008          "shape":"MaxResults",
3009          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
3010          "location":"querystring",
3011          "locationName":"maxResults"
3012        },
3013        "NextToken":{
3014          "shape":"NextToken",
3015          "documentation":"<p>If your initial <code>DescribeReservedInstances</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>DescribeReservedInstances</code> operations, which returns results in the next page.</p>",
3016          "location":"querystring",
3017          "locationName":"nextToken"
3018        }
3019      },
3020      "documentation":"<p>Container for the request parameters to the <code>DescribeReservedInstances</code> operation.</p>"
3021    },
3022    "DescribeReservedInstancesResponse":{
3023      "type":"structure",
3024      "members":{
3025        "NextToken":{
3026          "shape":"String",
3027          "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. Make the call again using the returned token to retrieve the next page.</p>"
3028        },
3029        "ReservedInstances":{
3030          "shape":"ReservedInstanceList",
3031          "documentation":"<p>List of Reserved Instances in the current Region.</p>"
3032        }
3033      },
3034      "documentation":"<p>Container for results from <code>DescribeReservedInstances</code> </p>"
3035    },
3036    "DescribeVpcEndpointsRequest":{
3037      "type":"structure",
3038      "required":["VpcEndpointIds"],
3039      "members":{
3040        "VpcEndpointIds":{
3041          "shape":"VpcEndpointIdList",
3042          "documentation":"<p>The unique identifiers of the endpoints to get information about.</p>"
3043        }
3044      }
3045    },
3046    "DescribeVpcEndpointsResponse":{
3047      "type":"structure",
3048      "required":[
3049        "VpcEndpoints",
3050        "VpcEndpointErrors"
3051      ],
3052      "members":{
3053        "VpcEndpoints":{
3054          "shape":"VpcEndpoints",
3055          "documentation":"<p>Information about each requested VPC endpoint.</p>"
3056        },
3057        "VpcEndpointErrors":{
3058          "shape":"VpcEndpointErrorList",
3059          "documentation":"<p>Any errors associated with the request.</p>"
3060        }
3061      }
3062    },
3063    "Description":{"type":"string"},
3064    "DisableTimestamp":{"type":"timestamp"},
3065    "DisabledOperationException":{
3066      "type":"structure",
3067      "members":{
3068      },
3069      "documentation":"<p>An error occured because the client wanted to access an unsupported operation.</p>",
3070      "error":{"httpStatusCode":409},
3071      "exception":true
3072    },
3073    "DissociatePackageRequest":{
3074      "type":"structure",
3075      "required":[
3076        "PackageID",
3077        "DomainName"
3078      ],
3079      "members":{
3080        "PackageID":{
3081          "shape":"PackageID",
3082          "documentation":"<p>Internal ID of the package to dissociate from the domain. Use <code>ListPackagesForDomain</code> to find this value.</p>",
3083          "location":"uri",
3084          "locationName":"PackageID"
3085        },
3086        "DomainName":{
3087          "shape":"DomainName",
3088          "documentation":"<p>Name of the domain to dissociate the package from.</p>",
3089          "location":"uri",
3090          "locationName":"DomainName"
3091        }
3092      },
3093      "documentation":"<p>Container for the request parameters to the <code>DissociatePackage</code> operation.</p>"
3094    },
3095    "DissociatePackageResponse":{
3096      "type":"structure",
3097      "members":{
3098        "DomainPackageDetails":{
3099          "shape":"DomainPackageDetails",
3100          "documentation":"<p> Information about a package that has been dissociated from the domain.</p>"
3101        }
3102      },
3103      "documentation":"<p>Container for the response returned by an <code>DissociatePackage</code> operation.</p>"
3104    },
3105    "DomainArn":{
3106      "type":"string",
3107      "max":512,
3108      "min":1,
3109      "pattern":"arn:aws[a-z\\-]*:[a-z]+:[a-z0-9\\-]+:[0-9]+:domain\\/[a-z0-9\\-]+"
3110    },
3111    "DomainConfig":{
3112      "type":"structure",
3113      "members":{
3114        "EngineVersion":{
3115          "shape":"VersionStatus",
3116          "documentation":"<p>The OpenSearch or Elasticsearch version that the domain is running.</p>"
3117        },
3118        "ClusterConfig":{
3119          "shape":"ClusterConfigStatus",
3120          "documentation":"<p>Container for the cluster configuration of a the domain.</p>"
3121        },
3122        "EBSOptions":{
3123          "shape":"EBSOptionsStatus",
3124          "documentation":"<p>Container for EBS options configured for the domain.</p>"
3125        },
3126        "AccessPolicies":{
3127          "shape":"AccessPoliciesStatus",
3128          "documentation":"<p>Specifies the access policies for the domain.</p>"
3129        },
3130        "IPAddressType":{
3131          "shape":"IPAddressTypeStatus",
3132          "documentation":"<p>Choose either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.</p>"
3133        },
3134        "SnapshotOptions":{
3135          "shape":"SnapshotOptionsStatus",
3136          "documentation":"<p>DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.</p>"
3137        },
3138        "VPCOptions":{
3139          "shape":"VPCDerivedInfoStatus",
3140          "documentation":"<p>The current VPC options for the domain and the status of any updates to their configuration.</p>"
3141        },
3142        "CognitoOptions":{
3143          "shape":"CognitoOptionsStatus",
3144          "documentation":"<p>Container for Amazon Cognito options for the domain.</p>"
3145        },
3146        "EncryptionAtRestOptions":{
3147          "shape":"EncryptionAtRestOptionsStatus",
3148          "documentation":"<p>Key-value pairs to enable encryption at rest.</p>"
3149        },
3150        "NodeToNodeEncryptionOptions":{
3151          "shape":"NodeToNodeEncryptionOptionsStatus",
3152          "documentation":"<p>Whether node-to-node encryption is enabled or disabled.</p>"
3153        },
3154        "AdvancedOptions":{
3155          "shape":"AdvancedOptionsStatus",
3156          "documentation":"<p>Key-value pairs to specify advanced configuration options. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options\">Advanced options</a>.</p>"
3157        },
3158        "LogPublishingOptions":{
3159          "shape":"LogPublishingOptionsStatus",
3160          "documentation":"<p>Key-value pairs to configure log publishing.</p>"
3161        },
3162        "DomainEndpointOptions":{
3163          "shape":"DomainEndpointOptionsStatus",
3164          "documentation":"<p>Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.</p>"
3165        },
3166        "AdvancedSecurityOptions":{
3167          "shape":"AdvancedSecurityOptionsStatus",
3168          "documentation":"<p>Container for fine-grained access control settings for the domain.</p>"
3169        },
3170        "AutoTuneOptions":{
3171          "shape":"AutoTuneOptionsStatus",
3172          "documentation":"<p>Container for Auto-Tune settings for the domain.</p>"
3173        },
3174        "ChangeProgressDetails":{
3175          "shape":"ChangeProgressDetails",
3176          "documentation":"<p>Container for information about the progress of an existing configuration change.</p>"
3177        },
3178        "OffPeakWindowOptions":{
3179          "shape":"OffPeakWindowOptionsStatus",
3180          "documentation":"<p>Container for off-peak window options for the domain.</p>"
3181        },
3182        "SoftwareUpdateOptions":{
3183          "shape":"SoftwareUpdateOptionsStatus",
3184          "documentation":"<p>Software update options for the domain.</p>"
3185        },
3186        "ModifyingProperties":{
3187          "shape":"ModifyingPropertiesList",
3188          "documentation":"<p>Information about the domain properties that are currently being modified.</p>"
3189        }
3190      },
3191      "documentation":"<p>Container for the configuration of an OpenSearch Service domain.</p>"
3192    },
3193    "DomainEndpointOptions":{
3194      "type":"structure",
3195      "members":{
3196        "EnforceHTTPS":{
3197          "shape":"Boolean",
3198          "documentation":"<p>True to require that all traffic to the domain arrive over HTTPS.</p>"
3199        },
3200        "TLSSecurityPolicy":{
3201          "shape":"TLSSecurityPolicy",
3202          "documentation":"<p>Specify the TLS security policy to apply to the HTTPS endpoint of the domain. The policy can be one of the following values:</p> <ul> <li> <p> <b>Policy-Min-TLS-1-0-2019-07:</b> TLS security policy that supports TLS version 1.0 to TLS version 1.2</p> </li> <li> <p> <b>Policy-Min-TLS-1-2-2019-07:</b> TLS security policy that supports only TLS version 1.2</p> </li> <li> <p> <b>Policy-Min-TLS-1-2-PFS-2023-10:</b> TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites</p> </li> </ul>"
3203        },
3204        "CustomEndpointEnabled":{
3205          "shape":"Boolean",
3206          "documentation":"<p>Whether to enable a custom endpoint for the domain.</p>"
3207        },
3208        "CustomEndpoint":{
3209          "shape":"DomainNameFqdn",
3210          "documentation":"<p>The fully qualified URL for the custom endpoint.</p>"
3211        },
3212        "CustomEndpointCertificateArn":{
3213          "shape":"ARN",
3214          "documentation":"<p>The ARN for your security certificate, managed in Amazon Web Services Certificate Manager (ACM).</p>"
3215        }
3216      },
3217      "documentation":"<p>Options to configure a custom endpoint for an OpenSearch Service domain.</p>"
3218    },
3219    "DomainEndpointOptionsStatus":{
3220      "type":"structure",
3221      "required":[
3222        "Options",
3223        "Status"
3224      ],
3225      "members":{
3226        "Options":{
3227          "shape":"DomainEndpointOptions",
3228          "documentation":"<p>Options to configure the endpoint for a domain.</p>"
3229        },
3230        "Status":{
3231          "shape":"OptionStatus",
3232          "documentation":"<p>The status of the endpoint options for a domain.</p>"
3233        }
3234      },
3235      "documentation":"<p>The configured endpoint options for a domain and their current status.</p>"
3236    },
3237    "DomainHealth":{
3238      "type":"string",
3239      "enum":[
3240        "Red",
3241        "Yellow",
3242        "Green",
3243        "NotAvailable"
3244      ]
3245    },
3246    "DomainId":{
3247      "type":"string",
3248      "documentation":"<p>Unique identifier for an OpenSearch Service domain.</p>",
3249      "max":64,
3250      "min":1
3251    },
3252    "DomainInfo":{
3253      "type":"structure",
3254      "members":{
3255        "DomainName":{
3256          "shape":"DomainName",
3257          "documentation":"<p>Name of the domain.</p>"
3258        },
3259        "EngineType":{
3260          "shape":"EngineType",
3261          "documentation":"<p>The type of search engine that the domain is running.<code>OpenSearch</code> for an OpenSearch engine, or <code>Elasticsearch</code> for a legacy Elasticsearch OSS engine.</p>"
3262        }
3263      },
3264      "documentation":"<p>Information about an OpenSearch Service domain.</p>"
3265    },
3266    "DomainInfoList":{
3267      "type":"list",
3268      "member":{"shape":"DomainInfo"},
3269      "documentation":"<p>Contains a list of information about a domain.</p>"
3270    },
3271    "DomainInformationContainer":{
3272      "type":"structure",
3273      "members":{
3274        "AWSDomainInformation":{
3275          "shape":"AWSDomainInformation",
3276          "documentation":"<p>Information about an Amazon OpenSearch Service domain.</p>"
3277        }
3278      },
3279      "documentation":"<p>Container for information about an OpenSearch Service domain.</p>"
3280    },
3281    "DomainMaintenanceDetails":{
3282      "type":"structure",
3283      "members":{
3284        "MaintenanceId":{
3285          "shape":"RequestId",
3286          "documentation":"<p>The ID of the requested action.</p>"
3287        },
3288        "DomainName":{
3289          "shape":"DomainName",
3290          "documentation":"<p>The name of the domain.</p>"
3291        },
3292        "Action":{
3293          "shape":"MaintenanceType",
3294          "documentation":"<p>The name of the action.</p>"
3295        },
3296        "NodeId":{
3297          "shape":"NodeId",
3298          "documentation":"<p>The ID of the data node.</p>"
3299        },
3300        "Status":{
3301          "shape":"MaintenanceStatus",
3302          "documentation":"<p>The status of the action.</p>"
3303        },
3304        "StatusMessage":{
3305          "shape":"MaintenanceStatusMessage",
3306          "documentation":"<p>The status message for the action.</p>"
3307        },
3308        "CreatedAt":{
3309          "shape":"UpdateTimestamp",
3310          "documentation":"<p>The time at which the action was created.</p>"
3311        },
3312        "UpdatedAt":{
3313          "shape":"UpdateTimestamp",
3314          "documentation":"<p>The time at which the action was updated.</p>"
3315        }
3316      },
3317      "documentation":"<p>Container for the domain maintenance details.</p>"
3318    },
3319    "DomainMaintenanceList":{
3320      "type":"list",
3321      "member":{"shape":"DomainMaintenanceDetails"}
3322    },
3323    "DomainName":{
3324      "type":"string",
3325      "documentation":"<p>The name of an OpenSearch Service domain. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.</p>",
3326      "max":28,
3327      "min":3,
3328      "pattern":"[a-z][a-z0-9\\-]+"
3329    },
3330    "DomainNameFqdn":{
3331      "type":"string",
3332      "max":255,
3333      "min":1,
3334      "pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
3335    },
3336    "DomainNameList":{
3337      "type":"list",
3338      "member":{"shape":"DomainName"},
3339      "documentation":"<p>A list of OpenSearch Service domain names.</p>"
3340    },
3341    "DomainNodesStatus":{
3342      "type":"structure",
3343      "members":{
3344        "NodeId":{
3345          "shape":"NodeId",
3346          "documentation":"<p>The ID of the node.</p>"
3347        },
3348        "NodeType":{
3349          "shape":"NodeType",
3350          "documentation":"<p>Indicates whether the nodes is a data, master, or ultrawarm node.</p>"
3351        },
3352        "AvailabilityZone":{
3353          "shape":"AvailabilityZone",
3354          "documentation":"<p>The Availability Zone of the node.</p>"
3355        },
3356        "InstanceType":{
3357          "shape":"OpenSearchPartitionInstanceType",
3358          "documentation":"<p>The instance type information of the node.</p>"
3359        },
3360        "NodeStatus":{
3361          "shape":"NodeStatus",
3362          "documentation":"<p>Indicates if the node is active or in standby.</p>"
3363        },
3364        "StorageType":{
3365          "shape":"StorageTypeName",
3366          "documentation":"<p>Indicates if the node has EBS or instance storage. </p>"
3367        },
3368        "StorageVolumeType":{
3369          "shape":"VolumeType",
3370          "documentation":"<p>If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data nodes. </p>"
3371        },
3372        "StorageSize":{
3373          "shape":"VolumeSize",
3374          "documentation":"<p>The storage size of the node, in GiB.</p>"
3375        }
3376      },
3377      "documentation":"<p>Container for information about nodes on the domain.</p>"
3378    },
3379    "DomainNodesStatusList":{
3380      "type":"list",
3381      "member":{"shape":"DomainNodesStatus"},
3382      "documentation":"<p>List of <code>DomainNodesStatus</code> with details about nodes on the requested domain.</p>"
3383    },
3384    "DomainPackageDetails":{
3385      "type":"structure",
3386      "members":{
3387        "PackageID":{
3388          "shape":"PackageID",
3389          "documentation":"<p>Internal ID of the package.</p>"
3390        },
3391        "PackageName":{
3392          "shape":"PackageName",
3393          "documentation":"<p>User-specified name of the package.</p>"
3394        },
3395        "PackageType":{
3396          "shape":"PackageType",
3397          "documentation":"<p>The type of package.</p>"
3398        },
3399        "LastUpdated":{
3400          "shape":"LastUpdated",
3401          "documentation":"<p>Timestamp of the most recent update to the package association status.</p>"
3402        },
3403        "DomainName":{
3404          "shape":"DomainName",
3405          "documentation":"<p>Name of the domain that the package is associated with.</p>"
3406        },
3407        "DomainPackageStatus":{
3408          "shape":"DomainPackageStatus",
3409          "documentation":"<p>State of the association.</p>"
3410        },
3411        "PackageVersion":{
3412          "shape":"PackageVersion",
3413          "documentation":"<p>The current version of the package.</p>"
3414        },
3415        "ReferencePath":{
3416          "shape":"ReferencePath",
3417          "documentation":"<p>The relative path of the package on the OpenSearch Service cluster nodes. This is <code>synonym_path</code> when the package is for synonym files.</p>"
3418        },
3419        "ErrorDetails":{
3420          "shape":"ErrorDetails",
3421          "documentation":"<p>Additional information if the package is in an error state. Null otherwise.</p>"
3422        }
3423      },
3424      "documentation":"<p>Information about a package that is associated with a domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html\">Custom packages for Amazon OpenSearch Service</a>.</p>"
3425    },
3426    "DomainPackageDetailsList":{
3427      "type":"list",
3428      "member":{"shape":"DomainPackageDetails"}
3429    },
3430    "DomainPackageStatus":{
3431      "type":"string",
3432      "enum":[
3433        "ASSOCIATING",
3434        "ASSOCIATION_FAILED",
3435        "ACTIVE",
3436        "DISSOCIATING",
3437        "DISSOCIATION_FAILED"
3438      ]
3439    },
3440    "DomainProcessingStatusType":{
3441      "type":"string",
3442      "enum":[
3443        "Creating",
3444        "Active",
3445        "Modifying",
3446        "UpgradingEngineVersion",
3447        "UpdatingServiceSoftware",
3448        "Isolated",
3449        "Deleting"
3450      ]
3451    },
3452    "DomainState":{
3453      "type":"string",
3454      "enum":[
3455        "Active",
3456        "Processing",
3457        "NotAvailable"
3458      ]
3459    },
3460    "DomainStatus":{
3461      "type":"structure",
3462      "required":[
3463        "DomainId",
3464        "DomainName",
3465        "ARN",
3466        "ClusterConfig"
3467      ],
3468      "members":{
3469        "DomainId":{
3470          "shape":"DomainId",
3471          "documentation":"<p>Unique identifier for the domain.</p>"
3472        },
3473        "DomainName":{
3474          "shape":"DomainName",
3475          "documentation":"<p>Name of the domain. Domain names are unique across all domains owned by the same account within an Amazon Web Services Region.</p>"
3476        },
3477        "ARN":{
3478          "shape":"ARN",
3479          "documentation":"<p>The Amazon Resource Name (ARN) of the domain. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html\">IAM identifiers </a> in the <i>AWS Identity and Access Management User Guide</i>.</p>"
3480        },
3481        "Created":{
3482          "shape":"Boolean",
3483          "documentation":"<p>Creation status of an OpenSearch Service domain. True if domain creation is complete. False if domain creation is still in progress.</p>"
3484        },
3485        "Deleted":{
3486          "shape":"Boolean",
3487          "documentation":"<p>Deletion status of an OpenSearch Service domain. True if domain deletion is complete. False if domain deletion is still in progress. Once deletion is complete, the status of the domain is no longer returned.</p>"
3488        },
3489        "Endpoint":{
3490          "shape":"ServiceUrl",
3491          "documentation":"<p>Domain-specific endpoint used to submit index, search, and data upload requests to the domain.</p>"
3492        },
3493        "EndpointV2":{
3494          "shape":"ServiceUrl",
3495          "documentation":"<p>If <code>IPAddressType</code> to set to <code>dualstack</code>, a version 2 domain endpoint is provisioned. This endpoint functions like a normal endpoint, except that it works with both IPv4 and IPv6 IP addresses. Normal endpoints work only with IPv4 IP addresses. </p>"
3496        },
3497        "Endpoints":{
3498          "shape":"EndpointsMap",
3499          "documentation":"<p>The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints. Example <code>key, value</code>: <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code>.</p>"
3500        },
3501        "Processing":{
3502          "shape":"Boolean",
3503          "documentation":"<p>The status of the domain configuration. True if OpenSearch Service is processing configuration changes. False if the configuration is active.</p>"
3504        },
3505        "UpgradeProcessing":{
3506          "shape":"Boolean",
3507          "documentation":"<p>The status of a domain version upgrade to a new version of OpenSearch or Elasticsearch. True if OpenSearch Service is in the process of a version upgrade. False if the configuration is active.</p>"
3508        },
3509        "EngineVersion":{
3510          "shape":"VersionString",
3511          "documentation":"<p>Version of OpenSearch or Elasticsearch that the domain is running, in the format <code>Elasticsearch_X.Y</code> or <code>OpenSearch_X.Y</code>.</p>"
3512        },
3513        "ClusterConfig":{
3514          "shape":"ClusterConfig",
3515          "documentation":"<p>Container for the cluster configuration of the domain.</p>"
3516        },
3517        "EBSOptions":{
3518          "shape":"EBSOptions",
3519          "documentation":"<p>Container for EBS-based storage settings for the domain.</p>"
3520        },
3521        "AccessPolicies":{
3522          "shape":"PolicyDocument",
3523          "documentation":"<p>Identity and Access Management (IAM) policy document specifying the access policies for the domain.</p>"
3524        },
3525        "IPAddressType":{
3526          "shape":"IPAddressType",
3527          "documentation":"<p>The type of IP addresses supported by the endpoint for the domain.</p>"
3528        },
3529        "SnapshotOptions":{
3530          "shape":"SnapshotOptions",
3531          "documentation":"<p>DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.</p>"
3532        },
3533        "VPCOptions":{
3534          "shape":"VPCDerivedInfo",
3535          "documentation":"<p>The VPC configuration for the domain.</p>"
3536        },
3537        "CognitoOptions":{
3538          "shape":"CognitoOptions",
3539          "documentation":"<p>Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.</p>"
3540        },
3541        "EncryptionAtRestOptions":{
3542          "shape":"EncryptionAtRestOptions",
3543          "documentation":"<p>Encryption at rest settings for the domain.</p>"
3544        },
3545        "NodeToNodeEncryptionOptions":{
3546          "shape":"NodeToNodeEncryptionOptions",
3547          "documentation":"<p>Whether node-to-node encryption is enabled or disabled.</p>"
3548        },
3549        "AdvancedOptions":{
3550          "shape":"AdvancedOptions",
3551          "documentation":"<p>Key-value pairs that specify advanced configuration options.</p>"
3552        },
3553        "LogPublishingOptions":{
3554          "shape":"LogPublishingOptions",
3555          "documentation":"<p>Log publishing options for the domain.</p>"
3556        },
3557        "ServiceSoftwareOptions":{
3558          "shape":"ServiceSoftwareOptions",
3559          "documentation":"<p>The current status of the domain's service software.</p>"
3560        },
3561        "DomainEndpointOptions":{
3562          "shape":"DomainEndpointOptions",
3563          "documentation":"<p>Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.</p>"
3564        },
3565        "AdvancedSecurityOptions":{
3566          "shape":"AdvancedSecurityOptions",
3567          "documentation":"<p>Settings for fine-grained access control.</p>"
3568        },
3569        "AutoTuneOptions":{
3570          "shape":"AutoTuneOptionsOutput",
3571          "documentation":"<p>Auto-Tune settings for the domain.</p>"
3572        },
3573        "ChangeProgressDetails":{
3574          "shape":"ChangeProgressDetails",
3575          "documentation":"<p>Information about a configuration change happening on the domain.</p>"
3576        },
3577        "OffPeakWindowOptions":{
3578          "shape":"OffPeakWindowOptions",
3579          "documentation":"<p>Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on the domain.</p>"
3580        },
3581        "SoftwareUpdateOptions":{
3582          "shape":"SoftwareUpdateOptions",
3583          "documentation":"<p>Service software update options for the domain.</p>"
3584        },
3585        "DomainProcessingStatus":{
3586          "shape":"DomainProcessingStatusType",
3587          "documentation":"<p>The status of any changes that are currently in progress for the domain.</p>"
3588        },
3589        "ModifyingProperties":{
3590          "shape":"ModifyingPropertiesList",
3591          "documentation":"<p>Information about the domain properties that are currently being modified.</p>"
3592        }
3593      },
3594      "documentation":"<p>The current status of an OpenSearch Service domain.</p>"
3595    },
3596    "DomainStatusList":{
3597      "type":"list",
3598      "member":{"shape":"DomainStatus"},
3599      "documentation":"<p>List that contains the status of each specified OpenSearch Service domain.</p>"
3600    },
3601    "Double":{"type":"double"},
3602    "DryRun":{"type":"boolean"},
3603    "DryRunMode":{
3604      "type":"string",
3605      "enum":[
3606        "Basic",
3607        "Verbose"
3608      ]
3609    },
3610    "DryRunProgressStatus":{
3611      "type":"structure",
3612      "required":[
3613        "DryRunId",
3614        "DryRunStatus",
3615        "CreationDate",
3616        "UpdateDate"
3617      ],
3618      "members":{
3619        "DryRunId":{
3620          "shape":"GUID",
3621          "documentation":"<p>The unique identifier of the dry run.</p>"
3622        },
3623        "DryRunStatus":{
3624          "shape":"String",
3625          "documentation":"<p>The current status of the dry run.</p>"
3626        },
3627        "CreationDate":{
3628          "shape":"String",
3629          "documentation":"<p>The timestamp when the dry run was initiated.</p>"
3630        },
3631        "UpdateDate":{
3632          "shape":"String",
3633          "documentation":"<p>The timestamp when the dry run was last updated.</p>"
3634        },
3635        "ValidationFailures":{
3636          "shape":"ValidationFailures",
3637          "documentation":"<p>Any validation failures that occurred as a result of the dry run.</p>"
3638        }
3639      },
3640      "documentation":"<p>Information about the progress of a pre-upgrade dry run analysis.</p>"
3641    },
3642    "DryRunResults":{
3643      "type":"structure",
3644      "members":{
3645        "DeploymentType":{
3646          "shape":"DeploymentType",
3647          "documentation":"<p> Specifies the way in which OpenSearch Service will apply an update. Possible values are:</p> <ul> <li> <p> <b>Blue/Green</b> - The update requires a blue/green deployment.</p> </li> <li> <p> <b>DynamicUpdate</b> - No blue/green deployment required</p> </li> <li> <p> <b>Undetermined</b> - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.</p> </li> <li> <p> <b>None</b> - The request doesn't include any configuration changes.</p> </li> </ul>"
3648        },
3649        "Message":{
3650          "shape":"Message",
3651          "documentation":"<p>A message corresponding to the deployment type.</p>"
3652        }
3653      },
3654      "documentation":"<p>Results of a dry run performed in an update domain request.</p>"
3655    },
3656    "Duration":{
3657      "type":"structure",
3658      "members":{
3659        "Value":{
3660          "shape":"DurationValue",
3661          "documentation":"<p>Integer to specify the value of a maintenance schedule duration.</p>"
3662        },
3663        "Unit":{
3664          "shape":"TimeUnit",
3665          "documentation":"<p>The unit of measurement for the duration of a maintenance schedule.</p>"
3666        }
3667      },
3668      "documentation":"<p>The duration of a maintenance schedule. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
3669    },
3670    "DurationValue":{
3671      "type":"long",
3672      "documentation":"<p>Integer that specifies the value of a maintenance schedule duration.</p>",
3673      "max":24,
3674      "min":1
3675    },
3676    "EBSOptions":{
3677      "type":"structure",
3678      "members":{
3679        "EBSEnabled":{
3680          "shape":"Boolean",
3681          "documentation":"<p>Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.</p>"
3682        },
3683        "VolumeType":{
3684          "shape":"VolumeType",
3685          "documentation":"<p>Specifies the type of EBS volumes attached to data nodes.</p>"
3686        },
3687        "VolumeSize":{
3688          "shape":"IntegerClass",
3689          "documentation":"<p>Specifies the size (in GiB) of EBS volumes attached to data nodes.</p>"
3690        },
3691        "Iops":{
3692          "shape":"IntegerClass",
3693          "documentation":"<p>Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the <code>gp3</code> and provisioned IOPS EBS volume types.</p>"
3694        },
3695        "Throughput":{
3696          "shape":"IntegerClass",
3697          "documentation":"<p>Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the <code>gp3</code> volume type.</p>"
3698        }
3699      },
3700      "documentation":"<p>Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.</p>"
3701    },
3702    "EBSOptionsStatus":{
3703      "type":"structure",
3704      "required":[
3705        "Options",
3706        "Status"
3707      ],
3708      "members":{
3709        "Options":{
3710          "shape":"EBSOptions",
3711          "documentation":"<p>The configured EBS options for the specified domain.</p>"
3712        },
3713        "Status":{
3714          "shape":"OptionStatus",
3715          "documentation":"<p>The status of the EBS options for the specified domain.</p>"
3716        }
3717      },
3718      "documentation":"<p>The status of the EBS options for the specified OpenSearch Service domain.</p>"
3719    },
3720    "EncryptionAtRestOptions":{
3721      "type":"structure",
3722      "members":{
3723        "Enabled":{
3724          "shape":"Boolean",
3725          "documentation":"<p>True to enable encryption at rest.</p>"
3726        },
3727        "KmsKeyId":{
3728          "shape":"KmsKeyId",
3729          "documentation":"<p>The KMS key ID. Takes the form <code>1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a</code>.</p>"
3730        }
3731      },
3732      "documentation":"<p>Specifies whether the domain should encrypt data at rest, and if so, the Key Management Service (KMS) key to use. Can only be used when creating a new domain or enabling encryption at rest for the first time on an existing domain. You can't modify this parameter after it's already been specified.</p>"
3733    },
3734    "EncryptionAtRestOptionsStatus":{
3735      "type":"structure",
3736      "required":[
3737        "Options",
3738        "Status"
3739      ],
3740      "members":{
3741        "Options":{
3742          "shape":"EncryptionAtRestOptions",
3743          "documentation":"<p>Encryption at rest options for the specified domain.</p>"
3744        },
3745        "Status":{
3746          "shape":"OptionStatus",
3747          "documentation":"<p>The status of the encryption at rest options for the specified domain.</p>"
3748        }
3749      },
3750      "documentation":"<p>Status of the encryption at rest options for the specified OpenSearch Service domain.</p>"
3751    },
3752    "Endpoint":{
3753      "type":"string",
3754      "pattern":"^[A-Za-z0-9\\-\\.]+$"
3755    },
3756    "EndpointsMap":{
3757      "type":"map",
3758      "key":{"shape":"String"},
3759      "value":{"shape":"ServiceUrl"}
3760    },
3761    "EngineType":{
3762      "type":"string",
3763      "enum":[
3764        "OpenSearch",
3765        "Elasticsearch"
3766      ]
3767    },
3768    "EngineVersion":{
3769      "type":"string",
3770      "pattern":"^Elasticsearch_[0-9]{1}\\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\\.[0-9]{1,2}$"
3771    },
3772    "EnvironmentInfo":{
3773      "type":"structure",
3774      "members":{
3775        "AvailabilityZoneInformation":{
3776          "shape":"AvailabilityZoneInfoList",
3777          "documentation":"<p> A list of <code>AvailabilityZoneInfo</code> for the domain.</p>"
3778        }
3779      },
3780      "documentation":"<p>Information about the active domain environment.</p>"
3781    },
3782    "EnvironmentInfoList":{
3783      "type":"list",
3784      "member":{"shape":"EnvironmentInfo"}
3785    },
3786    "ErrorDetails":{
3787      "type":"structure",
3788      "members":{
3789        "ErrorType":{
3790          "shape":"ErrorType",
3791          "documentation":"<p>The type of error that occurred.</p>"
3792        },
3793        "ErrorMessage":{
3794          "shape":"ErrorMessage",
3795          "documentation":"<p>A message describing the error.</p>"
3796        }
3797      },
3798      "documentation":"<p>Additional information if the package is in an error state. Null otherwise.</p>"
3799    },
3800    "ErrorMessage":{"type":"string"},
3801    "ErrorType":{"type":"string"},
3802    "Filter":{
3803      "type":"structure",
3804      "members":{
3805        "Name":{
3806          "shape":"NonEmptyString",
3807          "documentation":"<p>The name of the filter.</p>"
3808        },
3809        "Values":{
3810          "shape":"ValueStringList",
3811          "documentation":"<p>One or more values for the filter.</p>"
3812        }
3813      },
3814      "documentation":"<p>A filter used to limit results when describing inbound or outbound cross-cluster connections. You can specify multiple values per filter. A cross-cluster connection must match at least one of the specified values for it to be returned from an operation.</p>"
3815    },
3816    "FilterList":{
3817      "type":"list",
3818      "member":{"shape":"Filter"}
3819    },
3820    "GUID":{
3821      "type":"string",
3822      "max":36,
3823      "min":36,
3824      "pattern":"\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
3825    },
3826    "GUIDList":{
3827      "type":"list",
3828      "member":{"shape":"GUID"}
3829    },
3830    "GetCompatibleVersionsRequest":{
3831      "type":"structure",
3832      "members":{
3833        "DomainName":{
3834          "shape":"DomainName",
3835          "documentation":"<p>The name of an existing domain. Provide this parameter to limit the results to a single domain.</p>",
3836          "location":"querystring",
3837          "locationName":"domainName"
3838        }
3839      },
3840      "documentation":"<p>Container for the request parameters to <code>GetCompatibleVersions</code> operation.</p>"
3841    },
3842    "GetCompatibleVersionsResponse":{
3843      "type":"structure",
3844      "members":{
3845        "CompatibleVersions":{
3846          "shape":"CompatibleVersionsList",
3847          "documentation":"<p>A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.</p>"
3848        }
3849      },
3850      "documentation":"<p>Container for the response returned by the <code>GetCompatibleVersions</code> operation.</p>"
3851    },
3852    "GetDataSourceRequest":{
3853      "type":"structure",
3854      "required":[
3855        "DomainName",
3856        "Name"
3857      ],
3858      "members":{
3859        "DomainName":{
3860          "shape":"DomainName",
3861          "documentation":"<p>The name of the domain.</p>",
3862          "location":"uri",
3863          "locationName":"DomainName"
3864        },
3865        "Name":{
3866          "shape":"DataSourceName",
3867          "documentation":"<p>The name of the data source to get information about.</p>",
3868          "location":"uri",
3869          "locationName":"DataSourceName"
3870        }
3871      },
3872      "documentation":"<p>Container for the parameters to the <code>GetDataSource</code> operation.</p>"
3873    },
3874    "GetDataSourceResponse":{
3875      "type":"structure",
3876      "members":{
3877        "DataSourceType":{
3878          "shape":"DataSourceType",
3879          "documentation":"<p>The type of data source.</p>"
3880        },
3881        "Name":{
3882          "shape":"DataSourceName",
3883          "documentation":"<p>The name of the data source.</p>"
3884        },
3885        "Description":{
3886          "shape":"DataSourceDescription",
3887          "documentation":"<p>A description of the data source.</p>"
3888        }
3889      },
3890      "documentation":"<p>The result of a <code>GetDataSource</code> operation.</p>"
3891    },
3892    "GetDomainMaintenanceStatusRequest":{
3893      "type":"structure",
3894      "required":[
3895        "DomainName",
3896        "MaintenanceId"
3897      ],
3898      "members":{
3899        "DomainName":{
3900          "shape":"DomainName",
3901          "documentation":"<p>The name of the domain.</p>",
3902          "location":"uri",
3903          "locationName":"DomainName"
3904        },
3905        "MaintenanceId":{
3906          "shape":"RequestId",
3907          "documentation":"<p>The request ID of the maintenance action.</p>",
3908          "location":"querystring",
3909          "locationName":"maintenanceId"
3910        }
3911      },
3912      "documentation":"<p>Container for the parameters to the <code>GetDomainMaintenanceStatus</code> operation.</p>"
3913    },
3914    "GetDomainMaintenanceStatusResponse":{
3915      "type":"structure",
3916      "members":{
3917        "Status":{
3918          "shape":"MaintenanceStatus",
3919          "documentation":"<p>The status of the maintenance action.</p>"
3920        },
3921        "StatusMessage":{
3922          "shape":"MaintenanceStatusMessage",
3923          "documentation":"<p>The status message of the maintenance action.</p>"
3924        },
3925        "NodeId":{
3926          "shape":"NodeId",
3927          "documentation":"<p>The node ID of the maintenance action.</p>"
3928        },
3929        "Action":{
3930          "shape":"MaintenanceType",
3931          "documentation":"<p>The action name.</p>"
3932        },
3933        "CreatedAt":{
3934          "shape":"UpdateTimestamp",
3935          "documentation":"<p>The time at which the action was created.</p>"
3936        },
3937        "UpdatedAt":{
3938          "shape":"UpdateTimestamp",
3939          "documentation":"<p>The time at which the action was updated.</p>"
3940        }
3941      },
3942      "documentation":"<p>The result of a <code>GetDomainMaintenanceStatus</code> request that information about the requested action.</p>"
3943    },
3944    "GetPackageVersionHistoryRequest":{
3945      "type":"structure",
3946      "required":["PackageID"],
3947      "members":{
3948        "PackageID":{
3949          "shape":"PackageID",
3950          "documentation":"<p>The unique identifier of the package.</p>",
3951          "location":"uri",
3952          "locationName":"PackageID"
3953        },
3954        "MaxResults":{
3955          "shape":"MaxResults",
3956          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
3957          "location":"querystring",
3958          "locationName":"maxResults"
3959        },
3960        "NextToken":{
3961          "shape":"NextToken",
3962          "documentation":"<p>If your initial <code>GetPackageVersionHistory</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>GetPackageVersionHistory</code> operations, which returns results in the next page. </p>",
3963          "location":"querystring",
3964          "locationName":"nextToken"
3965        }
3966      },
3967      "documentation":"<p>Container for the request parameters to the <code>GetPackageVersionHistory</code> operation.</p>"
3968    },
3969    "GetPackageVersionHistoryResponse":{
3970      "type":"structure",
3971      "members":{
3972        "PackageID":{
3973          "shape":"PackageID",
3974          "documentation":"<p>The unique identifier of the package.</p>"
3975        },
3976        "PackageVersionHistoryList":{
3977          "shape":"PackageVersionHistoryList",
3978          "documentation":"<p>A list of package versions, along with their creation time and commit message.</p>"
3979        },
3980        "NextToken":{
3981          "shape":"String",
3982          "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. Make the call again using the returned token to retrieve the next page.</p>"
3983        }
3984      },
3985      "documentation":"<p>Container for response returned by <code>GetPackageVersionHistory</code> operation.</p>"
3986    },
3987    "GetUpgradeHistoryRequest":{
3988      "type":"structure",
3989      "required":["DomainName"],
3990      "members":{
3991        "DomainName":{
3992          "shape":"DomainName",
3993          "documentation":"<p>The name of an existing domain.</p>",
3994          "location":"uri",
3995          "locationName":"DomainName"
3996        },
3997        "MaxResults":{
3998          "shape":"MaxResults",
3999          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4000          "location":"querystring",
4001          "locationName":"maxResults"
4002        },
4003        "NextToken":{
4004          "shape":"NextToken",
4005          "documentation":"<p>If your initial <code>GetUpgradeHistory</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>GetUpgradeHistory</code> operations, which returns results in the next page.</p>",
4006          "location":"querystring",
4007          "locationName":"nextToken"
4008        }
4009      },
4010      "documentation":"<p>Container for the request parameters to the <code>GetUpgradeHistory</code> operation.</p>"
4011    },
4012    "GetUpgradeHistoryResponse":{
4013      "type":"structure",
4014      "members":{
4015        "UpgradeHistories":{
4016          "shape":"UpgradeHistoryList",
4017          "documentation":"<p>A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.</p>"
4018        },
4019        "NextToken":{
4020          "shape":"String",
4021          "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. Make the call again using the returned token to retrieve the next page.</p>"
4022        }
4023      },
4024      "documentation":"<p>Container for the response returned by the <code>GetUpgradeHistory</code> operation.</p>"
4025    },
4026    "GetUpgradeStatusRequest":{
4027      "type":"structure",
4028      "required":["DomainName"],
4029      "members":{
4030        "DomainName":{
4031          "shape":"DomainName",
4032          "documentation":"<p>The domain of the domain to get upgrade status information for.</p>",
4033          "location":"uri",
4034          "locationName":"DomainName"
4035        }
4036      },
4037      "documentation":"<p>Container for the request parameters to the <code>GetUpgradeStatus</code> operation.</p>"
4038    },
4039    "GetUpgradeStatusResponse":{
4040      "type":"structure",
4041      "members":{
4042        "UpgradeStep":{
4043          "shape":"UpgradeStep",
4044          "documentation":"<p>One of three steps that an upgrade or upgrade eligibility check goes through.</p>"
4045        },
4046        "StepStatus":{
4047          "shape":"UpgradeStatus",
4048          "documentation":"<p>The status of the current step that an upgrade is on.</p>"
4049        },
4050        "UpgradeName":{
4051          "shape":"UpgradeName",
4052          "documentation":"<p>A string that describes the update.</p>"
4053        }
4054      },
4055      "documentation":"<p>Container for the response returned by the <code>GetUpgradeStatus</code> operation.</p>"
4056    },
4057    "IPAddressType":{
4058      "type":"string",
4059      "enum":[
4060        "ipv4",
4061        "dualstack"
4062      ]
4063    },
4064    "IPAddressTypeStatus":{
4065      "type":"structure",
4066      "required":[
4067        "Options",
4068        "Status"
4069      ],
4070      "members":{
4071        "Options":{
4072          "shape":"IPAddressType",
4073          "documentation":"<p>The IP address options for the domain.</p>"
4074        },
4075        "Status":{"shape":"OptionStatus"}
4076      },
4077      "documentation":"<p>The IP address type status for the domain.</p>"
4078    },
4079    "IdentityPoolId":{
4080      "type":"string",
4081      "max":55,
4082      "min":1,
4083      "pattern":"[\\w-]+:[0-9a-f-]+"
4084    },
4085    "InboundConnection":{
4086      "type":"structure",
4087      "members":{
4088        "LocalDomainInfo":{
4089          "shape":"DomainInformationContainer",
4090          "documentation":"<p>Information about the source (local) domain.</p>"
4091        },
4092        "RemoteDomainInfo":{
4093          "shape":"DomainInformationContainer",
4094          "documentation":"<p>Information about the destination (remote) domain.</p>"
4095        },
4096        "ConnectionId":{
4097          "shape":"ConnectionId",
4098          "documentation":"<p>The unique identifier of the connection.</p>"
4099        },
4100        "ConnectionStatus":{
4101          "shape":"InboundConnectionStatus",
4102          "documentation":"<p>The current status of the connection.</p>"
4103        },
4104        "ConnectionMode":{
4105          "shape":"ConnectionMode",
4106          "documentation":"<p>The connection mode.</p>"
4107        }
4108      },
4109      "documentation":"<p>Describes an inbound cross-cluster connection for Amazon OpenSearch Service. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html\">Cross-cluster search for Amazon OpenSearch Service</a>.</p>"
4110    },
4111    "InboundConnectionStatus":{
4112      "type":"structure",
4113      "members":{
4114        "StatusCode":{
4115          "shape":"InboundConnectionStatusCode",
4116          "documentation":"<p>The status code for the connection. Can be one of the following:</p> <ul> <li> <p> <b>PENDING_ACCEPTANCE</b> - Inbound connection is not yet accepted by the remote domain owner.</p> </li> <li> <p> <b>APPROVED</b>: Inbound connection is pending acceptance by the remote domain owner.</p> </li> <li> <p> <b>PROVISIONING</b>: Inbound connection is being provisioned.</p> </li> <li> <p> <b>ACTIVE</b>: Inbound connection is active and ready to use.</p> </li> <li> <p> <b>REJECTING</b>: Inbound connection rejection is in process.</p> </li> <li> <p> <b>REJECTED</b>: Inbound connection is rejected.</p> </li> <li> <p> <b>DELETING</b>: Inbound connection deletion is in progress.</p> </li> <li> <p> <b>DELETED</b>: Inbound connection is deleted and can no longer be used.</p> </li> </ul>"
4117        },
4118        "Message":{
4119          "shape":"ConnectionStatusMessage",
4120          "documentation":"<p>Information about the connection.</p>"
4121        }
4122      },
4123      "documentation":"<p>The status of an inbound cross-cluster connection for OpenSearch Service.</p>"
4124    },
4125    "InboundConnectionStatusCode":{
4126      "type":"string",
4127      "enum":[
4128        "PENDING_ACCEPTANCE",
4129        "APPROVED",
4130        "PROVISIONING",
4131        "ACTIVE",
4132        "REJECTING",
4133        "REJECTED",
4134        "DELETING",
4135        "DELETED"
4136      ]
4137    },
4138    "InboundConnections":{
4139      "type":"list",
4140      "member":{"shape":"InboundConnection"}
4141    },
4142    "InitiatedBy":{
4143      "type":"string",
4144      "enum":[
4145        "CUSTOMER",
4146        "SERVICE"
4147      ]
4148    },
4149    "InstanceCount":{
4150      "type":"integer",
4151      "documentation":"<p>Number of instances in an OpenSearch Service cluster.</p>",
4152      "min":1
4153    },
4154    "InstanceCountLimits":{
4155      "type":"structure",
4156      "members":{
4157        "MinimumInstanceCount":{
4158          "shape":"MinimumInstanceCount",
4159          "documentation":"<p>The maximum allowed number of instances.</p>"
4160        },
4161        "MaximumInstanceCount":{
4162          "shape":"MaximumInstanceCount",
4163          "documentation":"<p>The minimum allowed number of instances.</p>"
4164        }
4165      },
4166      "documentation":"<p>Limits on the number of instances that can be created in OpenSearch Service for a given instance type.</p>"
4167    },
4168    "InstanceLimits":{
4169      "type":"structure",
4170      "members":{
4171        "InstanceCountLimits":{
4172          "shape":"InstanceCountLimits",
4173          "documentation":"<p>Limits on the number of instances that can be created for a given instance type.</p>"
4174        }
4175      },
4176      "documentation":"<p>Instance-related attributes that are available for a given instance type.</p>"
4177    },
4178    "InstanceRole":{"type":"string"},
4179    "InstanceRoleList":{
4180      "type":"list",
4181      "member":{"shape":"InstanceRole"}
4182    },
4183    "InstanceTypeDetails":{
4184      "type":"structure",
4185      "members":{
4186        "InstanceType":{
4187          "shape":"OpenSearchPartitionInstanceType",
4188          "documentation":"<p>The instance type.</p>"
4189        },
4190        "EncryptionEnabled":{
4191          "shape":"Boolean",
4192          "documentation":"<p>Whether encryption at rest and node-to-node encryption are supported for the instance type.</p>"
4193        },
4194        "CognitoEnabled":{
4195          "shape":"Boolean",
4196          "documentation":"<p>Whether Amazon Cognito access is supported for the instance type.</p>"
4197        },
4198        "AppLogsEnabled":{
4199          "shape":"Boolean",
4200          "documentation":"<p>Whether logging is supported for the instance type.</p>"
4201        },
4202        "AdvancedSecurityEnabled":{
4203          "shape":"Boolean",
4204          "documentation":"<p>Whether fine-grained access control is supported for the instance type.</p>"
4205        },
4206        "WarmEnabled":{
4207          "shape":"Boolean",
4208          "documentation":"<p>Whether UltraWarm is supported for the instance type.</p>"
4209        },
4210        "InstanceRole":{
4211          "shape":"InstanceRoleList",
4212          "documentation":"<p>Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.</p>"
4213        },
4214        "AvailabilityZones":{
4215          "shape":"AvailabilityZoneList",
4216          "documentation":"<p>The supported Availability Zones for the instance type.</p>"
4217        }
4218      },
4219      "documentation":"<p>Lists all instance types and available features for a given OpenSearch or Elasticsearch version.</p>"
4220    },
4221    "InstanceTypeDetailsList":{
4222      "type":"list",
4223      "member":{"shape":"InstanceTypeDetails"}
4224    },
4225    "InstanceTypeString":{
4226      "type":"string",
4227      "max":40,
4228      "min":10,
4229      "pattern":"^.*\\..*\\.search$"
4230    },
4231    "Integer":{"type":"integer"},
4232    "IntegerClass":{"type":"integer"},
4233    "InternalException":{
4234      "type":"structure",
4235      "members":{
4236      },
4237      "documentation":"<p>Request processing failed because of an unknown error, exception, or internal failure.</p>",
4238      "error":{"httpStatusCode":500},
4239      "exception":true
4240    },
4241    "InvalidPaginationTokenException":{
4242      "type":"structure",
4243      "members":{
4244      },
4245      "documentation":"<p>Request processing failed because you provided an invalid pagination token.</p>",
4246      "error":{"httpStatusCode":400},
4247      "exception":true
4248    },
4249    "InvalidTypeException":{
4250      "type":"structure",
4251      "members":{
4252      },
4253      "documentation":"<p>An exception for trying to create or access a sub-resource that's either invalid or not supported.</p>",
4254      "error":{"httpStatusCode":409},
4255      "exception":true
4256    },
4257    "Issue":{"type":"string"},
4258    "Issues":{
4259      "type":"list",
4260      "member":{"shape":"Issue"}
4261    },
4262    "KmsKeyId":{
4263      "type":"string",
4264      "max":500,
4265      "min":1,
4266      "pattern":".*"
4267    },
4268    "LastUpdated":{"type":"timestamp"},
4269    "LimitExceededException":{
4270      "type":"structure",
4271      "members":{
4272      },
4273      "documentation":"<p>An exception for trying to create more than the allowed number of resources or sub-resources.</p>",
4274      "error":{"httpStatusCode":409},
4275      "exception":true
4276    },
4277    "LimitName":{"type":"string"},
4278    "LimitValue":{"type":"string"},
4279    "LimitValueList":{
4280      "type":"list",
4281      "member":{"shape":"LimitValue"}
4282    },
4283    "Limits":{
4284      "type":"structure",
4285      "members":{
4286        "StorageTypes":{
4287          "shape":"StorageTypeList",
4288          "documentation":"<p>Storage-related attributes that are available for a given instance type.</p>"
4289        },
4290        "InstanceLimits":{
4291          "shape":"InstanceLimits",
4292          "documentation":"<p>The limits for a given instance type.</p>"
4293        },
4294        "AdditionalLimits":{
4295          "shape":"AdditionalLimitList",
4296          "documentation":"<p>List of additional limits that are specific to a given instance type for each of its instance roles.</p>"
4297        }
4298      },
4299      "documentation":"<p>Limits for a given instance type and for each of its roles.</p>"
4300    },
4301    "LimitsByRole":{
4302      "type":"map",
4303      "key":{"shape":"InstanceRole"},
4304      "value":{"shape":"Limits"},
4305      "documentation":"<p> The role of a given instance and all applicable limits. The role performed by a given OpenSearch instance can be one of the following: </p> <ul> <li> <p> <b>data</b> - A data node.</p> </li> <li> <p> <b>master</b> - A dedicated master node.</p> </li> <li> <p> <b>ultra_warm</b> - An UltraWarm node.</p> </li> </ul>"
4306    },
4307    "ListDataSourcesRequest":{
4308      "type":"structure",
4309      "required":["DomainName"],
4310      "members":{
4311        "DomainName":{
4312          "shape":"DomainName",
4313          "documentation":"<p>The name of the domain.</p>",
4314          "location":"uri",
4315          "locationName":"DomainName"
4316        }
4317      },
4318      "documentation":"<p>Container for the parameters to the <code>ListDataSources</code> operation.</p>"
4319    },
4320    "ListDataSourcesResponse":{
4321      "type":"structure",
4322      "members":{
4323        "DataSources":{
4324          "shape":"DataSourceList",
4325          "documentation":"<p>A list of data sources associated with specified domain.</p>"
4326        }
4327      },
4328      "documentation":"<p>The result of a <code>ListDataSources</code> operation.</p>"
4329    },
4330    "ListDomainMaintenancesRequest":{
4331      "type":"structure",
4332      "required":["DomainName"],
4333      "members":{
4334        "DomainName":{
4335          "shape":"DomainName",
4336          "documentation":"<p>The name of the domain.</p>",
4337          "location":"uri",
4338          "locationName":"DomainName"
4339        },
4340        "Action":{
4341          "shape":"MaintenanceType",
4342          "documentation":"<p>The name of the action.</p>",
4343          "location":"querystring",
4344          "locationName":"action"
4345        },
4346        "Status":{
4347          "shape":"MaintenanceStatus",
4348          "documentation":"<p>The status of the action.</p>",
4349          "location":"querystring",
4350          "locationName":"status"
4351        },
4352        "MaxResults":{
4353          "shape":"MaxResults",
4354          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4355          "location":"querystring",
4356          "locationName":"maxResults"
4357        },
4358        "NextToken":{
4359          "shape":"NextToken",
4360          "documentation":"<p>If your initial <code>ListDomainMaintenances</code> operation returns a <code>nextToken</code>, include the returned <code>nextToken</code> in subsequent <code>ListDomainMaintenances</code> operations, which returns results in the next page.</p>",
4361          "location":"querystring",
4362          "locationName":"nextToken"
4363        }
4364      },
4365      "documentation":"<p>Container for the parameters to the <code>ListDomainMaintenances</code> operation.</p>"
4366    },
4367    "ListDomainMaintenancesResponse":{
4368      "type":"structure",
4369      "members":{
4370        "DomainMaintenances":{
4371          "shape":"DomainMaintenanceList",
4372          "documentation":"<p>A list of the submitted maintenance actions.</p>"
4373        },
4374        "NextToken":{
4375          "shape":"NextToken",
4376          "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. Make the call again using the returned token to retrieve the next page.</p>"
4377        }
4378      },
4379      "documentation":"<p>The result of a <code>ListDomainMaintenances</code> request that contains information about the requested actions. </p>"
4380    },
4381    "ListDomainNamesRequest":{
4382      "type":"structure",
4383      "members":{
4384        "EngineType":{
4385          "shape":"EngineType",
4386          "documentation":"<p>Filters the output by domain engine type.</p>",
4387          "location":"querystring",
4388          "locationName":"engineType"
4389        }
4390      },
4391      "documentation":"<p>Container for the parameters to the <code>ListDomainNames</code> operation.</p>"
4392    },
4393    "ListDomainNamesResponse":{
4394      "type":"structure",
4395      "members":{
4396        "DomainNames":{
4397          "shape":"DomainInfoList",
4398          "documentation":"<p>The names of all OpenSearch Service domains owned by the current user and their respective engine types.</p>"
4399        }
4400      },
4401      "documentation":"<p>The results of a <code>ListDomainNames</code> operation. Contains the names of all domains owned by this account and their respective engine types.</p>"
4402    },
4403    "ListDomainsForPackageRequest":{
4404      "type":"structure",
4405      "required":["PackageID"],
4406      "members":{
4407        "PackageID":{
4408          "shape":"PackageID",
4409          "documentation":"<p>The unique identifier of the package for which to list associated domains.</p>",
4410          "location":"uri",
4411          "locationName":"PackageID"
4412        },
4413        "MaxResults":{
4414          "shape":"MaxResults",
4415          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4416          "location":"querystring",
4417          "locationName":"maxResults"
4418        },
4419        "NextToken":{
4420          "shape":"NextToken",
4421          "documentation":"<p>If your initial <code>ListDomainsForPackage</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListDomainsForPackage</code> operations, which returns results in the next page.</p>",
4422          "location":"querystring",
4423          "locationName":"nextToken"
4424        }
4425      },
4426      "documentation":"<p>Container for the request parameters to the <code>ListDomainsForPackage</code> operation.</p>"
4427    },
4428    "ListDomainsForPackageResponse":{
4429      "type":"structure",
4430      "members":{
4431        "DomainPackageDetailsList":{
4432          "shape":"DomainPackageDetailsList",
4433          "documentation":"<p>Information about all domains associated with a package.</p>"
4434        },
4435        "NextToken":{
4436          "shape":"String",
4437          "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. Make the call again using the returned token to retrieve the next page.</p>"
4438        }
4439      },
4440      "documentation":"<p>Container for the response parameters to the <code>ListDomainsForPackage</code> operation.</p>"
4441    },
4442    "ListInstanceTypeDetailsRequest":{
4443      "type":"structure",
4444      "required":["EngineVersion"],
4445      "members":{
4446        "EngineVersion":{
4447          "shape":"VersionString",
4448          "documentation":"<p>The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.</p>",
4449          "location":"uri",
4450          "locationName":"EngineVersion"
4451        },
4452        "DomainName":{
4453          "shape":"DomainName",
4454          "documentation":"<p>The name of the domain.</p>",
4455          "location":"querystring",
4456          "locationName":"domainName"
4457        },
4458        "MaxResults":{
4459          "shape":"MaxResults",
4460          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4461          "location":"querystring",
4462          "locationName":"maxResults"
4463        },
4464        "NextToken":{
4465          "shape":"NextToken",
4466          "documentation":"<p>If your initial <code>ListInstanceTypeDetails</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListInstanceTypeDetails</code> operations, which returns results in the next page.</p>",
4467          "location":"querystring",
4468          "locationName":"nextToken"
4469        },
4470        "RetrieveAZs":{
4471          "shape":"Boolean",
4472          "documentation":"<p>An optional parameter that specifies the Availability Zones for the domain.</p>",
4473          "location":"querystring",
4474          "locationName":"retrieveAZs"
4475        },
4476        "InstanceType":{
4477          "shape":"InstanceTypeString",
4478          "documentation":"<p>An optional parameter that lists information for a given instance type.</p>",
4479          "location":"querystring",
4480          "locationName":"instanceType"
4481        }
4482      }
4483    },
4484    "ListInstanceTypeDetailsResponse":{
4485      "type":"structure",
4486      "members":{
4487        "InstanceTypeDetails":{
4488          "shape":"InstanceTypeDetailsList",
4489          "documentation":"<p>Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.</p>"
4490        },
4491        "NextToken":{
4492          "shape":"NextToken",
4493          "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. Make the call again using the returned token to retrieve the next page.</p>"
4494        }
4495      }
4496    },
4497    "ListPackagesForDomainRequest":{
4498      "type":"structure",
4499      "required":["DomainName"],
4500      "members":{
4501        "DomainName":{
4502          "shape":"DomainName",
4503          "documentation":"<p>The name of the domain for which you want to list associated packages.</p>",
4504          "location":"uri",
4505          "locationName":"DomainName"
4506        },
4507        "MaxResults":{
4508          "shape":"MaxResults",
4509          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4510          "location":"querystring",
4511          "locationName":"maxResults"
4512        },
4513        "NextToken":{
4514          "shape":"NextToken",
4515          "documentation":"<p>If your initial <code>ListPackagesForDomain</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListPackagesForDomain</code> operations, which returns results in the next page.</p>",
4516          "location":"querystring",
4517          "locationName":"nextToken"
4518        }
4519      },
4520      "documentation":"<p>Container for the request parameters to the <code>ListPackagesForDomain</code> operation.</p>"
4521    },
4522    "ListPackagesForDomainResponse":{
4523      "type":"structure",
4524      "members":{
4525        "DomainPackageDetailsList":{
4526          "shape":"DomainPackageDetailsList",
4527          "documentation":"<p>List of all packages associated with a domain.</p>"
4528        },
4529        "NextToken":{
4530          "shape":"String",
4531          "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. Make the call again using the returned token to retrieve the next page.</p>"
4532        }
4533      },
4534      "documentation":"<p>Container for the response parameters to the <code>ListPackagesForDomain</code> operation.</p>"
4535    },
4536    "ListScheduledActionsRequest":{
4537      "type":"structure",
4538      "required":["DomainName"],
4539      "members":{
4540        "DomainName":{
4541          "shape":"DomainName",
4542          "documentation":"<p>The name of the domain.</p>",
4543          "location":"uri",
4544          "locationName":"DomainName"
4545        },
4546        "MaxResults":{
4547          "shape":"MaxResults",
4548          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4549          "location":"querystring",
4550          "locationName":"maxResults"
4551        },
4552        "NextToken":{
4553          "shape":"NextToken",
4554          "documentation":"<p>If your initial <code>ListScheduledActions</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListScheduledActions</code> operations, which returns results in the next page.</p>",
4555          "location":"querystring",
4556          "locationName":"nextToken"
4557        }
4558      }
4559    },
4560    "ListScheduledActionsResponse":{
4561      "type":"structure",
4562      "members":{
4563        "ScheduledActions":{
4564          "shape":"ScheduledActionsList",
4565          "documentation":"<p>A list of actions that are scheduled for the domain.</p>"
4566        },
4567        "NextToken":{
4568          "shape":"NextToken",
4569          "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. Make the call again using the returned token to retrieve the next page.</p>"
4570        }
4571      }
4572    },
4573    "ListTagsRequest":{
4574      "type":"structure",
4575      "required":["ARN"],
4576      "members":{
4577        "ARN":{
4578          "shape":"ARN",
4579          "documentation":"<p>Amazon Resource Name (ARN) for the domain to view tags for.</p>",
4580          "location":"querystring",
4581          "locationName":"arn"
4582        }
4583      },
4584      "documentation":"<p>Container for the parameters to the <code>ListTags</code> operation.</p>"
4585    },
4586    "ListTagsResponse":{
4587      "type":"structure",
4588      "members":{
4589        "TagList":{
4590          "shape":"TagList",
4591          "documentation":"<p>List of resource tags associated with the specified domain.</p>"
4592        }
4593      },
4594      "documentation":"<p>The results of a <code>ListTags</code> operation.</p>"
4595    },
4596    "ListVersionsRequest":{
4597      "type":"structure",
4598      "members":{
4599        "MaxResults":{
4600          "shape":"MaxResults",
4601          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results.</p>",
4602          "location":"querystring",
4603          "locationName":"maxResults"
4604        },
4605        "NextToken":{
4606          "shape":"NextToken",
4607          "documentation":"<p>If your initial <code>ListVersions</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListVersions</code> operations, which returns results in the next page.</p>",
4608          "location":"querystring",
4609          "locationName":"nextToken"
4610        }
4611      },
4612      "documentation":"<p>Container for the request parameters to the <code>ListVersions</code> operation.</p>"
4613    },
4614    "ListVersionsResponse":{
4615      "type":"structure",
4616      "members":{
4617        "Versions":{
4618          "shape":"VersionList",
4619          "documentation":"<p>A list of all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service supports.</p>"
4620        },
4621        "NextToken":{
4622          "shape":"NextToken",
4623          "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. Make the call again using the returned token to retrieve the next page.</p>"
4624        }
4625      },
4626      "documentation":"<p>Container for the parameters for response received from the <code>ListVersions</code> operation.</p>"
4627    },
4628    "ListVpcEndpointAccessRequest":{
4629      "type":"structure",
4630      "required":["DomainName"],
4631      "members":{
4632        "DomainName":{
4633          "shape":"DomainName",
4634          "documentation":"<p>The name of the OpenSearch Service domain to retrieve access information for.</p>",
4635          "location":"uri",
4636          "locationName":"DomainName"
4637        },
4638        "NextToken":{
4639          "shape":"NextToken",
4640          "documentation":"<p>If your initial <code>ListVpcEndpointAccess</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListVpcEndpointAccess</code> operations, which returns results in the next page.</p>",
4641          "location":"querystring",
4642          "locationName":"nextToken"
4643        }
4644      }
4645    },
4646    "ListVpcEndpointAccessResponse":{
4647      "type":"structure",
4648      "required":[
4649        "AuthorizedPrincipalList",
4650        "NextToken"
4651      ],
4652      "members":{
4653        "AuthorizedPrincipalList":{
4654          "shape":"AuthorizedPrincipalList",
4655          "documentation":"<p>A list of <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html\">IAM principals</a> that can currently access the domain.</p>"
4656        },
4657        "NextToken":{
4658          "shape":"NextToken",
4659          "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. Make the call again using the returned token to retrieve the next page.</p>"
4660        }
4661      }
4662    },
4663    "ListVpcEndpointsForDomainRequest":{
4664      "type":"structure",
4665      "required":["DomainName"],
4666      "members":{
4667        "DomainName":{
4668          "shape":"DomainName",
4669          "documentation":"<p>The name of the domain to list associated VPC endpoints for.</p>",
4670          "location":"uri",
4671          "locationName":"DomainName"
4672        },
4673        "NextToken":{
4674          "shape":"NextToken",
4675          "documentation":"<p>If your initial <code>ListEndpointsForDomain</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListEndpointsForDomain</code> operations, which returns results in the next page.</p>",
4676          "location":"querystring",
4677          "locationName":"nextToken"
4678        }
4679      }
4680    },
4681    "ListVpcEndpointsForDomainResponse":{
4682      "type":"structure",
4683      "required":[
4684        "VpcEndpointSummaryList",
4685        "NextToken"
4686      ],
4687      "members":{
4688        "VpcEndpointSummaryList":{
4689          "shape":"VpcEndpointSummaryList",
4690          "documentation":"<p>Information about each endpoint associated with the domain.</p>"
4691        },
4692        "NextToken":{
4693          "shape":"NextToken",
4694          "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. Make the call again using the returned token to retrieve the next page.</p>"
4695        }
4696      }
4697    },
4698    "ListVpcEndpointsRequest":{
4699      "type":"structure",
4700      "members":{
4701        "NextToken":{
4702          "shape":"NextToken",
4703          "documentation":"<p>If your initial <code>ListVpcEndpoints</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListVpcEndpoints</code> operations, which returns results in the next page.</p>",
4704          "location":"querystring",
4705          "locationName":"nextToken"
4706        }
4707      }
4708    },
4709    "ListVpcEndpointsResponse":{
4710      "type":"structure",
4711      "required":[
4712        "VpcEndpointSummaryList",
4713        "NextToken"
4714      ],
4715      "members":{
4716        "VpcEndpointSummaryList":{
4717          "shape":"VpcEndpointSummaryList",
4718          "documentation":"<p>Information about each endpoint.</p>"
4719        },
4720        "NextToken":{
4721          "shape":"NextToken",
4722          "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. Make the call again using the returned token to retrieve the next page.</p>"
4723        }
4724      }
4725    },
4726    "LogPublishingOption":{
4727      "type":"structure",
4728      "members":{
4729        "CloudWatchLogsLogGroupArn":{
4730          "shape":"CloudWatchLogsLogGroupArn",
4731          "documentation":"<p>The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.</p>"
4732        },
4733        "Enabled":{
4734          "shape":"Boolean",
4735          "documentation":"<p>Whether the log should be published.</p>"
4736        }
4737      },
4738      "documentation":"<p>Specifies whether the Amazon OpenSearch Service domain publishes the OpenSearch application and slow logs to Amazon CloudWatch. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createdomain-configure-slow-logs.html\">Monitoring OpenSearch logs with Amazon CloudWatch Logs</a>.</p> <note> <p>After you enable log publishing, you still have to enable the collection of slow logs using the OpenSearch REST API.</p> </note>"
4739    },
4740    "LogPublishingOptions":{
4741      "type":"map",
4742      "key":{"shape":"LogType"},
4743      "value":{"shape":"LogPublishingOption"}
4744    },
4745    "LogPublishingOptionsStatus":{
4746      "type":"structure",
4747      "members":{
4748        "Options":{
4749          "shape":"LogPublishingOptions",
4750          "documentation":"<p>The log publishing options configured for the domain.</p>"
4751        },
4752        "Status":{
4753          "shape":"OptionStatus",
4754          "documentation":"<p>The status of the log publishing options for the domain.</p>"
4755        }
4756      },
4757      "documentation":"<p>The configured log publishing options for the domain and their current status.</p>"
4758    },
4759    "LogType":{
4760      "type":"string",
4761      "documentation":"<p>The type of log file. Can be one of the following:</p> <ul> <li> <p> <b>INDEX_SLOW_LOGS</b> - Index slow logs contain insert requests that took more time than the configured index query log threshold to execute.</p> </li> <li> <p> <b>SEARCH_SLOW_LOGS</b> - Search slow logs contain search queries that took more time than the configured search query log threshold to execute.</p> </li> <li> <p> <b>ES_APPLICATION_LOGS</b> - OpenSearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.</p> </li> <li> <p> <b>AUDIT_LOGS</b> - Audit logs contain records of user requests for access to the domain.</p> </li> </ul>",
4762      "enum":[
4763        "INDEX_SLOW_LOGS",
4764        "SEARCH_SLOW_LOGS",
4765        "ES_APPLICATION_LOGS",
4766        "AUDIT_LOGS"
4767      ]
4768    },
4769    "Long":{"type":"long"},
4770    "MaintenanceStatus":{
4771      "type":"string",
4772      "enum":[
4773        "PENDING",
4774        "IN_PROGRESS",
4775        "COMPLETED",
4776        "FAILED",
4777        "TIMED_OUT"
4778      ]
4779    },
4780    "MaintenanceStatusMessage":{
4781      "type":"string",
4782      "max":1000,
4783      "min":0,
4784      "pattern":"^([\\s\\S]*)$"
4785    },
4786    "MaintenanceType":{
4787      "type":"string",
4788      "enum":[
4789        "REBOOT_NODE",
4790        "RESTART_SEARCH_PROCESS",
4791        "RESTART_DASHBOARD"
4792      ]
4793    },
4794    "MasterNodeStatus":{
4795      "type":"string",
4796      "enum":[
4797        "Available",
4798        "UnAvailable"
4799      ]
4800    },
4801    "MasterUserOptions":{
4802      "type":"structure",
4803      "members":{
4804        "MasterUserARN":{
4805          "shape":"ARN",
4806          "documentation":"<p>Amazon Resource Name (ARN) for the master user. Only specify if <code>InternalUserDatabaseEnabled</code> is <code>false</code>.</p>"
4807        },
4808        "MasterUserName":{
4809          "shape":"Username",
4810          "documentation":"<p>User name for the master user. Only specify if <code>InternalUserDatabaseEnabled</code> is <code>true</code>.</p>"
4811        },
4812        "MasterUserPassword":{
4813          "shape":"Password",
4814          "documentation":"<p>Password for the master user. Only specify if <code>InternalUserDatabaseEnabled</code> is <code>true</code>.</p>"
4815        }
4816      },
4817      "documentation":"<p>Credentials for the master user for a domain.</p>"
4818    },
4819    "MaxResults":{
4820      "type":"integer",
4821      "documentation":"<p>An optional parameter that specifies the maximum number of results to return for a given request.</p>",
4822      "max":100
4823    },
4824    "MaximumInstanceCount":{
4825      "type":"integer",
4826      "documentation":"<p>Maximum number of instances that can be instantiated for a given instance type.</p>"
4827    },
4828    "Message":{
4829      "type":"string",
4830      "max":1024,
4831      "min":0
4832    },
4833    "MinimumInstanceCount":{
4834      "type":"integer",
4835      "documentation":"<p> Minimum number of instances that can be instantiated for a given instance type.</p>"
4836    },
4837    "ModifyingProperties":{
4838      "type":"structure",
4839      "members":{
4840        "Name":{
4841          "shape":"String",
4842          "documentation":"<p>The name of the property that is currently being modified.</p>"
4843        },
4844        "ActiveValue":{
4845          "shape":"String",
4846          "documentation":"<p>The current value of the domain property that is being modified.</p>"
4847        },
4848        "PendingValue":{
4849          "shape":"String",
4850          "documentation":"<p>The value that the property that is currently being modified will eventually have.</p>"
4851        },
4852        "ValueType":{
4853          "shape":"PropertyValueType",
4854          "documentation":"<p>The type of value that is currently being modified. Properties can have two types:</p> <ul> <li> <p> <code>PLAIN_TEXT</code>: Contain direct values such as \"1\", \"True\", or \"c5.large.search\".</p> </li> <li> <p> <code>STRINGIFIED_JSON</code>: Contain content in JSON format, such as {\"Enabled\":\"True\"}\".</p> </li> </ul>"
4855        }
4856      },
4857      "documentation":"<p>Information about the domain properties that are currently being modified.</p>"
4858    },
4859    "ModifyingPropertiesList":{
4860      "type":"list",
4861      "member":{"shape":"ModifyingProperties"}
4862    },
4863    "NextToken":{
4864      "type":"string",
4865      "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. Make the call again using the returned token to retrieve the next page.</p>"
4866    },
4867    "NodeId":{
4868      "type":"string",
4869      "max":40,
4870      "min":10
4871    },
4872    "NodeStatus":{
4873      "type":"string",
4874      "enum":[
4875        "Active",
4876        "StandBy",
4877        "NotAvailable"
4878      ]
4879    },
4880    "NodeToNodeEncryptionOptions":{
4881      "type":"structure",
4882      "members":{
4883        "Enabled":{
4884          "shape":"Boolean",
4885          "documentation":"<p>True to enable node-to-node encryption.</p>"
4886        }
4887      },
4888      "documentation":"<p>Enables or disables node-to-node encryption. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ntn.html\">Node-to-node encryption for Amazon OpenSearch Service</a>.</p>"
4889    },
4890    "NodeToNodeEncryptionOptionsStatus":{
4891      "type":"structure",
4892      "required":[
4893        "Options",
4894        "Status"
4895      ],
4896      "members":{
4897        "Options":{
4898          "shape":"NodeToNodeEncryptionOptions",
4899          "documentation":"<p>The node-to-node encryption options for the specified domain.</p>"
4900        },
4901        "Status":{
4902          "shape":"OptionStatus",
4903          "documentation":"<p>The status of the node-to-node encryption options for the specified domain.</p>"
4904        }
4905      },
4906      "documentation":"<p>Status of the node-to-node encryption options for the specified domain.</p>"
4907    },
4908    "NodeType":{
4909      "type":"string",
4910      "enum":[
4911        "Data",
4912        "Ultrawarm",
4913        "Master"
4914      ]
4915    },
4916    "NonEmptyString":{
4917      "type":"string",
4918      "max":100,
4919      "min":1,
4920      "pattern":"[a-zA-Z0-9\\-\\_\\.]+"
4921    },
4922    "NumberOfAZs":{
4923      "type":"string",
4924      "pattern":"^((\\d+)|(NotAvailable))$"
4925    },
4926    "NumberOfNodes":{
4927      "type":"string",
4928      "pattern":"^((\\d+)|(NotAvailable))$"
4929    },
4930    "NumberOfShards":{
4931      "type":"string",
4932      "pattern":"^((\\d+)|(NotAvailable))$"
4933    },
4934    "OffPeakWindow":{
4935      "type":"structure",
4936      "members":{
4937        "WindowStartTime":{
4938          "shape":"WindowStartTime",
4939          "documentation":"<p>A custom start time for the off-peak window, in Coordinated Universal Time (UTC). The window length will always be 10 hours, so you can't specify an end time. For example, if you specify 11:00 P.M. UTC as a start time, the end time will automatically be set to 9:00 A.M.</p>"
4940        }
4941      },
4942      "documentation":"<p>A custom 10-hour, low-traffic window during which OpenSearch Service can perform mandatory configuration changes on the domain. These actions can include scheduled service software updates and blue/green Auto-Tune enhancements. OpenSearch Service will schedule these actions during the window that you specify.</p> <p>If you don't specify a window start time, it defaults to 10:00 P.M. local time.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/off-peak.html\">Defining off-peak maintenance windows for Amazon OpenSearch Service</a>.</p>"
4943    },
4944    "OffPeakWindowOptions":{
4945      "type":"structure",
4946      "members":{
4947        "Enabled":{
4948          "shape":"Boolean",
4949          "documentation":"<p>Whether to enable an off-peak window.</p> <p>This option is only available when modifying a domain created prior to February 16, 2023, not when creating a new domain. All domains created after this date have the off-peak window enabled by default. You can't disable the off-peak window after it's enabled for a domain.</p>"
4950        },
4951        "OffPeakWindow":{
4952          "shape":"OffPeakWindow",
4953          "documentation":"<p>Off-peak window settings for the domain.</p>"
4954        }
4955      },
4956      "documentation":"<p>Options for a domain's <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_OffPeakWindow.html\">off-peak window</a>, during which OpenSearch Service can perform mandatory configuration changes on the domain.</p>"
4957    },
4958    "OffPeakWindowOptionsStatus":{
4959      "type":"structure",
4960      "members":{
4961        "Options":{
4962          "shape":"OffPeakWindowOptions",
4963          "documentation":"<p>The domain's off-peak window configuration.</p>"
4964        },
4965        "Status":{
4966          "shape":"OptionStatus",
4967          "documentation":"<p>The current status of off-peak window options.</p>"
4968        }
4969      },
4970      "documentation":"<p>The status of <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_OffPeakWindow.html\">off-peak window</a> options for a domain.</p>"
4971    },
4972    "OpenSearchPartitionInstanceType":{
4973      "type":"string",
4974      "enum":[
4975        "m3.medium.search",
4976        "m3.large.search",
4977        "m3.xlarge.search",
4978        "m3.2xlarge.search",
4979        "m4.large.search",
4980        "m4.xlarge.search",
4981        "m4.2xlarge.search",
4982        "m4.4xlarge.search",
4983        "m4.10xlarge.search",
4984        "m5.large.search",
4985        "m5.xlarge.search",
4986        "m5.2xlarge.search",
4987        "m5.4xlarge.search",
4988        "m5.12xlarge.search",
4989        "m5.24xlarge.search",
4990        "r5.large.search",
4991        "r5.xlarge.search",
4992        "r5.2xlarge.search",
4993        "r5.4xlarge.search",
4994        "r5.12xlarge.search",
4995        "r5.24xlarge.search",
4996        "c5.large.search",
4997        "c5.xlarge.search",
4998        "c5.2xlarge.search",
4999        "c5.4xlarge.search",
5000        "c5.9xlarge.search",
5001        "c5.18xlarge.search",
5002        "t3.nano.search",
5003        "t3.micro.search",
5004        "t3.small.search",
5005        "t3.medium.search",
5006        "t3.large.search",
5007        "t3.xlarge.search",
5008        "t3.2xlarge.search",
5009        "ultrawarm1.medium.search",
5010        "ultrawarm1.large.search",
5011        "ultrawarm1.xlarge.search",
5012        "t2.micro.search",
5013        "t2.small.search",
5014        "t2.medium.search",
5015        "r3.large.search",
5016        "r3.xlarge.search",
5017        "r3.2xlarge.search",
5018        "r3.4xlarge.search",
5019        "r3.8xlarge.search",
5020        "i2.xlarge.search",
5021        "i2.2xlarge.search",
5022        "d2.xlarge.search",
5023        "d2.2xlarge.search",
5024        "d2.4xlarge.search",
5025        "d2.8xlarge.search",
5026        "c4.large.search",
5027        "c4.xlarge.search",
5028        "c4.2xlarge.search",
5029        "c4.4xlarge.search",
5030        "c4.8xlarge.search",
5031        "r4.large.search",
5032        "r4.xlarge.search",
5033        "r4.2xlarge.search",
5034        "r4.4xlarge.search",
5035        "r4.8xlarge.search",
5036        "r4.16xlarge.search",
5037        "i3.large.search",
5038        "i3.xlarge.search",
5039        "i3.2xlarge.search",
5040        "i3.4xlarge.search",
5041        "i3.8xlarge.search",
5042        "i3.16xlarge.search",
5043        "r6g.large.search",
5044        "r6g.xlarge.search",
5045        "r6g.2xlarge.search",
5046        "r6g.4xlarge.search",
5047        "r6g.8xlarge.search",
5048        "r6g.12xlarge.search",
5049        "m6g.large.search",
5050        "m6g.xlarge.search",
5051        "m6g.2xlarge.search",
5052        "m6g.4xlarge.search",
5053        "m6g.8xlarge.search",
5054        "m6g.12xlarge.search",
5055        "c6g.large.search",
5056        "c6g.xlarge.search",
5057        "c6g.2xlarge.search",
5058        "c6g.4xlarge.search",
5059        "c6g.8xlarge.search",
5060        "c6g.12xlarge.search",
5061        "r6gd.large.search",
5062        "r6gd.xlarge.search",
5063        "r6gd.2xlarge.search",
5064        "r6gd.4xlarge.search",
5065        "r6gd.8xlarge.search",
5066        "r6gd.12xlarge.search",
5067        "r6gd.16xlarge.search",
5068        "t4g.small.search",
5069        "t4g.medium.search"
5070      ]
5071    },
5072    "OpenSearchWarmPartitionInstanceType":{
5073      "type":"string",
5074      "enum":[
5075        "ultrawarm1.medium.search",
5076        "ultrawarm1.large.search",
5077        "ultrawarm1.xlarge.search"
5078      ]
5079    },
5080    "OptionState":{
5081      "type":"string",
5082      "documentation":"<p>The state of a requested domain configuration change. Can be one of the following:</p> <ul> <li> <p> <b>Processing</b> - The requested change is still in progress.</p> </li> <li> <p> <b>Active</b> - The requested change is processed and deployed to the domain.</p> </li> </ul>",
5083      "enum":[
5084        "RequiresIndexDocuments",
5085        "Processing",
5086        "Active"
5087      ]
5088    },
5089    "OptionStatus":{
5090      "type":"structure",
5091      "required":[
5092        "CreationDate",
5093        "UpdateDate",
5094        "State"
5095      ],
5096      "members":{
5097        "CreationDate":{
5098          "shape":"UpdateTimestamp",
5099          "documentation":"<p>The timestamp when the entity was created.</p>"
5100        },
5101        "UpdateDate":{
5102          "shape":"UpdateTimestamp",
5103          "documentation":"<p>The timestamp of the last time the entity was updated.</p>"
5104        },
5105        "UpdateVersion":{
5106          "shape":"UIntValue",
5107          "documentation":"<p>The latest version of the entity.</p>"
5108        },
5109        "State":{
5110          "shape":"OptionState",
5111          "documentation":"<p>The state of the entity.</p>"
5112        },
5113        "PendingDeletion":{
5114          "shape":"Boolean",
5115          "documentation":"<p>Indicates whether the entity is being deleted.</p>"
5116        }
5117      },
5118      "documentation":"<p>Provides the current status of an entity.</p>"
5119    },
5120    "OutboundConnection":{
5121      "type":"structure",
5122      "members":{
5123        "LocalDomainInfo":{
5124          "shape":"DomainInformationContainer",
5125          "documentation":"<p>Information about the source (local) domain.</p>"
5126        },
5127        "RemoteDomainInfo":{
5128          "shape":"DomainInformationContainer",
5129          "documentation":"<p>Information about the destination (remote) domain.</p>"
5130        },
5131        "ConnectionId":{
5132          "shape":"ConnectionId",
5133          "documentation":"<p>Unique identifier of the connection.</p>"
5134        },
5135        "ConnectionAlias":{
5136          "shape":"ConnectionAlias",
5137          "documentation":"<p>Name of the connection.</p>"
5138        },
5139        "ConnectionStatus":{
5140          "shape":"OutboundConnectionStatus",
5141          "documentation":"<p>Status of the connection.</p>"
5142        },
5143        "ConnectionMode":{
5144          "shape":"ConnectionMode",
5145          "documentation":"<p>The connection mode.</p>"
5146        },
5147        "ConnectionProperties":{
5148          "shape":"ConnectionProperties",
5149          "documentation":"<p>Properties for the outbound connection.</p>"
5150        }
5151      },
5152      "documentation":"<p>Specifies details about an outbound cross-cluster connection.</p>"
5153    },
5154    "OutboundConnectionStatus":{
5155      "type":"structure",
5156      "members":{
5157        "StatusCode":{
5158          "shape":"OutboundConnectionStatusCode",
5159          "documentation":"<p>The status code for the outbound connection. Can be one of the following:</p> <ul> <li> <p> <b>VALIDATING</b> - The outbound connection request is being validated.</p> </li> <li> <p> <b>VALIDATION_FAILED</b> - Validation failed for the connection request.</p> </li> <li> <p> <b>PENDING_ACCEPTANCE</b>: Outbound connection request is validated and is not yet accepted by the remote domain owner.</p> </li> <li> <p> <b>APPROVED</b> - Outbound connection has been approved by the remote domain owner for getting provisioned.</p> </li> <li> <p> <b>PROVISIONING</b> - Outbound connection request is in process.</p> </li> <li> <p> <b>ACTIVE</b> - Outbound connection is active and ready to use.</p> </li> <li> <p> <b>REJECTING</b> - Outbound connection rejection by remote domain owner is in progress.</p> </li> <li> <p> <b>REJECTED</b> - Outbound connection request is rejected by remote domain owner.</p> </li> <li> <p> <b>DELETING</b> - Outbound connection deletion is in progress.</p> </li> <li> <p> <b>DELETED</b> - Outbound connection is deleted and can no longer be used.</p> </li> </ul>"
5160        },
5161        "Message":{
5162          "shape":"ConnectionStatusMessage",
5163          "documentation":"<p>Verbose information for the outbound connection.</p>"
5164        }
5165      },
5166      "documentation":"<p>The status of an outbound cross-cluster connection.</p>"
5167    },
5168    "OutboundConnectionStatusCode":{
5169      "type":"string",
5170      "enum":[
5171        "VALIDATING",
5172        "VALIDATION_FAILED",
5173        "PENDING_ACCEPTANCE",
5174        "APPROVED",
5175        "PROVISIONING",
5176        "ACTIVE",
5177        "REJECTING",
5178        "REJECTED",
5179        "DELETING",
5180        "DELETED"
5181      ]
5182    },
5183    "OutboundConnections":{
5184      "type":"list",
5185      "member":{"shape":"OutboundConnection"}
5186    },
5187    "OverallChangeStatus":{
5188      "type":"string",
5189      "documentation":"<p>The overall status value of the domain configuration change.</p>",
5190      "enum":[
5191        "PENDING",
5192        "PROCESSING",
5193        "COMPLETED",
5194        "FAILED"
5195      ]
5196    },
5197    "OwnerId":{
5198      "type":"string",
5199      "max":12,
5200      "min":12,
5201      "pattern":"[0-9]+"
5202    },
5203    "PackageDescription":{
5204      "type":"string",
5205      "max":1024
5206    },
5207    "PackageDetails":{
5208      "type":"structure",
5209      "members":{
5210        "PackageID":{
5211          "shape":"PackageID",
5212          "documentation":"<p>The unique identifier of the package.</p>"
5213        },
5214        "PackageName":{
5215          "shape":"PackageName",
5216          "documentation":"<p>The user-specified name of the package.</p>"
5217        },
5218        "PackageType":{
5219          "shape":"PackageType",
5220          "documentation":"<p>The type of package.</p>"
5221        },
5222        "PackageDescription":{
5223          "shape":"PackageDescription",
5224          "documentation":"<p>User-specified description of the package.</p>"
5225        },
5226        "PackageStatus":{
5227          "shape":"PackageStatus",
5228          "documentation":"<p>The current status of the package. The available options are <code>AVAILABLE</code>, <code>COPYING</code>, <code>COPY_FAILED</code>, <code>VALIDATNG</code>, <code>VALIDATION_FAILED</code>, <code>DELETING</code>, and <code>DELETE_FAILED</code>.</p>"
5229        },
5230        "CreatedAt":{
5231          "shape":"CreatedAt",
5232          "documentation":"<p>The timestamp when the package was created.</p>"
5233        },
5234        "LastUpdatedAt":{
5235          "shape":"LastUpdated",
5236          "documentation":"<p>Date and time when the package was last updated.</p>"
5237        },
5238        "AvailablePackageVersion":{
5239          "shape":"PackageVersion",
5240          "documentation":"<p>The package version.</p>"
5241        },
5242        "ErrorDetails":{
5243          "shape":"ErrorDetails",
5244          "documentation":"<p>Additional information if the package is in an error state. Null otherwise.</p>"
5245        },
5246        "EngineVersion":{
5247          "shape":"EngineVersion",
5248          "documentation":"<p>Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.</p>"
5249        },
5250        "AvailablePluginProperties":{
5251          "shape":"PluginProperties",
5252          "documentation":"<p>If the package is a <code>ZIP-PLUGIN</code> package, additional information about plugin properties.</p>"
5253        }
5254      },
5255      "documentation":"<p>Basic information about a package.</p>"
5256    },
5257    "PackageDetailsList":{
5258      "type":"list",
5259      "member":{"shape":"PackageDetails"}
5260    },
5261    "PackageID":{
5262      "type":"string",
5263      "pattern":"^([FG][0-9]+)$"
5264    },
5265    "PackageName":{
5266      "type":"string",
5267      "max":256,
5268      "min":3,
5269      "pattern":"[a-z][a-z0-9\\-]+"
5270    },
5271    "PackageSource":{
5272      "type":"structure",
5273      "members":{
5274        "S3BucketName":{
5275          "shape":"S3BucketName",
5276          "documentation":"<p>The name of the Amazon S3 bucket containing the package.</p>"
5277        },
5278        "S3Key":{
5279          "shape":"S3Key",
5280          "documentation":"<p>Key (file name) of the package.</p>"
5281        }
5282      },
5283      "documentation":"<p>The Amazon S3 location to import the package from.</p>"
5284    },
5285    "PackageStatus":{
5286      "type":"string",
5287      "enum":[
5288        "COPYING",
5289        "COPY_FAILED",
5290        "VALIDATING",
5291        "VALIDATION_FAILED",
5292        "AVAILABLE",
5293        "DELETING",
5294        "DELETED",
5295        "DELETE_FAILED"
5296      ]
5297    },
5298    "PackageType":{
5299      "type":"string",
5300      "enum":[
5301        "TXT-DICTIONARY",
5302        "ZIP-PLUGIN"
5303      ]
5304    },
5305    "PackageVersion":{"type":"string"},
5306    "PackageVersionHistory":{
5307      "type":"structure",
5308      "members":{
5309        "PackageVersion":{
5310          "shape":"PackageVersion",
5311          "documentation":"<p>The package version.</p>"
5312        },
5313        "CommitMessage":{
5314          "shape":"CommitMessage",
5315          "documentation":"<p>A message associated with the package version when it was uploaded.</p>"
5316        },
5317        "CreatedAt":{
5318          "shape":"CreatedAt",
5319          "documentation":"<p>The date and time when the package was created.</p>"
5320        },
5321        "PluginProperties":{
5322          "shape":"PluginProperties",
5323          "documentation":"<p>Additional information about plugin properties if the package is a <code>ZIP-PLUGIN</code> package.</p>"
5324        }
5325      },
5326      "documentation":"<p>Details about a package version.</p>"
5327    },
5328    "PackageVersionHistoryList":{
5329      "type":"list",
5330      "member":{"shape":"PackageVersionHistory"}
5331    },
5332    "Password":{
5333      "type":"string",
5334      "max":128,
5335      "min":8,
5336      "pattern":".*",
5337      "sensitive":true
5338    },
5339    "PluginClassName":{
5340      "type":"string",
5341      "max":1024
5342    },
5343    "PluginDescription":{
5344      "type":"string",
5345      "max":1024
5346    },
5347    "PluginName":{
5348      "type":"string",
5349      "max":1024
5350    },
5351    "PluginProperties":{
5352      "type":"structure",
5353      "members":{
5354        "Name":{
5355          "shape":"PluginName",
5356          "documentation":"<p>The name of the plugin.</p>"
5357        },
5358        "Description":{
5359          "shape":"PluginDescription",
5360          "documentation":"<p>The description of the plugin.</p>"
5361        },
5362        "Version":{
5363          "shape":"PluginVersion",
5364          "documentation":"<p>The version of the plugin.</p>"
5365        },
5366        "ClassName":{
5367          "shape":"PluginClassName",
5368          "documentation":"<p>The name of the class to load.</p>"
5369        },
5370        "UncompressedSizeInBytes":{
5371          "shape":"UncompressedPluginSizeInBytes",
5372          "documentation":"<p>The uncompressed size of the plugin.</p>"
5373        }
5374      },
5375      "documentation":"<p>Basic information about the plugin.</p>"
5376    },
5377    "PluginVersion":{
5378      "type":"string",
5379      "max":1024
5380    },
5381    "PolicyDocument":{
5382      "type":"string",
5383      "documentation":"<p>Access policy rules for an Amazon OpenSearch Service domain endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-access-policies\">Configuring access policies</a>. The maximum size of a policy document is 100 KB.</p>",
5384      "max":102400,
5385      "min":0,
5386      "pattern":".*"
5387    },
5388    "PrincipalType":{
5389      "type":"string",
5390      "enum":[
5391        "AWS_ACCOUNT",
5392        "AWS_SERVICE"
5393      ]
5394    },
5395    "PropertyValueType":{
5396      "type":"string",
5397      "enum":[
5398        "PLAIN_TEXT",
5399        "STRINGIFIED_JSON"
5400      ]
5401    },
5402    "PurchaseReservedInstanceOfferingRequest":{
5403      "type":"structure",
5404      "required":[
5405        "ReservedInstanceOfferingId",
5406        "ReservationName"
5407      ],
5408      "members":{
5409        "ReservedInstanceOfferingId":{
5410          "shape":"GUID",
5411          "documentation":"<p>The ID of the Reserved Instance offering to purchase.</p>"
5412        },
5413        "ReservationName":{
5414          "shape":"ReservationToken",
5415          "documentation":"<p>A customer-specified identifier to track this reservation.</p>"
5416        },
5417        "InstanceCount":{
5418          "shape":"InstanceCount",
5419          "documentation":"<p>The number of OpenSearch instances to reserve.</p>"
5420        }
5421      },
5422      "documentation":"<p>Container for request parameters to the <code>PurchaseReservedInstanceOffering</code> operation.</p>"
5423    },
5424    "PurchaseReservedInstanceOfferingResponse":{
5425      "type":"structure",
5426      "members":{
5427        "ReservedInstanceId":{
5428          "shape":"GUID",
5429          "documentation":"<p>The ID of the Reserved Instance offering that was purchased.</p>"
5430        },
5431        "ReservationName":{
5432          "shape":"ReservationToken",
5433          "documentation":"<p>The customer-specified identifier used to track this reservation.</p>"
5434        }
5435      },
5436      "documentation":"<p>Represents the output of a <code>PurchaseReservedInstanceOffering</code> operation.</p>"
5437    },
5438    "RecurringCharge":{
5439      "type":"structure",
5440      "members":{
5441        "RecurringChargeAmount":{
5442          "shape":"Double",
5443          "documentation":"<p>The monetary amount of the recurring charge.</p>"
5444        },
5445        "RecurringChargeFrequency":{
5446          "shape":"String",
5447          "documentation":"<p>The frequency of the recurring charge.</p>"
5448        }
5449      },
5450      "documentation":"<p>Contains the specific price and frequency of a recurring charges for an OpenSearch Reserved Instance, or for a Reserved Instance offering.</p>"
5451    },
5452    "RecurringChargeList":{
5453      "type":"list",
5454      "member":{"shape":"RecurringCharge"}
5455    },
5456    "ReferencePath":{"type":"string"},
5457    "Region":{
5458      "type":"string",
5459      "max":30,
5460      "min":5,
5461      "pattern":"[a-z][a-z0-9\\-]+"
5462    },
5463    "RejectInboundConnectionRequest":{
5464      "type":"structure",
5465      "required":["ConnectionId"],
5466      "members":{
5467        "ConnectionId":{
5468          "shape":"ConnectionId",
5469          "documentation":"<p>The unique identifier of the inbound connection to reject.</p>",
5470          "location":"uri",
5471          "locationName":"ConnectionId"
5472        }
5473      },
5474      "documentation":"<p>Container for the request parameters to the <code>RejectInboundConnection</code> operation.</p>"
5475    },
5476    "RejectInboundConnectionResponse":{
5477      "type":"structure",
5478      "members":{
5479        "Connection":{
5480          "shape":"InboundConnection",
5481          "documentation":"<p>Contains details about the rejected inbound connection.</p>"
5482        }
5483      },
5484      "documentation":"<p>Represents the output of a <code>RejectInboundConnection</code> operation.</p>"
5485    },
5486    "RemoveTagsRequest":{
5487      "type":"structure",
5488      "required":[
5489        "ARN",
5490        "TagKeys"
5491      ],
5492      "members":{
5493        "ARN":{
5494          "shape":"ARN",
5495          "documentation":"<p>The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.</p>"
5496        },
5497        "TagKeys":{
5498          "shape":"StringList",
5499          "documentation":"<p>The list of tag keys to remove from the domain.</p>"
5500        }
5501      },
5502      "documentation":"<p>Container for the request parameters to the <code>RemoveTags</code> operation.</p>"
5503    },
5504    "RequestId":{
5505      "type":"string",
5506      "max":100,
5507      "min":1,
5508      "pattern":"^([\\s\\S]*)$"
5509    },
5510    "ReservationToken":{
5511      "type":"string",
5512      "max":64,
5513      "min":5,
5514      "pattern":".*"
5515    },
5516    "ReservedInstance":{
5517      "type":"structure",
5518      "members":{
5519        "ReservationName":{
5520          "shape":"ReservationToken",
5521          "documentation":"<p>The customer-specified identifier to track this reservation.</p>"
5522        },
5523        "ReservedInstanceId":{
5524          "shape":"GUID",
5525          "documentation":"<p>The unique identifier for the reservation.</p>"
5526        },
5527        "BillingSubscriptionId":{
5528          "shape":"Long",
5529          "documentation":"<p>The unique identifier of the billing subscription.</p>"
5530        },
5531        "ReservedInstanceOfferingId":{
5532          "shape":"String",
5533          "documentation":"<p>The unique identifier of the Reserved Instance offering.</p>"
5534        },
5535        "InstanceType":{
5536          "shape":"OpenSearchPartitionInstanceType",
5537          "documentation":"<p>The OpenSearch instance type offered by theReserved Instance offering.</p>"
5538        },
5539        "StartTime":{
5540          "shape":"UpdateTimestamp",
5541          "documentation":"<p>The date and time when the reservation was purchased.</p>"
5542        },
5543        "Duration":{
5544          "shape":"Integer",
5545          "documentation":"<p>The duration, in seconds, for which the OpenSearch instance is reserved.</p>"
5546        },
5547        "FixedPrice":{
5548          "shape":"Double",
5549          "documentation":"<p>The upfront fixed charge you will paid to purchase the specific Reserved Instance offering.</p>"
5550        },
5551        "UsagePrice":{
5552          "shape":"Double",
5553          "documentation":"<p>The hourly rate at which you're charged for the domain using this Reserved Instance.</p>"
5554        },
5555        "CurrencyCode":{
5556          "shape":"String",
5557          "documentation":"<p>The currency code for the offering.</p>"
5558        },
5559        "InstanceCount":{
5560          "shape":"Integer",
5561          "documentation":"<p>The number of OpenSearch instances that have been reserved.</p>"
5562        },
5563        "State":{
5564          "shape":"String",
5565          "documentation":"<p>The state of the Reserved Instance.</p>"
5566        },
5567        "PaymentOption":{
5568          "shape":"ReservedInstancePaymentOption",
5569          "documentation":"<p>The payment option as defined in the Reserved Instance offering.</p>"
5570        },
5571        "RecurringCharges":{
5572          "shape":"RecurringChargeList",
5573          "documentation":"<p>The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance offering.</p>"
5574        }
5575      },
5576      "documentation":"<p>Details of an OpenSearch Reserved Instance.</p>"
5577    },
5578    "ReservedInstanceList":{
5579      "type":"list",
5580      "member":{"shape":"ReservedInstance"}
5581    },
5582    "ReservedInstanceOffering":{
5583      "type":"structure",
5584      "members":{
5585        "ReservedInstanceOfferingId":{
5586          "shape":"GUID",
5587          "documentation":"<p>The unique identifier of the Reserved Instance offering.</p>"
5588        },
5589        "InstanceType":{
5590          "shape":"OpenSearchPartitionInstanceType",
5591          "documentation":"<p>The OpenSearch instance type offered by the Reserved Instance offering.</p>"
5592        },
5593        "Duration":{
5594          "shape":"Integer",
5595          "documentation":"<p>The duration, in seconds, for which the offering will reserve the OpenSearch instance.</p>"
5596        },
5597        "FixedPrice":{
5598          "shape":"Double",
5599          "documentation":"<p>The upfront fixed charge you will pay to purchase the specific Reserved Instance offering.</p>"
5600        },
5601        "UsagePrice":{
5602          "shape":"Double",
5603          "documentation":"<p>The hourly rate at which you're charged for the domain using this Reserved Instance.</p>"
5604        },
5605        "CurrencyCode":{
5606          "shape":"String",
5607          "documentation":"<p>The currency code for the Reserved Instance offering.</p>"
5608        },
5609        "PaymentOption":{
5610          "shape":"ReservedInstancePaymentOption",
5611          "documentation":"<p>Payment option for the Reserved Instance offering</p>"
5612        },
5613        "RecurringCharges":{
5614          "shape":"RecurringChargeList",
5615          "documentation":"<p>The recurring charge to your account, regardless of whether you creates any domains using the offering.</p>"
5616        }
5617      },
5618      "documentation":"<p>Details of an OpenSearch Reserved Instance offering.</p>"
5619    },
5620    "ReservedInstanceOfferingList":{
5621      "type":"list",
5622      "member":{"shape":"ReservedInstanceOffering"}
5623    },
5624    "ReservedInstancePaymentOption":{
5625      "type":"string",
5626      "enum":[
5627        "ALL_UPFRONT",
5628        "PARTIAL_UPFRONT",
5629        "NO_UPFRONT"
5630      ]
5631    },
5632    "ResourceAlreadyExistsException":{
5633      "type":"structure",
5634      "members":{
5635      },
5636      "documentation":"<p>An exception for creating a resource that already exists.</p>",
5637      "error":{"httpStatusCode":409},
5638      "exception":true
5639    },
5640    "ResourceNotFoundException":{
5641      "type":"structure",
5642      "members":{
5643      },
5644      "documentation":"<p>An exception for accessing or deleting a resource that doesn't exist.</p>",
5645      "error":{"httpStatusCode":409},
5646      "exception":true
5647    },
5648    "RevokeVpcEndpointAccessRequest":{
5649      "type":"structure",
5650      "required":[
5651        "DomainName",
5652        "Account"
5653      ],
5654      "members":{
5655        "DomainName":{
5656          "shape":"DomainName",
5657          "documentation":"<p>The name of the OpenSearch Service domain.</p>",
5658          "location":"uri",
5659          "locationName":"DomainName"
5660        },
5661        "Account":{
5662          "shape":"AWSAccount",
5663          "documentation":"<p>The account ID to revoke access from.</p>"
5664        }
5665      }
5666    },
5667    "RevokeVpcEndpointAccessResponse":{
5668      "type":"structure",
5669      "members":{
5670      }
5671    },
5672    "RoleArn":{
5673      "type":"string",
5674      "max":2048,
5675      "min":20,
5676      "pattern":"arn:(aws|aws\\-cn|aws\\-us\\-gov|aws\\-iso|aws\\-iso\\-b):iam::[0-9]+:role\\/.*"
5677    },
5678    "RollbackOnDisable":{
5679      "type":"string",
5680      "documentation":"<p>The rollback state while disabling Auto-Tune for the domain.</p>",
5681      "enum":[
5682        "NO_ROLLBACK",
5683        "DEFAULT_ROLLBACK"
5684      ]
5685    },
5686    "S3BucketName":{
5687      "type":"string",
5688      "max":63,
5689      "min":3
5690    },
5691    "S3GlueDataCatalog":{
5692      "type":"structure",
5693      "members":{
5694        "RoleArn":{
5695          "shape":"RoleArn",
5696          "documentation":"<p>&gt;The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.</p>"
5697        }
5698      },
5699      "documentation":"<p>Information about the Amazon S3 Glue Data Catalog.</p>"
5700    },
5701    "S3Key":{
5702      "type":"string",
5703      "max":1024,
5704      "min":1
5705    },
5706    "SAMLEntityId":{
5707      "type":"string",
5708      "max":512,
5709      "min":8
5710    },
5711    "SAMLIdp":{
5712      "type":"structure",
5713      "required":[
5714        "MetadataContent",
5715        "EntityId"
5716      ],
5717      "members":{
5718        "MetadataContent":{
5719          "shape":"SAMLMetadata",
5720          "documentation":"<p>The metadata of the SAML application, in XML format.</p>"
5721        },
5722        "EntityId":{
5723          "shape":"SAMLEntityId",
5724          "documentation":"<p>The unique entity ID of the application in the SAML identity provider.</p>"
5725        }
5726      },
5727      "documentation":"<p>The SAML identity povider information.</p>"
5728    },
5729    "SAMLMetadata":{
5730      "type":"string",
5731      "max":1048576,
5732      "min":1
5733    },
5734    "SAMLOptionsInput":{
5735      "type":"structure",
5736      "members":{
5737        "Enabled":{
5738          "shape":"Boolean",
5739          "documentation":"<p>True to enable SAML authentication for a domain.</p>"
5740        },
5741        "Idp":{
5742          "shape":"SAMLIdp",
5743          "documentation":"<p>The SAML Identity Provider's information.</p>"
5744        },
5745        "MasterUserName":{
5746          "shape":"Username",
5747          "documentation":"<p>The SAML master user name, which is stored in the domain's internal user database.</p>"
5748        },
5749        "MasterBackendRole":{
5750          "shape":"BackendRole",
5751          "documentation":"<p>The backend role that the SAML master user is mapped to.</p>"
5752        },
5753        "SubjectKey":{
5754          "shape":"String",
5755          "documentation":"<p>Element of the SAML assertion to use for the user name. Default is <code>NameID</code>.</p>"
5756        },
5757        "RolesKey":{
5758          "shape":"String",
5759          "documentation":"<p>Element of the SAML assertion to use for backend roles. Default is <code>roles</code>.</p>"
5760        },
5761        "SessionTimeoutMinutes":{
5762          "shape":"IntegerClass",
5763          "documentation":"<p>The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.</p>"
5764        }
5765      },
5766      "documentation":"<p>The SAML authentication configuration for an Amazon OpenSearch Service domain.</p>"
5767    },
5768    "SAMLOptionsOutput":{
5769      "type":"structure",
5770      "members":{
5771        "Enabled":{
5772          "shape":"Boolean",
5773          "documentation":"<p>True if SAML is enabled.</p>"
5774        },
5775        "Idp":{
5776          "shape":"SAMLIdp",
5777          "documentation":"<p>Describes the SAML identity provider's information.</p>"
5778        },
5779        "SubjectKey":{
5780          "shape":"String",
5781          "documentation":"<p>The key used for matching the SAML subject attribute.</p>"
5782        },
5783        "RolesKey":{
5784          "shape":"String",
5785          "documentation":"<p>The key used for matching the SAML roles attribute.</p>"
5786        },
5787        "SessionTimeoutMinutes":{
5788          "shape":"IntegerClass",
5789          "documentation":"<p>The duration, in minutes, after which a user session becomes inactive.</p>"
5790        }
5791      },
5792      "documentation":"<p>Describes the SAML application configured for the domain.</p>"
5793    },
5794    "ScheduleAt":{
5795      "type":"string",
5796      "enum":[
5797        "NOW",
5798        "TIMESTAMP",
5799        "OFF_PEAK_WINDOW"
5800      ]
5801    },
5802    "ScheduledAction":{
5803      "type":"structure",
5804      "required":[
5805        "Id",
5806        "Type",
5807        "Severity",
5808        "ScheduledTime"
5809      ],
5810      "members":{
5811        "Id":{
5812          "shape":"String",
5813          "documentation":"<p>The unique identifier of the scheduled action.</p>"
5814        },
5815        "Type":{
5816          "shape":"ActionType",
5817          "documentation":"<p>The type of action that will be taken on the domain.</p>"
5818        },
5819        "Severity":{
5820          "shape":"ActionSeverity",
5821          "documentation":"<p>The severity of the action.</p>"
5822        },
5823        "ScheduledTime":{
5824          "shape":"Long",
5825          "documentation":"<p>The time when the change is scheduled to happen.</p>"
5826        },
5827        "Description":{
5828          "shape":"String",
5829          "documentation":"<p>A description of the action to be taken.</p>"
5830        },
5831        "ScheduledBy":{
5832          "shape":"ScheduledBy",
5833          "documentation":"<p>Whether the action was scheduled manually (<code>CUSTOMER</code>, or by OpenSearch Service automatically (<code>SYSTEM</code>).</p>"
5834        },
5835        "Status":{
5836          "shape":"ActionStatus",
5837          "documentation":"<p>The current status of the scheduled action.</p>"
5838        },
5839        "Mandatory":{
5840          "shape":"Boolean",
5841          "documentation":"<p>Whether the action is required or optional.</p>"
5842        },
5843        "Cancellable":{
5844          "shape":"Boolean",
5845          "documentation":"<p>Whether or not the scheduled action is cancellable.</p>"
5846        }
5847      },
5848      "documentation":"<p>Information about a scheduled configuration change for an OpenSearch Service domain. This actions can be a <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html\">service software update</a> or a <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types\">blue/green Auto-Tune enhancement</a>.</p>"
5849    },
5850    "ScheduledActionsList":{
5851      "type":"list",
5852      "member":{"shape":"ScheduledAction"}
5853    },
5854    "ScheduledAutoTuneActionType":{
5855      "type":"string",
5856      "documentation":"<p>The Auto-Tune action type.</p>",
5857      "enum":[
5858        "JVM_HEAP_SIZE_TUNING",
5859        "JVM_YOUNG_GEN_TUNING"
5860      ]
5861    },
5862    "ScheduledAutoTuneDescription":{
5863      "type":"string",
5864      "documentation":"<p>The description of an Auto-Tune maintenance action that occurs on a domain.</p>"
5865    },
5866    "ScheduledAutoTuneDetails":{
5867      "type":"structure",
5868      "members":{
5869        "Date":{
5870          "shape":"AutoTuneDate",
5871          "documentation":"<p>The date and time when the Auto-Tune action is scheduled for the domain.</p>"
5872        },
5873        "ActionType":{
5874          "shape":"ScheduledAutoTuneActionType",
5875          "documentation":"<p>The type of Auto-Tune action.</p>"
5876        },
5877        "Action":{
5878          "shape":"ScheduledAutoTuneDescription",
5879          "documentation":"<p>A description of the Auto-Tune action.</p>"
5880        },
5881        "Severity":{
5882          "shape":"ScheduledAutoTuneSeverityType",
5883          "documentation":"<p>The severity of the Auto-Tune action. Valid values are <code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>.</p>"
5884        }
5885      },
5886      "documentation":"<p>Specifies details about a scheduled Auto-Tune action. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html\">Auto-Tune for Amazon OpenSearch Service</a>.</p>"
5887    },
5888    "ScheduledAutoTuneSeverityType":{
5889      "type":"string",
5890      "documentation":"<p>The Auto-Tune action severity.</p>",
5891      "enum":[
5892        "LOW",
5893        "MEDIUM",
5894        "HIGH"
5895      ]
5896    },
5897    "ScheduledBy":{
5898      "type":"string",
5899      "enum":[
5900        "CUSTOMER",
5901        "SYSTEM"
5902      ]
5903    },
5904    "ServiceSoftwareOptions":{
5905      "type":"structure",
5906      "members":{
5907        "CurrentVersion":{
5908          "shape":"String",
5909          "documentation":"<p>The current service software version present on the domain.</p>"
5910        },
5911        "NewVersion":{
5912          "shape":"String",
5913          "documentation":"<p>The new service software version, if one is available.</p>"
5914        },
5915        "UpdateAvailable":{
5916          "shape":"Boolean",
5917          "documentation":"<p>True if you're able to update your service software version. False if you can't update your service software version.</p>"
5918        },
5919        "Cancellable":{
5920          "shape":"Boolean",
5921          "documentation":"<p> True if you're able to cancel your service software version update. False if you can't cancel your service software update.</p>"
5922        },
5923        "UpdateStatus":{
5924          "shape":"DeploymentStatus",
5925          "documentation":"<p>The status of your service software update.</p>"
5926        },
5927        "Description":{
5928          "shape":"String",
5929          "documentation":"<p>A description of the service software update status.</p>"
5930        },
5931        "AutomatedUpdateDate":{
5932          "shape":"DeploymentCloseDateTimeStamp",
5933          "documentation":"<p>The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.</p>"
5934        },
5935        "OptionalDeployment":{
5936          "shape":"Boolean",
5937          "documentation":"<p>True if a service software is never automatically updated. False if a service software is automatically updated after the automated update date.</p>"
5938        }
5939      },
5940      "documentation":"<p>The current status of the service software for an Amazon OpenSearch Service domain. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html\">Service software updates in Amazon OpenSearch Service</a>.</p>"
5941    },
5942    "ServiceUrl":{
5943      "type":"string",
5944      "documentation":"<p>The domain endpoint to which index and search requests are submitted. For example, <code>search-imdb-movies-oopcnjfn6ugo.eu-west-1.es.amazonaws.com</code> or <code>doc-imdb-movies-oopcnjfn6u.eu-west-1.es.amazonaws.com</code>.</p>"
5945    },
5946    "SkipUnavailableStatus":{
5947      "type":"string",
5948      "documentation":"<p>The status of <code>SkipUnavailable</code> setting for the outbound connection.</p> <ul> <li> <p> <b>ENABLED</b> - The <code>SkipUnavailable</code> setting is enabled for the connection.</p> </li> <li> <p> <b>DISABLED</b> - The <code>SkipUnavailable</code> setting is disabled for the connection.</p> </li> </ul>",
5949      "enum":[
5950        "ENABLED",
5951        "DISABLED"
5952      ]
5953    },
5954    "SlotList":{
5955      "type":"list",
5956      "member":{"shape":"Long"}
5957    },
5958    "SlotNotAvailableException":{
5959      "type":"structure",
5960      "members":{
5961        "SlotSuggestions":{
5962          "shape":"SlotList",
5963          "documentation":"<p>Alternate time slots during which OpenSearch Service has available capacity to schedule a domain action.</p>"
5964        }
5965      },
5966      "documentation":"<p>An exception for attempting to schedule a domain action during an unavailable time slot.</p>",
5967      "error":{"httpStatusCode":409},
5968      "exception":true
5969    },
5970    "SnapshotOptions":{
5971      "type":"structure",
5972      "members":{
5973        "AutomatedSnapshotStartHour":{
5974          "shape":"IntegerClass",
5975          "documentation":"<p>The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is <code>0</code> hours.</p>"
5976        }
5977      },
5978      "documentation":"<p>The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is <code>0</code> hours.</p>"
5979    },
5980    "SnapshotOptionsStatus":{
5981      "type":"structure",
5982      "required":[
5983        "Options",
5984        "Status"
5985      ],
5986      "members":{
5987        "Options":{
5988          "shape":"SnapshotOptions",
5989          "documentation":"<p>The daily snapshot options specified for the domain.</p>"
5990        },
5991        "Status":{
5992          "shape":"OptionStatus",
5993          "documentation":"<p>The status of a daily automated snapshot.</p>"
5994        }
5995      },
5996      "documentation":"<p>Container for information about a daily automated snapshot for an OpenSearch Service domain.</p>"
5997    },
5998    "SoftwareUpdateOptions":{
5999      "type":"structure",
6000      "members":{
6001        "AutoSoftwareUpdateEnabled":{
6002          "shape":"Boolean",
6003          "documentation":"<p>Whether automatic service software updates are enabled for the domain.</p>"
6004        }
6005      },
6006      "documentation":"<p>Options for configuring service software updates for a domain.</p>"
6007    },
6008    "SoftwareUpdateOptionsStatus":{
6009      "type":"structure",
6010      "members":{
6011        "Options":{
6012          "shape":"SoftwareUpdateOptions",
6013          "documentation":"<p>The service software update options for a domain.</p>"
6014        },
6015        "Status":{
6016          "shape":"OptionStatus",
6017          "documentation":"<p>The status of service software update options, including creation date and last updated date.</p>"
6018        }
6019      },
6020      "documentation":"<p>The status of the service software options for a domain.</p>"
6021    },
6022    "StartAt":{"type":"timestamp"},
6023    "StartDomainMaintenanceRequest":{
6024      "type":"structure",
6025      "required":[
6026        "DomainName",
6027        "Action"
6028      ],
6029      "members":{
6030        "DomainName":{
6031          "shape":"DomainName",
6032          "documentation":"<p>The name of the domain.</p>",
6033          "location":"uri",
6034          "locationName":"DomainName"
6035        },
6036        "Action":{
6037          "shape":"MaintenanceType",
6038          "documentation":"<p>The name of the action.</p>"
6039        },
6040        "NodeId":{
6041          "shape":"NodeId",
6042          "documentation":"<p>The ID of the data node.</p>"
6043        }
6044      },
6045      "documentation":"<p>Container for the parameters to the <code>StartDomainMaintenance</code> operation.</p>"
6046    },
6047    "StartDomainMaintenanceResponse":{
6048      "type":"structure",
6049      "members":{
6050        "MaintenanceId":{
6051          "shape":"RequestId",
6052          "documentation":"<p>The request ID of requested action.</p>"
6053        }
6054      },
6055      "documentation":"<p>The result of a <code>StartDomainMaintenance</code> request that information about the requested action. </p>"
6056    },
6057    "StartServiceSoftwareUpdateRequest":{
6058      "type":"structure",
6059      "required":["DomainName"],
6060      "members":{
6061        "DomainName":{
6062          "shape":"DomainName",
6063          "documentation":"<p>The name of the domain that you want to update to the latest service software.</p>"
6064        },
6065        "ScheduleAt":{
6066          "shape":"ScheduleAt",
6067          "documentation":"<p>When to start the service software update.</p> <ul> <li> <p> <code>NOW</code> - Immediately schedules the update to happen in the current hour if there's capacity available.</p> </li> <li> <p> <code>TIMESTAMP</code> - Lets you specify a custom date and time to apply the update. If you specify this value, you must also provide a value for <code>DesiredStartTime</code>.</p> </li> <li> <p> <code>OFF_PEAK_WINDOW</code> - Marks the update to be picked up during an upcoming off-peak window. There's no guarantee that the update will happen during the next immediate window. Depending on capacity, it might happen in subsequent days.</p> </li> </ul> <p>Default: <code>NOW</code> if you don't specify a value for <code>DesiredStartTime</code>, and <code>TIMESTAMP</code> if you do.</p>"
6068        },
6069        "DesiredStartTime":{
6070          "shape":"Long",
6071          "documentation":"<p>The Epoch timestamp when you want the service software update to start. You only need to specify this parameter if you set <code>ScheduleAt</code> to <code>TIMESTAMP</code>.</p>"
6072        }
6073      },
6074      "documentation":"<p>Container for the request parameters to the <code>StartServiceSoftwareUpdate</code> operation.</p>"
6075    },
6076    "StartServiceSoftwareUpdateResponse":{
6077      "type":"structure",
6078      "members":{
6079        "ServiceSoftwareOptions":{
6080          "shape":"ServiceSoftwareOptions",
6081          "documentation":"<p>The current status of the OpenSearch Service software update.</p>"
6082        }
6083      },
6084      "documentation":"<p>Represents the output of a <code>StartServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>"
6085    },
6086    "StartTimeHours":{
6087      "type":"long",
6088      "max":23,
6089      "min":0
6090    },
6091    "StartTimeMinutes":{
6092      "type":"long",
6093      "max":59,
6094      "min":0
6095    },
6096    "StartTimestamp":{"type":"timestamp"},
6097    "StorageSubTypeName":{
6098      "type":"string",
6099      "documentation":"<p> Sub-type of the given EBS storage type. List of available sub-storage options. The <code>instance</code> storage type has no storage sub-type. The <code>ebs</code> storage type has the following valid sub-types: </p> <ul> <li> <p> <code>standard</code> </p> </li> <li> <p> <code>gp2</code> </p> </li> <li> <p> <code>gp3</code> </p> </li> <li> <p> <code>io1</code> </p> </li> </ul>"
6100    },
6101    "StorageType":{
6102      "type":"structure",
6103      "members":{
6104        "StorageTypeName":{
6105          "shape":"StorageTypeName",
6106          "documentation":"<p>The name of the storage type.</p>"
6107        },
6108        "StorageSubTypeName":{
6109          "shape":"StorageSubTypeName",
6110          "documentation":"<p>The storage sub-type, such as <code>gp3</code> or <code>io1</code>.</p>"
6111        },
6112        "StorageTypeLimits":{
6113          "shape":"StorageTypeLimitList",
6114          "documentation":"<p>Limits that are applicable for the given storage type.</p>"
6115        }
6116      },
6117      "documentation":"<p>A list of storage types for an Amazon OpenSearch Service domain that are available for a given intance type.</p>"
6118    },
6119    "StorageTypeLimit":{
6120      "type":"structure",
6121      "members":{
6122        "LimitName":{
6123          "shape":"LimitName",
6124          "documentation":"<p> Name of storage limits that are applicable for the given storage type. If <code>StorageType</code> is <code>ebs</code>, the following options are available:</p> <ul> <li> <p> <b>MinimumVolumeSize</b> - Minimum volume size that is available for the given storage type. Can be empty if not applicable.</p> </li> <li> <p> <b>MaximumVolumeSize</b> - Maximum volume size that is available for the given storage type. Can be empty if not applicable.</p> </li> <li> <p> <b>MaximumIops</b> - Maximum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.</p> </li> <li> <p> <b>MinimumIops</b> - Minimum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.</p> </li> <li> <p> <b>MaximumThroughput</b> - Maximum amount of throughput that is available for the given the storage type. Can be empty if not applicable.</p> </li> <li> <p> <b>MinimumThroughput</b> - Minimum amount of throughput that is available for the given the storage type. Can be empty if not applicable.</p> </li> </ul>"
6125        },
6126        "LimitValues":{
6127          "shape":"LimitValueList",
6128          "documentation":"<p>The limit values.</p>"
6129        }
6130      },
6131      "documentation":"<p>Limits that are applicable for the given Amazon OpenSearch Service storage type.</p>"
6132    },
6133    "StorageTypeLimitList":{
6134      "type":"list",
6135      "member":{"shape":"StorageTypeLimit"}
6136    },
6137    "StorageTypeList":{
6138      "type":"list",
6139      "member":{"shape":"StorageType"}
6140    },
6141    "StorageTypeName":{
6142      "type":"string",
6143      "documentation":"<p>The type of storage that the domain uses. Can be one of the following:</p> <dl> <dt>instance</dt> <dd> <p>Built-in storage available for the instance.</p> </dd> <dt>ebs</dt> <dd> <p>Elastic Block Storage (EBS) attached to the instance.</p> </dd> </dl>"
6144    },
6145    "String":{"type":"string"},
6146    "StringList":{
6147      "type":"list",
6148      "member":{"shape":"String"}
6149    },
6150    "TLSSecurityPolicy":{
6151      "type":"string",
6152      "enum":[
6153        "Policy-Min-TLS-1-0-2019-07",
6154        "Policy-Min-TLS-1-2-2019-07",
6155        "Policy-Min-TLS-1-2-PFS-2023-10"
6156      ]
6157    },
6158    "Tag":{
6159      "type":"structure",
6160      "required":[
6161        "Key",
6162        "Value"
6163      ],
6164      "members":{
6165        "Key":{
6166          "shape":"TagKey",
6167          "documentation":"<p>The tag key. Tag keys must be unique for the domain to which they are attached.</p>"
6168        },
6169        "Value":{
6170          "shape":"TagValue",
6171          "documentation":"<p>The value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key value pair in a tag set of <code>project : Trinity</code> and <code>cost-center : Trinity</code> </p>"
6172        }
6173      },
6174      "documentation":"<p>A tag (key-value pair) for an Amazon OpenSearch Service resource.</p>"
6175    },
6176    "TagKey":{
6177      "type":"string",
6178      "documentation":"<p>A string between 1 to 128 characters that specifies the key for a tag. Tag keys must be unique for the domain to which they're attached.</p>",
6179      "max":128,
6180      "min":1,
6181      "pattern":".*"
6182    },
6183    "TagList":{
6184      "type":"list",
6185      "member":{"shape":"Tag"},
6186      "documentation":"<p>A list of tags attached to a domain.</p>"
6187    },
6188    "TagValue":{
6189      "type":"string",
6190      "documentation":"<p>A string between 0 to 256 characters that specifies the value for a tag. Tag values can be null and don't have to be unique in a tag set.</p>",
6191      "max":256,
6192      "min":0,
6193      "pattern":".*"
6194    },
6195    "TimeUnit":{
6196      "type":"string",
6197      "documentation":"<p>The unit of a maintenance schedule duration. Valid value is <code>HOUR</code>.</p>",
6198      "enum":["HOURS"]
6199    },
6200    "TotalNumberOfStages":{"type":"integer"},
6201    "UIntValue":{
6202      "type":"integer",
6203      "min":0
6204    },
6205    "UncompressedPluginSizeInBytes":{"type":"long"},
6206    "UpdateDataSourceRequest":{
6207      "type":"structure",
6208      "required":[
6209        "DomainName",
6210        "Name",
6211        "DataSourceType"
6212      ],
6213      "members":{
6214        "DomainName":{
6215          "shape":"DomainName",
6216          "documentation":"<p>The name of the domain.</p>",
6217          "location":"uri",
6218          "locationName":"DomainName"
6219        },
6220        "Name":{
6221          "shape":"DataSourceName",
6222          "documentation":"<p>The name of the data source to modify.</p>",
6223          "location":"uri",
6224          "locationName":"DataSourceName"
6225        },
6226        "DataSourceType":{
6227          "shape":"DataSourceType",
6228          "documentation":"<p>The type of data source.</p>"
6229        },
6230        "Description":{
6231          "shape":"DataSourceDescription",
6232          "documentation":"<p>A new description of the data source.</p>"
6233        }
6234      },
6235      "documentation":"<p>Container for the parameters to the <code>UpdateDataSource</code> operation.</p>"
6236    },
6237    "UpdateDataSourceResponse":{
6238      "type":"structure",
6239      "members":{
6240        "Message":{
6241          "shape":"String",
6242          "documentation":"<p>A message associated with the updated data source.</p>"
6243        }
6244      },
6245      "documentation":"<p>The result of an <code>UpdateDataSource</code> operation.</p>"
6246    },
6247    "UpdateDomainConfigRequest":{
6248      "type":"structure",
6249      "required":["DomainName"],
6250      "members":{
6251        "DomainName":{
6252          "shape":"DomainName",
6253          "documentation":"<p>The name of the domain that you're updating.</p>",
6254          "location":"uri",
6255          "locationName":"DomainName"
6256        },
6257        "ClusterConfig":{
6258          "shape":"ClusterConfig",
6259          "documentation":"<p>Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.</p>"
6260        },
6261        "EBSOptions":{
6262          "shape":"EBSOptions",
6263          "documentation":"<p>The type and size of the EBS volume to attach to instances in the domain.</p>"
6264        },
6265        "SnapshotOptions":{
6266          "shape":"SnapshotOptions",
6267          "documentation":"<p>Option to set the time, in UTC format, for the daily automated snapshot. Default value is <code>0</code> hours. </p>"
6268        },
6269        "VPCOptions":{
6270          "shape":"VPCOptions",
6271          "documentation":"<p>Options to specify the subnets and security groups for a VPC endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html\">Launching your Amazon OpenSearch Service domains using a VPC</a>.</p>"
6272        },
6273        "CognitoOptions":{
6274          "shape":"CognitoOptions",
6275          "documentation":"<p>Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.</p>"
6276        },
6277        "AdvancedOptions":{
6278          "shape":"AdvancedOptions",
6279          "documentation":"<p>Key-value pairs to specify advanced configuration options. The following key-value pairs are supported:</p> <ul> <li> <p> <code>\"rest.action.multi.allow_explicit_index\": \"true\" | \"false\"</code> - Note the use of a string rather than a boolean. Specifies whether explicit references to indexes are allowed inside the body of HTTP requests. If you want to configure access policies for domain sub-resources, such as specific indexes and domain APIs, you must disable this property. Default is true.</p> </li> <li> <p> <code>\"indices.fielddata.cache.size\": \"80\" </code> - Note the use of a string rather than a boolean. Specifies the percentage of heap space allocated to field data. Default is unbounded.</p> </li> <li> <p> <code>\"indices.query.bool.max_clause_count\": \"1024\"</code> - Note the use of a string rather than a boolean. Specifies the maximum number of clauses allowed in a Lucene boolean query. Default is 1,024. Queries with more than the permitted number of clauses result in a <code>TooManyClauses</code> error.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options\">Advanced cluster parameters</a>.</p>"
6280        },
6281        "AccessPolicies":{
6282          "shape":"PolicyDocument",
6283          "documentation":"<p>Identity and Access Management (IAM) access policy as a JSON-formatted string.</p>"
6284        },
6285        "IPAddressType":{
6286          "shape":"IPAddressType",
6287          "documentation":"<p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it. </p>"
6288        },
6289        "LogPublishingOptions":{
6290          "shape":"LogPublishingOptions",
6291          "documentation":"<p>Options to publish OpenSearch logs to Amazon CloudWatch Logs.</p>"
6292        },
6293        "EncryptionAtRestOptions":{
6294          "shape":"EncryptionAtRestOptions",
6295          "documentation":"<p>Encryption at rest options for the domain.</p>"
6296        },
6297        "DomainEndpointOptions":{
6298          "shape":"DomainEndpointOptions",
6299          "documentation":"<p>Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.</p>"
6300        },
6301        "NodeToNodeEncryptionOptions":{
6302          "shape":"NodeToNodeEncryptionOptions",
6303          "documentation":"<p>Node-to-node encryption options for the domain.</p>"
6304        },
6305        "AdvancedSecurityOptions":{
6306          "shape":"AdvancedSecurityOptionsInput",
6307          "documentation":"<p>Options for fine-grained access control.</p>"
6308        },
6309        "AutoTuneOptions":{
6310          "shape":"AutoTuneOptions",
6311          "documentation":"<p>Options for Auto-Tune.</p>"
6312        },
6313        "DryRun":{
6314          "shape":"DryRun",
6315          "documentation":"<p>This flag, when set to True, specifies whether the <code>UpdateDomain</code> request should return the results of a dry run analysis without actually applying the change. A dry run determines what type of deployment the update will cause.</p>"
6316        },
6317        "DryRunMode":{
6318          "shape":"DryRunMode",
6319          "documentation":"<p>The type of dry run to perform.</p> <ul> <li> <p> <code>Basic</code> only returns the type of deployment (blue/green or dynamic) that the update will cause.</p> </li> <li> <p> <code>Verbose</code> runs an additional check to validate the changes you're making. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#validation-check\">Validating a domain update</a>.</p> </li> </ul>"
6320        },
6321        "OffPeakWindowOptions":{
6322          "shape":"OffPeakWindowOptions",
6323          "documentation":"<p>Off-peak window options for the domain.</p>"
6324        },
6325        "SoftwareUpdateOptions":{
6326          "shape":"SoftwareUpdateOptions",
6327          "documentation":"<p>Service software update options for the domain.</p>"
6328        }
6329      },
6330      "documentation":"<p>Container for the request parameters to the <code>UpdateDomain</code> operation.</p>"
6331    },
6332    "UpdateDomainConfigResponse":{
6333      "type":"structure",
6334      "required":["DomainConfig"],
6335      "members":{
6336        "DomainConfig":{
6337          "shape":"DomainConfig",
6338          "documentation":"<p>The status of the updated domain.</p>"
6339        },
6340        "DryRunResults":{
6341          "shape":"DryRunResults",
6342          "documentation":"<p>Results of the dry run performed in the update domain request.</p>"
6343        },
6344        "DryRunProgressStatus":{
6345          "shape":"DryRunProgressStatus",
6346          "documentation":"<p>The status of the dry run being performed on the domain, if any.</p>"
6347        }
6348      },
6349      "documentation":"<p>The results of an <code>UpdateDomain</code> request. Contains the status of the domain being updated.</p>"
6350    },
6351    "UpdatePackageRequest":{
6352      "type":"structure",
6353      "required":[
6354        "PackageID",
6355        "PackageSource"
6356      ],
6357      "members":{
6358        "PackageID":{
6359          "shape":"PackageID",
6360          "documentation":"<p>The unique identifier for the package.</p>"
6361        },
6362        "PackageSource":{
6363          "shape":"PackageSource",
6364          "documentation":"<p>Amazon S3 bucket and key for the package.</p>"
6365        },
6366        "PackageDescription":{
6367          "shape":"PackageDescription",
6368          "documentation":"<p>A new description of the package.</p>"
6369        },
6370        "CommitMessage":{
6371          "shape":"CommitMessage",
6372          "documentation":"<p>Commit message for the updated file, which is shown as part of <code>GetPackageVersionHistoryResponse</code>.</p>"
6373        }
6374      },
6375      "documentation":"<p>Container for request parameters to the <code>UpdatePackage</code> operation.</p>"
6376    },
6377    "UpdatePackageResponse":{
6378      "type":"structure",
6379      "members":{
6380        "PackageDetails":{
6381          "shape":"PackageDetails",
6382          "documentation":"<p>Information about a package.</p>"
6383        }
6384      },
6385      "documentation":"<p>Container for the response returned by the <code>UpdatePackage</code> operation.</p>"
6386    },
6387    "UpdateScheduledActionRequest":{
6388      "type":"structure",
6389      "required":[
6390        "DomainName",
6391        "ActionID",
6392        "ActionType",
6393        "ScheduleAt"
6394      ],
6395      "members":{
6396        "DomainName":{
6397          "shape":"DomainName",
6398          "documentation":"<p>The name of the domain to reschedule an action for.</p>",
6399          "location":"uri",
6400          "locationName":"DomainName"
6401        },
6402        "ActionID":{
6403          "shape":"String",
6404          "documentation":"<p>The unique identifier of the action to reschedule. To retrieve this ID, send a <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListScheduledActions.html\">ListScheduledActions</a> request.</p>"
6405        },
6406        "ActionType":{
6407          "shape":"ActionType",
6408          "documentation":"<p>The type of action to reschedule. Can be one of <code>SERVICE_SOFTWARE_UPDATE</code>, <code>JVM_HEAP_SIZE_TUNING</code>, or <code>JVM_YOUNG_GEN_TUNING</code>. To retrieve this value, send a <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListScheduledActions.html\">ListScheduledActions</a> request.</p>"
6409        },
6410        "ScheduleAt":{
6411          "shape":"ScheduleAt",
6412          "documentation":"<p>When to schedule the action.</p> <ul> <li> <p> <code>NOW</code> - Immediately schedules the update to happen in the current hour if there's capacity available.</p> </li> <li> <p> <code>TIMESTAMP</code> - Lets you specify a custom date and time to apply the update. If you specify this value, you must also provide a value for <code>DesiredStartTime</code>.</p> </li> <li> <p> <code>OFF_PEAK_WINDOW</code> - Marks the action to be picked up during an upcoming off-peak window. There's no guarantee that the change will be implemented during the next immediate window. Depending on capacity, it might happen in subsequent days.</p> </li> </ul>"
6413        },
6414        "DesiredStartTime":{
6415          "shape":"Long",
6416          "documentation":"<p>The time to implement the change, in Coordinated Universal Time (UTC). Only specify this parameter if you set <code>ScheduleAt</code> to <code>TIMESTAMP</code>.</p>"
6417        }
6418      }
6419    },
6420    "UpdateScheduledActionResponse":{
6421      "type":"structure",
6422      "members":{
6423        "ScheduledAction":{
6424          "shape":"ScheduledAction",
6425          "documentation":"<p>Information about the rescheduled action.</p>"
6426        }
6427      }
6428    },
6429    "UpdateTimestamp":{"type":"timestamp"},
6430    "UpdateVpcEndpointRequest":{
6431      "type":"structure",
6432      "required":[
6433        "VpcEndpointId",
6434        "VpcOptions"
6435      ],
6436      "members":{
6437        "VpcEndpointId":{
6438          "shape":"VpcEndpointId",
6439          "documentation":"<p>The unique identifier of the endpoint.</p>"
6440        },
6441        "VpcOptions":{
6442          "shape":"VPCOptions",
6443          "documentation":"<p>The security groups and/or subnets to add, remove, or modify.</p>"
6444        }
6445      }
6446    },
6447    "UpdateVpcEndpointResponse":{
6448      "type":"structure",
6449      "required":["VpcEndpoint"],
6450      "members":{
6451        "VpcEndpoint":{
6452          "shape":"VpcEndpoint",
6453          "documentation":"<p>The endpoint to be updated.</p>"
6454        }
6455      }
6456    },
6457    "UpgradeDomainRequest":{
6458      "type":"structure",
6459      "required":[
6460        "DomainName",
6461        "TargetVersion"
6462      ],
6463      "members":{
6464        "DomainName":{
6465          "shape":"DomainName",
6466          "documentation":"<p>Name of the OpenSearch Service domain that you want to upgrade.</p>"
6467        },
6468        "TargetVersion":{
6469          "shape":"VersionString",
6470          "documentation":"<p>OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or Elasticsearch_X.Y.</p>"
6471        },
6472        "PerformCheckOnly":{
6473          "shape":"Boolean",
6474          "documentation":"<p>When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.</p>"
6475        },
6476        "AdvancedOptions":{
6477          "shape":"AdvancedOptions",
6478          "documentation":"<p>Only supports the <code>override_main_response_version</code> parameter and not other advanced options. You can only include this option when upgrading to an OpenSearch version. Specifies whether the domain reports its version as 7.10 so that it continues to work with Elasticsearch OSS clients and plugins.</p>"
6479        }
6480      },
6481      "documentation":"<p>Container for the request parameters to the <code>UpgradeDomain</code> operation.</p>"
6482    },
6483    "UpgradeDomainResponse":{
6484      "type":"structure",
6485      "members":{
6486        "UpgradeId":{
6487          "shape":"String",
6488          "documentation":"<p>The unique identifier of the domain upgrade.</p>"
6489        },
6490        "DomainName":{
6491          "shape":"DomainName",
6492          "documentation":"<p>The name of the domain that was upgraded.</p>"
6493        },
6494        "TargetVersion":{
6495          "shape":"VersionString",
6496          "documentation":"<p>OpenSearch or Elasticsearch version that the domain was upgraded to.</p>"
6497        },
6498        "PerformCheckOnly":{
6499          "shape":"Boolean",
6500          "documentation":"<p>When true, indicates that an upgrade eligibility check was performed.</p>"
6501        },
6502        "AdvancedOptions":{
6503          "shape":"AdvancedOptions",
6504          "documentation":"<p>The advanced options configuration for the domain.</p>"
6505        },
6506        "ChangeProgressDetails":{
6507          "shape":"ChangeProgressDetails",
6508          "documentation":"<p>Container for information about a configuration change happening on a domain.</p>"
6509        }
6510      },
6511      "documentation":"<p>Container for the response returned by <code>UpgradeDomain</code> operation.</p>"
6512    },
6513    "UpgradeHistory":{
6514      "type":"structure",
6515      "members":{
6516        "UpgradeName":{
6517          "shape":"UpgradeName",
6518          "documentation":"<p>A string that describes the upgrade.</p>"
6519        },
6520        "StartTimestamp":{
6521          "shape":"StartTimestamp",
6522          "documentation":"<p>UTC timestamp at which the upgrade API call was made, in the format <code>yyyy-MM-ddTHH:mm:ssZ</code>.</p>"
6523        },
6524        "UpgradeStatus":{
6525          "shape":"UpgradeStatus",
6526          "documentation":"<p> The current status of the upgrade. The status can take one of the following values: </p> <ul> <li> <p>In Progress</p> </li> <li> <p>Succeeded</p> </li> <li> <p>Succeeded with Issues</p> </li> <li> <p>Failed</p> </li> </ul>"
6527        },
6528        "StepsList":{
6529          "shape":"UpgradeStepsList",
6530          "documentation":"<p>A list of each step performed as part of a specific upgrade or upgrade eligibility check.</p>"
6531        }
6532      },
6533      "documentation":"<p>History of the last 10 upgrades and upgrade eligibility checks for an Amazon OpenSearch Service domain.</p>"
6534    },
6535    "UpgradeHistoryList":{
6536      "type":"list",
6537      "member":{"shape":"UpgradeHistory"}
6538    },
6539    "UpgradeName":{"type":"string"},
6540    "UpgradeStatus":{
6541      "type":"string",
6542      "enum":[
6543        "IN_PROGRESS",
6544        "SUCCEEDED",
6545        "SUCCEEDED_WITH_ISSUES",
6546        "FAILED"
6547      ]
6548    },
6549    "UpgradeStep":{
6550      "type":"string",
6551      "enum":[
6552        "PRE_UPGRADE_CHECK",
6553        "SNAPSHOT",
6554        "UPGRADE"
6555      ]
6556    },
6557    "UpgradeStepItem":{
6558      "type":"structure",
6559      "members":{
6560        "UpgradeStep":{
6561          "shape":"UpgradeStep",
6562          "documentation":"<p> One of three steps that an upgrade or upgrade eligibility check goes through: </p> <ul> <li> <p>PreUpgradeCheck</p> </li> <li> <p>Snapshot</p> </li> <li> <p>Upgrade</p> </li> </ul>"
6563        },
6564        "UpgradeStepStatus":{
6565          "shape":"UpgradeStatus",
6566          "documentation":"<p> The current status of the upgrade. The status can take one of the following values: </p> <ul> <li> <p>In Progress</p> </li> <li> <p>Succeeded</p> </li> <li> <p>Succeeded with Issues</p> </li> <li> <p>Failed</p> </li> </ul>"
6567        },
6568        "Issues":{
6569          "shape":"Issues",
6570          "documentation":"<p>A list of strings containing detailed information about the errors encountered in a particular step.</p>"
6571        },
6572        "ProgressPercent":{
6573          "shape":"Double",
6574          "documentation":"<p>The floating point value representing the progress percentage of a particular step.</p>"
6575        }
6576      },
6577      "documentation":"<p>Represents a single step of an upgrade or upgrade eligibility check workflow.</p>"
6578    },
6579    "UpgradeStepsList":{
6580      "type":"list",
6581      "member":{"shape":"UpgradeStepItem"}
6582    },
6583    "UserPoolId":{
6584      "type":"string",
6585      "max":55,
6586      "min":1,
6587      "pattern":"[\\w-]+_[0-9a-zA-Z]+"
6588    },
6589    "Username":{
6590      "type":"string",
6591      "max":64,
6592      "min":1,
6593      "pattern":".*",
6594      "sensitive":true
6595    },
6596    "VPCDerivedInfo":{
6597      "type":"structure",
6598      "members":{
6599        "VPCId":{
6600          "shape":"String",
6601          "documentation":"<p>The ID for your VPC. Amazon VPC generates this value when you create a VPC.</p>"
6602        },
6603        "SubnetIds":{
6604          "shape":"StringList",
6605          "documentation":"<p>A list of subnet IDs associated with the VPC endpoints for the domain.</p>"
6606        },
6607        "AvailabilityZones":{
6608          "shape":"StringList",
6609          "documentation":"<p>The list of Availability Zones associated with the VPC subnets.</p>"
6610        },
6611        "SecurityGroupIds":{
6612          "shape":"StringList",
6613          "documentation":"<p>The list of security group IDs associated with the VPC endpoints for the domain.</p>"
6614        }
6615      },
6616      "documentation":"<p>Information about the subnets and security groups for an Amazon OpenSearch Service domain provisioned within a virtual private cloud (VPC). For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html\">Launching your Amazon OpenSearch Service domains using a VPC</a>. This information only exists if the domain was created with <code>VPCOptions</code>.</p>"
6617    },
6618    "VPCDerivedInfoStatus":{
6619      "type":"structure",
6620      "required":[
6621        "Options",
6622        "Status"
6623      ],
6624      "members":{
6625        "Options":{
6626          "shape":"VPCDerivedInfo",
6627          "documentation":"<p>The VPC options for the specified domain.</p>"
6628        },
6629        "Status":{
6630          "shape":"OptionStatus",
6631          "documentation":"<p>The status of the VPC options for the specified domain.</p>"
6632        }
6633      },
6634      "documentation":"<p>Status of the VPC options for a specified domain.</p>"
6635    },
6636    "VPCOptions":{
6637      "type":"structure",
6638      "members":{
6639        "SubnetIds":{
6640          "shape":"StringList",
6641          "documentation":"<p>A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.</p>"
6642        },
6643        "SecurityGroupIds":{
6644          "shape":"StringList",
6645          "documentation":"<p>The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, OpenSearch Service uses the default security group for the VPC.</p>"
6646        }
6647      },
6648      "documentation":"<p>Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html\">Launching your Amazon OpenSearch Service domains using a VPC</a>.</p>"
6649    },
6650    "ValidationException":{
6651      "type":"structure",
6652      "members":{
6653      },
6654      "documentation":"<p>An exception for accessing or deleting a resource that doesn't exist.</p>",
6655      "error":{"httpStatusCode":400},
6656      "exception":true
6657    },
6658    "ValidationFailure":{
6659      "type":"structure",
6660      "members":{
6661        "Code":{
6662          "shape":"String",
6663          "documentation":"<p>The error code of the failure.</p>"
6664        },
6665        "Message":{
6666          "shape":"String",
6667          "documentation":"<p>A message corresponding to the failure.</p>"
6668        }
6669      },
6670      "documentation":"<p>A validation failure that occurred as the result of a pre-update validation check (verbose dry run) on a domain.</p>"
6671    },
6672    "ValidationFailures":{
6673      "type":"list",
6674      "member":{"shape":"ValidationFailure"}
6675    },
6676    "ValueStringList":{
6677      "type":"list",
6678      "member":{"shape":"NonEmptyString"},
6679      "min":1
6680    },
6681    "VersionList":{
6682      "type":"list",
6683      "member":{"shape":"VersionString"},
6684      "documentation":"<p>List of supported OpenSearch versions.</p>"
6685    },
6686    "VersionStatus":{
6687      "type":"structure",
6688      "required":[
6689        "Options",
6690        "Status"
6691      ],
6692      "members":{
6693        "Options":{
6694          "shape":"VersionString",
6695          "documentation":"<p>The OpenSearch or Elasticsearch version for the specified domain.</p>"
6696        },
6697        "Status":{
6698          "shape":"OptionStatus",
6699          "documentation":"<p>The status of the version options for the specified domain.</p>"
6700        }
6701      },
6702      "documentation":"<p>The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.</p>"
6703    },
6704    "VersionString":{
6705      "type":"string",
6706      "max":18,
6707      "min":14,
6708      "pattern":"^Elasticsearch_[0-9]{1}\\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\\.[0-9]{1,2}$"
6709    },
6710    "VolumeSize":{"type":"string"},
6711    "VolumeType":{
6712      "type":"string",
6713      "documentation":"<p>The type of EBS volume that a domain uses. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/opensearch-createupdatedomains.html#opensearch-createdomain-configure-ebs\">Configuring EBS-based storage</a>.</p>",
6714      "enum":[
6715        "standard",
6716        "gp2",
6717        "io1",
6718        "gp3"
6719      ]
6720    },
6721    "VpcEndpoint":{
6722      "type":"structure",
6723      "members":{
6724        "VpcEndpointId":{
6725          "shape":"VpcEndpointId",
6726          "documentation":"<p>The unique identifier of the endpoint.</p>"
6727        },
6728        "VpcEndpointOwner":{
6729          "shape":"AWSAccount",
6730          "documentation":"<p>The creator of the endpoint.</p>"
6731        },
6732        "DomainArn":{
6733          "shape":"DomainArn",
6734          "documentation":"<p>The Amazon Resource Name (ARN) of the domain associated with the endpoint.</p>"
6735        },
6736        "VpcOptions":{
6737          "shape":"VPCDerivedInfo",
6738          "documentation":"<p>Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.</p>"
6739        },
6740        "Status":{
6741          "shape":"VpcEndpointStatus",
6742          "documentation":"<p>The current status of the endpoint.</p>"
6743        },
6744        "Endpoint":{
6745          "shape":"Endpoint",
6746          "documentation":"<p>The connection endpoint ID for connecting to the domain.</p>"
6747        }
6748      },
6749      "documentation":"<p>The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.</p>"
6750    },
6751    "VpcEndpointError":{
6752      "type":"structure",
6753      "members":{
6754        "VpcEndpointId":{
6755          "shape":"VpcEndpointId",
6756          "documentation":"<p>The unique identifier of the endpoint.</p>"
6757        },
6758        "ErrorCode":{
6759          "shape":"VpcEndpointErrorCode",
6760          "documentation":"<p>The code associated with the error.</p>"
6761        },
6762        "ErrorMessage":{
6763          "shape":"String",
6764          "documentation":"<p>A message describing the error.</p>"
6765        }
6766      },
6767      "documentation":"<p>Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.</p>"
6768    },
6769    "VpcEndpointErrorCode":{
6770      "type":"string",
6771      "enum":[
6772        "ENDPOINT_NOT_FOUND",
6773        "SERVER_ERROR"
6774      ]
6775    },
6776    "VpcEndpointErrorList":{
6777      "type":"list",
6778      "member":{"shape":"VpcEndpointError"}
6779    },
6780    "VpcEndpointId":{
6781      "type":"string",
6782      "max":256,
6783      "min":5,
6784      "pattern":"^aos-[a-zA-Z0-9]*$"
6785    },
6786    "VpcEndpointIdList":{
6787      "type":"list",
6788      "member":{"shape":"VpcEndpointId"}
6789    },
6790    "VpcEndpointStatus":{
6791      "type":"string",
6792      "enum":[
6793        "CREATING",
6794        "CREATE_FAILED",
6795        "ACTIVE",
6796        "UPDATING",
6797        "UPDATE_FAILED",
6798        "DELETING",
6799        "DELETE_FAILED"
6800      ]
6801    },
6802    "VpcEndpointSummary":{
6803      "type":"structure",
6804      "members":{
6805        "VpcEndpointId":{
6806          "shape":"VpcEndpointId",
6807          "documentation":"<p>The unique identifier of the endpoint.</p>"
6808        },
6809        "VpcEndpointOwner":{
6810          "shape":"String",
6811          "documentation":"<p>The creator of the endpoint.</p>"
6812        },
6813        "DomainArn":{
6814          "shape":"DomainArn",
6815          "documentation":"<p>The Amazon Resource Name (ARN) of the domain associated with the endpoint.</p>"
6816        },
6817        "Status":{
6818          "shape":"VpcEndpointStatus",
6819          "documentation":"<p>The current status of the endpoint.</p>"
6820        }
6821      },
6822      "documentation":"<p>Summary information for an Amazon OpenSearch Service-managed VPC endpoint.</p>"
6823    },
6824    "VpcEndpointSummaryList":{
6825      "type":"list",
6826      "member":{"shape":"VpcEndpointSummary"}
6827    },
6828    "VpcEndpoints":{
6829      "type":"list",
6830      "member":{"shape":"VpcEndpoint"}
6831    },
6832    "WindowStartTime":{
6833      "type":"structure",
6834      "required":[
6835        "Hours",
6836        "Minutes"
6837      ],
6838      "members":{
6839        "Hours":{
6840          "shape":"StartTimeHours",
6841          "documentation":"<p>The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, <code>17</code> refers to 5:00 P.M. UTC.</p>"
6842        },
6843        "Minutes":{
6844          "shape":"StartTimeMinutes",
6845          "documentation":"<p>The start minute of the window, in UTC.</p>"
6846        }
6847      },
6848      "documentation":"<p>The desired start time for an <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_OffPeakWindow.html\">off-peak maintenance window</a>.</p>"
6849    },
6850    "ZoneAwarenessConfig":{
6851      "type":"structure",
6852      "members":{
6853        "AvailabilityZoneCount":{
6854          "shape":"IntegerClass",
6855          "documentation":"<p>If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are <code>2</code> and <code>3</code>. If your domain is provisioned within a VPC, this value be equal to number of subnets.</p>"
6856        }
6857      },
6858      "documentation":"<p>The zone awareness configuration for an Amazon OpenSearch Service domain.</p>"
6859    },
6860    "ZoneStatus":{
6861      "type":"string",
6862      "enum":[
6863        "Active",
6864        "StandBy",
6865        "NotAvailable"
6866      ]
6867    }
6868  },
6869  "documentation":"<p>Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.</p> <p>For sample code that uses the configuration API, see the <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/opensearch-configuration-samples.html\"> <i>Amazon OpenSearch Service Developer Guide</i> </a>. The guide also contains <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/request-signing.html\">sample code</a> for sending signed HTTP requests to the OpenSearch APIs. The endpoint for configuration service requests is Region specific: es.<i>region</i>.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported Regions and endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande.html#service-regions\">Amazon Web Services service endpoints</a>.</p>"
6870}
6871