aws-partitions 1.836.0 → 1.837.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 +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: 3ef5cf4868d53286230726596912c555cbeec3d3867a927cbb0ffd60b55dd888
|
|
4
|
+
data.tar.gz: 110a7338cbb818264af9bcc5937202858dd84f01930297e424a66d5f1962c805
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed72732ead8cf63704118affdf9a4967873b7ba9c9f2aed532fbc3d095884fa61378815b8f73d7d26220433eaf5f14b1049cf56ae09c471d27ce468a2ce986a2
|
|
7
|
+
data.tar.gz: ddc937113773c1f3a2dfa055298309464ace3fa1b35994b1882a9e43da48cf5cd3f367dae9a65b9fd084b1170fcfde05b925205513e044efc367bed2c044a45b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.837.0
|
data/partitions.json
CHANGED
|
@@ -7042,8 +7042,12 @@
|
|
|
7042
7042
|
},
|
|
7043
7043
|
"finspace" : {
|
|
7044
7044
|
"endpoints" : {
|
|
7045
|
+
"ap-southeast-1" : { },
|
|
7046
|
+
"ap-southeast-2" : { },
|
|
7045
7047
|
"ca-central-1" : { },
|
|
7048
|
+
"eu-central-1" : { },
|
|
7046
7049
|
"eu-west-1" : { },
|
|
7050
|
+
"eu-west-2" : { },
|
|
7047
7051
|
"us-east-1" : { },
|
|
7048
7052
|
"us-east-2" : { },
|
|
7049
7053
|
"us-west-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.837.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-10-
|
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|