aws-partitions 1.594.0 → 1.595.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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ed9ffce0b99755481f5d9688931e972d37d089d6581eb1f5c967224ee4fe130
4
- data.tar.gz: bdab7e6a2cb6e9690b2959df649b4a98766ecd3ce0c2d2f145439b94103147cd
3
+ metadata.gz: 065a60825978826ffd38649999839c4ed22a3742f697c027cd9aaf25635a24b5
4
+ data.tar.gz: 4dba4a3673254977ad2921215806efac6ba769eea4d7d135bb50f4d5c9994fa1
5
5
  SHA512:
6
- metadata.gz: 13b3d128fab4208b8e459b81506acb0de8f4677a91d21d2beca09c13bb8de207e9b831e6ff12e8d9d407e1585fea3eecd90838175b10e40555e4526dc9e5799e
7
- data.tar.gz: 35328b7d709e86ad3a54000d3db85d2dcc0dd0743061c1a7dc133c9dc606158ca4f87e46bb47a2984029a35b6fdf73fede32929c4a74e0a56ef9bfd1ab3bd8ef
6
+ metadata.gz: 94315d13776751e715eed3eeb956c56a8c63abb6fa70f7dfcf2298f36890c433d934c47d8900f0085a66586b9e997c792a6d677f8f6723969f033127f19015a3
7
+ data.tar.gz: 2c7f1b2f6598f10a592f124f698baec9410837410effbd37368c95d04f1c883975af32b59efa93cca577409f9cdba550d530bc850dcb614576df1347a209667a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.595.0 (2022-05-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.594.0 (2022-05-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.594.0
1
+ 1.595.0
data/partitions.json CHANGED
@@ -1114,7 +1114,9 @@
1114
1114
  },
1115
1115
  "app-integrations" : {
1116
1116
  "endpoints" : {
1117
+ "af-south-1" : { },
1117
1118
  "ap-northeast-1" : { },
1119
+ "ap-northeast-2" : { },
1118
1120
  "ap-southeast-1" : { },
1119
1121
  "ap-southeast-2" : { },
1120
1122
  "ca-central-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.594.0
4
+ version: 1.595.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-05-27 00:00:00.000000000 Z
11
+ date: 2022-05-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: