aws-partitions 1.1105.0 → 1.1107.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 +0 -1
- data/partitions.json +4 -7
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f2866a7434cb9c5d23e89ca2af6ab1747afe3c97cbb7c49578518479b8ffbab
|
4
|
+
data.tar.gz: dba98491c837fc633ef6a5278222dc07e50c11a036116d5c48546862e21014a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66df36126ea11472d78b3dc349600de635a8431da42382605aa48a9b7440c0513f1d7a05760ac74b4165074643c310d50dc678cc8c63df0c87dccd96f942f29
|
7
|
+
data.tar.gz: 4758f36a8f71081a74292dfd69fe74e880f41ea67b14672000d3cfbe86c5a45797f0c1f289d32f060e8c60888f90dbebfaac6a2d887ab8dc6bd041a45cd84e4e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1107.0 (2025-05-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1106.0 (2025-05-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1105.0 (2025-05-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1107.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -746,6 +746,7 @@
|
|
746
746
|
"ap-northeast-2" : { },
|
747
747
|
"ap-northeast-3" : { },
|
748
748
|
"ap-south-1" : { },
|
749
|
+
"ap-south-2" : { },
|
749
750
|
"ap-southeast-1" : { },
|
750
751
|
"ap-southeast-2" : { },
|
751
752
|
"ca-central-1" : { },
|
@@ -18875,13 +18876,6 @@
|
|
18875
18876
|
}
|
18876
18877
|
}
|
18877
18878
|
},
|
18878
|
-
"private-networks" : {
|
18879
|
-
"endpoints" : {
|
18880
|
-
"us-east-1" : { },
|
18881
|
-
"us-east-2" : { },
|
18882
|
-
"us-west-2" : { }
|
18883
|
-
}
|
18884
|
-
},
|
18885
18879
|
"profile" : {
|
18886
18880
|
"endpoints" : {
|
18887
18881
|
"af-south-1" : { },
|
@@ -20913,6 +20907,8 @@
|
|
20913
20907
|
"tags" : [ "dualstack" ]
|
20914
20908
|
} ]
|
20915
20909
|
},
|
20910
|
+
"ap-southeast-5" : { },
|
20911
|
+
"ap-southeast-7" : { },
|
20916
20912
|
"ca-central-1" : {
|
20917
20913
|
"variants" : [ {
|
20918
20914
|
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
@@ -20997,6 +20993,7 @@
|
|
20997
20993
|
"tags" : [ "dualstack" ]
|
20998
20994
|
} ]
|
20999
20995
|
},
|
20996
|
+
"mx-central-1" : { },
|
21000
20997
|
"sa-east-1" : {
|
21001
20998
|
"variants" : [ {
|
21002
20999
|
"hostname" : "route53profiles.sa-east-1.api.aws",
|