aws-partitions 1.998.0 → 1.999.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 +9 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +6 -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: 1f32ba4dbd362edce386b0b72a8adeb9880539b23c3e4e28d49a555fc641ae14
|
|
4
|
+
data.tar.gz: 53c5de4c4f844ef2ffbe6273f02a314a2a9e999a410c160f22eb89cbaf9f1742
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85a311d177d82e622bce8cc429542de799ab70232cdd1b30b155d33632dcf84aa8499703473696694e496aeb551bc1526acd53eb1f13e0cd92348a4a00dc7752
|
|
7
|
+
data.tar.gz: e9745dacc829c7a84b8b64793b61b3d5bf363c294cdeba33a5e06a09cb8b05c1473aeac0202c872d299e70906b39a83fe4e2f8d8ca8e96796325f399ef36743f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.999.0 (2024-10-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::GeoRoutes`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::GeoPlaces`.
|
|
10
|
+
|
|
11
|
+
* Feature - Added support for enumerating regions for `Aws::GeoMaps`.
|
|
12
|
+
|
|
4
13
|
1.998.0 (2024-10-29)
|
|
5
14
|
------------------
|
|
6
15
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.999.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -397,6 +397,9 @@ module Aws
|
|
|
397
397
|
'FraudDetector' => 'frauddetector',
|
|
398
398
|
'FreeTier' => 'freetier',
|
|
399
399
|
'GameLift' => 'gamelift',
|
|
400
|
+
'GeoMaps' => 'geo-maps',
|
|
401
|
+
'GeoPlaces' => 'geo-places',
|
|
402
|
+
'GeoRoutes' => 'geo-routes',
|
|
400
403
|
'Glacier' => 'glacier',
|
|
401
404
|
'GlobalAccelerator' => 'globalaccelerator',
|
|
402
405
|
'Glue' => 'glue',
|
data/partitions.json
CHANGED
|
@@ -27551,6 +27551,12 @@
|
|
|
27551
27551
|
}
|
|
27552
27552
|
}
|
|
27553
27553
|
},
|
|
27554
|
+
"memory-db" : {
|
|
27555
|
+
"endpoints" : {
|
|
27556
|
+
"us-gov-east-1" : { },
|
|
27557
|
+
"us-gov-west-1" : { }
|
|
27558
|
+
}
|
|
27559
|
+
},
|
|
27554
27560
|
"metering.marketplace" : {
|
|
27555
27561
|
"defaults" : {
|
|
27556
27562
|
"credentialScope" : {
|
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.999.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-10-
|
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|