aws-partitions 1.978.0 → 1.979.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e677e817ff27b7593ddb3b543156b232dcbf668de0e26bcef2fb4bffeb787fba
|
4
|
+
data.tar.gz: 92d286267757e748350f1685e5029a3bf05184785a136428a24214a4af09a7c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 289fbc7a352ff896ba3922d0ca6cce7fa1a33da832b0a030504c90e89c5c90bfece0a0ece2958968e3b6602c0fff66c2b661900137a9dd02ee98c3fa2d2527c6
|
7
|
+
data.tar.gz: 6806493bfc21b8e6c00058193827d31759179ed8223fec9efebe94617460b9bce81d2482fcc951062e5d874ff1796a2d18b1adbb3905ff5915c51ed7a2972367
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.979.0
|
data/partitions.json
CHANGED
@@ -20913,6 +20913,7 @@
|
|
20913
20913
|
"vpc-lattice" : {
|
20914
20914
|
"endpoints" : {
|
20915
20915
|
"af-south-1" : { },
|
20916
|
+
"ap-east-1" : { },
|
20916
20917
|
"ap-northeast-1" : { },
|
20917
20918
|
"ap-northeast-2" : { },
|
20918
20919
|
"ap-south-1" : { },
|
@@ -20925,6 +20926,7 @@
|
|
20925
20926
|
"eu-west-1" : { },
|
20926
20927
|
"eu-west-2" : { },
|
20927
20928
|
"eu-west-3" : { },
|
20929
|
+
"me-south-1" : { },
|
20928
20930
|
"sa-east-1" : { },
|
20929
20931
|
"us-east-1" : { },
|
20930
20932
|
"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.
|
4
|
+
version: 1.979.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-09-
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|