aws-partitions 1.1260.0 → 1.1262.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 +12 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +2 -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: c74c80fcf2395943dd9f30661546c85e62706d27c5a19899c52b9b36d341aa12
|
|
4
|
+
data.tar.gz: 94d1b3e043404ca5fd018614372497162ecc2ce095b7b5593e21dc3d39d77b72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c2e1ed26324b3d57877bc58e04569e90e63915c7e4e7cc2ac21dffb277901820dfdad7c7b8cbbb71e13dbe8d5d38722d75957289d374e0b8e434b829bb728c9
|
|
7
|
+
data.tar.gz: f5416834e7560be0510300156a95209be1635ca9e00d25527f606ce246caf9f69967fe866f77203fdd5649303be9f9ea83463753a31af8e7220bfd0f5872ee69
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1262.0 (2026-06-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::LambdaMicrovms`.
|
|
8
|
+
|
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::LambdaCore`.
|
|
10
|
+
|
|
11
|
+
1.1261.0 (2026-06-16)
|
|
12
|
+
------------------
|
|
13
|
+
|
|
14
|
+
* Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
|
|
15
|
+
|
|
4
16
|
1.1260.0 (2026-06-12)
|
|
5
17
|
------------------
|
|
6
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1262.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -467,6 +467,8 @@ module Aws
|
|
|
467
467
|
'KinesisVideoWebRTCStorage' => 'kinesisvideo',
|
|
468
468
|
'LakeFormation' => 'lakeformation',
|
|
469
469
|
'Lambda' => 'lambda',
|
|
470
|
+
'LambdaCore' => 'lambda',
|
|
471
|
+
'LambdaMicrovms' => 'lambda',
|
|
470
472
|
'LaunchWizard' => 'launchwizard',
|
|
471
473
|
'Lex' => 'runtime.lex',
|
|
472
474
|
'LexModelBuildingService' => 'models.lex',
|
data/partitions.json
CHANGED
|
@@ -38156,7 +38156,8 @@
|
|
|
38156
38156
|
},
|
|
38157
38157
|
"datasync" : {
|
|
38158
38158
|
"endpoints" : {
|
|
38159
|
-
"us-isob-east-1" : { }
|
|
38159
|
+
"us-isob-east-1" : { },
|
|
38160
|
+
"us-isob-west-1" : { }
|
|
38160
38161
|
}
|
|
38161
38162
|
},
|
|
38162
38163
|
"directconnect" : {
|