aws-partitions 1.1253.0 → 1.1255.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 +1 -0
- data/partitions.json +4 -1
- 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: e02d64e362d367389fed082d82069bb2776b2885218d1ec9dfae60f276fa61df
|
|
4
|
+
data.tar.gz: 0d86ac9918536140e2ad4e74662d1b8e62cf1b5ce7340f0be292d083c3a63951
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4fe5ba1556fc5626297c09cebee318df827f7ec56094bcb18ad1a3c92043832dafef92dba73f4f5908d6dec7ee76d5f5d69e720db12529a04f2063af533203f
|
|
7
|
+
data.tar.gz: 2ac69b40f4b7dba73c75fea08bab6b8731ee22d3fdea38f8113f407f1a32bd5bf87dae07c76e99b4ddbbfcdbc397b4633e0d7740a4524c2f9d135e5cdcc29076
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1255.0 (2026-05-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.1254.0 (2026-05-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Resiliencehubv2`.
|
|
13
|
+
|
|
4
14
|
1.1253.0 (2026-05-22)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1255.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -572,6 +572,7 @@ module Aws
|
|
|
572
572
|
'Rekognition' => 'rekognition',
|
|
573
573
|
'Repostspace' => 'repostspace',
|
|
574
574
|
'ResilienceHub' => 'resiliencehub',
|
|
575
|
+
'Resiliencehubv2' => 'resiliencehub',
|
|
575
576
|
'ResourceExplorer2' => 'resource-explorer-2',
|
|
576
577
|
'ResourceGroups' => 'resource-groups',
|
|
577
578
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
data/partitions.json
CHANGED
|
@@ -20302,6 +20302,8 @@
|
|
|
20302
20302
|
"tags" : [ "dualstack" ]
|
|
20303
20303
|
} ]
|
|
20304
20304
|
},
|
|
20305
|
+
"ap-southeast-5" : { },
|
|
20306
|
+
"ap-southeast-7" : { },
|
|
20305
20307
|
"ca-central-1" : {
|
|
20306
20308
|
"variants" : [ {
|
|
20307
20309
|
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
|
|
@@ -38283,7 +38285,8 @@
|
|
|
38283
38285
|
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
38284
38286
|
"tags" : [ "fips" ]
|
|
38285
38287
|
} ]
|
|
38286
|
-
}
|
|
38288
|
+
},
|
|
38289
|
+
"us-isob-west-1" : { }
|
|
38287
38290
|
}
|
|
38288
38291
|
},
|
|
38289
38292
|
"elasticloadbalancing" : {
|