UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 176 kB
{"openapi":"3.0.0","info":{"version":"2013-01-01","x-release":"v4","title":"Amazon CloudSearch","description":"<fullname>Amazon CloudSearch Configuration Service</fullname> <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p> <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region\" target=\"_blank\">Regions and Endpoints</a>.</p>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"cloudsearch","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/cloudsearch-2013-01-01.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/cloudsearch/"},"servers":[{"url":"http://cloudsearch.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon CloudSearch multi-region endpoint"},{"url":"https://cloudsearch.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Amazon CloudSearch multi-region endpoint"},{"url":"http://cloudsearch.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon CloudSearch endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://cloudsearch.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Amazon CloudSearch endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/#Action=BuildSuggesters":{"get":{"x-aws-operation-name":"BuildSuggesters","operationId":"GET_BuildSuggesters","description":"Indexes the search suggestions. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters\">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BuildSuggestersResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["BuildSuggesters"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"BuildSuggesters","operationId":"POST_BuildSuggesters","description":"Indexes the search suggestions. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters\">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BuildSuggestersResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BuildSuggestersRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["BuildSuggesters"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=CreateDomain":{"get":{"x-aws-operation-name":"CreateDomain","operationId":"GET_CreateDomain","description":"Creates a new search domain. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html\" target=\"_blank\">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDomainResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ResourceAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateDomain"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"CreateDomain","operationId":"POST_CreateDomain","description":"Creates a new search domain. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html\" target=\"_blank\">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDomainResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ResourceAlreadyExistsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateDomainRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateDomain"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DefineAnalysisScheme":{"get":{"x-aws-operation-name":"DefineAnalysisScheme","operationId":"GET_DefineAnalysisScheme","description":"Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html\" target=\"_blank\">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineAnalysisSchemeResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"AnalysisScheme","in":"query","required":true,"description":"","schema":{"type":"object","required":["AnalysisSchemeName","AnalysisSchemeLanguage"],"properties":{"AnalysisSchemeName":{"$ref":"#/components/schemas/StandardName"},"AnalysisSchemeLanguage":{"$ref":"#/components/schemas/AnalysisSchemeLanguage"},"AnalysisOptions":{"$ref":"#/components/schemas/AnalysisOptions"}},"description":"Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>."}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineAnalysisScheme"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DefineAnalysisScheme","operationId":"POST_DefineAnalysisScheme","description":"Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html\" target=\"_blank\">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineAnalysisSchemeResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineAnalysisSchemeRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineAnalysisScheme"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DefineExpression":{"get":{"x-aws-operation-name":"DefineExpression","operationId":"GET_DefineExpression","description":"Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html\" target=\"_blank\">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineExpressionResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"Expression","in":"query","required":true,"description":"","schema":{"type":"object","required":["ExpressionName","ExpressionValue"],"properties":{"ExpressionName":{"$ref":"#/components/schemas/StandardName"},"ExpressionValue":{"$ref":"#/components/schemas/ExpressionValue"}},"description":"A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results. "}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineExpression"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DefineExpression","operationId":"POST_DefineExpression","description":"Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html\" target=\"_blank\">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineExpressionResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineExpressionRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineExpression"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DefineIndexField":{"get":{"x-aws-operation-name":"DefineIndexField","operationId":"GET_DefineIndexField","description":"Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html\" target=\"_blank\">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineIndexFieldResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"IndexField","in":"query","required":true,"description":"The index field and field options you want to configure. ","schema":{"type":"object","required":["IndexFieldName","IndexFieldType"],"properties":{"IndexFieldName":{"allOf":[{"$ref":"#/components/schemas/DynamicFieldName"},{"description":"<p>A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options. </p> <p>Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported. </p> <p>The name <code>score</code> is reserved and cannot be used as a field name. To reference a document's ID, you can use the name <code>_id</code>. </p>"}]},"IndexFieldType":{"$ref":"#/components/schemas/IndexFieldType"},"IntOptions":{"$ref":"#/components/schemas/IntOptions"},"DoubleOptions":{"$ref":"#/components/schemas/DoubleOptions"},"LiteralOptions":{"$ref":"#/components/schemas/LiteralOptions"},"TextOptions":{"$ref":"#/components/schemas/TextOptions"},"DateOptions":{"$ref":"#/components/schemas/DateOptions"},"LatLonOptions":{"$ref":"#/components/schemas/LatLonOptions"},"IntArrayOptions":{"$ref":"#/components/schemas/IntArrayOptions"},"DoubleArrayOptions":{"$ref":"#/components/schemas/DoubleArrayOptions"},"LiteralArrayOptions":{"$ref":"#/components/schemas/LiteralArrayOptions"},"TextArrayOptions":{"$ref":"#/components/schemas/TextArrayOptions"},"DateArrayOptions":{"$ref":"#/components/schemas/DateArrayOptions"}},"description":"Configuration information for a field in the index, including its name, type, and options. The supported options depend on the <code><a>IndexFieldType</a></code>."}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineIndexField"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DefineIndexField","operationId":"POST_DefineIndexField","description":"Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html\" target=\"_blank\">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineIndexFieldResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineIndexFieldRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineIndexField"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DefineSuggester":{"get":{"x-aws-operation-name":"DefineSuggester","operationId":"GET_DefineSuggester","description":"Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html\" target=\"_blank\">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineSuggesterResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"Suggester","in":"query","required":true,"description":"","schema":{"type":"object","required":["SuggesterName","DocumentSuggesterOptions"],"properties":{"SuggesterName":{"$ref":"#/components/schemas/StandardName"},"DocumentSuggesterOptions":{"$ref":"#/components/schemas/DocumentSuggesterOptions"}},"description":"Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: <code>FuzzyMatching</code>, <code>SortExpression</code>. "}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineSuggester"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DefineSuggester","operationId":"POST_DefineSuggester","description":"Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html\" target=\"_blank\">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineSuggesterResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"LimitExceededException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"484":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DefineSuggesterRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DefineSuggester"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DeleteAnalysisScheme":{"get":{"x-aws-operation-name":"DeleteAnalysisScheme","operationId":"GET_DeleteAnalysisScheme","description":"Deletes an analysis scheme. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html\" target=\"_blank\">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteAnalysisSchemeResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"AnalysisSchemeName","in":"query","required":true,"description":"The name of the analysis scheme you want to delete.","schema":{"type":"string","pattern":"[a-z][a-z0-9_]*","description":"Names must begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore).","minLength":1,"maxLength":64}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteAnalysisScheme"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DeleteAnalysisScheme","operationId":"POST_DeleteAnalysisScheme","description":"Deletes an analysis scheme. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html\" target=\"_blank\">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteAnalysisSchemeResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteAnalysisSchemeRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteAnalysisScheme"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DeleteDomain":{"get":{"x-aws-operation-name":"DeleteDomain","operationId":"GET_DeleteDomain","description":"Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html\" target=\"_blank\">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteDomainResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"The name of the domain you want to permanently delete.","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteDomain"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DeleteDomain","operationId":"POST_DeleteDomain","description":"Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html\" target=\"_blank\">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. ","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteDomainResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteDomainRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteDomain"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DeleteExpression":{"get":{"x-aws-operation-name":"DeleteExpression","operationId":"GET_DeleteExpression","description":"Removes an <code><a>Expression</a></code> from the search domain. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html\" target=\"_blank\">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteExpressionResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"ExpressionName","in":"query","required":true,"description":"The name of the <code><a>Expression</a></code> to delete.","schema":{"type":"string","pattern":"[a-z][a-z0-9_]*","description":"Names must begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore).","minLength":1,"maxLength":64}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteExpression"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DeleteExpression","operationId":"POST_DeleteExpression","description":"Removes an <code><a>Expression</a></code> from the search domain. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html\" target=\"_blank\">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteExpressionResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteExpressionRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteExpression"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DeleteIndexField":{"get":{"x-aws-operation-name":"DeleteIndexField","operationId":"GET_DeleteIndexField","description":"Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html\" target=\"_blank\">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteIndexFieldResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"IndexFieldName","in":"query","required":true,"description":"The name of the index field your want to remove from the domain's indexing options.","schema":{"type":"string","pattern":"([a-z][a-z0-9_]*\\*?|\\*[a-z0-9_]*)","minLength":1,"maxLength":64}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteIndexField"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"x-aws-operation-name":"DeleteIndexField","operationId":"POST_DeleteIndexField","description":"Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html\" target=\"_blank\">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteIndexFieldResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteIndexFieldRequest"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteIndexField"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]}},"/#Action=DeleteSuggester":{"get":{"x-aws-operation-name":"DeleteSuggester","operationId":"GET_DeleteSuggester","description":"Deletes a suggester. For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html\" target=\"_blank\">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DeleteSuggesterResponse"}}}},"480":{"description":"BaseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/BaseException"}}}},"481":{"description":"InternalException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InternalException"}}}},"482":{"description":"InvalidTypeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidTypeException"}}}},"483":{"description":"ResourceNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ValidationException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}}},"parameters":[{"name":"DomainName","in":"query","required":true,"description":"","schema":{"type":"string","pattern":"[a-z][a-z0-9\\-]+","description":"A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).","minLength":3,"maxLength":28}},{"name":"SuggesterName","in":"query","required":true,"description":"Specifies the name of the suggester you want to delete.","schema":{"type":"string","pattern":"[a-z][a-z0-9_]*","description":"Names must begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore).","minLength":1,"maxLength":64}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["DeleteSuggester"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2013-01-01"]}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signatu