aws-partitions 1.1109.0 → 1.1110.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 +8 -0
- data/VERSION +1 -1
- data/partitions.json +10 -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: 9cbbf7fa30c6dc996a7f5ee58706e9f995d24d6cc7449cbf7e191a09c79d6f91
|
4
|
+
data.tar.gz: e0bb4edf8fb4202215cb5edff755f3e8de64f4d26cb970ef64d5825a8a40430c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f39f6f3992269169d0eb9b98c0af432424ecee3b31677d469268a3761af0ada88d268a68845bc54e0882c7ec2215f65812f3b8f64b0ecee4f2ad10099ec3b8d
|
7
|
+
data.tar.gz: cd4e7527c1de08493e35d6a809561eaabd975adf86436c81a8fa3a371aa2330b9442b136ada904a8fe888ca07d571d8599c4298f5ea5329498d322d55f152e83
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1110.0 (2025-06-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
* Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 2.5 and 2.6.
|
10
|
+
|
4
11
|
1.1109.0 (2025-05-30)
|
5
12
|
------------------
|
6
13
|
|
@@ -16,6 +23,7 @@ Unreleased Changes
|
|
16
23
|
|
17
24
|
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
25
|
|
26
|
+
|
19
27
|
1.1106.0 (2025-05-20)
|
20
28
|
------------------
|
21
29
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1110.0
|
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" : { }
|
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.1110.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
|
- - ">="
|