aws-partitions 1.61.0 → 1.62.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 +34 -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: 5c0e32f2112edfb54ee31c6196b1c3d939327bb7
|
|
4
|
+
data.tar.gz: 3eda92dda83c767da2848d94947cbd95970de15d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3586ea42905bf805534fbf1460e6ad4e495ed2435fbe395333fafdc2dd0e12fcbfb8edaeaf1ad701ac492f5259fc1ebec4d336e03b766867a251157b3a8844a
|
|
7
|
+
data.tar.gz: 8ec4064da5901939753b9fae1e7dd002e9bca2391bb21e6b018d5ed9f73d3bca4c555a43309a773ea7a5d149bdaae742dbaeace99f7223ad5f4ab8e46325d5ca
|
data/partitions.json
CHANGED
|
@@ -225,6 +225,7 @@
|
|
|
225
225
|
"endpoints" : {
|
|
226
226
|
"ap-southeast-1" : { },
|
|
227
227
|
"ap-southeast-2" : { },
|
|
228
|
+
"eu-central-1" : { },
|
|
228
229
|
"eu-west-1" : { },
|
|
229
230
|
"eu-west-2" : { },
|
|
230
231
|
"us-east-1" : { },
|
|
@@ -1100,6 +1101,39 @@
|
|
|
1100
1101
|
"us-east-1" : { }
|
|
1101
1102
|
}
|
|
1102
1103
|
},
|
|
1104
|
+
"mediaconvert" : {
|
|
1105
|
+
"endpoints" : {
|
|
1106
|
+
"ap-northeast-1" : { },
|
|
1107
|
+
"ap-south-1" : { },
|
|
1108
|
+
"ap-southeast-1" : { },
|
|
1109
|
+
"ap-southeast-2" : { },
|
|
1110
|
+
"eu-central-1" : { },
|
|
1111
|
+
"eu-west-1" : { },
|
|
1112
|
+
"us-east-1" : { },
|
|
1113
|
+
"us-west-1" : { },
|
|
1114
|
+
"us-west-2" : { }
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"medialive" : {
|
|
1118
|
+
"endpoints" : {
|
|
1119
|
+
"ap-northeast-1" : { },
|
|
1120
|
+
"ap-southeast-1" : { },
|
|
1121
|
+
"ap-southeast-2" : { },
|
|
1122
|
+
"eu-west-1" : { },
|
|
1123
|
+
"us-east-1" : { },
|
|
1124
|
+
"us-west-2" : { }
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"mediapackage" : {
|
|
1128
|
+
"endpoints" : {
|
|
1129
|
+
"ap-northeast-1" : { },
|
|
1130
|
+
"ap-southeast-1" : { },
|
|
1131
|
+
"ap-southeast-2" : { },
|
|
1132
|
+
"eu-west-1" : { },
|
|
1133
|
+
"us-east-1" : { },
|
|
1134
|
+
"us-west-2" : { }
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1103
1137
|
"metering.marketplace" : {
|
|
1104
1138
|
"defaults" : {
|
|
1105
1139
|
"credentialScope" : {
|
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.62.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-02-
|
|
11
|
+
date: 2018-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|