/api/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Resources/cloudsearch-2013-01-01.php
https://gitlab.com/x33n/respond · PHP · 1133 lines · 1117 code · 2 blank · 14 comment · 0 complexity · 62425f6866f4034d63243e562fb52c19 MD5 · raw file
- <?php
- /**
- * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License").
- * You may not use this file except in compliance with the License.
- * A copy of the License is located at
- *
- * http://aws.amazon.com/apache2.0
- *
- * or in the "license" file accompanying this file. This file is distributed
- * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing
- * permissions and limitations under the License.
- */
- return array (
- 'apiVersion' => '2013-01-01',
- 'endpointPrefix' => 'cloudsearch',
- 'serviceFullName' => 'Amazon CloudSearch',
- 'serviceType' => 'query',
- 'resultWrapped' => true,
- 'signatureVersion' => 'v4',
- 'namespace' => 'CloudSearch',
- 'regions' => array(
- 'us-east-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.us-east-1.amazonaws.com',
- ),
- 'us-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.us-west-1.amazonaws.com',
- ),
- 'us-west-2' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.us-west-2.amazonaws.com',
- ),
- 'eu-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.eu-west-1.amazonaws.com',
- ),
- 'ap-northeast-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.ap-northeast-1.amazonaws.com',
- ),
- 'ap-southeast-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.ap-southeast-1.amazonaws.com',
- ),
- 'ap-southeast-2' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.ap-southeast-2.amazonaws.com',
- ),
- 'sa-east-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'cloudsearch.sa-east-1.amazonaws.com',
- ),
- ),
- 'operations' => array(
- 'BuildSuggesters' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'BuildSuggestersResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'BuildSuggesters',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'CreateDomain' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'CreateDomainResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'CreateDomain',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because a resource limit has already been met.',
- 'class' => 'LimitExceededException',
- ),
- ),
- ),
- 'DefineAnalysisScheme' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DefineAnalysisSchemeResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DefineAnalysisScheme',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'AnalysisScheme' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'properties' => array(
- 'AnalysisSchemeName' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'AnalysisSchemeLanguage' => array(
- 'required' => true,
- 'type' => 'string',
- ),
- 'AnalysisOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'Synonyms' => array(
- 'type' => 'string',
- ),
- 'Stopwords' => array(
- 'type' => 'string',
- ),
- 'StemmingDictionary' => array(
- 'type' => 'string',
- ),
- 'JapaneseTokenizationDictionary' => array(
- 'type' => 'string',
- ),
- 'AlgorithmicStemming' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because a resource limit has already been met.',
- 'class' => 'LimitExceededException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DefineExpression' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DefineExpressionResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DefineExpression',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'Expression' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'properties' => array(
- 'ExpressionName' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'ExpressionValue' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 10240,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because a resource limit has already been met.',
- 'class' => 'LimitExceededException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DefineIndexField' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DefineIndexFieldResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DefineIndexField',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'IndexField' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'properties' => array(
- 'IndexFieldName' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'IndexFieldType' => array(
- 'required' => true,
- 'type' => 'string',
- ),
- 'IntOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'numeric',
- ),
- 'SourceField' => array(
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SortEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'DoubleOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'numeric',
- ),
- 'SourceField' => array(
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SortEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'LiteralOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceField' => array(
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SortEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'TextOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceField' => array(
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SortEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'HighlightEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'AnalysisScheme' => array(
- 'type' => 'string',
- ),
- ),
- ),
- 'DateOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceField' => array(
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SortEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'LatLonOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceField' => array(
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SortEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'IntArrayOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'numeric',
- ),
- 'SourceFields' => array(
- 'type' => 'string',
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'DoubleArrayOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'numeric',
- ),
- 'SourceFields' => array(
- 'type' => 'string',
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'LiteralArrayOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceFields' => array(
- 'type' => 'string',
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- 'TextArrayOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceFields' => array(
- 'type' => 'string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'HighlightEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'AnalysisScheme' => array(
- 'type' => 'string',
- ),
- ),
- ),
- 'DateArrayOptions' => array(
- 'type' => 'object',
- 'properties' => array(
- 'DefaultValue' => array(
- 'type' => 'string',
- 'maxLength' => 1024,
- ),
- 'SourceFields' => array(
- 'type' => 'string',
- ),
- 'FacetEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'SearchEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- 'ReturnEnabled' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- ),
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because a resource limit has already been met.',
- 'class' => 'LimitExceededException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DefineSuggester' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DefineSuggesterResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DefineSuggester',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'Suggester' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'aws.query',
- 'properties' => array(
- 'SuggesterName' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'DocumentSuggesterOptions' => array(
- 'required' => true,
- 'type' => 'object',
- 'properties' => array(
- 'SourceField' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- 'FuzzyMatching' => array(
- 'type' => 'string',
- ),
- 'SortExpression' => array(
- 'type' => 'string',
- ),
- ),
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because a resource limit has already been met.',
- 'class' => 'LimitExceededException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DeleteAnalysisScheme' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DeleteAnalysisSchemeResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteAnalysisScheme',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'AnalysisSchemeName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DeleteDomain' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DeleteDomainResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteDomain',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- ),
- ),
- 'DeleteExpression' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DeleteExpressionResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteExpression',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'ExpressionName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DeleteIndexField' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DeleteIndexFieldResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteIndexField',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'IndexFieldName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DeleteSuggester' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DeleteSuggesterResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DeleteSuggester',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'SuggesterName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DescribeAnalysisSchemes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DescribeAnalysisSchemesResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DescribeAnalysisSchemes',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'AnalysisSchemeNames' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'AnalysisSchemeNames.member',
- 'items' => array(
- 'name' => 'FieldName',
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- 'Deployed' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- ),
- ),
- 'DescribeAvailabilityOptions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DescribeAvailabilityOptionsResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DescribeAvailabilityOptions',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainName' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'aws.query',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- 'Deployed' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'aws.query',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- array(
- 'reason' => 'The request was rejected because it specified an invalid type definition.',
- 'class' => 'InvalidTypeException',
- ),
- array(
- 'reason' => 'The request was rejected because a resource limit has already been met.',
- 'class' => 'LimitExceededException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted to reference a resource that does not exist.',
- 'class' => 'ResourceNotFoundException',
- ),
- array(
- 'reason' => 'The request was rejected because it attempted an operation which is not enabled.',
- 'class' => 'DisabledOperationException',
- ),
- ),
- ),
- 'DescribeDomains' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\QueryCommand',
- 'responseClass' => 'DescribeDomainsResponse',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Action' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => 'DescribeDomains',
- ),
- 'Version' => array(
- 'static' => true,
- 'location' => 'aws.query',
- 'default' => '2013-01-01',
- ),
- 'DomainNames' => array(
- 'type' => 'array',
- 'location' => 'aws.query',
- 'sentAs' => 'DomainNames.member',
- 'items' => array(
- 'name' => 'DomainName',
- 'type' => 'string',
- 'minLength' => 3,
- 'maxLength' => 28,
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'An error occurred while processing the request.',
- 'class' => 'BaseException',
- ),
- array(
- 'reason' => 'An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.',
- 'class' => 'InternalException',
- ),
- ),
- ),
- 'DescribeExpressions' => array(
- 'httpMethod' => 'POST',