aws-partitions 1.539.0 → 1.540.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +31 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22bce1bbedc01adabb8284639e72b1d636c0e74a6b88c8d1ef5e1bcdf08a1461
4
- data.tar.gz: 259f653ce7ed45f189f7c6c23c9073fdbf8566bd8fc150e061b104539932e649
3
+ metadata.gz: '093c1e5154b2c6b97c1136354b022fc971b875e675c1b289891f8f24eb7557d0'
4
+ data.tar.gz: 212335fa4ea75710613bd761332dc80711de55dc61315c65b6a9b0adbaab4016
5
5
  SHA512:
6
- metadata.gz: ea8e15126955a5336b73353e0dbb33d5fd026cac3b19e312f1af2b8b97e79dbbeba49c35edc19d63bd711735638d6696821d9626644629c7e0af3e0d8d57bb2a
7
- data.tar.gz: 5f452f10927231f873bf2e077116ada5589b25644d9d50e2cd48ebfca6fbdcd1a054034cb49a0b8ec2ec0072a46a2c1c5faddafed3bac4884838edad7da9044b
6
+ metadata.gz: 0bd26b675f3f28890044767bf4f0596b34a6f7fd1cfc9fd21a39e678a5a1a3a5a60a6586293be02a92d3f7f9830aa289d8aa036fe7dce708fd4d4cf04253993f
7
+ data.tar.gz: a9998604d381a6d841e3e11a4d41075f5bfb10f397e8cf759d84db5e8103734f2bf91b350e4a252fcd190617a2ef53c7fe2ad19241855e5f77a28ab275a532ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.540.0 (2021-12-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.539.0 (2021-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.539.0
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.539.0
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-02 00:00:00.000000000 Z
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: