aws-partitions 1.1148.0 → 1.1149.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 +19 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24282cfef9a6afc00129d0252503e4b9c96df4e5e1784d38c30fc9edf06702d7
4
- data.tar.gz: 4ac39d1bb3d734da298b5839923978becce4ae8273bed67a7bf9d57b296de026
3
+ metadata.gz: eddf1af5ccd659848011a4cf97def5e9840e78dd77eb2da4cab73253445fc3dd
4
+ data.tar.gz: 590c800989dc88df4d986c24ba17c47cad1f615f8e00d809b1b0794a7bf4fd05
5
5
  SHA512:
6
- metadata.gz: '083f02138d6581cc676a717e5a631b9c2fe5b215b66097e855c779f2026b0bd2adcdb0592eadb45e69c8b647998d5bd31ff7fa47bfdec6c08112e71b0b4c0589'
7
- data.tar.gz: c14969d49d84b374ca3b493c3f8b77e32ed141f8e8b688e3ebb2718e16f3970af3127229c913c824aed5ada0ee824d51966360ee171c5b424a43b0423a5e0250
6
+ metadata.gz: 68b64ba3c3be9e7785ac945f689fec92d1b27523ad38780d94c570a905c8b3451c7d6d69aa41d69ed21854fd784dfba12c2794abba616e7dddc5d3171292fc55
7
+ data.tar.gz: df103f8598358541b3056326209ebe914fb3dbbe7bcc5e783f8eb306bfeed95211fb7a636215e4735e98ec926f637d0d3623c7f50de14b9fc84ad7eca95a55fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1149.0 (2025-08-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1148.0 (2025-08-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1148.0
1
+ 1.1149.0
data/partitions.json CHANGED
@@ -27575,6 +27575,9 @@
27575
27575
  },
27576
27576
  "trustedadvisor" : {
27577
27577
  "endpoints" : {
27578
+ "ap-northeast-2" : { },
27579
+ "ap-southeast-2" : { },
27580
+ "eu-west-1" : { },
27578
27581
  "fips-us-east-1" : {
27579
27582
  "credentialScope" : {
27580
27583
  "region" : "us-east-1"
@@ -27592,7 +27595,10 @@
27592
27595
  "region" : "us-west-2"
27593
27596
  },
27594
27597
  "hostname" : "trustedadvisor-fips.us-west-2.api.aws"
27595
- }
27598
+ },
27599
+ "us-east-1" : { },
27600
+ "us-east-2" : { },
27601
+ "us-west-2" : { }
27596
27602
  }
27597
27603
  },
27598
27604
  "verifiedpermissions" : {
@@ -37191,7 +37197,8 @@
37191
37197
  "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
37192
37198
  "tags" : [ "fips" ]
37193
37199
  } ]
37194
- }
37200
+ },
37201
+ "us-iso-west-1" : { }
37195
37202
  }
37196
37203
  },
37197
37204
  "glacier" : {
@@ -39337,6 +39344,11 @@
39337
39344
  "eu-isoe-west-1" : { }
39338
39345
  }
39339
39346
  },
39347
+ "trustedadvisor" : {
39348
+ "endpoints" : {
39349
+ "eu-isoe-west-1" : { }
39350
+ }
39351
+ },
39340
39352
  "xray" : {
39341
39353
  "endpoints" : {
39342
39354
  "eu-isoe-west-1" : { }
@@ -40175,6 +40187,11 @@
40175
40187
  "us-isof-south-1" : { }
40176
40188
  }
40177
40189
  },
40190
+ "trustedadvisor" : {
40191
+ "endpoints" : {
40192
+ "us-isof-south-1" : { }
40193
+ }
40194
+ },
40178
40195
  "xray" : {
40179
40196
  "endpoints" : {
40180
40197
  "us-isof-east-1" : { },
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.1148.0
4
+ version: 1.1149.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services