Skip to content

Commit

Permalink
Update cloudsearch model.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Nov 8, 2013
1 parent 28e0e35 commit e3d23e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion botocore/data/aws/cloudsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fullname>Amazon CloudSearch Configuration Service</fullname>\n <p>You use the Configuration Service to create, configure, and manage search domains. \n Amazon CloudSearch configuration requests are submitted to <code>cloudsearch.us-east-1.amazonaws.com</code>\n using the AWS Query protocol. </p>\n ",
"operations": {
"CreateDomain": {
Expand Down
5 changes: 3 additions & 2 deletions services/cloudsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fullname>Amazon CloudSearch Configuration Service</fullname>\n <p>You use the Configuration Service to create, configure, and manage search domains. \n Amazon CloudSearch configuration requests are submitted to <code>cloudsearch.us-east-1.amazonaws.com</code>\n using the AWS Query protocol. </p>\n ",
"operations": {
"CreateDomain": {
Expand Down Expand Up @@ -3581,4 +3582,4 @@
"documentation": "\n <p>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. </p>\n "
}
}
}
}

0 comments on commit e3d23e1

Please sign in to comment.