aws-partitions 1.1103.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: 9571509a1496d8a5dedc83294cbe1ff039a4995164a1c831e40dde035392b745
4
- data.tar.gz: 8684e2225e6528c73a2be425adf8427b0ce0a45fb140a70d80b82650fee43fe7
3
+ metadata.gz: 5f2866a7434cb9c5d23e89ca2af6ab1747afe3c97cbb7c49578518479b8ffbab
4
+ data.tar.gz: dba98491c837fc633ef6a5278222dc07e50c11a036116d5c48546862e21014a6
5
5
  SHA512:
6
- metadata.gz: 21bbebd11015e22b95daa4c592e0dcba9927d13f2c0947ef542d278d5cb5d6e2de587d10b02ec5c4ac0b8d9018eb04c031685aa36ef91318264109b9998250c8
7
- data.tar.gz: 78c729ec3d1a7a99fec6792e4bcba3e0a6c62140d152a4737a29f74d0b46d1a9f8eaccee126960f9944d697a7ab09e0e72400ae059e68e0568059399c28a772a
6
+ metadata.gz: f66df36126ea11472d78b3dc349600de635a8431da42382605aa48a9b7440c0513f1d7a05760ac74b4165074643c310d50dc678cc8c63df0c87dccd96f942f29
7
+ data.tar.gz: 4758f36a8f71081a74292dfd69fe74e880f41ea67b14672000d3cfbe86c5a45797f0c1f289d32f060e8c60888f90dbebfaac6a2d887ab8dc6bd041a45cd84e4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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
+
14
+ 1.1105.0 (2025-05-19)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1104.0 (2025-05-16)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.1103.0 (2025-05-12)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1103.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
@@ -744,7 +744,9 @@
744
744
  "ap-east-1" : { },
745
745
  "ap-northeast-1" : { },
746
746
  "ap-northeast-2" : { },
747
+ "ap-northeast-3" : { },
747
748
  "ap-south-1" : { },
749
+ "ap-south-2" : { },
748
750
  "ap-southeast-1" : { },
749
751
  "ap-southeast-2" : { },
750
752
  "ca-central-1" : { },
@@ -13792,6 +13794,7 @@
13792
13794
  "ap-southeast-3" : { },
13793
13795
  "ap-southeast-4" : { },
13794
13796
  "ap-southeast-5" : { },
13797
+ "ap-southeast-7" : { },
13795
13798
  "ca-central-1" : {
13796
13799
  "variants" : [ {
13797
13800
  "hostname" : "kafka-fips.ca-central-1.amazonaws.com",
@@ -13857,6 +13860,7 @@
13857
13860
  "il-central-1" : { },
13858
13861
  "me-central-1" : { },
13859
13862
  "me-south-1" : { },
13863
+ "mx-central-1" : { },
13860
13864
  "sa-east-1" : { },
13861
13865
  "us-east-1" : {
13862
13866
  "variants" : [ {
@@ -18872,13 +18876,6 @@
18872
18876
  }
18873
18877
  }
18874
18878
  },
18875
- "private-networks" : {
18876
- "endpoints" : {
18877
- "us-east-1" : { },
18878
- "us-east-2" : { },
18879
- "us-west-2" : { }
18880
- }
18881
- },
18882
18879
  "profile" : {
18883
18880
  "endpoints" : {
18884
18881
  "af-south-1" : { },
@@ -20910,6 +20907,8 @@
20910
20907
  "tags" : [ "dualstack" ]
20911
20908
  } ]
20912
20909
  },
20910
+ "ap-southeast-5" : { },
20911
+ "ap-southeast-7" : { },
20913
20912
  "ca-central-1" : {
20914
20913
  "variants" : [ {
20915
20914
  "hostname" : "route53profiles-fips.ca-central-1.api.aws",
@@ -20994,6 +20993,7 @@
20994
20993
  "tags" : [ "dualstack" ]
20995
20994
  } ]
20996
20995
  },
20996
+ "mx-central-1" : { },
20997
20997
  "sa-east-1" : {
20998
20998
  "variants" : [ {
20999
20999
  "hostname" : "route53profiles.sa-east-1.api.aws",
@@ -22429,6 +22429,7 @@
22429
22429
  "eu-west-1" : { },
22430
22430
  "eu-west-2" : { },
22431
22431
  "eu-west-3" : { },
22432
+ "il-central-1" : { },
22432
22433
  "me-central-1" : { },
22433
22434
  "me-south-1" : { },
22434
22435
  "sa-east-1" : { },
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.1103.0
4
+ version: 1.1107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services