aws-partitions 1.1126.0 → 1.1128.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 +11 -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: eb9264a1d4dcffff7bd0bb8333cfcedb988f0e94639a3fae4ec0fbf8e6f3f2e7
|
4
|
+
data.tar.gz: 13329eb78d04ee298be0f54317d816399eac1535c9fb5260342b0c42534ed3ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96fe9d2008d3bdb3d4fa06dfff37db8b1c48f5cd16935fc795622e2af88a6163ed45f004e079504a79e353202332a5949fd4c5b3c1067ceaa85f8da6a7653a2d
|
7
|
+
data.tar.gz: 1129c65f7acaf71ab02da814793ebf3b7cea55eadd03adf83bff0b3f8b8668c9f3069e0441ddfbf7f5dfbf72e1b41fdd269d43f79761077c62a6d34dda6da83e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1128.0 (2025-07-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1127.0 (2025-07-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::S3Vectors`.
|
13
|
+
|
4
14
|
1.1126.0 (2025-07-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1128.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -11510,6 +11510,7 @@
|
|
11510
11510
|
"endpoints" : {
|
11511
11511
|
"af-south-1" : { },
|
11512
11512
|
"ap-east-1" : { },
|
11513
|
+
"ap-east-2" : { },
|
11513
11514
|
"ap-northeast-1" : { },
|
11514
11515
|
"ap-northeast-2" : { },
|
11515
11516
|
"ap-northeast-3" : { },
|
@@ -13859,6 +13860,7 @@
|
|
13859
13860
|
"endpoints" : {
|
13860
13861
|
"af-south-1" : { },
|
13861
13862
|
"ap-east-1" : { },
|
13863
|
+
"ap-east-2" : { },
|
13862
13864
|
"ap-northeast-1" : { },
|
13863
13865
|
"ap-northeast-2" : { },
|
13864
13866
|
"ap-northeast-3" : { },
|
@@ -16973,6 +16975,8 @@
|
|
16973
16975
|
"ap-southeast-2" : { },
|
16974
16976
|
"ap-southeast-3" : { },
|
16975
16977
|
"ap-southeast-4" : { },
|
16978
|
+
"ap-southeast-5" : { },
|
16979
|
+
"ap-southeast-7" : { },
|
16976
16980
|
"ca-central-1" : { },
|
16977
16981
|
"eu-central-1" : { },
|
16978
16982
|
"eu-central-2" : { },
|
@@ -17219,6 +17223,7 @@
|
|
17219
17223
|
"endpoints" : {
|
17220
17224
|
"af-south-1" : { },
|
17221
17225
|
"ap-east-1" : { },
|
17226
|
+
"ap-east-2" : { },
|
17222
17227
|
"ap-northeast-1" : { },
|
17223
17228
|
"ap-northeast-2" : { },
|
17224
17229
|
"ap-northeast-3" : { },
|
@@ -39909,6 +39914,12 @@
|
|
39909
39914
|
"us-isof-south-1" : { }
|
39910
39915
|
}
|
39911
39916
|
},
|
39917
|
+
"runtime.sagemaker" : {
|
39918
|
+
"endpoints" : {
|
39919
|
+
"us-isof-east-1" : { },
|
39920
|
+
"us-isof-south-1" : { }
|
39921
|
+
}
|
39922
|
+
},
|
39912
39923
|
"s3" : {
|
39913
39924
|
"defaults" : {
|
39914
39925
|
"protocols" : [ "http", "https" ],
|