aws-partitions 1.1109.0 → 1.1111.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 +13 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +15 -0
- 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: 6f2cd868f9edb042c1da20c1b5f7fe03689f8498af9909ea769c7efadd2d6a06
|
4
|
+
data.tar.gz: a92f9e17febcb82f4be6c8258be3266856e38ef1a369e9920c96e8d7fcb1f650
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c007784d80cf1780d02fde2479f37adcddd29e52f4b60e625c2cc288d374b318bb43b59465d01c80b578b5aabd6383206e7547bc61aa3fb2fae87a10e747994f
|
7
|
+
data.tar.gz: 77720e3ea70e4a1907b58a96434ec40c40233453683c5d8f484cbf39be55ff6d5cb8e17987999a240ba6dd8e5e09f11fc1c06fdad784b1e1249ed7c586e46c6c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1111.0 (2025-06-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::Evs`.
|
8
|
+
|
9
|
+
1.1110.0 (2025-06-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.5 and 2.6.
|
15
|
+
|
4
16
|
1.1109.0 (2025-05-30)
|
5
17
|
------------------
|
6
18
|
|
@@ -16,6 +28,7 @@ Unreleased Changes
|
|
16
28
|
|
17
29
|
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
30
|
|
31
|
+
|
19
32
|
1.1106.0 (2025-05-20)
|
20
33
|
------------------
|
21
34
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1111.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -37790,6 +37790,11 @@
|
|
37790
37790
|
"us-isob-east-1" : { }
|
37791
37791
|
}
|
37792
37792
|
},
|
37793
|
+
"athena" : {
|
37794
|
+
"endpoints" : {
|
37795
|
+
"us-isob-east-1" : { }
|
37796
|
+
}
|
37797
|
+
},
|
37793
37798
|
"autoscaling" : {
|
37794
37799
|
"defaults" : {
|
37795
37800
|
"protocols" : [ "http", "https" ]
|
@@ -38137,6 +38142,11 @@
|
|
38137
38142
|
}
|
38138
38143
|
}
|
38139
38144
|
},
|
38145
|
+
"lakeformation" : {
|
38146
|
+
"endpoints" : {
|
38147
|
+
"us-isob-east-1" : { }
|
38148
|
+
}
|
38149
|
+
},
|
38140
38150
|
"lambda" : {
|
38141
38151
|
"endpoints" : {
|
38142
38152
|
"us-isob-east-1" : { }
|
@@ -38969,6 +38979,11 @@
|
|
38969
38979
|
"isRegionalized" : false,
|
38970
38980
|
"partitionEndpoint" : "aws-iso-e-global"
|
38971
38981
|
},
|
38982
|
+
"route53profiles" : {
|
38983
|
+
"endpoints" : {
|
38984
|
+
"eu-isoe-west-1" : { }
|
38985
|
+
}
|
38986
|
+
},
|
38972
38987
|
"route53resolver" : {
|
38973
38988
|
"endpoints" : {
|
38974
38989
|
"eu-isoe-west-1" : { }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1111.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -39,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '2.
|
42
|
+
version: '2.7'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - ">="
|