aws-partitions 1.1106.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: 6d1a82a2407e7841b4f6928bfa53d5891b0c6d66f15796b084a9775d06fffb5a
4
- data.tar.gz: 61a3e7096ee27b7c67e68cc753056a189b5100d203f55995198e3600ff0c6182
3
+ metadata.gz: 5f2866a7434cb9c5d23e89ca2af6ab1747afe3c97cbb7c49578518479b8ffbab
4
+ data.tar.gz: dba98491c837fc633ef6a5278222dc07e50c11a036116d5c48546862e21014a6
5
5
  SHA512:
6
- metadata.gz: 958024bc805efc9cbd59f611296602f3ce43b83b86faa38de216f4c7e2457132e91a7b6ca6e9af9dad1cb7b4e249bc19f6c2b6d2c3597fdfffde0dc1b55b0de1
7
- data.tar.gz: e9e1ad75e5ec0a07f744a3d58da25c3251fbd77acda5b01dad9cb0609bdfde8b79445e05b0697fbe09acc788f5ef8f19079e7a1c6c1e7524c772fb30e506209d
6
+ metadata.gz: f66df36126ea11472d78b3dc349600de635a8431da42382605aa48a9b7440c0513f1d7a05760ac74b4165074643c310d50dc678cc8c63df0c87dccd96f942f29
7
+ data.tar.gz: 4758f36a8f71081a74292dfd69fe74e880f41ea67b14672000d3cfbe86c5a45797f0c1f289d32f060e8c60888f90dbebfaac6a2d887ab8dc6bd041a45cd84e4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1106.0 (2025-05-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1106.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
@@ -18876,13 +18876,6 @@
18876
18876
  }
18877
18877
  }
18878
18878
  },
18879
- "private-networks" : {
18880
- "endpoints" : {
18881
- "us-east-1" : { },
18882
- "us-east-2" : { },
18883
- "us-west-2" : { }
18884
- }
18885
- },
18886
18879
  "profile" : {
18887
18880
  "endpoints" : {
18888
18881
  "af-south-1" : { },
@@ -20914,6 +20907,8 @@
20914
20907
  "tags" : [ "dualstack" ]
20915
20908
  } ]
20916
20909
  },
20910
+ "ap-southeast-5" : { },
20911
+ "ap-southeast-7" : { },
20917
20912
  "ca-central-1" : {
20918
20913
  "variants" : [ {
20919
20914
  "hostname" : "route53profiles-fips.ca-central-1.api.aws",
@@ -20998,6 +20993,7 @@
20998
20993
  "tags" : [ "dualstack" ]
20999
20994
  } ]
21000
20995
  },
20996
+ "mx-central-1" : { },
21001
20997
  "sa-east-1" : {
21002
20998
  "variants" : [ {
21003
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.1106.0
4
+ version: 1.1107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services