aws-partitions 1.1130.0 → 1.1133.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 +15 -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: 8109862c65a17662b3c45503dd5f97bb4ea45c53a1c9076f502b6984465870ac
4
- data.tar.gz: 293536c8c9914a12289a3b61ec19dc26b40837a93c4500ef2d42d54e9a30e306
3
+ metadata.gz: 6ea1389ef37b7db612d9827d2c503d663eecd82ff1cbc4121593a24b994f580a
4
+ data.tar.gz: 3de94454e4909976b7aabd3e36e0f54081cbefe526e87923cfd0c7786b9b7c1d
5
5
  SHA512:
6
- metadata.gz: 59b6d84d9d929847983ed6d7aebb899952d3e946bc48569819331185a30ebb71f6f7b8820498e56c4774ffa7891bb4eb9fb37d799a8a2fb6657f9c9a605c6c71
7
- data.tar.gz: b86ecf088bdd34fbb315fbefcceb40a90fc8a713d4d89340c3de1d156dfdeed6fa704af3ee1c479fe92e7b8c1afc81428c8f9b0c3c73a4e52368211d89fbeafe
6
+ metadata.gz: a4a6d3b37bb85cdccbcdd37d2d524ce9b5c00b7dc7d8e5fe34605ecee5a609545f2996809be81d3dd12c6531a5219323b488db32fad402705ae8f7f4a2bdfa3b
7
+ data.tar.gz: c2b43e1bb7a4eb1d012f1383b0f349710399d410f02d25c618f3505f52df432e966949cacb9afc14f57271fd63e12f6cc3bdd0b3cb7e72c7c89165519116ce88
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1133.0 (2025-07-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1132.0 (2025-07-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1131.0 (2025-07-18)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1130.0 (2025-07-17)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1130.0
1
+ 1.1133.0
data/partitions.json CHANGED
@@ -5729,6 +5729,7 @@
5729
5729
  "tags" : [ "dualstack" ]
5730
5730
  } ]
5731
5731
  },
5732
+ "ap-southeast-7" : { },
5732
5733
  "ca-central-1" : {
5733
5734
  "variants" : [ {
5734
5735
  "hostname" : "cognito-identity.ca-central-1.amazonaws.com",
@@ -5835,6 +5836,7 @@
5835
5836
  "tags" : [ "dualstack" ]
5836
5837
  } ]
5837
5838
  },
5839
+ "mx-central-1" : { },
5838
5840
  "sa-east-1" : {
5839
5841
  "variants" : [ {
5840
5842
  "hostname" : "cognito-identity.sa-east-1.amazonaws.com",
@@ -5965,6 +5967,7 @@
5965
5967
  "tags" : [ "dualstack" ]
5966
5968
  } ]
5967
5969
  },
5970
+ "ap-southeast-7" : { },
5968
5971
  "ca-central-1" : {
5969
5972
  "variants" : [ {
5970
5973
  "hostname" : "cognito-idp.ca-central-1.amazonaws.com",
@@ -6071,6 +6074,7 @@
6071
6074
  "tags" : [ "dualstack" ]
6072
6075
  } ]
6073
6076
  },
6077
+ "mx-central-1" : { },
6074
6078
  "sa-east-1" : {
6075
6079
  "variants" : [ {
6076
6080
  "hostname" : "cognito-idp.sa-east-1.amazonaws.com",
@@ -22815,6 +22819,7 @@
22815
22819
  "tags" : [ "dualstack" ]
22816
22820
  } ]
22817
22821
  },
22822
+ "ap-east-2" : { },
22818
22823
  "ap-northeast-1" : {
22819
22824
  "variants" : [ {
22820
22825
  "hostname" : "securityhub.ap-northeast-1.api.aws",
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.1130.0
4
+ version: 1.1133.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services