aws-partitions 1.796.0 → 1.797.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.
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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a417f534bbfd48795236cc7b343a0978af439f8bd344e140ba50383f4e48d61
4
- data.tar.gz: b4a897f15a3d0415fa062b243f5800c10cd846de8220415ae464d62c2f1c028d
3
+ metadata.gz: 991b21cb97a2918f629e17541901b8d246d350cd9a46a6f29b7e2df40ea90e70
4
+ data.tar.gz: 94166f3a5592073d7df5e80722dc9cbb935bc9b9a9fd357aa8e7ce8ece8d6d27
5
5
  SHA512:
6
- metadata.gz: f4bb6d0fa6b90567fb4482b07a7ecf4c529c42fb996a5427978e0c41a83dc7924a4dfaa026eef2c9748fe396085381ad157a5c349c86b2e9b53423c960753c6a
7
- data.tar.gz: b6348d40387288904ecbff214c32b7b6d96361887e4caa2fad5f8444f38d19b2ce1a84d0cb165c6ff0ca6bbd3c6d751eb983a7960b1a66af0def7c701f441c16
6
+ metadata.gz: 648340a569b43cc357e6e691751fa1cefff676e016820e7ddaa73b889f1a5d620623a0534bcd112962dbd26a208d5ea8151dd6f2aa7e0f882ba4ebde8977114b
7
+ data.tar.gz: 4628e2b35000aeafd0042845e293e83e8e86eeb4da6d97c4960e045c6d739e7b06d5a212fe752a92445d8656a16bfac9e7cd2644f805a64d3934ba5df86273f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.797.0 (2023-08-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.796.0 (2023-08-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.796.0
1
+ 1.797.0
data/partitions.json CHANGED
@@ -9547,9 +9547,11 @@
9547
9547
  "ap-northeast-2" : { },
9548
9548
  "ap-northeast-3" : { },
9549
9549
  "ap-south-1" : { },
9550
+ "ap-south-2" : { },
9550
9551
  "ap-southeast-1" : { },
9551
9552
  "ap-southeast-2" : { },
9552
9553
  "ap-southeast-3" : { },
9554
+ "ap-southeast-4" : { },
9553
9555
  "ca-central-1" : { },
9554
9556
  "eu-central-1" : { },
9555
9557
  "eu-central-2" : { },
@@ -9587,6 +9589,7 @@
9587
9589
  "deprecated" : true,
9588
9590
  "hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
9589
9591
  },
9592
+ "il-central-1" : { },
9590
9593
  "me-central-1" : { },
9591
9594
  "me-south-1" : { },
9592
9595
  "sa-east-1" : { },
@@ -14486,9 +14489,11 @@
14486
14489
  "ap-northeast-2" : { },
14487
14490
  "ap-northeast-3" : { },
14488
14491
  "ap-south-1" : { },
14492
+ "ap-south-2" : { },
14489
14493
  "ap-southeast-1" : { },
14490
14494
  "ap-southeast-2" : { },
14491
14495
  "ap-southeast-3" : { },
14496
+ "ap-southeast-4" : { },
14492
14497
  "ca-central-1" : {
14493
14498
  "variants" : [ {
14494
14499
  "hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com",
@@ -14496,8 +14501,10 @@
14496
14501
  } ]
14497
14502
  },
14498
14503
  "eu-central-1" : { },
14504
+ "eu-central-2" : { },
14499
14505
  "eu-north-1" : { },
14500
14506
  "eu-south-1" : { },
14507
+ "eu-south-2" : { },
14501
14508
  "eu-west-1" : { },
14502
14509
  "eu-west-2" : { },
14503
14510
  "eu-west-3" : { },
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.796.0
4
+ version: 1.797.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: 2023-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: