aws-sdk-budgets 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99f82dc0002aa45e7f3d26235e227f4055fc188c
4
- data.tar.gz: 4ddfa7204758e696ec45dfec71022f33d79a6928
3
+ metadata.gz: fc801963d3017f0ba358d6405b3ba4fed0a32002
4
+ data.tar.gz: b340c77b8808755415b8b9c3696f3bfe23ef665b
5
5
  SHA512:
6
- metadata.gz: 5d51f82f9d3adb97413d5a0f688b701b64266d36a409e1fc73793e83d6666c5db6a58eaf40d64f4f4b1d764beb67222dd52463e81f008331f2df519b6e89074c
7
- data.tar.gz: 37d036b40c73e0543e047791f1c5ee246e240a40b34425e882d0acf88b07025ef4f1db34d17e76ae356def6efc861b9d164b2a379f9158affc2ac04c31c3e52e
6
+ metadata.gz: 71a4bbef086e99a0ac09449d17143e52643d75ddcdf5c9ef3718c52b223355c70efdd2e8727a43d7c78a9e78b55be777237157f7cb9b1f6243f24b9a0ba7cca1
7
+ data.tar.gz: 720c16976151717a423d4e52a1b31d17afc24a0505db1a80c956fc27a75894cfbdca0285ebf2176d4c15d288c05c0c488d29ba8d40bcf5b69506073bdb950d9e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-budgets/customizations'
42
42
  # @service
43
43
  module Aws::Budgets
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -782,7 +782,7 @@ module Aws::Budgets
782
782
  params: params,
783
783
  config: config)
784
784
  context[:gem_name] = 'aws-sdk-budgets'
785
- context[:gem_version] = '1.1.0'
785
+ context[:gem_version] = '1.2.0'
786
786
  Seahorse::Client::Request.new(handlers, context)
787
787
  end
788
788
 
@@ -389,6 +389,7 @@ module Aws::Budgets
389
389
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
390
390
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
391
391
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
392
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateRecordException)
392
393
  end)
393
394
 
394
395
  api.add_operation(:update_subscriber, Seahorse::Model::Operation.new.tap do |o|
@@ -400,6 +401,7 @@ module Aws::Budgets
400
401
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
401
402
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
402
403
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
404
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateRecordException)
403
405
  end)
404
406
  end
405
407
 
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.1.0
4
+ version: 1.2.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: 2017-09-06 00:00:00.000000000 Z
11
+ date: 2017-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core