aws-partitions 1.996.0 → 1.997.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: ce4764b6a5a9999307aace466d15201b9924c9a49e2263a4660e7dd655dac50b
|
|
4
|
+
data.tar.gz: 5a72ce9bbe95bd8b5c92635c2db368a879814af94fa86ce87b97aa92cdf330bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 311c6e8a77afa85f0453fa3fd530a4688ee818605364f0e3ff3ca9c642446e9a8a510e0ec6c34b1a3127d31c862d33d2bd70a9efc64e99cbac72b6d8ca3d5fa1
|
|
7
|
+
data.tar.gz: 69aefd3e59e8106ad848027ced73105a025c21efbb6895f1554d11bc29e0e92c4beb9e4cf36d433857a77fbc9df224cbb455100bc09be9a00925ae1e9413ddc4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.997.0
|
data/partitions.json
CHANGED
|
@@ -20404,6 +20404,7 @@
|
|
|
20404
20404
|
"ap-southeast-2" : { },
|
|
20405
20405
|
"ap-southeast-3" : { },
|
|
20406
20406
|
"ap-southeast-4" : { },
|
|
20407
|
+
"ap-southeast-5" : { },
|
|
20407
20408
|
"ca-central-1" : {
|
|
20408
20409
|
"variants" : [ {
|
|
20409
20410
|
"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.997.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-10-
|
|
11
|
+
date: 2024-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|