aws-partitions 1.1126.0 → 1.1127.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: 2a16699fd84884ccb0fe9904d09cbb09e695a8b0f21654d89f334ebf0d64a992
4
- data.tar.gz: fa39670435cd840b8d869c048c10526a053095435344f48de4f5623d10cd2d4c
3
+ metadata.gz: 5003e84c9c37b5f95374038fbe9edd5a9cccb619bc2a7be5517d33c3308e2120
4
+ data.tar.gz: 19097e2911bed4f90e77ceee2c5bb2daffae8c0154395d9d03ee91f64de8c0c9
5
5
  SHA512:
6
- metadata.gz: 76d149b7117f8f916acf19a632cf0015bee4ae740559fc658cfadb48b4c54ed7eb2dda0b90bb8b6749efbb9a62972b8fecab5ea625bb49bd1b790bc30c767ab2
7
- data.tar.gz: bd2c126192c5887a3a0437881b9d9dba5054b3d729f75735ff0464f64d12ce07bb87998f20cde165c434dbb1e858993512b9e4743c5497d08f5fff19b280ee97
6
+ metadata.gz: f830dddd1075e8df36000cb6df2e83719bfdf9b0eb362b288c0de1ba3668669c086e8fbf49920d1d3e91550bd455ad0352c009acebaffa85cb056ab24238eb20
7
+ data.tar.gz: c9761225408b9e4501ea605ddc0fed49c2fd20d447f06664bcdbfe3428f8fff2a4015fd9fd7263ffb2b0006fba5f837069a68ad3d22762448e24862e9165650d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1127.0 (2025-07-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::S3Vectors`.
8
+
4
9
  1.1126.0 (2025-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1126.0
1
+ 1.1127.0
@@ -582,6 +582,7 @@ module Aws
582
582
  'S3Control' => 's3-control',
583
583
  'S3Outposts' => 's3-outposts',
584
584
  'S3Tables' => 's3tables',
585
+ 'S3Vectors' => 's3vectors',
585
586
  'SES' => 'email',
586
587
  'SESV2' => 'email',
587
588
  'SMS' => 'sms',
data/partitions.json CHANGED
@@ -11510,6 +11510,7 @@
11510
11510
  "endpoints" : {
11511
11511
  "af-south-1" : { },
11512
11512
  "ap-east-1" : { },
11513
+ "ap-east-2" : { },
11513
11514
  "ap-northeast-1" : { },
11514
11515
  "ap-northeast-2" : { },
11515
11516
  "ap-northeast-3" : { },
@@ -16973,6 +16974,8 @@
16973
16974
  "ap-southeast-2" : { },
16974
16975
  "ap-southeast-3" : { },
16975
16976
  "ap-southeast-4" : { },
16977
+ "ap-southeast-5" : { },
16978
+ "ap-southeast-7" : { },
16976
16979
  "ca-central-1" : { },
16977
16980
  "eu-central-1" : { },
16978
16981
  "eu-central-2" : { },
@@ -17219,6 +17222,7 @@
17219
17222
  "endpoints" : {
17220
17223
  "af-south-1" : { },
17221
17224
  "ap-east-1" : { },
17225
+ "ap-east-2" : { },
17222
17226
  "ap-northeast-1" : { },
17223
17227
  "ap-northeast-2" : { },
17224
17228
  "ap-northeast-3" : { },
@@ -39909,6 +39913,12 @@
39909
39913
  "us-isof-south-1" : { }
39910
39914
  }
39911
39915
  },
39916
+ "runtime.sagemaker" : {
39917
+ "endpoints" : {
39918
+ "us-isof-east-1" : { },
39919
+ "us-isof-south-1" : { }
39920
+ }
39921
+ },
39912
39922
  "s3" : {
39913
39923
  "defaults" : {
39914
39924
  "protocols" : [ "http", "https" ],
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.1126.0
4
+ version: 1.1127.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services