Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cloudsearch model. #176

Merged
merged 1 commit into from
Nov 8, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "
}
}
}
}