aws-partitions 1.1107.0 → 1.1109.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f2866a7434cb9c5d23e89ca2af6ab1747afe3c97cbb7c49578518479b8ffbab
4
- data.tar.gz: dba98491c837fc633ef6a5278222dc07e50c11a036116d5c48546862e21014a6
3
+ metadata.gz: 870b9dd3ffdc0f4e4c540223ed2b15392834372da1b76eb2fb46d60c69ca7e06
4
+ data.tar.gz: 8c0434df351a91549d7a89031f08661cb23848f98134607871d9ffeef3cf4726
5
5
  SHA512:
6
- metadata.gz: f66df36126ea11472d78b3dc349600de635a8431da42382605aa48a9b7440c0513f1d7a05760ac74b4165074643c310d50dc678cc8c63df0c87dccd96f942f29
7
- data.tar.gz: 4758f36a8f71081a74292dfd69fe74e880f41ea67b14672000d3cfbe86c5a45797f0c1f289d32f060e8c60888f90dbebfaac6a2d887ab8dc6bd041a45cd84e4e
6
+ metadata.gz: 2a1b8f86cb57cc4909b5d300b36958f5d73c8529d00711957c9d82e62c276a2dc23081c5266750558e3a9a82d6a8e930cc9e316696b995445f2a374952851c7c
7
+ data.tar.gz: 136166628f11ffb652d49a5a94a8b004b32f6b1e3cb6ab0ba51884abe7a14736c42b636325d6c38f2b05044723790a206122a5c806957cedb43ecf1b2fa0d3eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1109.0 (2025-05-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1108.0 (2025-05-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1107.0 (2025-05-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1107.0
1
+ 1.1109.0
data/partitions.json CHANGED
@@ -22421,6 +22421,7 @@
22421
22421
  "ap-southeast-3" : { },
22422
22422
  "ap-southeast-4" : { },
22423
22423
  "ca-central-1" : { },
22424
+ "ca-west-1" : { },
22424
22425
  "eu-central-1" : { },
22425
22426
  "eu-central-2" : { },
22426
22427
  "eu-north-1" : { },
@@ -38882,6 +38883,11 @@
38882
38883
  }
38883
38884
  }
38884
38885
  },
38886
+ "license-manager" : {
38887
+ "endpoints" : {
38888
+ "eu-isoe-west-1" : { }
38889
+ }
38890
+ },
38885
38891
  "logs" : {
38886
38892
  "endpoints" : {
38887
38893
  "eu-isoe-west-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.1107.0
4
+ version: 1.1109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services