aws-partitions 1.1101.0 → 1.1103.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/partitions.json +8 -0
- 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: 9571509a1496d8a5dedc83294cbe1ff039a4995164a1c831e40dde035392b745
|
4
|
+
data.tar.gz: 8684e2225e6528c73a2be425adf8427b0ce0a45fb140a70d80b82650fee43fe7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21bbebd11015e22b95daa4c592e0dcba9927d13f2c0947ef542d278d5cb5d6e2de587d10b02ec5c4ac0b8d9018eb04c031685aa36ef91318264109b9998250c8
|
7
|
+
data.tar.gz: 78c729ec3d1a7a99fec6792e4bcba3e0a6c62140d152a4737a29f74d0b46d1a9f8eaccee126960f9944d697a7ab09e0e72400ae059e68e0568059399c28a772a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1103.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1102.0 (2025-05-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1101.0 (2025-05-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1103.0
|
data/partitions.json
CHANGED
@@ -11459,6 +11459,7 @@
|
|
11459
11459
|
"ap-southeast-3" : { },
|
11460
11460
|
"ap-southeast-4" : { },
|
11461
11461
|
"ap-southeast-5" : { },
|
11462
|
+
"ap-southeast-7" : { },
|
11462
11463
|
"ca-central-1" : {
|
11463
11464
|
"variants" : [ {
|
11464
11465
|
"hostname" : "fsx-fips.ca-central-1.amazonaws.com",
|
@@ -11566,6 +11567,7 @@
|
|
11566
11567
|
"il-central-1" : { },
|
11567
11568
|
"me-central-1" : { },
|
11568
11569
|
"me-south-1" : { },
|
11570
|
+
"mx-central-1" : { },
|
11569
11571
|
"prod-ca-central-1" : {
|
11570
11572
|
"credentialScope" : {
|
11571
11573
|
"region" : "ca-central-1"
|
@@ -12608,6 +12610,7 @@
|
|
12608
12610
|
"ap-southeast-3" : { },
|
12609
12611
|
"ap-southeast-4" : { },
|
12610
12612
|
"ap-southeast-5" : { },
|
12613
|
+
"ap-southeast-7" : { },
|
12611
12614
|
"ca-central-1" : { },
|
12612
12615
|
"ca-west-1" : { },
|
12613
12616
|
"eu-central-1" : { },
|
@@ -38385,6 +38388,11 @@
|
|
38385
38388
|
}
|
38386
38389
|
}
|
38387
38390
|
},
|
38391
|
+
"securityhub" : {
|
38392
|
+
"endpoints" : {
|
38393
|
+
"us-isob-east-1" : { }
|
38394
|
+
}
|
38395
|
+
},
|
38388
38396
|
"servicediscovery" : {
|
38389
38397
|
"endpoints" : {
|
38390
38398
|
"us-isob-east-1" : { }
|