aws-partitions 1.1126.0 → 1.1128.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: eb9264a1d4dcffff7bd0bb8333cfcedb988f0e94639a3fae4ec0fbf8e6f3f2e7
4
+ data.tar.gz: 13329eb78d04ee298be0f54317d816399eac1535c9fb5260342b0c42534ed3ae
5
5
  SHA512:
6
- metadata.gz: 76d149b7117f8f916acf19a632cf0015bee4ae740559fc658cfadb48b4c54ed7eb2dda0b90bb8b6749efbb9a62972b8fecab5ea625bb49bd1b790bc30c767ab2
7
- data.tar.gz: bd2c126192c5887a3a0437881b9d9dba5054b3d729f75735ff0464f64d12ce07bb87998f20cde165c434dbb1e858993512b9e4743c5497d08f5fff19b280ee97
6
+ metadata.gz: 96fe9d2008d3bdb3d4fa06dfff37db8b1c48f5cd16935fc795622e2af88a6163ed45f004e079504a79e353202332a5949fd4c5b3c1067ceaa85f8da6a7653a2d
7
+ data.tar.gz: 1129c65f7acaf71ab02da814793ebf3b7cea55eadd03adf83bff0b3f8b8668c9f3069e0441ddfbf7f5dfbf72e1b41fdd269d43f79761077c62a6d34dda6da83e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1128.0 (2025-07-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1127.0 (2025-07-15)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::S3Vectors`.
13
+
4
14
  1.1126.0 (2025-07-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1126.0
1
+ 1.1128.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" : { },
@@ -13859,6 +13860,7 @@
13859
13860
  "endpoints" : {
13860
13861
  "af-south-1" : { },
13861
13862
  "ap-east-1" : { },
13863
+ "ap-east-2" : { },
13862
13864
  "ap-northeast-1" : { },
13863
13865
  "ap-northeast-2" : { },
13864
13866
  "ap-northeast-3" : { },
@@ -16973,6 +16975,8 @@
16973
16975
  "ap-southeast-2" : { },
16974
16976
  "ap-southeast-3" : { },
16975
16977
  "ap-southeast-4" : { },
16978
+ "ap-southeast-5" : { },
16979
+ "ap-southeast-7" : { },
16976
16980
  "ca-central-1" : { },
16977
16981
  "eu-central-1" : { },
16978
16982
  "eu-central-2" : { },
@@ -17219,6 +17223,7 @@
17219
17223
  "endpoints" : {
17220
17224
  "af-south-1" : { },
17221
17225
  "ap-east-1" : { },
17226
+ "ap-east-2" : { },
17222
17227
  "ap-northeast-1" : { },
17223
17228
  "ap-northeast-2" : { },
17224
17229
  "ap-northeast-3" : { },
@@ -39909,6 +39914,12 @@
39909
39914
  "us-isof-south-1" : { }
39910
39915
  }
39911
39916
  },
39917
+ "runtime.sagemaker" : {
39918
+ "endpoints" : {
39919
+ "us-isof-east-1" : { },
39920
+ "us-isof-south-1" : { }
39921
+ }
39922
+ },
39912
39923
  "s3" : {
39913
39924
  "defaults" : {
39914
39925
  "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.1128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services