aws-partitions 1.750.0 → 1.751.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 +7 -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: 9e252abcf300db6d5b4c6a386da47ebdd00331b2e6a7a5abda1216f1e5f8ba88
|
|
4
|
+
data.tar.gz: 16521c2a5b45be3ec7831b792df4d94434890e686d041999b66909dad4eb6b6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48031bf5624a2b545a3f5abbaa5141b83a57de91dd27ab89acd40bbd82155b965288d339ee84fdf75dfd48b4895680de49cb5d8542698b3ee4882b36bf94f3ec
|
|
7
|
+
data.tar.gz: b6fd06007143f2ccf372653eedec9f2b7563776df91e4abcdd0f760f6f0912211d50cfeb59a5dd8c1e9de3260dcd8129db9715a92630ae42d50f4748d9789b10
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.751.0
|
data/partitions.json
CHANGED
|
@@ -7433,6 +7433,7 @@
|
|
|
7433
7433
|
"ap-southeast-1" : { },
|
|
7434
7434
|
"ap-southeast-2" : { },
|
|
7435
7435
|
"ap-southeast-3" : { },
|
|
7436
|
+
"ap-southeast-4" : { },
|
|
7436
7437
|
"ca-central-1" : { },
|
|
7437
7438
|
"eu-central-1" : { },
|
|
7438
7439
|
"eu-central-2" : { },
|
|
@@ -9033,6 +9034,12 @@
|
|
|
9033
9034
|
"deprecated" : true,
|
|
9034
9035
|
"hostname" : "kms-fips.eu-west-3.amazonaws.com"
|
|
9035
9036
|
},
|
|
9037
|
+
"il-central-1-fips" : {
|
|
9038
|
+
"credentialScope" : {
|
|
9039
|
+
"region" : "il-central-1"
|
|
9040
|
+
},
|
|
9041
|
+
"hostname" : "kms-fips.il-central-1.amazonaws.com"
|
|
9042
|
+
},
|
|
9036
9043
|
"me-central-1" : {
|
|
9037
9044
|
"variants" : [ {
|
|
9038
9045
|
"hostname" : "kms-fips.me-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.751.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: 2023-04-
|
|
11
|
+
date: 2023-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|