From e3d23e10ae12a5b2055599ce348dea52df9333f9 Mon Sep 17 00:00:00 2001 From: Mitch Garnaat Date: Fri, 8 Nov 2013 02:23:26 -0800 Subject: [PATCH] Update cloudsearch model. --- botocore/data/aws/cloudsearch.json | 3 ++- services/cloudsearch.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/botocore/data/aws/cloudsearch.json b/botocore/data/aws/cloudsearch.json index 971f437bff..e1aa0d4fe5 100644 --- a/botocore/data/aws/cloudsearch.json +++ b/botocore/data/aws/cloudsearch.json @@ -2,9 +2,10 @@ "api_version": "2011-02-01", "type": "query", "result_wrapped": true, - "signature_version": "v2", + "signature_version": "v4", "service_full_name": "Amazon CloudSearch", "endpoint_prefix": "cloudsearch", + "xmlnamespace": "http://cloudsearch.amazonaws.com/doc/2011-02-01", "documentation": "\n Amazon CloudSearch Configuration Service\n

You use the Configuration Service to create, configure, and manage search domains. \n Amazon CloudSearch configuration requests are submitted to cloudsearch.us-east-1.amazonaws.com\n using the AWS Query protocol.

\n ", "operations": { "CreateDomain": { diff --git a/services/cloudsearch.json b/services/cloudsearch.json index b8d9979795..9e63d97deb 100644 --- a/services/cloudsearch.json +++ b/services/cloudsearch.json @@ -2,9 +2,10 @@ "api_version": "2011-02-01", "type": "query", "result_wrapped": true, - "signature_version": "v2", + "signature_version": "v4", "service_full_name": "Amazon CloudSearch", "endpoint_prefix": "cloudsearch", + "xmlnamespace": "http://cloudsearch.amazonaws.com/doc/2011-02-01", "documentation": "\n Amazon CloudSearch Configuration Service\n

You use the Configuration Service to create, configure, and manage search domains. \n Amazon CloudSearch configuration requests are submitted to cloudsearch.us-east-1.amazonaws.com\n using the AWS Query protocol.

\n ", "operations": { "CreateDomain": { @@ -3581,4 +3582,4 @@ "documentation": "\n

Configures a synonym dictionary for the search domain. The synonym dictionary is used during indexing to configure mappings for terms that occur in text fields. The maximum size of the synonym dictionary is 100 KB.

\n " } } -} \ No newline at end of file +}