aws-partitions 1.1132.0 → 1.1136.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 +20 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +5 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99d01ebbb64d18d5521a54c365df7cd5a6cdd717a3ebc0118440465b44a53f56
4
- data.tar.gz: 3c89cbbe139c105168998464c92a3dd222f2697f8646a4a1bc8e4554e26395a4
3
+ metadata.gz: 8c81ece16664b35cffecd4aea1b2df2a75d3cd7ac1f49de2dc93bc8fdd033b78
4
+ data.tar.gz: 8c2e92ab730b77083ce7492600ffdf14bb7facb1f54a9d70c16e0bb51a8b1b66
5
5
  SHA512:
6
- metadata.gz: 03e214b7bdcb5630f9eb103d5497733b00599363d89b4f987c316c426ae39a51166732e15e33e078343dc831336778b207d2196b553a85fa1c55e69824dc168a
7
- data.tar.gz: 35473d663e628b88a0c545e86d11f1222f4073a48159b08150a388c41e9134ca9c260f8af5181154aba1d730feefea27a638cd4ee28017f4222fbbaf13f48908
6
+ metadata.gz: 9c948f184dee8b59eb67613d50804eb4c0bba9f1af208e133ec76268ddb20cf31d807e39f29abc920a102e717a8543b29d01321fbf03fa5dc36616d7a660f8da
7
+ data.tar.gz: 98512795e2dba26ea1a1de259ea224101f7d0fc41cd778afc8ddbf3248c8dce3cd299575e84ea308f18a8946b520c1fbea49cc195ccc48c7f9cfa341fc99e8d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1136.0 (2025-07-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1135.0 (2025-07-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1134.0 (2025-07-23)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1133.0 (2025-07-22)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.1132.0 (2025-07-21)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1132.0
1
+ 1.1136.0
data/partitions.json CHANGED
@@ -4079,6 +4079,7 @@
4079
4079
  "sa-east-1" : { },
4080
4080
  "us-east-1" : { },
4081
4081
  "us-east-2" : { },
4082
+ "us-west-1" : { },
4082
4083
  "us-west-2" : { }
4083
4084
  }
4084
4085
  },
@@ -5729,6 +5730,7 @@
5729
5730
  "tags" : [ "dualstack" ]
5730
5731
  } ]
5731
5732
  },
5733
+ "ap-southeast-7" : { },
5732
5734
  "ca-central-1" : {
5733
5735
  "variants" : [ {
5734
5736
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5966,6 +5968,7 @@
5966
5968
  "tags" : [ "dualstack" ]
5967
5969
  } ]
5968
5970
  },
5971
+ "ap-southeast-7" : { },
5969
5972
  "ca-central-1" : {
5970
5973
  "variants" : [ {
5971
5974
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6697,6 +6700,7 @@
6697
6700
  "endpoints" : {
6698
6701
  "af-south-1" : { },
6699
6702
  "ap-east-1" : { },
6703
+ "ap-east-2" : { },
6700
6704
  "ap-northeast-1" : { },
6701
6705
  "ap-northeast-2" : { },
6702
6706
  "ap-northeast-3" : { },
@@ -15384,6 +15388,7 @@
15384
15388
  "endpoints" : {
15385
15389
  "af-south-1" : { },
15386
15390
  "ap-east-1" : { },
15391
+ "ap-east-2" : { },
15387
15392
  "ap-northeast-1" : { },
15388
15393
  "ap-northeast-2" : { },
15389
15394
  "ap-northeast-3" : { },
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.1132.0
4
+ version: 1.1136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services