aws-partitions 1.1056.0 → 1.1057.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +22 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3339a7e5b0221afadd37d4498ddfb6b2dfd39b6908e41f1ee6dcc2187f28ca39
4
- data.tar.gz: 96758a15d689d48eaabc66404a0fcfc00250e37eb5d11fb374d1f4b45245f707
3
+ metadata.gz: 89d55baef7e4150bf17256efacce08c1a9522fe015f495de11aeef105a80c9e0
4
+ data.tar.gz: 5e59db92a4cb11bfc544d9dca0b693f6faf882a0c76921386df6376493ea69e1
5
5
  SHA512:
6
- metadata.gz: 30a4bba66914537a7e5cf7b30d2e024d41265efa2e9ec1842143c0e4ad69065e518881d33ddc81025a9db7b87695712c68f5b2bcc5dd4ce07993ec170a9b79c9
7
- data.tar.gz: 1854ba6d1ea8137798d8050e12f37e4fbab6b2ea7f5e2f4a09022549607f4658faacd51a14c367acaaed033e891f1699490beb38ebe21bb7ea7030ae7fdfdf2b
6
+ metadata.gz: 4d1d499f67bbb6542440b835cde40981518b9c9e3a55ad6eb29fa76976364d418558a751b7c05b83ebad987b86bb48dd1ccd0ba8959ab1c89c6630f24cdaa88b
7
+ data.tar.gz: 2111251ec48517446d9162f98febe9fce0d20766cd5d7604253e4459eebe028550fbf07fa0f11d2634cf24107633c4a8f652d794ffce1893ebe62f0b6adc9eef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1057.0 (2025-02-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1056.0 (2025-02-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1056.0
1
+ 1.1057.0
data/partitions.json CHANGED
@@ -580,12 +580,15 @@
580
580
  "eu-central-1" : { },
581
581
  "eu-central-2" : { },
582
582
  "eu-north-1" : { },
583
+ "eu-south-1" : { },
584
+ "eu-south-2" : { },
583
585
  "eu-west-1" : { },
584
586
  "eu-west-2" : { },
585
587
  "eu-west-3" : { },
586
588
  "sa-east-1" : { },
587
589
  "us-east-1" : { },
588
590
  "us-east-2" : { },
591
+ "us-west-1" : { },
589
592
  "us-west-2" : { }
590
593
  }
591
594
  },
@@ -3111,6 +3114,12 @@
3111
3114
  },
3112
3115
  "hostname" : "bedrock.eu-central-2.amazonaws.com"
3113
3116
  },
3117
+ "bedrock-eu-north-1" : {
3118
+ "credentialScope" : {
3119
+ "region" : "eu-north-1"
3120
+ },
3121
+ "hostname" : "bedrock.eu-north-1.amazonaws.com"
3122
+ },
3114
3123
  "bedrock-eu-west-1" : {
3115
3124
  "credentialScope" : {
3116
3125
  "region" : "eu-west-1"
@@ -3213,6 +3222,12 @@
3213
3222
  },
3214
3223
  "hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
3215
3224
  },
3225
+ "bedrock-runtime-eu-north-1" : {
3226
+ "credentialScope" : {
3227
+ "region" : "eu-north-1"
3228
+ },
3229
+ "hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230
+ },
3216
3231
  "bedrock-runtime-eu-west-1" : {
3217
3232
  "credentialScope" : {
3218
3233
  "region" : "eu-west-1"
@@ -3306,6 +3321,7 @@
3306
3321
  "ca-central-1" : { },
3307
3322
  "eu-central-1" : { },
3308
3323
  "eu-central-2" : { },
3324
+ "eu-north-1" : { },
3309
3325
  "eu-west-1" : { },
3310
3326
  "eu-west-2" : { },
3311
3327
  "eu-west-3" : { },
@@ -36180,6 +36196,12 @@
36180
36196
  "us-isof-south-1" : { }
36181
36197
  }
36182
36198
  },
36199
+ "schemas" : {
36200
+ "endpoints" : {
36201
+ "us-isof-east-1" : { },
36202
+ "us-isof-south-1" : { }
36203
+ }
36204
+ },
36183
36205
  "secretsmanager" : {
36184
36206
  "endpoints" : {
36185
36207
  "us-isof-east-1" : {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1056.0
4
+ version: 1.1057.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-26 00:00:00.000000000 Z
11
+ date: 2025-02-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: