aws-partitions 1.1057.0 → 1.1058.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: 42bccbf77df0f3e482044051d206242bc8f5e3b5a3bfaa7bb286a3214de5d5e2
|
4
|
+
data.tar.gz: 59cea6b69f4b3d09945da0422a8b808994926c44b4c44afd78c24ccc6c4d342f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b77e195937a9e7e08b11f89de6cfe0173f9f929e347c68b946f8f8d5b64e7f380a1791666a9ba33cd6abefbb8d95efdc2c418b655281fed383e70eeaf1c33ea0
|
7
|
+
data.tar.gz: e1926caf147c49714218a7159b497fb5e38d4fc91e68de281ae48a72f255c76a43b922a898ad8c8d01d81b0fbd6e8d83618b7408a10f6924218a82d8e9d2fecb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1058.0
|
data/partitions.json
CHANGED
@@ -15396,6 +15396,7 @@
|
|
15396
15396
|
"ap-southeast-3" : { },
|
15397
15397
|
"ap-southeast-4" : { },
|
15398
15398
|
"ap-southeast-5" : { },
|
15399
|
+
"ap-southeast-7" : { },
|
15399
15400
|
"ca-central-1" : {
|
15400
15401
|
"variants" : [ {
|
15401
15402
|
"hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com",
|
@@ -15433,6 +15434,7 @@
|
|
15433
15434
|
"il-central-1" : { },
|
15434
15435
|
"me-central-1" : { },
|
15435
15436
|
"me-south-1" : { },
|
15437
|
+
"mx-central-1" : { },
|
15436
15438
|
"sa-east-1" : { },
|
15437
15439
|
"us-east-1" : {
|
15438
15440
|
"variants" : [ {
|
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.1058.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-02-
|
11
|
+
date: 2025-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|