aws-partitions 1.552.0 → 1.553.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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 969f08dfd286c3a0f345b986c831567786f3671268b3edaf58b21dd6384f158c
4
- data.tar.gz: 3524d9a106c05fbaed75b5ff4ecc0b5a8605322568fd523b9251e48e3b1cfc3d
3
+ metadata.gz: 137607186d0d2fc55678c051f8433a8be7cebd7ad0d4cdf62b49a398530d4ffd
4
+ data.tar.gz: 9a4aa2943aea05f8d7247e384b604fc0e50a2c2b5d34677e2b12a67ad5078efc
5
5
  SHA512:
6
- metadata.gz: '028b2beb82c1e242d28b05ee1152d4e630aa58df98111c799876a2138cee2594efead80c83bfec756670c4ff737bb2f69d4b0438687baad3a6b63d2e3b2e68f0'
7
- data.tar.gz: f92f438b20d072a9d6bc68397274ff2d35e21d36d39ccbf25f66e19fec8496bbb185c7f3efd3b820b13744e2c0f48923085a31a21e90e3604733654bf587c06b
6
+ metadata.gz: 43ca6b862995bde49004f92de13cedb78ebef1380cc36a382d84edc07509b7993e3f0b5bbb0e27077d7b301a42d1a6909be81e0d45e799152609e2339728a804
7
+ data.tar.gz: 5cfc277a23e8c9763c5bcf2e3376a6f3a2c3c2f46e4a92c51ba0534708f0c0725d960cbf32b78168e20ae435f6483bfc4a72bb38fbb7c32bd6d353c816c5c1c9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.553.0 (2022-02-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.552.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.552.0
1
+ 1.553.0
data/partitions.json CHANGED
@@ -2676,6 +2676,7 @@
2676
2676
  },
2677
2677
  "connect" : {
2678
2678
  "endpoints" : {
2679
+ "af-south-1" : { },
2679
2680
  "ap-northeast-1" : { },
2680
2681
  "ap-northeast-2" : { },
2681
2682
  "ap-southeast-1" : { },
@@ -12989,6 +12990,12 @@
12989
12990
  "cn-northwest-1" : { }
12990
12991
  }
12991
12992
  },
12993
+ "codepipeline" : {
12994
+ "endpoints" : {
12995
+ "cn-north-1" : { },
12996
+ "cn-northwest-1" : { }
12997
+ }
12998
+ },
12992
12999
  "cognito-identity" : {
12993
13000
  "endpoints" : {
12994
13001
  "cn-north-1" : { }
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.552.0
4
+ version: 1.553.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-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: