aws-partitions 1.719.0 → 1.720.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 +4 -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: 633324d80bd50ab1977d67e9ee50cd811c556a542b9e0d9cdc9a1d0fe9a6e549
|
|
4
|
+
data.tar.gz: 48497ac9d0213470dc8816e9378f3f43b1bae64739793a7e743bcdd1e83b26cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d85e0aed338d83bd831bbca575983395b0c053a56de5fce7acb1056cac60b288e85fa95b62f9c30d1fb1f3aab6c3121053b4d2eb415996c163574b8e21361dfa
|
|
7
|
+
data.tar.gz: 3941a103f727f320aca1cf31f17085cce550ab71eb345e8ba6633accecc2c91116024c0db78c3469816c90f2a336022a390773f6d1b0bd7f0f683f729ec68c38
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.720.0
|
data/partitions.json
CHANGED
|
@@ -2856,6 +2856,7 @@
|
|
|
2856
2856
|
"ap-northeast-2" : { },
|
|
2857
2857
|
"ap-northeast-3" : { },
|
|
2858
2858
|
"ap-south-1" : { },
|
|
2859
|
+
"ap-south-2" : { },
|
|
2859
2860
|
"ap-southeast-1" : { },
|
|
2860
2861
|
"ap-southeast-2" : { },
|
|
2861
2862
|
"ap-southeast-3" : { },
|
|
@@ -2885,6 +2886,7 @@
|
|
|
2885
2886
|
"deprecated" : true,
|
|
2886
2887
|
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
|
|
2887
2888
|
},
|
|
2889
|
+
"me-central-1" : { },
|
|
2888
2890
|
"me-south-1" : { },
|
|
2889
2891
|
"sa-east-1" : { },
|
|
2890
2892
|
"us-east-1" : {
|
|
@@ -22562,7 +22564,8 @@
|
|
|
22562
22564
|
},
|
|
22563
22565
|
"secretsmanager" : {
|
|
22564
22566
|
"endpoints" : {
|
|
22565
|
-
"us-iso-east-1" : { }
|
|
22567
|
+
"us-iso-east-1" : { },
|
|
22568
|
+
"us-iso-west-1" : { }
|
|
22566
22569
|
}
|
|
22567
22570
|
},
|
|
22568
22571
|
"snowball" : {
|
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.720.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-03-
|
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|