aws-partitions 1.548.0 → 1.549.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 +1 -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: 62980f36d37093074d7179a6f690e57e8fb975a31fc0aa5eb6ca2fe6a32e018e
|
|
4
|
+
data.tar.gz: b7057ab4af7bb415de15602303d85a653939db6ade8a7ff53748114101f4603d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1720f717140396482fe1fd40eefd906650077fb8f615f6a938e2ac1dc964fd71dba3fb3f4ab2472a49a3c6bf3f8e2c76b2ad3f7766a86e5e9392ee484be68f6f
|
|
7
|
+
data.tar.gz: b518c5cd2e99e591e034ca2507e77aa77a5db040f4a7f496499f5be0b37276a8b0757def5ef2944f60dc60da02639431a193096abe3752e8267af9fb57a0b4fe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.549.0
|
data/partitions.json
CHANGED
|
@@ -11421,6 +11421,7 @@
|
|
|
11421
11421
|
"ap-south-1" : { },
|
|
11422
11422
|
"ap-southeast-1" : { },
|
|
11423
11423
|
"ap-southeast-2" : { },
|
|
11424
|
+
"ap-southeast-3" : { },
|
|
11424
11425
|
"ca-central-1" : {
|
|
11425
11426
|
"variants" : [ {
|
|
11426
11427
|
"hostname" : "storagegateway-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.
|
|
4
|
+
version: 1.549.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: 2022-01-
|
|
11
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|