aws-partitions 1.198.0 → 1.199.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 +22 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 137e3b49c331fb5cd227e8d2db4a2b72c49ebf54
|
4
|
+
data.tar.gz: 2af0733de867a76e93a9accda2c7a11b999f6e6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40be4d5b1551f27b4817ecc1aef2251a377cd894df3e47459348fdf596fa427d9fde1e1281a3816dd5dcbc828b7f09762d77f165a7a96410f18363aeddd57860
|
7
|
+
data.tar.gz: c406dd9f5698b25a56103f270e16c3f14f6a6a254c11ac76f96a34873342f4ceb8fe0e127956bdb0200dd14161c86b47b57fc0b39a921edb2d2c07f53ac5c925
|
data/partitions.json
CHANGED
@@ -1438,6 +1438,7 @@
|
|
1438
1438
|
},
|
1439
1439
|
"hostname" : "es-fips.us-west-1.amazonaws.com"
|
1440
1440
|
},
|
1441
|
+
"me-south-1" : { },
|
1441
1442
|
"sa-east-1" : { },
|
1442
1443
|
"us-east-1" : { },
|
1443
1444
|
"us-east-2" : { },
|
@@ -1871,6 +1872,15 @@
|
|
1871
1872
|
"us-west-2" : { }
|
1872
1873
|
}
|
1873
1874
|
},
|
1875
|
+
"lakeformation" : {
|
1876
|
+
"endpoints" : {
|
1877
|
+
"ap-northeast-1" : { },
|
1878
|
+
"eu-west-1" : { },
|
1879
|
+
"us-east-1" : { },
|
1880
|
+
"us-east-2" : { },
|
1881
|
+
"us-west-2" : { }
|
1882
|
+
}
|
1883
|
+
},
|
1874
1884
|
"lambda" : {
|
1875
1885
|
"endpoints" : {
|
1876
1886
|
"ap-east-1" : { },
|
@@ -4339,6 +4349,18 @@
|
|
4339
4349
|
"us-gov-west-1" : { }
|
4340
4350
|
}
|
4341
4351
|
},
|
4352
|
+
"route53" : {
|
4353
|
+
"endpoints" : {
|
4354
|
+
"aws-us-gov-global" : {
|
4355
|
+
"credentialScope" : {
|
4356
|
+
"region" : "us-gov-west-1"
|
4357
|
+
},
|
4358
|
+
"hostname" : "route53.us-gov.amazonaws.com"
|
4359
|
+
}
|
4360
|
+
},
|
4361
|
+
"isRegionalized" : false,
|
4362
|
+
"partitionEndpoint" : "aws-us-gov-global"
|
4363
|
+
},
|
4342
4364
|
"runtime.sagemaker" : {
|
4343
4365
|
"endpoints" : {
|
4344
4366
|
"us-gov-west-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.199.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: 2019-08-
|
11
|
+
date: 2019-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|