aws-sdk-codegurureviewer 1.21.0 → 1.22.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fe352743030afc205877fbf582a39662cfff76be9928b7e377a75111c15aaa2
4
- data.tar.gz: e575901aa554ac890697eaac42da6b72ae6d8296da008b207d6946b0b1bfa24e
3
+ metadata.gz: 4f85f511473066d7577018a59a6d274949dd23893692b457ab347feee8d0cfaa
4
+ data.tar.gz: c9b1c266860ba46b74ddd04ef63cdd3712bb9a93240a85c4c874bc2b8e5e6c42
5
5
  SHA512:
6
- metadata.gz: 95f0108c1e8edaa9ab320cc6e93adc967910f3a6cadfb0e8a201ea1282cc4c008baca9e9a6a9ee3a46bea4239d4d5b44a9fba1ae52775a4c73a58b1183345ca6
7
- data.tar.gz: fd16eca925e1c2a5ba65a0c17048b4085277e5d2e6087520a895db299a2b049ceba25e0923ef2bf171809f2feeea0b668afa0113a1524d6ff17ac03f5d6e855c
6
+ metadata.gz: 62c6cb37128ca437fe4c1cc3761009a013fd52fa67b40e8189a9c33230a7d267dafe8b1aae66f1b4ca5eb9a454d5fd48da8e388e7d7ee18e76f4b530f0c61fd3
7
+ data.tar.gz: e160dc7ac75eeed2b1773a05c5b0978cb018f7453d29241e640f29d2f0c2445f6c5fe9433a1be630edb2575def9a26a4cdae4accfb643b0e2438a9f04c11ae27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2021-09-03)
5
+ ------------------
6
+
7
+ * Feature - Added support for CodeInconsistencies detectors
8
+
4
9
  1.21.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -1050,7 +1050,7 @@ module Aws::CodeGuruReviewer
1050
1050
  # resp.recommendation_summaries[0].start_line #=> Integer
1051
1051
  # resp.recommendation_summaries[0].end_line #=> Integer
1052
1052
  # resp.recommendation_summaries[0].description #=> String
1053
- # resp.recommendation_summaries[0].recommendation_category #=> String, one of "AWSBestPractices", "AWSCloudFormationIssues", "DuplicateCode", "CodeMaintenanceIssues", "ConcurrencyIssues", "InputValidations", "PythonBestPractices", "JavaBestPractices", "ResourceLeaks", "SecurityIssues"
1053
+ # resp.recommendation_summaries[0].recommendation_category #=> String, one of "AWSBestPractices", "AWSCloudFormationIssues", "DuplicateCode", "CodeMaintenanceIssues", "ConcurrencyIssues", "InputValidations", "PythonBestPractices", "JavaBestPractices", "ResourceLeaks", "SecurityIssues", "CodeInconsistencies"
1054
1054
  # resp.next_token #=> String
1055
1055
  #
1056
1056
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ListRecommendations AWS API Documentation
@@ -1357,7 +1357,7 @@ module Aws::CodeGuruReviewer
1357
1357
  params: params,
1358
1358
  config: config)
1359
1359
  context[:gem_name] = 'aws-sdk-codegurureviewer'
1360
- context[:gem_version] = '1.21.0'
1360
+ context[:gem_version] = '1.22.0'
1361
1361
  Seahorse::Client::Request.new(handlers, context)
1362
1362
  end
1363
1363
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-codegurureviewer/customizations'
49
49
  # @!group service
50
50
  module Aws::CodeGuruReviewer
51
51
 
52
- GEM_VERSION = '1.21.0'
52
+ GEM_VERSION = '1.22.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codegurureviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core