aws-partitions 1.947.0 → 1.948.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 +13 -1
- 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: 199397ebdaf5223a04b4ae37e1bf20e8e007386345564988f24a88776160e3a3
|
|
4
|
+
data.tar.gz: 7fef426167d0c2e2b41723842d1666568b0a520107ccfbbc5d4fadd6b70ab48c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8c6b46a661fef9bb44c0864c4391dcf373a2bdeefc558711a6b7196b79c87141be41c7d3cd48027ac8b9cd2a906a0fb172c52fc02797c3b313e8c67e33a437b
|
|
7
|
+
data.tar.gz: f8a1c8b41743e5674107292222e8d6fbb2bf907746e011e747795aca38ba5819815e0bd522389aa58d9065a1d890b5c571e5e66a1a2593239c97d8f63560921e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.948.0
|
data/partitions.json
CHANGED
|
@@ -12282,7 +12282,19 @@
|
|
|
12282
12282
|
"ap-south-1" : { },
|
|
12283
12283
|
"ap-southeast-1" : { },
|
|
12284
12284
|
"ap-southeast-2" : { },
|
|
12285
|
-
"ca-central-1" : {
|
|
12285
|
+
"ca-central-1" : {
|
|
12286
|
+
"variants" : [ {
|
|
12287
|
+
"hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com",
|
|
12288
|
+
"tags" : [ "fips" ]
|
|
12289
|
+
} ]
|
|
12290
|
+
},
|
|
12291
|
+
"ca-central-1-fips" : {
|
|
12292
|
+
"credentialScope" : {
|
|
12293
|
+
"region" : "ca-central-1"
|
|
12294
|
+
},
|
|
12295
|
+
"deprecated" : true,
|
|
12296
|
+
"hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com"
|
|
12297
|
+
},
|
|
12286
12298
|
"eu-central-1" : { },
|
|
12287
12299
|
"eu-west-2" : { },
|
|
12288
12300
|
"il-central-1" : { },
|
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.948.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-06-
|
|
11
|
+
date: 2024-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|