aws-partitions 1.409.0 → 1.410.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 +14 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0de6ec72eb3a919978f0bf94afb084edfa74dd574f10800f9b814b19a81232c
|
|
4
|
+
data.tar.gz: e202b9fe2425e4d3fd43325830d710fff2a62d6e0fa6cd5c39ddf18a69cf5ead
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf1d9e3754cfb2f761bedb72199f3c3def150e0cfc9bb0bfa2b576b2fda3fd4420511737cb1fdc66648ce66ac6ce2c3bad0dffb02367446fa3762f2c97186ef6
|
|
7
|
+
data.tar.gz: 99d9bc5d1291a1597aea7b9f3eefc54e6072ab4366f6b3197346ad7e2f42e027e24fbf4c5789cc5b5610d523f5e497a582dc87b87e02cfc63fb65b8760e11622
|
data/partitions.json
CHANGED
|
@@ -1251,6 +1251,20 @@
|
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
1253
|
},
|
|
1254
|
+
"codeguru-reviewer" : {
|
|
1255
|
+
"endpoints" : {
|
|
1256
|
+
"ap-northeast-1" : { },
|
|
1257
|
+
"ap-southeast-1" : { },
|
|
1258
|
+
"ap-southeast-2" : { },
|
|
1259
|
+
"eu-central-1" : { },
|
|
1260
|
+
"eu-north-1" : { },
|
|
1261
|
+
"eu-west-1" : { },
|
|
1262
|
+
"eu-west-2" : { },
|
|
1263
|
+
"us-east-1" : { },
|
|
1264
|
+
"us-east-2" : { },
|
|
1265
|
+
"us-west-2" : { }
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1254
1268
|
"codepipeline" : {
|
|
1255
1269
|
"endpoints" : {
|
|
1256
1270
|
"ap-northeast-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.410.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: 2020-12-
|
|
11
|
+
date: 2020-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|