aws-partitions 1.89.1 → 1.90.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +13 -1
- 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: e562e3c2b701c6bf0654496bbe421892c65fcff3
|
|
4
|
+
data.tar.gz: fe5379fa673e85abc7fc25cdecf88f808d492521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8b62b988c8cc0313bb56b1451098525094b56d86e8bc1826d4d78cd4bb136d8510a2e0cc667130285be75213ed58be2fa62ef99a71a205c22d7b6f5cee0f6ac
|
|
7
|
+
data.tar.gz: 61203c79a0e93a1523c830a405330661ba7272ad556911af0bab8d9337e0a36e9777658aaed0e28b8608cf59929aecb959d901fd2502ee59feff7249f8eac826
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -97,6 +97,15 @@
|
|
|
97
97
|
"us-west-2" : { }
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
+
"api.mediatailor" : {
|
|
101
|
+
"endpoints" : {
|
|
102
|
+
"ap-northeast-1" : { },
|
|
103
|
+
"ap-southeast-1" : { },
|
|
104
|
+
"ap-southeast-2" : { },
|
|
105
|
+
"eu-west-1" : { },
|
|
106
|
+
"us-east-1" : { }
|
|
107
|
+
}
|
|
108
|
+
},
|
|
100
109
|
"api.pricing" : {
|
|
101
110
|
"defaults" : {
|
|
102
111
|
"credentialScope" : {
|
|
@@ -813,6 +822,7 @@
|
|
|
813
822
|
},
|
|
814
823
|
"elasticfilesystem" : {
|
|
815
824
|
"endpoints" : {
|
|
825
|
+
"ap-northeast-2" : { },
|
|
816
826
|
"ap-southeast-2" : { },
|
|
817
827
|
"eu-central-1" : { },
|
|
818
828
|
"eu-west-1" : { },
|
|
@@ -1565,6 +1575,7 @@
|
|
|
1565
1575
|
},
|
|
1566
1576
|
"runtime.sagemaker" : {
|
|
1567
1577
|
"endpoints" : {
|
|
1578
|
+
"ap-northeast-1" : { },
|
|
1568
1579
|
"eu-west-1" : { },
|
|
1569
1580
|
"us-east-1" : { },
|
|
1570
1581
|
"us-east-2" : { },
|
|
@@ -1629,6 +1640,7 @@
|
|
|
1629
1640
|
},
|
|
1630
1641
|
"sagemaker" : {
|
|
1631
1642
|
"endpoints" : {
|
|
1643
|
+
"ap-northeast-1" : { },
|
|
1632
1644
|
"eu-west-1" : { },
|
|
1633
1645
|
"us-east-1" : { },
|
|
1634
1646
|
"us-east-2" : { },
|
|
@@ -2731,4 +2743,4 @@
|
|
|
2731
2743
|
}
|
|
2732
2744
|
} ],
|
|
2733
2745
|
"version" : 3
|
|
2734
|
-
}
|
|
2746
|
+
}
|
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.90.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-
|
|
11
|
+
date: 2018-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|