aws-sdk-budgets 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16c6e28571bc01dda6e7b48962b946bf78406792
4
- data.tar.gz: 13bdc09ec1932450b56ad1323a48043942abc399
3
+ metadata.gz: ad24b5823a9349b1925a57318c144178c1f29259
4
+ data.tar.gz: 201afb80ff2a68203590796ed740cf1a7642dcd8
5
5
  SHA512:
6
- metadata.gz: 7a0f78efd75acf60f2a80c9b8b3e28ad6b878a6318703d0d9a3ffb41e751d77f62d9be8c8e9fb65b7123b7c00b0a3f08687bb897048500f4115949dc316d0d4c
7
- data.tar.gz: 9dedc04cb39c0c066f2180237dcff13a66dc14e0d1cc74fb4a640b13101147ca9f6926b67f445b32de2526a11246a0f8c8941c13c61cb5795befa48f336fee6b
6
+ metadata.gz: 31adf30997500a5e2b29fa7042c2b6a0a584b40800bd7fa98b49b01a2d2925ac7e7bc03cf55078fcae942b0f363045ce066faebc550500550ec4e0c89d44b095
7
+ data.tar.gz: 1a3058264cbd4567dbbebf049ada1d47dd1f15604780fc1c03c0681f6c618a800004bfc1b311178ed697ebdbe84ab39f67ccef092e5b1dc9cea20f00293c96b5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-budgets/customizations'
42
42
  # @service
43
43
  module Aws::Budgets
44
44
 
45
- GEM_VERSION = '1.0.0.rc2'
45
+ GEM_VERSION = '1.0.0.rc3'
46
46
 
47
47
  end
@@ -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::Budgets
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
 
@@ -760,7 +762,7 @@ module Aws::Budgets
760
762
  params: params,
761
763
  config: config)
762
764
  context[:gem_name] = 'aws-sdk-budgets'
763
- context[:gem_version] = '1.0.0.rc2'
765
+ context[:gem_version] = '1.0.0.rc3'
764
766
  Seahorse::Client::Request.new(handlers, context)
765
767
  end
766
768
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc2
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-03-07 00:00:00.000000000 Z
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