aws-partitions 1.1067.0 → 1.1068.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 +2 -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: 1867ae3f6f70790b9d45dd045d5cd61ce15f8d471e4cab6e9104a52b6f32f649
|
4
|
+
data.tar.gz: 47c0845a6b958dcdb61bc75f3c0baa86e7f47b164af06540f2112948681842f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42dc538e04b169fe1fa14f184c4d7a758c08b52a39fe9f849732294c3267d8678bc0bf3f4e0fa4974bec1d2bc092837160af19af352df422c84a0e377da43cae
|
7
|
+
data.tar.gz: cd3bfe19f137af63eb64ef124184bce295c0b31d42b5da2c37b0f708887cca3dce66bf9209f38e54479acd56c9c9fb3538b374478abb5eeccf92728b185992d0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1068.0
|
data/partitions.json
CHANGED
@@ -14771,6 +14771,7 @@
|
|
14771
14771
|
"il-central-1" : { },
|
14772
14772
|
"me-central-1" : { },
|
14773
14773
|
"me-south-1" : { },
|
14774
|
+
"mx-central-1" : { },
|
14774
14775
|
"sa-east-1" : { },
|
14775
14776
|
"us-east-1" : {
|
14776
14777
|
"variants" : [ {
|
@@ -24549,6 +24550,7 @@
|
|
24549
24550
|
"ap-southeast-3" : { },
|
24550
24551
|
"ap-southeast-4" : { },
|
24551
24552
|
"ap-southeast-5" : { },
|
24553
|
+
"ap-southeast-7" : { },
|
24552
24554
|
"ca-central-1" : {
|
24553
24555
|
"variants" : [ {
|
24554
24556
|
"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.1068.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: 2025-03-
|
11
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|