aws-partitions 1.857.0 → 1.858.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: 5447ebb434a388cfd04526132f466d3ba4dad8ba5036b179c6cc2094c31e3e11
4
- data.tar.gz: 8e00d1c2da0b5669bb83a3619a100ade18e222180e088a778bb0f8944af70dec
3
+ metadata.gz: b598b766a5fe1052cb8c272cc1f029eab844cd2c4747ac587146aa57b9b17cab
4
+ data.tar.gz: 4ea0875a6ae73203b5387a520bc1264d172e2e1886863d484de085a405a595e8
5
5
  SHA512:
6
- metadata.gz: ce3d2659fac296c2ddbf667e80118a493b3d0602f5bf0d4f719e6fcc3c2d056e5514d0ddbbc0bdbd002c100294785288d98543e049a3a98d03491f556a227423
7
- data.tar.gz: 512ec0499cfa00b9832a5f1fc064ef2f81ffefe0f5875a01316699f6974df8c0709508ee22158b13f4255167a2e7b66138985d3cdc596a95ff4d425b4c004601
6
+ metadata.gz: '0856ea709d1a116d0bb87d6f18ac49d4d05fbd17479cb0fd11215dd6c180e1a8d463a7cbb92ffe83444097ba7d5904c9b90c5eaee0ce0b38e5730ca244b532a2'
7
+ data.tar.gz: 2b537b807686ef28b974da712239c4dc81950a52bba7b1402a3be67149aed0f6f8cbeaba455913f00ff9e1f75a5630cc1112a20ff5c7671f9606526ee167e335
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.858.0 (2023-11-27)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::B2bi`.
8
+
4
9
  1.857.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.857.0
1
+ 1.858.0
@@ -275,6 +275,7 @@ module Aws
275
275
  'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
276
276
  'AutoScaling' => 'autoscaling',
277
277
  'AutoScalingPlans' => 'autoscaling-plans',
278
+ 'B2bi' => 'b2bi',
278
279
  'BCMDataExports' => 'bcm-data-exports',
279
280
  'Backup' => 'backup',
280
281
  'BackupGateway' => 'backup-gateway',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.857.0
4
+ version: 1.858.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services