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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55454738fb53470f1d66d7404f12c108f922cbad
4
- data.tar.gz: 5829d0e1fe290e8e174ea870968dda8c0594f6ce
3
+ metadata.gz: e9d87ca3dcc623dfa6472d3303aefd0155085739
4
+ data.tar.gz: 3ee2d19a1a9c52fcbb12604b9cf6b45384b58ff6
5
5
  SHA512:
6
- metadata.gz: '08273585cb641f79a1dd551d3556772bfc1036caf41a5dfb8fef69795e87eaad9968c16555a18c9f03f712ee14b1040de544580adbe184830828a130e013baec'
7
- data.tar.gz: 358a3e2c38a7ed49b00f5d7098d86afc081936e4fdf11f9edc27731aeb12d3cfa75a89f064e7627cb2fc5dda6dfd41caabeaa893722cfec243ec2587b62496a2
6
+ metadata.gz: fc6019d7c0877e81f700a472f480a5d78138995d69afcba5b3409d60107d29f8c3df230c2d3e1dcde7e25d3d6a66d5643fc475fa41aedce4ccc2b4dc8182fbdb
7
+ data.tar.gz: 73055755800c8029b99d8dcc5bcfb01122648e3a31a0c4e8c2bace574966f3572598abf42fcc2fe86bcd2b57476f7389c7a3b1dc413a568755b802db2ab6de06
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.24.0'
45
+ GEM_VERSION = '1.25.0'
46
46
 
47
47
  end
@@ -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.24.0'
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.24.0
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-04-18 00:00:00.000000000 Z
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