aws-partitions 1.857.0 → 1.859.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e237086f6266897cf779a50addd53caae9ce68a95ad66480c68a0d3d5840a1ef
|
4
|
+
data.tar.gz: eafc543d0a639241b9348c872e72724681a994293a390052556740cca53fb172
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 446fc5e08b8711cc2ad3e6efead3841d0a31fdee33b857083f9eaf07e906b687912c0407f4e4d31ea7712317c278e67c917f5a2f54435bdfbe27e2a3bfc24a49
|
7
|
+
data.tar.gz: 1d94973564e87ecfecefc4996d8fc3a89cb4c24e55b94eec087ed8b5593062b6a94db5873df570ccdb8e84a57881b36565e9ec3c03685edb945ed3eb7f06ddef
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.859.0 (2023-11-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.858.0 (2023-11-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::B2bi`.
|
13
|
+
|
4
14
|
1.857.0 (2023-11-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.859.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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',
|
data/partitions.json
CHANGED
@@ -17210,6 +17210,17 @@
|
|
17210
17210
|
}
|
17211
17211
|
}
|
17212
17212
|
},
|
17213
|
+
"thinclient" : {
|
17214
|
+
"endpoints" : {
|
17215
|
+
"ap-south-1" : { },
|
17216
|
+
"ca-central-1" : { },
|
17217
|
+
"eu-central-1" : { },
|
17218
|
+
"eu-west-1" : { },
|
17219
|
+
"eu-west-2" : { },
|
17220
|
+
"us-east-1" : { },
|
17221
|
+
"us-west-2" : { }
|
17222
|
+
}
|
17223
|
+
},
|
17213
17224
|
"tnb" : {
|
17214
17225
|
"endpoints" : {
|
17215
17226
|
"ap-northeast-2" : { },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.859.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: 2023-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|