aws-partitions 1.564.0 → 1.565.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd5fb48bae4e47a6e8b13f2ab12038371fd6616779b9ca438534048f7ec937da
4
- data.tar.gz: 6673ba2bf97ad5c5598a3fc9a2e7b3c8a38e63166c7cb21f935a073ade05ccb6
3
+ metadata.gz: 7c74db1a26b3b08e0764a18bc2b98846f8db81222663bcf5a6317b107180adc5
4
+ data.tar.gz: b4f8a2992c60aaa5cd2a978b206b46fa9e9460cde222e70965459012c8890a33
5
5
  SHA512:
6
- metadata.gz: 95da811ba6b65c2ffca4387ffc672e61a2910309973ada6583f7c330c0f42816c5a600b7454de808a45b8fb81da62e23e3620fbcc9229ee765206f46f7e6ffee
7
- data.tar.gz: 6ae207d7b3b12b652c4c0b41dc6af9e922824748c764f61ebbeed32662e7293cfb44ade51161e7937ea173a1d669a935dc122c2d50577a99c046adc2ba27682b
6
+ metadata.gz: 3954289c390ec1979e29fa326505df502283956545aae453aa832bf01dea99d4ff5b91ebeb7dc8df9376cd47a39b2267227e832fa824fa9c3b0af036fbe49a66
7
+ data.tar.gz: 365dffddd36e25059402110964c893bcc38123599280baf7b0df88031f077c276af501b337c7a1449914a430299888a6740b306719a1f5b087ab7d404c4bd3d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.565.0 (2022-03-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.564.0 (2022-03-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.564.0
1
+ 1.565.0
data/partitions.json CHANGED
@@ -6485,6 +6485,10 @@
6485
6485
  },
6486
6486
  "ivs" : {
6487
6487
  "endpoints" : {
6488
+ "ap-northeast-1" : { },
6489
+ "ap-northeast-2" : { },
6490
+ "ap-south-1" : { },
6491
+ "eu-central-1" : { },
6488
6492
  "eu-west-1" : { },
6489
6493
  "us-east-1" : { },
6490
6494
  "us-west-2" : { }
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.564.0
4
+ version: 1.565.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: 2022-03-08 00:00:00.000000000 Z
11
+ date: 2022-03-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: