aws-partitions 1.748.0 → 1.749.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 +5 -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: 1c0673b6382cbb2ce6efb22e4b19dd00674153c56d51fde9af0deb77c7fb8ad3
|
|
4
|
+
data.tar.gz: 840f70299a574f8f37692a939f1e42014f8f2b7ceaef47f888bbb14793ad4896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bba733db6024e568247f344592eb3e503516aad0c1f8daf0bb9b5c87ad9fc171669ee6baef9e00483488e96a13f13fe053bbafa66dd33e81f4c0dea34211a69
|
|
7
|
+
data.tar.gz: d80e99da8dbbe9b83ab3fee07d7204d239c53343b0350c95901a5c863a065e64b1c5409390c674b1debdf85d6d7eb919baeb814553ec1152d6847fc84b2ae7db
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.749.0
|
data/partitions.json
CHANGED
|
@@ -1835,15 +1835,19 @@
|
|
|
1835
1835
|
"ap-northeast-2" : { },
|
|
1836
1836
|
"ap-northeast-3" : { },
|
|
1837
1837
|
"ap-south-1" : { },
|
|
1838
|
+
"ap-south-2" : { },
|
|
1838
1839
|
"ap-southeast-1" : { },
|
|
1839
1840
|
"ap-southeast-2" : { },
|
|
1840
1841
|
"ap-southeast-3" : { },
|
|
1841
1842
|
"ca-central-1" : { },
|
|
1842
1843
|
"eu-central-1" : { },
|
|
1843
1844
|
"eu-north-1" : { },
|
|
1845
|
+
"eu-south-1" : { },
|
|
1846
|
+
"eu-south-2" : { },
|
|
1844
1847
|
"eu-west-1" : { },
|
|
1845
1848
|
"eu-west-2" : { },
|
|
1846
1849
|
"eu-west-3" : { },
|
|
1850
|
+
"me-central-1" : { },
|
|
1847
1851
|
"me-south-1" : { },
|
|
1848
1852
|
"sa-east-1" : { },
|
|
1849
1853
|
"us-east-1" : { },
|
|
@@ -14687,6 +14691,7 @@
|
|
|
14687
14691
|
"deprecated" : true,
|
|
14688
14692
|
"hostname" : "snowball-fips.us-west-2.amazonaws.com"
|
|
14689
14693
|
},
|
|
14694
|
+
"me-central-1" : { },
|
|
14690
14695
|
"sa-east-1" : {
|
|
14691
14696
|
"variants" : [ {
|
|
14692
14697
|
"hostname" : "snowball-fips.sa-east-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.
|
|
4
|
+
version: 1.749.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-04-
|
|
11
|
+
date: 2023-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|