aws-partitions 1.869.0 → 1.870.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a98ac3500c4b8ee1bb40bd5db9370e5b629440366c86a246e6ae72630ab9f05a
4
- data.tar.gz: 6d8325f25a55b94d3a0cc969a561a6fba8c5ab822064547ae32eca324f8e582c
3
+ metadata.gz: a22a5614a524525af00673027fae2d8362c4a5cd77e47ada9a8babad1d661c2e
4
+ data.tar.gz: bfc155d2e08620de4dab6742b2bdf914e9283832fb574b29f0892e0ad5ab9aa1
5
5
  SHA512:
6
- metadata.gz: c558c0db2f90812c0bc4e28b3dd817b1ba24cf9483f822897406687d9176c77f7e80c22362705fe3aaf57193a5726331a20974f369c1ea0bafbe0864f44c42dd
7
- data.tar.gz: aa44b993eafae72660eaf0f4b83eb2ec85a9cf7f0cb7eed7c0beb06e043b308f917e60f6136255fc371da897db1985d37cce37b766ec4fa84d78a41d6ce320b5
6
+ metadata.gz: 688d931b5a1a1dcc3c2e417ca075c91661c7c22f148f7eac51e0ea4d64293b8a3e12aeda96e3658a41af14cd272a96cd85698c16daeb9da75c83c762134f4311
7
+ data.tar.gz: 6601b66683b24746915465ba3133977eecc8ed06086bf20ca7615411fc338174916b10c4d4a63ae23055eb0e1c5c84e08d1e620a3c2cb240c86a5d2c69e1a584
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.870.0 (2023-12-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.869.0 (2023-12-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.869.0
1
+ 1.870.0
data/partitions.json CHANGED
@@ -8564,6 +8564,7 @@
8564
8564
  "ap-southeast-1" : { },
8565
8565
  "ap-southeast-2" : { },
8566
8566
  "ap-southeast-3" : { },
8567
+ "ap-southeast-4" : { },
8567
8568
  "ca-central-1" : { },
8568
8569
  "eu-central-1" : { },
8569
8570
  "eu-central-2" : { },
@@ -11221,14 +11222,17 @@
11221
11222
  "ap-northeast-2" : { },
11222
11223
  "ap-northeast-3" : { },
11223
11224
  "ap-south-1" : { },
11225
+ "ap-south-2" : { },
11224
11226
  "ap-southeast-1" : { },
11225
11227
  "ap-southeast-2" : { },
11228
+ "ap-southeast-4" : { },
11226
11229
  "ca-central-1" : { },
11227
11230
  "eu-central-1" : { },
11228
11231
  "eu-north-1" : { },
11229
11232
  "eu-west-1" : { },
11230
11233
  "eu-west-2" : { },
11231
11234
  "eu-west-3" : { },
11235
+ "me-central-1" : { },
11232
11236
  "sa-east-1" : { },
11233
11237
  "us-east-1" : { },
11234
11238
  "us-east-2" : { },
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.869.0
4
+ version: 1.870.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-12-18 00:00:00.000000000 Z
11
+ date: 2023-12-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: