aws-partitions 1.819.0 → 1.820.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 +6 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e966198dd1d433f35e30cb68b571563f1b2b92df25b0583e8ad39277d9310b7d
4
- data.tar.gz: fb7969144f46a9c2dbc7dd061f2cd6d0e27246b1ee320a1a0af40475e513e3fc
3
+ metadata.gz: 3fe2cd143344fd17095cfb81e0a13f98648ea8e3538c628a4f944ca9fa0a5f40
4
+ data.tar.gz: 2f7a2639f8c577cf351cb6d7e3c03d9c488f4b1b5099c4774e09104b0eb45f78
5
5
  SHA512:
6
- metadata.gz: 4b5a41b9bd04b2ca805d5d3abb0581df03abaf57c6d517a97b46d2df03665bd7ca4bfb16eebbe230156286d373fc1f943f0e333bec80fb52ba4d8dda717764dd
7
- data.tar.gz: 30214152ea7637c8e19f6315b815a41ee7f995ec386d127c7735609e53c3645ba8447434c005dff5238f634a03f2aaa7785098d1ba4eda717cb5eb902c72963f
6
+ metadata.gz: eaecd7d8b87f10d33a75f1543cdee0caf4b47258c3496063320c2af4b89ef0f58ed5a2821a990918fca8512ea986d70c8aba6e8823fe656c2fb352df44f4c6b3
7
+ data.tar.gz: 891ba8f92462626cd321a481e1557e31ecbc9258feb737a1792038b1b8d19ba5d8b289d2fe6091398c70d58e6a1e9bd828c9c5bd890506193d3358bc0dcc7c9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.820.0 (2023-09-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.819.0 (2023-09-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.819.0
1
+ 1.820.0
data/partitions.json CHANGED
@@ -19027,6 +19027,12 @@
19027
19027
  "isRegionalized" : false,
19028
19028
  "partitionEndpoint" : "aws-cn-global"
19029
19029
  },
19030
+ "identitystore" : {
19031
+ "endpoints" : {
19032
+ "cn-north-1" : { },
19033
+ "cn-northwest-1" : { }
19034
+ }
19035
+ },
19030
19036
  "internetmonitor" : {
19031
19037
  "defaults" : {
19032
19038
  "dnsSuffix" : "api.amazonwebservices.com.cn",
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.819.0
4
+ version: 1.820.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: 2023-09-07 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: