aws-sdk-organizations 1.24.0 → 1.25.0
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: e9d87ca3dcc623dfa6472d3303aefd0155085739
|
|
4
|
+
data.tar.gz: 3ee2d19a1a9c52fcbb12604b9cf6b45384b58ff6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc6019d7c0877e81f700a472f480a5d78138995d69afcba5b3409d60107d29f8c3df230c2d3e1dcde7e25d3d6a66d5643fc475fa41aedce4ccc2b4dc8182fbdb
|
|
7
|
+
data.tar.gz: 73055755800c8029b99d8dcc5bcfb01122648e3a31a0c4e8c2bace574966f3572598abf42fcc2fe86bcd2b57476f7389c7a3b1dc413a568755b802db2ab6de06
|
|
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
|
23
23
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
24
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
25
25
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
|
26
|
+
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
26
27
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
27
28
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
28
29
|
|
|
@@ -55,6 +56,7 @@ module Aws::Organizations
|
|
|
55
56
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
|
56
57
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
|
57
58
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
|
59
|
+
add_plugin(Aws::Plugins::TransferEncoding)
|
|
58
60
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
59
61
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
|
60
62
|
|
|
@@ -4542,7 +4544,7 @@ module Aws::Organizations
|
|
|
4542
4544
|
params: params,
|
|
4543
4545
|
config: config)
|
|
4544
4546
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
4545
|
-
context[:gem_version] = '1.
|
|
4547
|
+
context[:gem_version] = '1.25.0'
|
|
4546
4548
|
Seahorse::Client::Request.new(handlers, context)
|
|
4547
4549
|
end
|
|
4548
4550
|
|
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.
|
|
4
|
+
version: 1.25.0
|
|
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: 2019-
|
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|