aws-partitions 1.535.0 → 1.536.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 +11 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-partitions.rb +4 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d5cc4c8d6bef055d61df40530e1a9aab72e19836d60a37f8226e15f4606d22d
4
- data.tar.gz: d0d75ce87b591cdbd2088785813adb8b31ef961cab036a92448af165a082d041
3
+ metadata.gz: 8710e8f3a27d7d74eeb7fe57ee16d8da21f0f36cd699bab01a1d3781189bdd5f
4
+ data.tar.gz: fa862385781d4c1785e926b9a97b0d47fa6c6db89798de3ffc5f8ce2128412a4
5
5
  SHA512:
6
- metadata.gz: df4e0c567b15d41b87fceb6f4396d9c06058dedea1bc1e1bc4f89b9218d18b953d84fc6d3d3decb2f54d2d853b85abfb0373ca3993e186f749898960c076d182
7
- data.tar.gz: ae3625b04a781f150f5192d44348c9614effc6ae318a4f52d925ae4cbcc5cd8244494c8ea3c3d791a47a24d56ab1743d1d257ec696b6b912d71cde6af35edd7c
6
+ metadata.gz: e9597c313e23ac2daaf926c111a9385753cf0048ce9e3ca254afc66a984783366469374dd55b41ac32c212f4feae539f600c9bde1cf81e81f45b555a5bd243e3
7
+ data.tar.gz: 52f4609281f8e59823c9839a24ca5c0136e9d8e22f2fadddc06404279706b1fadf70b5ede0ac520f31308d6fef92a6105e9c4fbda4b61c493b04cbf9050fc454
data/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.536.0 (2021-11-29)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::RecycleBin`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::Inspector2`.
10
+
11
+ * Feature - Added support for enumerating regions for `Aws::CloudWatchRUM`.
12
+
13
+ * Feature - Added support for enumerating regions for `Aws::CloudWatchEvidently`.
14
+
4
15
  1.535.0 (2021-11-29)
5
16
  ------------------
6
17
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.535.0
1
+ 1.536.0
@@ -271,7 +271,9 @@ module Aws
271
271
  'CloudTrail' => 'cloudtrail',
272
272
  'CloudWatch' => 'monitoring',
273
273
  'CloudWatchEvents' => 'events',
274
+ 'CloudWatchEvidently' => 'evidently',
274
275
  'CloudWatchLogs' => 'logs',
276
+ 'CloudWatchRUM' => 'rum',
275
277
  'CodeArtifact' => 'codeartifact',
276
278
  'CodeBuild' => 'codebuild',
277
279
  'CodeCommit' => 'codecommit',
@@ -356,6 +358,7 @@ module Aws
356
358
  'Imagebuilder' => 'imagebuilder',
357
359
  'ImportExport' => 'importexport',
358
360
  'Inspector' => 'inspector',
361
+ 'Inspector2' => 'inspector2',
359
362
  'IoT' => 'iot',
360
363
  'IoT1ClickDevicesService' => 'devices.iot1click',
361
364
  'IoT1ClickProjects' => 'projects.iot1click',
@@ -447,6 +450,7 @@ module Aws
447
450
  'RAM' => 'ram',
448
451
  'RDS' => 'rds',
449
452
  'RDSDataService' => 'rds-data',
453
+ 'RecycleBin' => 'rbin',
450
454
  'Redshift' => 'redshift',
451
455
  'RedshiftDataAPIService' => 'redshift-data',
452
456
  'Rekognition' => 'rekognition',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.535.0
4
+ version: 1.536.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services