aws-partitions 1.1050.0 → 1.1051.0

Sign up to get free protection for your applications and to get access to all the features.
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 +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e7126832f0b005d002c28b2e6394242ac3fceb39e04ab0c5ac0d1c1020e850a
4
- data.tar.gz: 67a9248855e5730a7388c3ba8e2ad6d374a25891b578bb1703d9933f5326ee80
3
+ metadata.gz: 1cc05d4392e6f7c105d09088a75b285eb683e482aa2454b640de9e7936789b93
4
+ data.tar.gz: d37f4cf447fd83faa78419ae313b012504586343a85887bebfc4e072782c5b0b
5
5
  SHA512:
6
- metadata.gz: 413cd6ef7f107abe0b8d039fd3f7400f7b6235ae414a136d9f3929085312eb056ab664cd2bb308421f0091e03cf6a06a37b14addb51b38d1fb5efb54e538d3cc
7
- data.tar.gz: 06cf465a1b606409dc08cd085aa91e4ac2cc6fe78fbd2373a2a929ec1a2bcaf934fd8713435921d277265f6d494feaaefa72d1ea2c0e3e8abb6f5194cd26b3c9
6
+ metadata.gz: 460df7c29e031a63b103a2b15b468b6e21821dd5cd51176cae2000888efdae95201ef79d9dbe554acfd4af0be81699e7a894804fd7b25a31bc523975c86eb277
7
+ data.tar.gz: e8a3028edb1d57cbec9fea873717353b49c24a52d04a36a0160bb20e3f6187ff7201f81f9b3db7b7d96bf9532de5f0b6804d5bf54761fb8c5737d635c69c500d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1051.0 (2025-02-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1050.0 (2025-02-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1050.0
1
+ 1.1051.0
data/partitions.json CHANGED
@@ -20818,6 +20818,12 @@
20818
20818
  "tags" : [ "dualstack" ]
20819
20819
  } ]
20820
20820
  },
20821
+ "ap-southeast-7" : {
20822
+ "variants" : [ {
20823
+ "hostname" : "securityhub.ap-southeast-7.api.aws",
20824
+ "tags" : [ "dualstack" ]
20825
+ } ]
20826
+ },
20821
20827
  "ca-central-1" : {
20822
20828
  "variants" : [ {
20823
20829
  "hostname" : "securityhub.ca-central-1.api.aws",
@@ -20924,6 +20930,12 @@
20924
20930
  "tags" : [ "dualstack" ]
20925
20931
  } ]
20926
20932
  },
20933
+ "mx-central-1" : {
20934
+ "variants" : [ {
20935
+ "hostname" : "securityhub.mx-central-1.api.aws",
20936
+ "tags" : [ "dualstack" ]
20937
+ } ]
20938
+ },
20927
20939
  "sa-east-1" : {
20928
20940
  "variants" : [ {
20929
20941
  "hostname" : "securityhub.sa-east-1.api.aws",
@@ -23448,6 +23460,7 @@
23448
23460
  "il-central-1" : { },
23449
23461
  "me-central-1" : { },
23450
23462
  "me-south-1" : { },
23463
+ "mx-central-1" : { },
23451
23464
  "sa-east-1" : { },
23452
23465
  "us-east-1" : {
23453
23466
  "variants" : [ {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1050.0
4
+ version: 1.1051.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-11 00:00:00.000000000 Z
11
+ date: 2025-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: