aws-partitions 1.477.0 → 1.479.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2b733484adccb6bb33a057165e0324b7df8721b06dca4584e4234954d606385
4
- data.tar.gz: ca409de51cef98022d3ff2b82ab56b239f788ffa051b4634a4cfd2248c599908
3
+ metadata.gz: f1a31cc990ca4398c84663b62fb5e19c0df54c6f8f6a2bb6dce78537609f3063
4
+ data.tar.gz: f1764578ad470efef60e2f012db9d32bcb9819b61bb886203dad1b1b080a03cc
5
5
  SHA512:
6
- metadata.gz: 2012a3fca0f9b82a42424b40554f46d9b939252fc36a78f2316add2680103368dabd636dedc707255aea391f7576ecab97a4d41d0f54cde5ebb01246d6745686
7
- data.tar.gz: 457fc7c0d9324ba9875e13a34317d27fbe86ca584f02026ba186e0c854cd0b68aa84d359301777e825969c9f05d43545f25aae22978a7ef170051e280cf372f2
6
+ metadata.gz: d60024f6df99db72db1b706776691c784b9325f8bface106624e239363942237b18db4840afef6fc8695b6f761b120fd7e463c0fa7d0e36a780ceb32833aef7a
7
+ data.tar.gz: '09c3240a2f3c8465a1b61c584ff4cdc8bdd0929f3491e83d59a634486c4b3370185425f8ad94c526d7a2c313c345263b17e74c66ff5bfd02b8b53934833b2f5b'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.478.0 (2021-07-13)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.477.0 (2021-07-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.477.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" : { },
@@ -787,6 +788,7 @@
787
788
  "ap-east-1" : { },
788
789
  "ap-northeast-1" : { },
789
790
  "ap-northeast-2" : { },
791
+ "ap-northeast-3" : { },
790
792
  "ap-south-1" : { },
791
793
  "ap-southeast-1" : { },
792
794
  "ap-southeast-2" : { },
@@ -2041,6 +2043,7 @@
2041
2043
  "ap-east-1" : { },
2042
2044
  "ap-northeast-1" : { },
2043
2045
  "ap-northeast-2" : { },
2046
+ "ap-northeast-3" : { },
2044
2047
  "ap-south-1" : { },
2045
2048
  "ap-southeast-1" : { },
2046
2049
  "ap-southeast-2" : { },
@@ -4287,6 +4290,7 @@
4287
4290
  "eu-west-3" : { },
4288
4291
  "sa-east-1" : { },
4289
4292
  "us-east-1" : { },
4293
+ "us-east-2" : { },
4290
4294
  "us-west-1" : { },
4291
4295
  "us-west-2" : { }
4292
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.477.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-12 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: