aws-sdk-billingconductor 1.58.0 → 1.59.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
  SHA256:
3
- metadata.gz: a959806d618c78e7dd151c00d125289661700d2ff86d5148da315277e5c96d2a
4
- data.tar.gz: fc40ff1a13b0b0002582f48476a65e707de3dce4a27d45835e47dd32d8b0fad0
3
+ metadata.gz: 64e8b72c4bf6eecb184862deff36aef8711734955cf2923473a71126e8cac80d
4
+ data.tar.gz: 39389426ac82b0000a0bd80922d955f5b6d5f9e3f99199dc38ec871d5c411635
5
5
  SHA512:
6
- metadata.gz: 90bc754179b3a574cf9dcb4b9560c0f2689e6dc7d21b5677b4c8015d64c9a75f0cd8ca1b5f29a76b29324259b76334bac60ad41a55eadfcabd5367bb4bb83d78
7
- data.tar.gz: 8b910db93a37bcbc83c2761fcda3a6b57c7c0363748570309b12431b9150486564910f42370cdf5e06c460c5bc301af0f23c219d8278ad1bf4efb4c02ab65923
6
+ metadata.gz: a62d8f592d580aa3e9cc0fa08ede6bc7879a8045285a5446d6e207ee0a8a176b074e635b0a620273a23a1661cc5d5145de0ec654694434e237f6688d243d90f6
7
+ data.tar.gz: 7102e771d1aef7557e6d1dec6d8ade5d82aab32b9e37a7f58f585208fd9f4d895cfbae51a1f801e80959e6c9897258a3b53bb77fae3716ebde7ba96090889f59
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2026-05-28)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.58.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -2257,7 +2257,7 @@ module Aws::BillingConductor
2257
2257
  tracer: tracer
2258
2258
  )
2259
2259
  context[:gem_name] = 'aws-sdk-billingconductor'
2260
- context[:gem_version] = '1.58.0'
2260
+ context[:gem_version] = '1.59.0'
2261
2261
  Seahorse::Client::Request.new(handlers, context)
2262
2262
  end
2263
2263
 
@@ -55,7 +55,7 @@ module Aws::BillingConductor
55
55
  autoload :EndpointProvider, 'aws-sdk-billingconductor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billingconductor/endpoints'
57
57
 
58
- GEM_VERSION = '1.58.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-billingconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services