aws-partitions 1.539.0 → 1.540.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +31 -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: '093c1e5154b2c6b97c1136354b022fc971b875e675c1b289891f8f24eb7557d0'
|
|
4
|
+
data.tar.gz: 212335fa4ea75710613bd761332dc80711de55dc61315c65b6a9b0adbaab4016
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bd26b675f3f28890044767bf4f0596b34a6f7fd1cfc9fd21a39e678a5a1a3a5a60a6586293be02a92d3f7f9830aa289d8aa036fe7dce708fd4d4cf04253993f
|
|
7
|
+
data.tar.gz: a9998604d381a6d841e3e11a4d41075f5bfb10f397e8cf759d84db5e8103734f2bf91b350e4a252fcd190617a2ef53c7fe2ad19241855e5f77a28ab275a532ec
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.540.0
|
data/partitions.json
CHANGED
|
@@ -8226,6 +8226,31 @@
|
|
|
8226
8226
|
"us-west-2" : { }
|
|
8227
8227
|
}
|
|
8228
8228
|
},
|
|
8229
|
+
"pi" : {
|
|
8230
|
+
"endpoints" : {
|
|
8231
|
+
"af-south-1" : { },
|
|
8232
|
+
"ap-east-1" : { },
|
|
8233
|
+
"ap-northeast-1" : { },
|
|
8234
|
+
"ap-northeast-2" : { },
|
|
8235
|
+
"ap-northeast-3" : { },
|
|
8236
|
+
"ap-south-1" : { },
|
|
8237
|
+
"ap-southeast-1" : { },
|
|
8238
|
+
"ap-southeast-2" : { },
|
|
8239
|
+
"ca-central-1" : { },
|
|
8240
|
+
"eu-central-1" : { },
|
|
8241
|
+
"eu-north-1" : { },
|
|
8242
|
+
"eu-south-1" : { },
|
|
8243
|
+
"eu-west-1" : { },
|
|
8244
|
+
"eu-west-2" : { },
|
|
8245
|
+
"eu-west-3" : { },
|
|
8246
|
+
"me-south-1" : { },
|
|
8247
|
+
"sa-east-1" : { },
|
|
8248
|
+
"us-east-1" : { },
|
|
8249
|
+
"us-east-2" : { },
|
|
8250
|
+
"us-west-1" : { },
|
|
8251
|
+
"us-west-2" : { }
|
|
8252
|
+
}
|
|
8253
|
+
},
|
|
8229
8254
|
"pinpoint" : {
|
|
8230
8255
|
"defaults" : {
|
|
8231
8256
|
"credentialScope" : {
|
|
@@ -13075,6 +13100,12 @@
|
|
|
13075
13100
|
"cn-north-1" : { }
|
|
13076
13101
|
}
|
|
13077
13102
|
},
|
|
13103
|
+
"pi" : {
|
|
13104
|
+
"endpoints" : {
|
|
13105
|
+
"cn-north-1" : { },
|
|
13106
|
+
"cn-northwest-1" : { }
|
|
13107
|
+
}
|
|
13108
|
+
},
|
|
13078
13109
|
"polly" : {
|
|
13079
13110
|
"endpoints" : {
|
|
13080
13111
|
"cn-northwest-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.540.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: 2021-12-
|
|
11
|
+
date: 2021-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|