aws-partitions 1.98.0 → 1.99.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 +15 -12
- 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: 737c0cf164128140276eddf1444787bac9662427
|
|
4
|
+
data.tar.gz: 35e6c007721a5e0452ed21dd4ddfafc810136cda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6894b7b1897cff21b61e88f4645d04829bf17a745727da6abd5797d2c47747fc629293d4a67ff59fc14375d7356a4584484d8c9ac4711bf35d89658ece39aef3
|
|
7
|
+
data.tar.gz: 768115d1ed89168457a90060f17c506e26300ce17a5f7cc96cecb6b5979248002c2a6877e2d53985f9a8f403a3d2f4c9635e1b09ab7eef97aa3938b102ff7b81
|
data/partitions.json
CHANGED
|
@@ -118,6 +118,18 @@
|
|
|
118
118
|
"us-east-1" : { }
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
|
+
"api.sagemaker" : {
|
|
122
|
+
"endpoints" : {
|
|
123
|
+
"ap-northeast-1" : { },
|
|
124
|
+
"ap-northeast-2" : { },
|
|
125
|
+
"ap-southeast-2" : { },
|
|
126
|
+
"eu-central-1" : { },
|
|
127
|
+
"eu-west-1" : { },
|
|
128
|
+
"us-east-1" : { },
|
|
129
|
+
"us-east-2" : { },
|
|
130
|
+
"us-west-2" : { }
|
|
131
|
+
}
|
|
132
|
+
},
|
|
121
133
|
"apigateway" : {
|
|
122
134
|
"endpoints" : {
|
|
123
135
|
"ap-northeast-1" : { },
|
|
@@ -559,6 +571,7 @@
|
|
|
559
571
|
"protocols" : [ "https" ]
|
|
560
572
|
},
|
|
561
573
|
"endpoints" : {
|
|
574
|
+
"ap-southeast-2" : { },
|
|
562
575
|
"eu-west-1" : { },
|
|
563
576
|
"us-east-1" : { },
|
|
564
577
|
"us-east-2" : { },
|
|
@@ -1036,6 +1049,7 @@
|
|
|
1036
1049
|
"ap-south-1" : { },
|
|
1037
1050
|
"ap-southeast-1" : { },
|
|
1038
1051
|
"ap-southeast-2" : { },
|
|
1052
|
+
"ca-central-1" : { },
|
|
1039
1053
|
"eu-central-1" : { },
|
|
1040
1054
|
"eu-west-1" : { },
|
|
1041
1055
|
"eu-west-2" : { },
|
|
@@ -1289,6 +1303,7 @@
|
|
|
1289
1303
|
"endpoints" : {
|
|
1290
1304
|
"ap-northeast-1" : { },
|
|
1291
1305
|
"ap-northeast-2" : { },
|
|
1306
|
+
"ap-south-1" : { },
|
|
1292
1307
|
"ap-southeast-1" : { },
|
|
1293
1308
|
"ap-southeast-2" : { },
|
|
1294
1309
|
"eu-central-1" : { },
|
|
@@ -1667,18 +1682,6 @@
|
|
|
1667
1682
|
"isRegionalized" : true,
|
|
1668
1683
|
"partitionEndpoint" : "us-east-1"
|
|
1669
1684
|
},
|
|
1670
|
-
"sagemaker" : {
|
|
1671
|
-
"endpoints" : {
|
|
1672
|
-
"ap-northeast-1" : { },
|
|
1673
|
-
"ap-northeast-2" : { },
|
|
1674
|
-
"ap-southeast-2" : { },
|
|
1675
|
-
"eu-central-1" : { },
|
|
1676
|
-
"eu-west-1" : { },
|
|
1677
|
-
"us-east-1" : { },
|
|
1678
|
-
"us-east-2" : { },
|
|
1679
|
-
"us-west-2" : { }
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
1685
|
"sdb" : {
|
|
1683
1686
|
"defaults" : {
|
|
1684
1687
|
"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.99.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: 2018-08-
|
|
11
|
+
date: 2018-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|