aws-sdk-organizations 1.0.0.rc1 → 1.0.0.rc2
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-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/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: 5f032eba77fa523a7d1bbf75da9402c77e6db4d1
|
|
4
|
+
data.tar.gz: ef8ffcda5ff65551ab2bc868624f3de21c7900de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbca188ce0a68811075b3a6dbb86c5e92836338fa94b7f74fc09072a60431a20cc9c8749620aadb42fd22d11cda930c56b319f93dea64dbc332de454726fb89d
|
|
7
|
+
data.tar.gz: dd866cdc157e905c5d2737f322ee001d7a4ee2d8c867e326d279764803c8c9c59a1ce38e337315d9214ec8c36fb3225b7e5db04d2009860b73343cc051db6861
|
|
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
23
24
|
|
|
@@ -45,6 +46,7 @@ module Aws::Organizations
|
|
|
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::JsonRpc)
|
|
50
52
|
|
|
@@ -2549,7 +2551,7 @@ module Aws::Organizations
|
|
|
2549
2551
|
params: params,
|
|
2550
2552
|
config: config)
|
|
2551
2553
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
2552
|
-
context[:gem_version] = '1.0.0.
|
|
2554
|
+
context[:gem_version] = '1.0.0.rc2'
|
|
2553
2555
|
Seahorse::Client::Request.new(handlers, context)
|
|
2554
2556
|
end
|
|
2555
2557
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-organizations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc2
|
|
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
|