aws-partitions 1.969.0 → 1.971.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 +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +1 -1
- data/partitions.json +13 -2
- 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: 7468f146b8cc53320261b356f8d9a0beec58d7b45ef5f5ce0d6b08e1fd07ba75
|
4
|
+
data.tar.gz: 4bd11a2cce44100c45f9b9629fc7fcf18fb68e2934db90b08ba8611e894c2edb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 586d69c4f30871663937fe20c89f67b29c92d245aad8692dba81cd7814a8d341809bbbd65441c2f9f244fff05e28c99d877a12d0e3024606a0bbcb3309daf4a0
|
7
|
+
data.tar.gz: e2c1cfb37913ebff4736c15f8b7cb81e91e18c73b8db89dbae66811cdb3bd434201c2cdfc5ca050d5cbc54b7b9b27e6f53d0190779c09ee6952193335a6e6388
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.971.0 (2024-09-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.970.0 (2024-08-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.969.0 (2024-08-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.971.0
|
data/partitions-metadata.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"supportsDualStack" : true,
|
10
10
|
"supportsFIPS" : true
|
11
11
|
},
|
12
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
12
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
13
13
|
"regions" : {
|
14
14
|
"af-south-1" : {
|
15
15
|
"description" : "Africa (Cape Town)"
|
data/partitions.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
"dnsSuffix" : "amazonaws.com",
|
22
22
|
"partition" : "aws",
|
23
23
|
"partitionName" : "AWS Standard",
|
24
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
24
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
25
25
|
"regions" : {
|
26
26
|
"af-south-1" : {
|
27
27
|
"description" : "Africa (Cape Town)"
|
@@ -17527,7 +17527,18 @@
|
|
17527
17527
|
"protocols" : [ "https" ]
|
17528
17528
|
},
|
17529
17529
|
"ca-central-1" : {
|
17530
|
-
"protocols" : [ "https" ]
|
17530
|
+
"protocols" : [ "https" ],
|
17531
|
+
"variants" : [ {
|
17532
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
|
17533
|
+
"tags" : [ "fips" ]
|
17534
|
+
} ]
|
17535
|
+
},
|
17536
|
+
"ca-central-1-fips" : {
|
17537
|
+
"credentialScope" : {
|
17538
|
+
"region" : "ca-central-1"
|
17539
|
+
},
|
17540
|
+
"deprecated" : true,
|
17541
|
+
"hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
|
17531
17542
|
},
|
17532
17543
|
"eu-central-1" : {
|
17533
17544
|
"protocols" : [ "https" ]
|
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.971.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-
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|