aws-partitions 1.734.0 → 1.735.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 +11 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caa77da6b27012a17cca938725cd5e26913717e7b1665c6d2c1327f592414383
4
- data.tar.gz: 02a27548e92e47274f8c4098439ba9c0e2fbf6f1a0ee8211ec610d4336afd0e5
3
+ metadata.gz: 4517f5bd9e44a62185172197d09c864b0c08d07d57f704563803aff573418f4d
4
+ data.tar.gz: 66f92ffccbe3169151379d6f0f5aabca416782eb93ad1453cc8995a6a8300a26
5
5
  SHA512:
6
- metadata.gz: 819b18b9a2387614314b30e3d6d127352b43ad9672ba7b697aaba3a997ba05baebb502cab5ac646fd9172ff987a14eb8ace4414a95a423e124c957a7c32780ae
7
- data.tar.gz: b9291bc689246bcd3fa68dd6925a9afc23ec6a245f8cbb383948c55e107dc95bc1dcc6c5a5e43b1b2cb9862ad41e2333cc60fad81021aaf1dc3236448407ffab
6
+ metadata.gz: aba5a487f379177635d1a32639cf5d7ae62255828f7ed52d76601b89f706857c1f51ff291d6fcb61b65ed67f797e0fc66da8843f55d5f2caeca907ec530352e3
7
+ data.tar.gz: e9dcd93005085235689d0da5bc161b57cb71255dbd251a5759d38055712aab7010ecb3eaa746e487671ee8b7beeb05feb16fc01506c84bf7b6740c44f90d141d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.735.0 (2023-03-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.734.0 (2023-03-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.734.0
1
+ 1.735.0
data/partitions.json CHANGED
@@ -8301,6 +8301,17 @@
8301
8301
  "us-west-2" : { }
8302
8302
  }
8303
8303
  },
8304
+ "ivsrealtime" : {
8305
+ "endpoints" : {
8306
+ "ap-northeast-1" : { },
8307
+ "ap-northeast-2" : { },
8308
+ "ap-south-1" : { },
8309
+ "eu-central-1" : { },
8310
+ "eu-west-1" : { },
8311
+ "us-east-1" : { },
8312
+ "us-west-2" : { }
8313
+ }
8314
+ },
8304
8315
  "kafka" : {
8305
8316
  "endpoints" : {
8306
8317
  "af-south-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.734.0
4
+ version: 1.735.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-03-23 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: