aws-sdk-cloudsearchdomain 1.0.0.rc2 → 1.0.0.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- data/lib/aws-sdk-cloudsearchdomain/client.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d339609426177c8d567cc835c989d167b801c134
|
4
|
+
data.tar.gz: 9c5d4c1bf541f5acc49266583a6a1e0fbe367d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bc7ce709af1b0aee6ec827f8bc83cb0651c0faf95f656107ec379ace2b61822b42f7eca7c7dda26b62e0fac50b73ba990043c74421b779ecd7ab51481eaf632
|
7
|
+
data.tar.gz: f4743c56b730348346387fac680a23f84c7b3976a71fdf13397beb129b7871882014edf459e3b1a52aaa82bf8559b8e2c682e74e4023eff48e0ed1a88c6f04b8
|
@@ -17,6 +17,7 @@ require 'aws-sdk-core/plugins/global_configuration.rb'
|
|
17
17
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
18
18
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
19
19
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
20
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
20
21
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
21
22
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
22
23
|
require 'aws-sdk-cloudsearchdomain/plugins/conditional_signing.rb'
|
@@ -45,6 +46,7 @@ module Aws::CloudSearchDomain
|
|
45
46
|
add_plugin(Aws::Plugins::ResponsePaging)
|
46
47
|
add_plugin(Aws::Plugins::StubResponses)
|
47
48
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
48
50
|
add_plugin(Aws::Plugins::SignatureV4)
|
49
51
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
50
52
|
add_plugin(Aws::CloudSearchDomain::Plugins::ConditionalSigning)
|
@@ -731,7 +733,7 @@ module Aws::CloudSearchDomain
|
|
731
733
|
params: params,
|
732
734
|
config: config)
|
733
735
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
734
|
-
context[:gem_version] = '1.0.0.
|
736
|
+
context[:gem_version] = '1.0.0.rc3'
|
735
737
|
Seahorse::Client::Request.new(handlers, context)
|
736
738
|
end
|
737
739
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudsearchdomain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|