aws-partitions 1.998.0 → 1.1000.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 +29 -1
- 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: c2679a761fbbeeace62ca7f18ec93286b38bc4eca227d2c3d857f54ec79a4cba
|
4
|
+
data.tar.gz: c793ccff01fd9e313a024c0a567e5d229435f8f25a441a47415d72b0505870ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 797537eb7fbde78480c211d0861bc98788b42687451b3f60efb55d271e46c3bce40ce1471cf065b68794da9a2bbd9007bec55710c2d46f034f9aa2092668543c
|
7
|
+
data.tar.gz: 69e2a71c71c8a5781303cb1ff291008ded5c88c80dea3cbc527507234b31c2e20e86c61841d846959236b247a441f51ef768e55103ca5a7063806f2b333c0664
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1000.0 (2024-10-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.999.0 (2024-10-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::GeoRoutes`.
|
13
|
+
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::GeoPlaces`.
|
15
|
+
|
16
|
+
* Feature - Added support for enumerating regions for `Aws::GeoMaps`.
|
17
|
+
|
4
18
|
1.998.0 (2024-10-29)
|
5
19
|
------------------
|
6
20
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1000.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,7 +20929,12 @@
|
|
20929
20929
|
"tags" : [ "dualstack" ]
|
20930
20930
|
} ]
|
20931
20931
|
},
|
20932
|
-
"eu-south-2" : {
|
20932
|
+
"eu-south-2" : {
|
20933
|
+
"variants" : [ {
|
20934
|
+
"hostname" : "textract.eu-south-2.api.aws",
|
20935
|
+
"tags" : [ "dualstack" ]
|
20936
|
+
} ]
|
20937
|
+
},
|
20933
20938
|
"eu-west-1" : {
|
20934
20939
|
"variants" : [ {
|
20935
20940
|
"hostname" : "textract.eu-west-1.api.aws",
|
@@ -22250,6 +22255,16 @@
|
|
22250
22255
|
"tags" : [ "fips" ]
|
22251
22256
|
} ]
|
22252
22257
|
},
|
22258
|
+
"ap-southeast-5" : {
|
22259
|
+
"credentialScope" : {
|
22260
|
+
"region" : "ap-southeast-5"
|
22261
|
+
},
|
22262
|
+
"hostname" : "wafv2.ap-southeast-5.amazonaws.com",
|
22263
|
+
"variants" : [ {
|
22264
|
+
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com",
|
22265
|
+
"tags" : [ "fips" ]
|
22266
|
+
} ]
|
22267
|
+
},
|
22253
22268
|
"ca-central-1" : {
|
22254
22269
|
"credentialScope" : {
|
22255
22270
|
"region" : "ca-central-1"
|
@@ -22427,6 +22442,13 @@
|
|
22427
22442
|
"deprecated" : true,
|
22428
22443
|
"hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
|
22429
22444
|
},
|
22445
|
+
"fips-ap-southeast-5" : {
|
22446
|
+
"credentialScope" : {
|
22447
|
+
"region" : "ap-southeast-5"
|
22448
|
+
},
|
22449
|
+
"deprecated" : true,
|
22450
|
+
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
|
22451
|
+
},
|
22430
22452
|
"fips-ca-central-1" : {
|
22431
22453
|
"credentialScope" : {
|
22432
22454
|
"region" : "ca-central-1"
|
@@ -27551,6 +27573,12 @@
|
|
27551
27573
|
}
|
27552
27574
|
}
|
27553
27575
|
},
|
27576
|
+
"memory-db" : {
|
27577
|
+
"endpoints" : {
|
27578
|
+
"us-gov-east-1" : { },
|
27579
|
+
"us-gov-west-1" : { }
|
27580
|
+
}
|
27581
|
+
},
|
27554
27582
|
"metering.marketplace" : {
|
27555
27583
|
"defaults" : {
|
27556
27584
|
"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.1000.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-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|