aws-partitions 1.876.0 → 1.877.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: 48807580adce858bb3079da70bad5d280cd33c4911e6c92daee217b27b8ee04c
4
- data.tar.gz: 4b8f1c9ead7e23014c8dbef4c28e3805dd8f3d1cd4ff3abfdba6fdb489bf90c9
3
+ metadata.gz: d8cf259f0416058d09c5b4c6ca41a1a146a2d96ebab404aa170ab4b617a7fcd4
4
+ data.tar.gz: 8f5d92787cce36a390e688adb738cc5aaac921db152990d837f170c9e3e52b2d
5
5
  SHA512:
6
- metadata.gz: 339ac3d65ff870d26ffc47a6676702127cee40b7a35ec567d86e8ca8b64053c711b689c5c3e57003b5b3f43b070511bfde0f9125a75f507f8b1d2c0dabbcb13e
7
- data.tar.gz: 1d7b805d0d67239d05bd3d27cf790d666a63a94b8fe4ae34aa4dfa306fcca3d6109ba564469cb0c4e179a441d4a50595ffd9a3927162f5466fa48f3e5659a5eb
6
+ metadata.gz: b89b47b89016a7f87361fc11dd7b206e2282041ea1756b3106225859a2f2dafee95f9516d79f677ffe30e6c286041989fd81b80d22e361e15d79cee4ab998587
7
+ data.tar.gz: 9c31b1ddd9e34820ec6dcf06b55cedc6b6e3bdd3f60f6a7d6bc39d268bd88d2a5ad07bbe779091bc4d1a5f855f56be5c410b2b21ac60e6eedf55e121ed02fc19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.877.0 (2024-01-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.876.0 (2023-12-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.876.0
1
+ 1.877.0
data/partitions.json CHANGED
@@ -11264,8 +11264,10 @@
11264
11264
  },
11265
11265
  "m2" : {
11266
11266
  "endpoints" : {
11267
+ "af-south-1" : { },
11267
11268
  "ap-northeast-1" : { },
11268
11269
  "ap-northeast-2" : { },
11270
+ "ap-northeast-3" : { },
11269
11271
  "ap-south-1" : { },
11270
11272
  "ap-southeast-1" : { },
11271
11273
  "ap-southeast-2" : { },
@@ -11275,6 +11277,8 @@
11275
11277
  } ]
11276
11278
  },
11277
11279
  "eu-central-1" : { },
11280
+ "eu-north-1" : { },
11281
+ "eu-south-1" : { },
11278
11282
  "eu-west-1" : { },
11279
11283
  "eu-west-2" : { },
11280
11284
  "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.876.0
4
+ version: 1.877.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-28 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: