aws-partitions 1.733.0 → 1.734.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f942de8cabcbbb4421b21ae749c419e81aba4701b3e2fbd99ed56a22ec49b4f
4
- data.tar.gz: 7348ab14793664e65593877dba9d8e19a77ed91446a6b37ff10edb011b6a1cf5
3
+ metadata.gz: caa77da6b27012a17cca938725cd5e26913717e7b1665c6d2c1327f592414383
4
+ data.tar.gz: 02a27548e92e47274f8c4098439ba9c0e2fbf6f1a0ee8211ec610d4336afd0e5
5
5
  SHA512:
6
- metadata.gz: d66a827fd53fc856bfb30a7da19dba0d142e735b18d2bb81f71a029807de7e3767c185c3cd4585466e784f93be5646de548344f5dacaec386832f7779f2486e0
7
- data.tar.gz: 2b46a2af35e3e0e6ea58f4bc6ed2f087ea6b1c6115d9a74b8dec4ccd928a03f6aeb3b4868d1c5241abf4fd0ac6b96bbd67287db71de8d81113832f03f1dc187a
6
+ metadata.gz: 819b18b9a2387614314b30e3d6d127352b43ad9672ba7b697aaba3a997ba05baebb502cab5ac646fd9172ff987a14eb8ace4414a95a423e124c957a7c32780ae
7
+ data.tar.gz: b9291bc689246bcd3fa68dd6925a9afc23ec6a245f8cbb383948c55e107dc95bc1dcc6c5a5e43b1b2cb9862ad41e2333cc60fad81021aaf1dc3236448407ffab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.734.0 (2023-03-23)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::IVSRealTime`.
8
+
4
9
  1.733.0 (2023-03-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.733.0
1
+ 1.734.0
@@ -390,6 +390,7 @@ module Aws
390
390
  'Honeycode' => 'honeycode',
391
391
  'IAM' => 'iam',
392
392
  'IVS' => 'ivs',
393
+ 'IVSRealTime' => 'ivsrealtime',
393
394
  'IdentityStore' => 'identitystore',
394
395
  'Imagebuilder' => 'imagebuilder',
395
396
  'ImportExport' => 'importexport',
data/partitions.json CHANGED
@@ -1071,6 +1071,7 @@
1071
1071
  "ap-southeast-3" : { },
1072
1072
  "ca-central-1" : { },
1073
1073
  "eu-central-1" : { },
1074
+ "eu-central-2" : { },
1074
1075
  "eu-north-1" : { },
1075
1076
  "eu-south-1" : { },
1076
1077
  "eu-west-1" : { },
@@ -10138,6 +10139,7 @@
10138
10139
  "ap-southeast-3" : { },
10139
10140
  "ca-central-1" : { },
10140
10141
  "eu-central-1" : { },
10142
+ "eu-central-2" : { },
10141
10143
  "eu-north-1" : { },
10142
10144
  "eu-south-1" : { },
10143
10145
  "eu-west-1" : { },
@@ -12620,6 +12622,7 @@
12620
12622
  "ap-southeast-3" : { },
12621
12623
  "ca-central-1" : { },
12622
12624
  "eu-central-1" : { },
12625
+ "eu-central-2" : { },
12623
12626
  "eu-north-1" : { },
12624
12627
  "eu-south-1" : { },
12625
12628
  "eu-west-1" : { },
@@ -13624,6 +13627,7 @@
13624
13627
  "eu-west-1" : { },
13625
13628
  "eu-west-2" : { },
13626
13629
  "eu-west-3" : { },
13630
+ "me-central-1" : { },
13627
13631
  "me-south-1" : { },
13628
13632
  "sa-east-1" : { },
13629
13633
  "us-east-1" : {
@@ -20390,6 +20394,11 @@
20390
20394
  }
20391
20395
  }
20392
20396
  },
20397
+ "iottwinmaker" : {
20398
+ "endpoints" : {
20399
+ "us-gov-west-1" : { }
20400
+ }
20401
+ },
20393
20402
  "kafka" : {
20394
20403
  "endpoints" : {
20395
20404
  "us-gov-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.733.0
4
+ version: 1.734.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-22 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: