aws-partitions 1.978.0 → 1.980.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +4 -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: e01bd0fed258e6ab2e6cae2d12e6a5996c2efd21b7a9d7ea513cf0973526a6f5
|
4
|
+
data.tar.gz: 42ac4c8d51cc59fe1591f9e7b5c8776f1d59d6b9b9f99062c49bfd17ab0f9d36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a33fc54a34d7bd6fb4601a894eb911fd7f486f56ec697c0f18b970f589ca40225c5dfe402c40875d07947911d0b7f4db77249d4085356a248e75ecd38f02be2
|
7
|
+
data.tar.gz: ec3f1145a09eed63611f13f95a38d3a973a55d4493d323078b0d2a3eb4b8cf5ea71993cc3105fa98d2bc0dbef742e728ef75b868124d7191971e558c700a5b08
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.980.0 (2024-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.979.0 (2024-09-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.978.0 (2024-09-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.980.0
|
data/partitions.json
CHANGED
@@ -9634,6 +9634,8 @@
|
|
9634
9634
|
},
|
9635
9635
|
"endpoints" : {
|
9636
9636
|
"ap-south-1" : { },
|
9637
|
+
"ap-southeast-2" : { },
|
9638
|
+
"eu-west-2" : { },
|
9637
9639
|
"us-east-1" : { },
|
9638
9640
|
"us-east-2" : { },
|
9639
9641
|
"us-west-2" : { }
|
@@ -20913,6 +20915,7 @@
|
|
20913
20915
|
"vpc-lattice" : {
|
20914
20916
|
"endpoints" : {
|
20915
20917
|
"af-south-1" : { },
|
20918
|
+
"ap-east-1" : { },
|
20916
20919
|
"ap-northeast-1" : { },
|
20917
20920
|
"ap-northeast-2" : { },
|
20918
20921
|
"ap-south-1" : { },
|
@@ -20925,6 +20928,7 @@
|
|
20925
20928
|
"eu-west-1" : { },
|
20926
20929
|
"eu-west-2" : { },
|
20927
20930
|
"eu-west-3" : { },
|
20931
|
+
"me-south-1" : { },
|
20928
20932
|
"sa-east-1" : { },
|
20929
20933
|
"us-east-1" : { },
|
20930
20934
|
"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.980.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-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|