aws-partitions 1.478.0 → 1.479.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 +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 136d5e2c89bcacf11c51c8425b996a3a79fd6df9ebc7d83010cbc43f5cfd8d3e
4
- data.tar.gz: 1f86835d73b635406220254a453b35e416da8fe04bccb1c294302063c590cad4
3
+ metadata.gz: f1a31cc990ca4398c84663b62fb5e19c0df54c6f8f6a2bb6dce78537609f3063
4
+ data.tar.gz: f1764578ad470efef60e2f012db9d32bcb9819b61bb886203dad1b1b080a03cc
5
5
  SHA512:
6
- metadata.gz: 5833b451023d4ac4338f7c942f292458986ebe7ef8ad0bc0eeed6151e1fa22a6bf51eace56e64455c83c1fe24eef6828864f06766f8668547e50dc27c69c235c
7
- data.tar.gz: 007fd3537d0edf475b3d9201b43960f03f98fa2a9167ba6a8187c6221cddbd0d4e4a068b38eeef2bccc92beb469eb9ac0b2ea8ec07f1bbf300d99d5c5497d931
6
+ metadata.gz: d60024f6df99db72db1b706776691c784b9325f8bface106624e239363942237b18db4840afef6fc8695b6f761b120fd7e463c0fa7d0e36a780ceb32833aef7a
7
+ data.tar.gz: '09c3240a2f3c8465a1b61c584ff4cdc8bdd0929f3491e83d59a634486c4b3370185425f8ad94c526d7a2c313c345263b17e74c66ff5bfd02b8b53934833b2f5b'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.479.0 (2021-07-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.478.0 (2021-07-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.478.0
1
+ 1.479.0
data/partitions.json CHANGED
@@ -678,6 +678,7 @@
678
678
  },
679
679
  "appflow" : {
680
680
  "endpoints" : {
681
+ "af-south-1" : { },
681
682
  "ap-northeast-1" : { },
682
683
  "ap-northeast-2" : { },
683
684
  "ap-south-1" : { },
@@ -2042,6 +2043,7 @@
2042
2043
  "ap-east-1" : { },
2043
2044
  "ap-northeast-1" : { },
2044
2045
  "ap-northeast-2" : { },
2046
+ "ap-northeast-3" : { },
2045
2047
  "ap-south-1" : { },
2046
2048
  "ap-southeast-1" : { },
2047
2049
  "ap-southeast-2" : { },
@@ -4288,6 +4290,7 @@
4288
4290
  "eu-west-3" : { },
4289
4291
  "sa-east-1" : { },
4290
4292
  "us-east-1" : { },
4293
+ "us-east-2" : { },
4291
4294
  "us-west-1" : { },
4292
4295
  "us-west-2" : { }
4293
4296
  }
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.478.0
4
+ version: 1.479.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-13 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: