aws-partitions 1.429.0 → 1.430.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/partitions.json +14 -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: c6f89190513fa237aed13cd41ba8b9fe618583c56a1b6534b5e2159c4eba64ba
|
|
4
|
+
data.tar.gz: f1269183457af644c15678e72f10eb13c90be268141a07c701dd1454e7e581ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5336307b7bcec843c8860459dde4af3f7e4e36e4a20f3d3fdcd9d8d9b3f5dfe400ad99f693ea585e22e798b09b13a1944cd9e502d2d92551723bc339dda8598d
|
|
7
|
+
data.tar.gz: eefb855abf2b9d09073fc12c3c45ce56bc9dbb210c0e0dc5b25291645561a8ed54f6c647aeacdfc7b389cc1fd919092478009d8fe32e472a3d8175d1ad55104b
|
data/partitions.json
CHANGED
|
@@ -3680,6 +3680,7 @@
|
|
|
3680
3680
|
},
|
|
3681
3681
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
|
|
3682
3682
|
},
|
|
3683
|
+
"me-south-1" : { },
|
|
3683
3684
|
"sa-east-1" : { },
|
|
3684
3685
|
"us-east-1" : { },
|
|
3685
3686
|
"us-east-2" : { },
|
|
@@ -6352,6 +6353,7 @@
|
|
|
6352
6353
|
},
|
|
6353
6354
|
"transfer" : {
|
|
6354
6355
|
"endpoints" : {
|
|
6356
|
+
"af-south-1" : { },
|
|
6355
6357
|
"ap-east-1" : { },
|
|
6356
6358
|
"ap-northeast-1" : { },
|
|
6357
6359
|
"ap-northeast-2" : { },
|
|
@@ -9833,6 +9835,18 @@
|
|
|
9833
9835
|
"us-isob-east-1" : { }
|
|
9834
9836
|
}
|
|
9835
9837
|
},
|
|
9838
|
+
"route53" : {
|
|
9839
|
+
"endpoints" : {
|
|
9840
|
+
"aws-iso-b-global" : {
|
|
9841
|
+
"credentialScope" : {
|
|
9842
|
+
"region" : "us-isob-east-1"
|
|
9843
|
+
},
|
|
9844
|
+
"hostname" : "route53.sc2s.sgov.gov"
|
|
9845
|
+
}
|
|
9846
|
+
},
|
|
9847
|
+
"isRegionalized" : false,
|
|
9848
|
+
"partitionEndpoint" : "aws-iso-b-global"
|
|
9849
|
+
},
|
|
9836
9850
|
"s3" : {
|
|
9837
9851
|
"defaults" : {
|
|
9838
9852
|
"protocols" : [ "http", "https" ],
|
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.430.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-
|
|
11
|
+
date: 2021-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|