aws-partitions 1.420.0 → 1.421.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/partitions.json +10 -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: c3489b36f80d5c10cd318bae36086e0a1eee7cff9013554defea514ba3cd246a
|
4
|
+
data.tar.gz: 47786d8577b709f3adc39964266631cf3e5e3bcb907bed12c3fbdf419506f1fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a35d1caa99728c64e4bb499b58707324e5f08b4d82783f4fab48f3410128c990c77f7d3a5337313558e218988466c7b41e5e08130f1f81e2f5f5e45576d5b64b
|
7
|
+
data.tar.gz: 1cc02bd327b2af94d6a2c8c1b7220acf4e4d71ab965de51722d7a67099bbb3ab908ed736ec35a628eda088ef67ac5af01ef7e45eaadbaf1a6f7ea952391028ad
|
data/partitions.json
CHANGED
@@ -1307,6 +1307,7 @@
|
|
1307
1307
|
"ca-central-1" : { },
|
1308
1308
|
"eu-central-1" : { },
|
1309
1309
|
"eu-north-1" : { },
|
1310
|
+
"eu-south-1" : { },
|
1310
1311
|
"eu-west-1" : { },
|
1311
1312
|
"eu-west-2" : { },
|
1312
1313
|
"eu-west-3" : { },
|
@@ -2929,6 +2930,7 @@
|
|
2929
2930
|
},
|
2930
2931
|
"fsx" : {
|
2931
2932
|
"endpoints" : {
|
2933
|
+
"af-south-1" : { },
|
2932
2934
|
"ap-east-1" : { },
|
2933
2935
|
"ap-northeast-1" : { },
|
2934
2936
|
"ap-northeast-2" : { },
|
@@ -2938,6 +2940,7 @@
|
|
2938
2940
|
"ca-central-1" : { },
|
2939
2941
|
"eu-central-1" : { },
|
2940
2942
|
"eu-north-1" : { },
|
2943
|
+
"eu-south-1" : { },
|
2941
2944
|
"eu-west-1" : { },
|
2942
2945
|
"eu-west-2" : { },
|
2943
2946
|
"eu-west-3" : { },
|
@@ -2971,6 +2974,7 @@
|
|
2971
2974
|
},
|
2972
2975
|
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
|
2973
2976
|
},
|
2977
|
+
"me-south-1" : { },
|
2974
2978
|
"sa-east-1" : { },
|
2975
2979
|
"us-east-1" : { },
|
2976
2980
|
"us-east-2" : { },
|
@@ -3615,6 +3619,7 @@
|
|
3615
3619
|
},
|
3616
3620
|
"lakeformation" : {
|
3617
3621
|
"endpoints" : {
|
3622
|
+
"ap-east-1" : { },
|
3618
3623
|
"ap-northeast-1" : { },
|
3619
3624
|
"ap-northeast-2" : { },
|
3620
3625
|
"ap-south-1" : { },
|
@@ -9469,6 +9474,11 @@
|
|
9469
9474
|
}
|
9470
9475
|
}
|
9471
9476
|
},
|
9477
|
+
"ssm" : {
|
9478
|
+
"endpoints" : {
|
9479
|
+
"us-iso-east-1" : { }
|
9480
|
+
}
|
9481
|
+
},
|
9472
9482
|
"states" : {
|
9473
9483
|
"endpoints" : {
|
9474
9484
|
"us-iso-east-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.421.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: 2021-01-
|
11
|
+
date: 2021-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|