aws-partitions 1.734.0 → 1.736.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +13 -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: 6b60b6fadb76a987d20c5c2f64d2d55c219ff1da3491f50eb84c44f8e02b8f74
4
+ data.tar.gz: 2c71574addc6c5709ff44bdc4030c19739fd039f75faa62159a6b66ef5f74d80
5
5
  SHA512:
6
- metadata.gz: 819b18b9a2387614314b30e3d6d127352b43ad9672ba7b697aaba3a997ba05baebb502cab5ac646fd9172ff987a14eb8ace4414a95a423e124c957a7c32780ae
7
- data.tar.gz: b9291bc689246bcd3fa68dd6925a9afc23ec6a245f8cbb383948c55e107dc95bc1dcc6c5a5e43b1b2cb9862ad41e2333cc60fad81021aaf1dc3236448407ffab
6
+ metadata.gz: a51130c6345d071572f27f7d37cce8ac93680f36d3793b0456ed02ae1b46c8e476caa294fde27db4663ed5f7c6de21401e2df00c422c9240d598651a1afeb83f
7
+ data.tar.gz: '0296578e2ecd48082cb3c87c11d5fc73f5eb25bb87e92964475bad3a71708d044622beccc7e3fabd8655cd532951dfd9137018245a21ca47c2e2bd540e2c6ee4'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.736.0 (2023-03-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.735.0 (2023-03-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.734.0 (2023-03-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.734.0
1
+ 1.736.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" : { },
@@ -10142,6 +10153,7 @@
10142
10153
  "eu-central-2" : { },
10143
10154
  "eu-north-1" : { },
10144
10155
  "eu-south-1" : { },
10156
+ "eu-south-2" : { },
10145
10157
  "eu-west-1" : { },
10146
10158
  "eu-west-2" : { },
10147
10159
  "me-central-1" : { },
@@ -10210,6 +10222,7 @@
10210
10222
  "deprecated" : true,
10211
10223
  "hostname" : "mgn-fips.us-west-2.amazonaws.com"
10212
10224
  },
10225
+ "me-central-1" : { },
10213
10226
  "me-south-1" : { },
10214
10227
  "sa-east-1" : { },
10215
10228
  "us-east-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.736.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-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: