aws-partitions 1.476.0 → 1.477.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 +3 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23ac410ddc93bf21fec21933ab9f6fe09451297ec60f2f6c262cb676011e918e
4
- data.tar.gz: 832fd25a563882d8405056f2acb2d1de02b1a3baae77c39b24d02e06378f02fd
3
+ metadata.gz: d2b733484adccb6bb33a057165e0324b7df8721b06dca4584e4234954d606385
4
+ data.tar.gz: ca409de51cef98022d3ff2b82ab56b239f788ffa051b4634a4cfd2248c599908
5
5
  SHA512:
6
- metadata.gz: d30874774caffa4bf3703ca6cdc5e7e4da5485506bbb7a29fb49dd2fd0276a902a038e5a2bb8fcf78319eb7e94cfd2e8dcd0055eb8588918a71cd2cd4f5ee301
7
- data.tar.gz: 1e99854c0f6791d399ccd200d8bb92d4d5adf872c00fb50a76ac8ccdd3a7f737c161e74ec11787c3c0f081587ed376ff7df6ee65f51eabec4943e9addac55bb2
6
+ metadata.gz: 2012a3fca0f9b82a42424b40554f46d9b939252fc36a78f2316add2680103368dabd636dedc707255aea391f7576ecab97a4d41d0f54cde5ebb01246d6745686
7
+ data.tar.gz: 457fc7c0d9324ba9875e13a34317d27fbe86ca584f02026ba186e0c854cd0b68aa84d359301777e825969c9f05d43545f25aae22978a7ef170051e280cf372f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.477.0 (2021-07-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.476.0 (2021-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.476.0
1
+ 1.477.0
data/partitions.json CHANGED
@@ -3423,7 +3423,9 @@
3423
3423
  "protocols" : [ "https" ]
3424
3424
  },
3425
3425
  "endpoints" : {
3426
- "us-east-1" : { }
3426
+ "us-east-1" : { },
3427
+ "us-east-2" : { },
3428
+ "us-west-2" : { }
3427
3429
  }
3428
3430
  },
3429
3431
  "honeycode" : {
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.476.0
4
+ version: 1.477.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-09 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: