aws-partitions 1.955.0 → 1.956.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 +9 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1f90c9c4914b9ade898d1ba5c64188f6527a29d56d5e1a599c32198e39b40e2
4
- data.tar.gz: 9201b7a5d622637945312ac5245a5731a215d6ffb3ff39f64625346d08201698
3
+ metadata.gz: 710b35bcbdad6e2fc9f580783c6d23ae97f4107f61ab9d1e447b2d2cb328c45e
4
+ data.tar.gz: 0cdccf8a2bb0804217eec7031ba6e3458339398c54f171838fa0ce45629a5792
5
5
  SHA512:
6
- metadata.gz: 3b98b78cdcf7f1f6f3cbdbb2a03a115ffb9652fbec326a858395d2e6309c12825a57ac5c05ae1318a5f5ceedc0f5e24b54037ee2f47c98926cac4f18146d7e89
7
- data.tar.gz: 7fd87539c4bc4263f3f64e0c7efbc68e6fc7765b480fb81faa415d5e78419d34f9e42d14ea9b973fe9e4cadce8a2774bd8d26fe8ca4fede869f7a36117385392
6
+ metadata.gz: 43a770302e404c9d6afd940d8cae1c5b252261fc49f3e085d7fe90211f2ed9a2af4698e64f86e3b51ea72cdae4d79cbee5aa412d8937fe5c5730b8cc74f07576
7
+ data.tar.gz: dae76c9b824e0bb19e9e7c2bf4b822fdb897e9058e6487463d81a5c5fab205fb5ea6d1ae2c9767a163bfc30b2a91b71691412d8b8de360fa2fea427ef53e70c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.956.0 (2024-07-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.955.0 (2024-07-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.955.0
1
+ 1.956.0
data/partitions.json CHANGED
@@ -453,16 +453,25 @@
453
453
  "ap-east-1" : { },
454
454
  "ap-northeast-1" : { },
455
455
  "ap-northeast-2" : { },
456
+ "ap-northeast-3" : { },
456
457
  "ap-south-1" : { },
458
+ "ap-south-2" : { },
457
459
  "ap-southeast-1" : { },
458
460
  "ap-southeast-2" : { },
461
+ "ap-southeast-3" : { },
462
+ "ap-southeast-4" : { },
459
463
  "ca-central-1" : { },
464
+ "ca-west-1" : { },
460
465
  "eu-central-1" : { },
466
+ "eu-central-2" : { },
461
467
  "eu-north-1" : { },
462
468
  "eu-south-1" : { },
469
+ "eu-south-2" : { },
463
470
  "eu-west-1" : { },
464
471
  "eu-west-2" : { },
465
472
  "eu-west-3" : { },
473
+ "il-central-1" : { },
474
+ "me-central-1" : { },
466
475
  "me-south-1" : { },
467
476
  "sa-east-1" : { },
468
477
  "us-east-1" : { },
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.955.0
4
+ version: 1.956.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: 2024-07-10 00:00:00.000000000 Z
11
+ date: 2024-07-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: