aws-partitions 1.132.0 → 1.133.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 +26 -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: 9a527283f6db616fb6a780a28b186718e45302f0
|
|
4
|
+
data.tar.gz: b2138bdfef6712a08cd7409cdf4cb81f1370d898
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54e8c142a3bb207e0031511bc035de1c581fca2fa0dab425ee80c9c3991d012bdbc3ab7a7b09cd464c7fcf4086375dd508fae95ce4e8e8602299048ea81550ae
|
|
7
|
+
data.tar.gz: 1dcf1274d859ead1c62597b497cdb91dff30dba47e17eccfdd81445bc980776111b1f5efb4b81d42ebe01072854d190ac046c9adac7ecd3644fed2f4a2b734a2
|
data/partitions.json
CHANGED
|
@@ -1217,6 +1217,7 @@
|
|
|
1217
1217
|
"eu-central-1" : { },
|
|
1218
1218
|
"eu-west-1" : { },
|
|
1219
1219
|
"eu-west-2" : { },
|
|
1220
|
+
"eu-west-3" : { },
|
|
1220
1221
|
"us-east-1" : { },
|
|
1221
1222
|
"us-east-2" : { },
|
|
1222
1223
|
"us-west-1" : { },
|
|
@@ -2146,6 +2147,25 @@
|
|
|
2146
2147
|
}
|
|
2147
2148
|
}
|
|
2148
2149
|
},
|
|
2150
|
+
"securityhub" : {
|
|
2151
|
+
"endpoints" : {
|
|
2152
|
+
"ap-northeast-1" : { },
|
|
2153
|
+
"ap-northeast-2" : { },
|
|
2154
|
+
"ap-south-1" : { },
|
|
2155
|
+
"ap-southeast-1" : { },
|
|
2156
|
+
"ap-southeast-2" : { },
|
|
2157
|
+
"ca-central-1" : { },
|
|
2158
|
+
"eu-central-1" : { },
|
|
2159
|
+
"eu-west-1" : { },
|
|
2160
|
+
"eu-west-2" : { },
|
|
2161
|
+
"eu-west-3" : { },
|
|
2162
|
+
"sa-east-1" : { },
|
|
2163
|
+
"us-east-1" : { },
|
|
2164
|
+
"us-east-2" : { },
|
|
2165
|
+
"us-west-1" : { },
|
|
2166
|
+
"us-west-2" : { }
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2149
2169
|
"serverlessrepo" : {
|
|
2150
2170
|
"defaults" : {
|
|
2151
2171
|
"protocols" : [ "https" ]
|
|
@@ -3024,6 +3044,12 @@
|
|
|
3024
3044
|
"cn-northwest-1" : { }
|
|
3025
3045
|
}
|
|
3026
3046
|
},
|
|
3047
|
+
"states" : {
|
|
3048
|
+
"endpoints" : {
|
|
3049
|
+
"cn-north-1" : { },
|
|
3050
|
+
"cn-northwest-1" : { }
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3027
3053
|
"storagegateway" : {
|
|
3028
3054
|
"endpoints" : {
|
|
3029
3055
|
"cn-north-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.133.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-01-
|
|
11
|
+
date: 2019-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|