aws-partitions 1.1233.0 → 1.1234.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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ac25a575511555f9b63c52655f9fb067d8abe64dd2535224bea6a4665ab8b85
4
- data.tar.gz: 1ab7aaa32566cbbad7d3e5c05de6d56f0e59fafe2199ed822be10c42167a7b94
3
+ metadata.gz: d0deb02442027463bc25301f6220abe0d22e1f3203a573d1e91ac1a59486520d
4
+ data.tar.gz: 3510e4c07262d5876a37a27928ab3bf0c3f7832bfacc579b5667293d9278a30d
5
5
  SHA512:
6
- metadata.gz: ca5ed19c4a96f5d3e8e8e951ba92666368b8ac39983b9aa8d33629c8a79c568f801343242f19b7a1357800a6ee39b48ae27cafde2fe0a1e1fc547bbaa3574031
7
- data.tar.gz: 67ff8905332f234c3125a4dd1ecf555ba1e3a0f9154f9205ba03fda19bc9e08d34e2b1199ba8a18ee01cd6bafd70bee4bfd500b25ff14275208c5c8db3030267
6
+ metadata.gz: 06b6fc4187647de4b580ca14cd1d088deb480f67dbe5f36b38acb3941e719fb4ecfd76668b0611630a17a2542c93646f2ebbedf2a81d41f48772caf1e06ccc60
7
+ data.tar.gz: 1eea8c9c424e1d76afd3a1e7fd5894387275c417ca29aad499beec1bc651d166a52ecd6674359300092d6ead8cfa1116750e110747eeb59007011d4c11c07d65
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1234.0 (2026-04-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1233.0 (2026-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1233.0
1
+ 1.1234.0
data/partitions.json CHANGED
@@ -11981,6 +11981,7 @@
11981
11981
  "ap-southeast-3" : { },
11982
11982
  "ap-southeast-4" : { },
11983
11983
  "ap-southeast-5" : { },
11984
+ "ap-southeast-6" : { },
11984
11985
  "ap-southeast-7" : { },
11985
11986
  "ca-central-1" : { },
11986
11987
  "ca-west-1" : { },
@@ -37905,6 +37906,12 @@
37905
37906
  }
37906
37907
  },
37907
37908
  "services" : {
37909
+ "acm" : {
37910
+ "endpoints" : {
37911
+ "us-isob-east-1" : { },
37912
+ "us-isob-west-1" : { }
37913
+ }
37914
+ },
37908
37915
  "agreement-marketplace" : {
37909
37916
  "endpoints" : {
37910
37917
  "us-isob-east-1" : { }
@@ -40627,11 +40634,21 @@
40627
40634
  "eusc-de-east-1" : { }
40628
40635
  }
40629
40636
  },
40637
+ "oidc" : {
40638
+ "endpoints" : {
40639
+ "eusc-de-east-1" : { }
40640
+ }
40641
+ },
40630
40642
  "pi" : {
40631
40643
  "endpoints" : {
40632
40644
  "eusc-de-east-1" : { }
40633
40645
  }
40634
40646
  },
40647
+ "portal.sso" : {
40648
+ "endpoints" : {
40649
+ "eusc-de-east-1" : { }
40650
+ }
40651
+ },
40635
40652
  "qbusiness" : {
40636
40653
  "endpoints" : {
40637
40654
  "eusc-de-east-1" : { }
@@ -40747,6 +40764,11 @@
40747
40764
  "eusc-de-east-1" : { }
40748
40765
  }
40749
40766
  },
40767
+ "sso" : {
40768
+ "endpoints" : {
40769
+ "eusc-de-east-1" : { }
40770
+ }
40771
+ },
40750
40772
  "states" : {
40751
40773
  "endpoints" : {
40752
40774
  "eusc-de-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.1233.0
4
+ version: 1.1234.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services