aws-sdk-bcmpricingcalculator 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
  SHA256:
3
- metadata.gz: 6e9c272a8a29a54a1fc55cdde2b6faae9daf0d3ee3e58ed304837beb72bacf4e
4
- data.tar.gz: 41c458334bd3bb92d2da57a687f221e622f253f570edb6cafd3983c1fad334c0
3
+ metadata.gz: 705901c504ebeac5f9b154b7561197841e63061cb2d7a5de9c209a7816cd7a6b
4
+ data.tar.gz: 2be3ee542e289a7e5fdbf8f5a9d07b150090c7069c6af72617e624e6238a23f1
5
5
  SHA512:
6
- metadata.gz: 55a2f246b7bab0d620d68ac053e58d07d9901495cf351628050265d604d143882bce93ee59e605e41214ad926c3c6d62ab2f7ab558f7cecfad4481919e6b6390
7
- data.tar.gz: '029ea02e8d214be338e23e2e4e38cbd7df424ea44d1c303290f752a8973ac49bc983a253d3ebc1cd9eb33578b584432a5604961ea5f71daf973a8c2b2d64e723'
6
+ metadata.gz: bb7f5f9b605dcf9635129cffecb4b69fdc9dde7aef8154641dc59cbb00d1c1c0a8a88b036f7ba24909e67a14739a51a3a4318576d205cc83365ce63c55272581
7
+ data.tar.gz: 72dfe231876d1b7867cb39c545e85fe12c4cfcb933130856d752d5d56d006dd6219e2334f3dbe65b6e59a51c0817052fa86d4ac7c58e1638b7301307a9e23a08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2024-12-26)
5
+ ------------------
6
+
7
+ * Feature - Added ConflictException to DeleteBillEstimate.
8
+
4
9
  1.1.0 (2024-12-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -2624,7 +2624,7 @@ module Aws::BCMPricingCalculator
2624
2624
  tracer: tracer
2625
2625
  )
2626
2626
  context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
2627
- context[:gem_version] = '1.1.0'
2627
+ context[:gem_version] = '1.2.0'
2628
2628
  Seahorse::Client::Request.new(handlers, context)
2629
2629
  end
2630
2630
 
@@ -1288,6 +1288,7 @@ module Aws::BCMPricingCalculator
1288
1288
  o.http_request_uri = "/"
1289
1289
  o.input = Shapes::ShapeRef.new(shape: DeleteBillEstimateRequest)
1290
1290
  o.output = Shapes::ShapeRef.new(shape: DeleteBillEstimateResponse)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1291
1292
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1292
1293
  o.errors << Shapes::ShapeRef.new(shape: DataUnavailableException)
1293
1294
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -55,7 +55,7 @@ module Aws::BCMPricingCalculator
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmpricingcalculator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/endpoints'
57
57
 
58
- GEM_VERSION = '1.1.0'
58
+ GEM_VERSION = '1.2.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bcmpricingcalculator
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: 2024-12-10 00:00:00.000000000 Z
11
+ date: 2024-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core