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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7bb1ef51638d32af497257c4bedca42c8d4c0e23016712412c002decbbb93a81
4
- data.tar.gz: fd8b321fc2822932c1993042ccf45e5f93bc74d64ac91e869cb2f54d845b10b4
3
+ metadata.gz: c74c80fcf2395943dd9f30661546c85e62706d27c5a19899c52b9b36d341aa12
4
+ data.tar.gz: 94d1b3e043404ca5fd018614372497162ecc2ce095b7b5593e21dc3d39d77b72
5
5
  SHA512:
6
- metadata.gz: 8d172ed932bcf5a6d35fe411451e4cfe9a7a505da3f549ce9fe7ffc7f23e9b1127a76e98356c255ac3d51849a9439539fa61196c9dee44a6b630804eae02d247
7
- data.tar.gz: 94b7fa054b7588707371c23171b3c4e7a695b377b6092824b68b7bce5860c2ffa74a1b460aab9a83db9dbca1d1b126dbee0199a320ca51e902b0b308328ec7b8
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.1260.0
1
+ 1.1262.0
@@ -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" : {
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.1260.0
4
+ version: 1.1262.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services