aws-partitions 1.997.0 → 1.999.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions.json +7 -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,20 @@
|
|
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
|
+
|
13
|
+
1.998.0 (2024-10-29)
|
14
|
+
------------------
|
15
|
+
|
16
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
17
|
+
|
4
18
|
1.997.0 (2024-10-28)
|
5
19
|
------------------
|
6
20
|
|
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
@@ -20929,6 +20929,7 @@
|
|
20929
20929
|
"tags" : [ "dualstack" ]
|
20930
20930
|
} ]
|
20931
20931
|
},
|
20932
|
+
"eu-south-2" : { },
|
20932
20933
|
"eu-west-1" : {
|
20933
20934
|
"variants" : [ {
|
20934
20935
|
"hostname" : "textract.eu-west-1.api.aws",
|
@@ -27550,6 +27551,12 @@
|
|
27550
27551
|
}
|
27551
27552
|
}
|
27552
27553
|
},
|
27554
|
+
"memory-db" : {
|
27555
|
+
"endpoints" : {
|
27556
|
+
"us-gov-east-1" : { },
|
27557
|
+
"us-gov-west-1" : { }
|
27558
|
+
}
|
27559
|
+
},
|
27553
27560
|
"metering.marketplace" : {
|
27554
27561
|
"defaults" : {
|
27555
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:
|