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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 870b9dd3ffdc0f4e4c540223ed2b15392834372da1b76eb2fb46d60c69ca7e06
4
- data.tar.gz: 8c0434df351a91549d7a89031f08661cb23848f98134607871d9ffeef3cf4726
3
+ metadata.gz: 6f2cd868f9edb042c1da20c1b5f7fe03689f8498af9909ea769c7efadd2d6a06
4
+ data.tar.gz: a92f9e17febcb82f4be6c8258be3266856e38ef1a369e9920c96e8d7fcb1f650
5
5
  SHA512:
6
- metadata.gz: 2a1b8f86cb57cc4909b5d300b36958f5d73c8529d00711957c9d82e62c276a2dc23081c5266750558e3a9a82d6a8e930cc9e316696b995445f2a374952851c7c
7
- data.tar.gz: 136166628f11ffb652d49a5a94a8b004b32f6b1e3cb6ab0ba51884abe7a14736c42b636325d6c38f2b05044723790a206122a5c806957cedb43ecf1b2fa0d3eb
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.1109.0
1
+ 1.1111.0
@@ -392,6 +392,7 @@ module Aws
392
392
  'ElasticsearchService' => 'es',
393
393
  'EntityResolution' => 'entityresolution',
394
394
  'EventBridge' => 'events',
395
+ 'Evs' => 'evs',
395
396
  'FIS' => 'fis',
396
397
  'FMS' => 'fms',
397
398
  'FSx' => 'fsx',
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.1109.0
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.5'
42
+ version: '2.7'
43
43
  required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="