aws-partitions 1.992.0 → 1.993.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 +1 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f9a8e68db01ed71555c4736cc1ca7e244eb608f1c127657150e0cd45fc76998
4
- data.tar.gz: e5e71dab518bd834fe266ca426f08989ae5338054c6b712a312f15c050767ea9
3
+ metadata.gz: 5c1aa83f2d518a8095fea89c64218d98ba5ae72e219de551627d0fcc69f464ec
4
+ data.tar.gz: dc26646310d95ee473cc5153a335b8c7f1a4971084e9085a6c881a3ea71eea01
5
5
  SHA512:
6
- metadata.gz: d21251b52baaf82d422a865542e6f950f9836a8b1b53725c0dd3528d9b5ce3553f28fd7c2d614001944db39545f8c48024b417d206fbd7c40d8bf7470f8ba719
7
- data.tar.gz: bee52a350c4cbcad8153ea74f78790ce6928ffdacf264c5fdcc64ff67d170b7f274f2f0e460c597f3ea3a8b4edeaac1b438556a742ef916769059dad02ceffc5
6
+ metadata.gz: 31cef5a22b2bb312b98ddd2d02c96e4be1d90dfbbe052a28d3baaf40be66420c3ccc98bf2ef6f22c3f384969049debb19b6fe4966ede021fa0792942e92d408b
7
+ data.tar.gz: 0bd9d130fba5072060b5168c1357ebcf636b73c43d3ddc282f91dc4ae2c509e34d503dfbc2c8a1e7ae1cee3a77b505defa42306d0f41249426f8778b2b05bb0c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.993.0 (2024-10-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.992.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.992.0
1
+ 1.993.0
data/partitions.json CHANGED
@@ -4979,6 +4979,7 @@
4979
4979
  "ap-southeast-2" : { },
4980
4980
  "ap-southeast-3" : { },
4981
4981
  "ap-southeast-4" : { },
4982
+ "ap-southeast-5" : { },
4982
4983
  "ca-central-1" : {
4983
4984
  "variants" : [ {
4984
4985
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com",
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.992.0
4
+ version: 1.993.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: