aws-partitions 1.1105.0 → 1.1107.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4270c4bbdb7852e3e057678afd6d5be9bcc5b53f5a32b5fac7caeed2f748c223
4
- data.tar.gz: ce1cb1d6659089d7d94434dfb81f8d87ae97134fc930b708cbd21f35cd36c6c1
3
+ metadata.gz: 5f2866a7434cb9c5d23e89ca2af6ab1747afe3c97cbb7c49578518479b8ffbab
4
+ data.tar.gz: dba98491c837fc633ef6a5278222dc07e50c11a036116d5c48546862e21014a6
5
5
  SHA512:
6
- metadata.gz: eb16265b8e3f8471a4dcdc9586555e23697a10eaad1742317203b5f843a7e23b5a866de5a7a49e5a17e8dda85454dbed4af6ec4bd753a8dc06663e6c2179b413
7
- data.tar.gz: 1d909dbd3f5e5e6c61cde7e3214b28ecca756d30332ff3d28a47d1304a9d293459f73d2d9e0bcd715660b2973eebfa016356b64aed2f61505dbb0373be4f675b
6
+ metadata.gz: f66df36126ea11472d78b3dc349600de635a8431da42382605aa48a9b7440c0513f1d7a05760ac74b4165074643c310d50dc678cc8c63df0c87dccd96f942f29
7
+ data.tar.gz: 4758f36a8f71081a74292dfd69fe74e880f41ea67b14672000d3cfbe86c5a45797f0c1f289d32f060e8c60888f90dbebfaac6a2d887ab8dc6bd041a45cd84e4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1107.0 (2025-05-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1106.0 (2025-05-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1105.0 (2025-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1105.0
1
+ 1.1107.0
@@ -543,7 +543,6 @@ module Aws
543
543
  'Pipes' => 'pipes',
544
544
  'Polly' => 'polly',
545
545
  'Pricing' => 'api.pricing',
546
- 'PrivateNetworks' => 'private-networks',
547
546
  'PrometheusService' => 'aps',
548
547
  'Proton' => 'proton',
549
548
  'QApps' => 'data.qapps',
data/partitions.json CHANGED
@@ -746,6 +746,7 @@
746
746
  "ap-northeast-2" : { },
747
747
  "ap-northeast-3" : { },
748
748
  "ap-south-1" : { },
749
+ "ap-south-2" : { },
749
750
  "ap-southeast-1" : { },
750
751
  "ap-southeast-2" : { },
751
752
  "ca-central-1" : { },
@@ -18875,13 +18876,6 @@
18875
18876
  }
18876
18877
  }
18877
18878
  },
18878
- "private-networks" : {
18879
- "endpoints" : {
18880
- "us-east-1" : { },
18881
- "us-east-2" : { },
18882
- "us-west-2" : { }
18883
- }
18884
- },
18885
18879
  "profile" : {
18886
18880
  "endpoints" : {
18887
18881
  "af-south-1" : { },
@@ -20913,6 +20907,8 @@
20913
20907
  "tags" : [ "dualstack" ]
20914
20908
  } ]
20915
20909
  },
20910
+ "ap-southeast-5" : { },
20911
+ "ap-southeast-7" : { },
20916
20912
  "ca-central-1" : {
20917
20913
  "variants" : [ {
20918
20914
  "hostname" : "route53profiles-fips.ca-central-1.api.aws",
@@ -20997,6 +20993,7 @@
20997
20993
  "tags" : [ "dualstack" ]
20998
20994
  } ]
20999
20995
  },
20996
+ "mx-central-1" : { },
21000
20997
  "sa-east-1" : {
21001
20998
  "variants" : [ {
21002
20999
  "hostname" : "route53profiles.sa-east-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.1105.0
4
+ version: 1.1107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services