aws-partitions 1.1042.0 → 1.1043.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 +18 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae596d4688c6138eb2817afb6221a968381ffc3d7c637f27b11ea7aff61e3480
4
- data.tar.gz: a3c1f7c87a35924ae903f25cc88dce6a5fe1add8b649db6d2e96b1da58f74b23
3
+ metadata.gz: 0dc57bce6e5776aa9d707f36424fe328a28bb9cf0a2a67778b9b493611c29ecb
4
+ data.tar.gz: 6aedf230bbf152ec1f5837620882c4b786ade1ee1a35d5ffdd67c1742157231e
5
5
  SHA512:
6
- metadata.gz: beb8568fcae65a5e436e6d942bf60237ed7e1621829fff979cfc1b4a5965d9afe91bcc5b2a2b66cd02956780714af86c1f0fe40f89d6334870642ad8d7711916
7
- data.tar.gz: 96cc2845ef024bd9a6108227cf3b19c668edf4c75b843fc23680f0084216f7f126d9b0694f7b1f83ab1f4095b8c28fae84b7b1681240b20ac480433ef7abecdd
6
+ metadata.gz: ce52e4467c29c061918278ef18901cdb356ceb526a499486cccfdc8a2bfa9644702baed5f8c83c6a2f8740c578f21fd67c4a831e1914c998a8b19e5f1d3e3cae
7
+ data.tar.gz: 739268c00dcb5f12a5ee122d3fa30f9dec4926ca09225cf5d724628358f545452c87ff9f4a8141d4a6349c9e43c9cae37b3730e8bcdf05b35b34d03653894663
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1043.0 (2025-01-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1042.0 (2025-01-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1042.0
1
+ 1.1043.0
data/partitions.json CHANGED
@@ -23642,6 +23642,9 @@
23642
23642
  "variants" : [ {
23643
23643
  "hostname" : "synthetics-fips.ca-central-1.amazonaws.com",
23644
23644
  "tags" : [ "fips" ]
23645
+ }, {
23646
+ "hostname" : "synthetics-fips.ca-central-1.api.aws",
23647
+ "tags" : [ "dualstack", "fips" ]
23645
23648
  }, {
23646
23649
  "hostname" : "synthetics.ca-central-1.api.aws",
23647
23650
  "tags" : [ "dualstack" ]
@@ -23651,6 +23654,9 @@
23651
23654
  "variants" : [ {
23652
23655
  "hostname" : "synthetics-fips.ca-west-1.amazonaws.com",
23653
23656
  "tags" : [ "fips" ]
23657
+ }, {
23658
+ "hostname" : "synthetics-fips.ca-west-1.api.aws",
23659
+ "tags" : [ "dualstack", "fips" ]
23654
23660
  }, {
23655
23661
  "hostname" : "synthetics.ca-west-1.api.aws",
23656
23662
  "tags" : [ "dualstack" ]
@@ -23780,6 +23786,9 @@
23780
23786
  "variants" : [ {
23781
23787
  "hostname" : "synthetics-fips.us-east-1.amazonaws.com",
23782
23788
  "tags" : [ "fips" ]
23789
+ }, {
23790
+ "hostname" : "synthetics-fips.us-east-1.api.aws",
23791
+ "tags" : [ "dualstack", "fips" ]
23783
23792
  }, {
23784
23793
  "hostname" : "synthetics.us-east-1.api.aws",
23785
23794
  "tags" : [ "dualstack" ]
@@ -23789,6 +23798,9 @@
23789
23798
  "variants" : [ {
23790
23799
  "hostname" : "synthetics-fips.us-east-2.amazonaws.com",
23791
23800
  "tags" : [ "fips" ]
23801
+ }, {
23802
+ "hostname" : "synthetics-fips.us-east-2.api.aws",
23803
+ "tags" : [ "dualstack", "fips" ]
23792
23804
  }, {
23793
23805
  "hostname" : "synthetics.us-east-2.api.aws",
23794
23806
  "tags" : [ "dualstack" ]
@@ -23798,6 +23810,9 @@
23798
23810
  "variants" : [ {
23799
23811
  "hostname" : "synthetics-fips.us-west-1.amazonaws.com",
23800
23812
  "tags" : [ "fips" ]
23813
+ }, {
23814
+ "hostname" : "synthetics-fips.us-west-1.api.aws",
23815
+ "tags" : [ "dualstack", "fips" ]
23801
23816
  }, {
23802
23817
  "hostname" : "synthetics.us-west-1.api.aws",
23803
23818
  "tags" : [ "dualstack" ]
@@ -23807,6 +23822,9 @@
23807
23822
  "variants" : [ {
23808
23823
  "hostname" : "synthetics-fips.us-west-2.amazonaws.com",
23809
23824
  "tags" : [ "fips" ]
23825
+ }, {
23826
+ "hostname" : "synthetics-fips.us-west-2.api.aws",
23827
+ "tags" : [ "dualstack", "fips" ]
23810
23828
  }, {
23811
23829
  "hostname" : "synthetics.us-west-2.api.aws",
23812
23830
  "tags" : [ "dualstack" ]
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.1042.0
4
+ version: 1.1043.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-01-22 00:00:00.000000000 Z
11
+ date: 2025-01-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: