1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2013-01-01",
- "endpointPrefix": "cloudsearch",
- "protocol": "query",
- "serviceFullName": "Amazon CloudSearch",
- "serviceId": "CloudSearch",
- "signatureVersion": "v4",
- "uid": "cloudsearch-2013-01-01",
- "xmlNamespace": "http://cloudsearch.amazonaws.com/doc/2013-01-01/"
- },
- "operations": {
- "BuildSuggesters": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {}
- }
- },
- "output": {
- "resultWrapper": "BuildSuggestersResult",
- "type": "structure",
- "members": {
- "FieldNames": {
- "shape": "S4"
- }
- }
- }
- },
- "CreateDomain": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {}
- }
- },
- "output": {
- "resultWrapper": "CreateDomainResult",
- "type": "structure",
- "members": {
- "DomainStatus": {
- "shape": "S8"
- }
- }
- }
- },
- "DefineAnalysisScheme": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "AnalysisScheme"
- ],
- "members": {
- "DomainName": {},
- "AnalysisScheme": {
- "shape": "Sl"
- }
- }
- },
- "output": {
- "resultWrapper": "DefineAnalysisSchemeResult",
- "type": "structure",
- "required": [
- "AnalysisScheme"
- ],
- "members": {
- "AnalysisScheme": {
- "shape": "Ss"
- }
- }
- }
- },
- "DefineExpression": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "Expression"
- ],
- "members": {
- "DomainName": {},
- "Expression": {
- "shape": "Sy"
- }
- }
- },
- "output": {
- "resultWrapper": "DefineExpressionResult",
- "type": "structure",
- "required": [
- "Expression"
- ],
- "members": {
- "Expression": {
- "shape": "S11"
- }
- }
- }
- },
- "DefineIndexField": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "IndexField"
- ],
- "members": {
- "DomainName": {},
- "IndexField": {
- "shape": "S13"
- }
- }
- },
- "output": {
- "resultWrapper": "DefineIndexFieldResult",
- "type": "structure",
- "required": [
- "IndexField"
- ],
- "members": {
- "IndexField": {
- "shape": "S1n"
- }
- }
- }
- },
- "DefineSuggester": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "Suggester"
- ],
- "members": {
- "DomainName": {},
- "Suggester": {
- "shape": "S1p"
- }
- }
- },
- "output": {
- "resultWrapper": "DefineSuggesterResult",
- "type": "structure",
- "required": [
- "Suggester"
- ],
- "members": {
- "Suggester": {
- "shape": "S1t"
- }
- }
- }
- },
- "DeleteAnalysisScheme": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "AnalysisSchemeName"
- ],
- "members": {
- "DomainName": {},
- "AnalysisSchemeName": {}
- }
- },
- "output": {
- "resultWrapper": "DeleteAnalysisSchemeResult",
- "type": "structure",
- "required": [
- "AnalysisScheme"
- ],
- "members": {
- "AnalysisScheme": {
- "shape": "Ss"
- }
- }
- }
- },
- "DeleteDomain": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {}
- }
- },
- "output": {
- "resultWrapper": "DeleteDomainResult",
- "type": "structure",
- "members": {
- "DomainStatus": {
- "shape": "S8"
- }
- }
- }
- },
- "DeleteExpression": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "ExpressionName"
- ],
- "members": {
- "DomainName": {},
- "ExpressionName": {}
- }
- },
- "output": {
- "resultWrapper": "DeleteExpressionResult",
- "type": "structure",
- "required": [
- "Expression"
- ],
- "members": {
- "Expression": {
- "shape": "S11"
- }
- }
- }
- },
- "DeleteIndexField": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "IndexFieldName"
- ],
- "members": {
- "DomainName": {},
- "IndexFieldName": {}
- }
- },
- "output": {
- "resultWrapper": "DeleteIndexFieldResult",
- "type": "structure",
- "required": [
- "IndexField"
- ],
- "members": {
- "IndexField": {
- "shape": "S1n"
- }
- }
- }
- },
- "DeleteSuggester": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "SuggesterName"
- ],
- "members": {
- "DomainName": {},
- "SuggesterName": {}
- }
- },
- "output": {
- "resultWrapper": "DeleteSuggesterResult",
- "type": "structure",
- "required": [
- "Suggester"
- ],
- "members": {
- "Suggester": {
- "shape": "S1t"
- }
- }
- }
- },
- "DescribeAnalysisSchemes": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "AnalysisSchemeNames": {
- "shape": "S25"
- },
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeAnalysisSchemesResult",
- "type": "structure",
- "required": [
- "AnalysisSchemes"
- ],
- "members": {
- "AnalysisSchemes": {
- "type": "list",
- "member": {
- "shape": "Ss"
- }
- }
- }
- }
- },
- "DescribeAvailabilityOptions": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeAvailabilityOptionsResult",
- "type": "structure",
- "members": {
- "AvailabilityOptions": {
- "shape": "S2a"
- }
- }
- }
- },
- "DescribeDomainEndpointOptions": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeDomainEndpointOptionsResult",
- "type": "structure",
- "members": {
- "DomainEndpointOptions": {
- "shape": "S2e"
- }
- }
- }
- },
- "DescribeDomains": {
- "input": {
- "type": "structure",
- "members": {
- "DomainNames": {
- "type": "list",
- "member": {}
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeDomainsResult",
- "type": "structure",
- "required": [
- "DomainStatusList"
- ],
- "members": {
- "DomainStatusList": {
- "type": "list",
- "member": {
- "shape": "S8"
- }
- }
- }
- }
- },
- "DescribeExpressions": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "ExpressionNames": {
- "shape": "S25"
- },
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeExpressionsResult",
- "type": "structure",
- "required": [
- "Expressions"
- ],
- "members": {
- "Expressions": {
- "type": "list",
- "member": {
- "shape": "S11"
- }
- }
- }
- }
- },
- "DescribeIndexFields": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "FieldNames": {
- "type": "list",
- "member": {}
- },
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeIndexFieldsResult",
- "type": "structure",
- "required": [
- "IndexFields"
- ],
- "members": {
- "IndexFields": {
- "type": "list",
- "member": {
- "shape": "S1n"
- }
- }
- }
- }
- },
- "DescribeScalingParameters": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {}
- }
- },
- "output": {
- "resultWrapper": "DescribeScalingParametersResult",
- "type": "structure",
- "required": [
- "ScalingParameters"
- ],
- "members": {
- "ScalingParameters": {
- "shape": "S2u"
- }
- }
- }
- },
- "DescribeServiceAccessPolicies": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeServiceAccessPoliciesResult",
- "type": "structure",
- "required": [
- "AccessPolicies"
- ],
- "members": {
- "AccessPolicies": {
- "shape": "S2z"
- }
- }
- }
- },
- "DescribeSuggesters": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {},
- "SuggesterNames": {
- "shape": "S25"
- },
- "Deployed": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "DescribeSuggestersResult",
- "type": "structure",
- "required": [
- "Suggesters"
- ],
- "members": {
- "Suggesters": {
- "type": "list",
- "member": {
- "shape": "S1t"
- }
- }
- }
- }
- },
- "IndexDocuments": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName"
- ],
- "members": {
- "DomainName": {}
- }
- },
- "output": {
- "resultWrapper": "IndexDocumentsResult",
- "type": "structure",
- "members": {
- "FieldNames": {
- "shape": "S4"
- }
- }
- }
- },
- "ListDomainNames": {
- "output": {
- "resultWrapper": "ListDomainNamesResult",
- "type": "structure",
- "members": {
- "DomainNames": {
- "type": "map",
- "key": {},
- "value": {}
- }
- }
- }
- },
- "UpdateAvailabilityOptions": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "MultiAZ"
- ],
- "members": {
- "DomainName": {},
- "MultiAZ": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "resultWrapper": "UpdateAvailabilityOptionsResult",
- "type": "structure",
- "members": {
- "AvailabilityOptions": {
- "shape": "S2a"
- }
- }
- }
- },
- "UpdateDomainEndpointOptions": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "DomainEndpointOptions"
- ],
- "members": {
- "DomainName": {},
- "DomainEndpointOptions": {
- "shape": "S2f"
- }
- }
- },
- "output": {
- "resultWrapper": "UpdateDomainEndpointOptionsResult",
- "type": "structure",
- "members": {
- "DomainEndpointOptions": {
- "shape": "S2e"
- }
- }
- }
- },
- "UpdateScalingParameters": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "ScalingParameters"
- ],
- "members": {
- "DomainName": {},
- "ScalingParameters": {
- "shape": "S2v"
- }
- }
- },
- "output": {
- "resultWrapper": "UpdateScalingParametersResult",
- "type": "structure",
- "required": [
- "ScalingParameters"
- ],
- "members": {
- "ScalingParameters": {
- "shape": "S2u"
- }
- }
- }
- },
- "UpdateServiceAccessPolicies": {
- "input": {
- "type": "structure",
- "required": [
- "DomainName",
- "AccessPolicies"
- ],
- "members": {
- "DomainName": {},
- "AccessPolicies": {}
- }
- },
- "output": {
- "resultWrapper": "UpdateServiceAccessPoliciesResult",
- "type": "structure",
- "required": [
- "AccessPolicies"
- ],
- "members": {
- "AccessPolicies": {
- "shape": "S2z"
- }
- }
- }
- }
- },
- "shapes": {
- "S4": {
- "type": "list",
- "member": {}
- },
- "S8": {
- "type": "structure",
- "required": [
- "DomainId",
- "DomainName",
- "RequiresIndexDocuments"
- ],
- "members": {
- "DomainId": {},
- "DomainName": {},
- "ARN": {},
- "Created": {
- "type": "boolean"
- },
- "Deleted": {
- "type": "boolean"
- },
- "DocService": {
- "shape": "Sc"
- },
- "SearchService": {
- "shape": "Sc"
- },
- "RequiresIndexDocuments": {
- "type": "boolean"
- },
- "Processing": {
- "type": "boolean"
- },
- "SearchInstanceType": {},
- "SearchPartitionCount": {
- "type": "integer"
- },
- "SearchInstanceCount": {
- "type": "integer"
- },
- "Limits": {
- "type": "structure",
- "required": [
- "MaximumReplicationCount",
- "MaximumPartitionCount"
- ],
- "members": {
- "MaximumReplicationCount": {
- "type": "integer"
- },
- "MaximumPartitionCount": {
- "type": "integer"
- }
- }
- }
- }
- },
- "Sc": {
- "type": "structure",
- "members": {
- "Endpoint": {}
- }
- },
- "Sl": {
- "type": "structure",
- "required": [
- "AnalysisSchemeName",
- "AnalysisSchemeLanguage"
- ],
- "members": {
- "AnalysisSchemeName": {},
- "AnalysisSchemeLanguage": {},
- "AnalysisOptions": {
- "type": "structure",
- "members": {
- "Synonyms": {},
- "Stopwords": {},
- "StemmingDictionary": {},
- "JapaneseTokenizationDictionary": {},
- "AlgorithmicStemming": {}
- }
- }
- }
- },
- "Ss": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "shape": "Sl"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "St": {
- "type": "structure",
- "required": [
- "CreationDate",
- "UpdateDate",
- "State"
- ],
- "members": {
- "CreationDate": {
- "type": "timestamp"
- },
- "UpdateDate": {
- "type": "timestamp"
- },
- "UpdateVersion": {
- "type": "integer"
- },
- "State": {},
- "PendingDeletion": {
- "type": "boolean"
- }
- }
- },
- "Sy": {
- "type": "structure",
- "required": [
- "ExpressionName",
- "ExpressionValue"
- ],
- "members": {
- "ExpressionName": {},
- "ExpressionValue": {}
- }
- },
- "S11": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "shape": "Sy"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "S13": {
- "type": "structure",
- "required": [
- "IndexFieldName",
- "IndexFieldType"
- ],
- "members": {
- "IndexFieldName": {},
- "IndexFieldType": {},
- "IntOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {
- "type": "long"
- },
- "SourceField": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- },
- "SortEnabled": {
- "type": "boolean"
- }
- }
- },
- "DoubleOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {
- "type": "double"
- },
- "SourceField": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- },
- "SortEnabled": {
- "type": "boolean"
- }
- }
- },
- "LiteralOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceField": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- },
- "SortEnabled": {
- "type": "boolean"
- }
- }
- },
- "TextOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceField": {},
- "ReturnEnabled": {
- "type": "boolean"
- },
- "SortEnabled": {
- "type": "boolean"
- },
- "HighlightEnabled": {
- "type": "boolean"
- },
- "AnalysisScheme": {}
- }
- },
- "DateOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceField": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- },
- "SortEnabled": {
- "type": "boolean"
- }
- }
- },
- "LatLonOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceField": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- },
- "SortEnabled": {
- "type": "boolean"
- }
- }
- },
- "IntArrayOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {
- "type": "long"
- },
- "SourceFields": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- }
- }
- },
- "DoubleArrayOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {
- "type": "double"
- },
- "SourceFields": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- }
- }
- },
- "LiteralArrayOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceFields": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- }
- }
- },
- "TextArrayOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceFields": {},
- "ReturnEnabled": {
- "type": "boolean"
- },
- "HighlightEnabled": {
- "type": "boolean"
- },
- "AnalysisScheme": {}
- }
- },
- "DateArrayOptions": {
- "type": "structure",
- "members": {
- "DefaultValue": {},
- "SourceFields": {},
- "FacetEnabled": {
- "type": "boolean"
- },
- "SearchEnabled": {
- "type": "boolean"
- },
- "ReturnEnabled": {
- "type": "boolean"
- }
- }
- }
- }
- },
- "S1n": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "shape": "S13"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "S1p": {
- "type": "structure",
- "required": [
- "SuggesterName",
- "DocumentSuggesterOptions"
- ],
- "members": {
- "SuggesterName": {},
- "DocumentSuggesterOptions": {
- "type": "structure",
- "required": [
- "SourceField"
- ],
- "members": {
- "SourceField": {},
- "FuzzyMatching": {},
- "SortExpression": {}
- }
- }
- }
- },
- "S1t": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "shape": "S1p"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "S25": {
- "type": "list",
- "member": {}
- },
- "S2a": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "type": "boolean"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "S2e": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "shape": "S2f"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "S2f": {
- "type": "structure",
- "members": {
- "EnforceHTTPS": {
- "type": "boolean"
- },
- "TLSSecurityPolicy": {}
- }
- },
- "S2u": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {
- "shape": "S2v"
- },
- "Status": {
- "shape": "St"
- }
- }
- },
- "S2v": {
- "type": "structure",
- "members": {
- "DesiredInstanceType": {},
- "DesiredReplicationCount": {
- "type": "integer"
- },
- "DesiredPartitionCount": {
- "type": "integer"
- }
- }
- },
- "S2z": {
- "type": "structure",
- "required": [
- "Options",
- "Status"
- ],
- "members": {
- "Options": {},
- "Status": {
- "shape": "St"
- }
- }
- }
- }
- }
|