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 +4 -4
- data/lib/aws-sdk-budgets.rb +1 -1
- data/lib/aws-sdk-budgets/client.rb +1 -1
- data/lib/aws-sdk-budgets/client_api.rb +2 -0
- 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: fc801963d3017f0ba358d6405b3ba4fed0a32002
|
4
|
+
data.tar.gz: b340c77b8808755415b8b9c3696f3bfe23ef665b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71a4bbef086e99a0ac09449d17143e52643d75ddcdf5c9ef3718c52b223355c70efdd2e8727a43d7c78a9e78b55be777237157f7cb9b1f6243f24b9a0ba7cca1
|
7
|
+
data.tar.gz: 720c16976151717a423d4e52a1b31d17afc24a0505db1a80c956fc27a75894cfbdca0285ebf2176d4c15d288c05c0c488d29ba8d40bcf5b69506073bdb950d9e
|
data/lib/aws-sdk-budgets.rb
CHANGED
@@ -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.
|
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-
|
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
|