aws-partitions 1.480.0 → 1.481.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.
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 +30 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6256838dbbdaed1b4d78221ac7defff9bcfeef7b4d98bb6a6a996b76542fb57
4
- data.tar.gz: 5b2d2c373f707a4a095c9e7692d31c3c9d2863098201ef49ec7a5a2ddd281a8e
3
+ metadata.gz: 885a7e78a81e47de088f491d2431321b740a2af497eecf436fe1733a39722c3e
4
+ data.tar.gz: 5283b1ead9ad82ed5ee925111d42c8026d3a3f34a24e4455edb5d98b0ddc4b84
5
5
  SHA512:
6
- metadata.gz: 3a90f36e56a839790d573457131b3543c3696ded76cc5d4ae64fe9db570b6d13828bd7dccaba8ef493ee726205e10090528aa1c62eabc1c9cd830b8da8975f2a
7
- data.tar.gz: c3c512303472c36b38f1bb722eaa77336c3a48f966c7e753f7073280ded53694917c27b17eaf587930eb07bc0c9dbdc7b5327308c44bc771e38e0a7a0ce89d19
6
+ metadata.gz: c5ac7caf4832b90c71e06ca68244d1f1d0fda2450a33dbb9f0dc5176b6a06f7c9976e637c2d2a39855b5f6178e711f89b1ffbe2c58dd90a81f06cac25ebae46f
7
+ data.tar.gz: b601ea7f27d4cc53ca4cdb7cf63b3feba341e0e4de185bcb75bee090708a7c1b83aff7abc2d6748c80f5b90ac6477a9ceeb61f104900a8f7492f36df1dd1f9dc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.481.0 (2021-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.480.0 (2021-07-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.480.0
1
+ 1.481.0
data/partitions.json CHANGED
@@ -261,6 +261,29 @@
261
261
  "us-west-2" : { }
262
262
  }
263
263
  },
264
+ "amplify" : {
265
+ "endpoints" : {
266
+ "ap-east-1" : { },
267
+ "ap-northeast-1" : { },
268
+ "ap-northeast-2" : { },
269
+ "ap-south-1" : { },
270
+ "ap-southeast-1" : { },
271
+ "ap-southeast-2" : { },
272
+ "ca-central-1" : { },
273
+ "eu-central-1" : { },
274
+ "eu-north-1" : { },
275
+ "eu-south-1" : { },
276
+ "eu-west-1" : { },
277
+ "eu-west-2" : { },
278
+ "eu-west-3" : { },
279
+ "me-south-1" : { },
280
+ "sa-east-1" : { },
281
+ "us-east-1" : { },
282
+ "us-east-2" : { },
283
+ "us-west-1" : { },
284
+ "us-west-2" : { }
285
+ }
286
+ },
264
287
  "amplifybackend" : {
265
288
  "endpoints" : {
266
289
  "ap-northeast-1" : { },
@@ -1789,6 +1812,7 @@
1789
1812
  "ap-east-1" : { },
1790
1813
  "ap-northeast-1" : { },
1791
1814
  "ap-northeast-2" : { },
1815
+ "ap-northeast-3" : { },
1792
1816
  "ap-south-1" : { },
1793
1817
  "ap-southeast-1" : { },
1794
1818
  "ap-southeast-2" : { },
@@ -7570,6 +7594,7 @@
7570
7594
  },
7571
7595
  "dax" : {
7572
7596
  "endpoints" : {
7597
+ "cn-north-1" : { },
7573
7598
  "cn-northwest-1" : { }
7574
7599
  }
7575
7600
  },
@@ -10253,6 +10278,11 @@
10253
10278
  "us-iso-east-1" : { }
10254
10279
  }
10255
10280
  },
10281
+ "license-manager" : {
10282
+ "endpoints" : {
10283
+ "us-iso-east-1" : { }
10284
+ }
10285
+ },
10256
10286
  "logs" : {
10257
10287
  "endpoints" : {
10258
10288
  "us-iso-east-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.480.0
4
+ version: 1.481.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-07-27 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: