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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codegurureviewer/client.rb +2 -2
- data/lib/aws-sdk-codegurureviewer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f85f511473066d7577018a59a6d274949dd23893692b457ab347feee8d0cfaa
|
4
|
+
data.tar.gz: c9b1c266860ba46b74ddd04ef63cdd3712bb9a93240a85c4c874bc2b8e5e6c42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62c6cb37128ca437fe4c1cc3761009a013fd52fa67b40e8189a9c33230a7d267dafe8b1aae66f1b4ca5eb9a454d5fd48da8e388e7d7ee18e76f4b530f0c61fd3
|
7
|
+
data.tar.gz: e160dc7ac75eeed2b1773a05c5b0978cb018f7453d29241e640f29d2f0c2445f6c5fe9433a1be630edb2575def9a26a4cdae4accfb643b0e2438a9f04c11ae27
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1360
|
+
context[:gem_version] = '1.22.0'
|
1361
1361
|
Seahorse::Client::Request.new(handlers, context)
|
1362
1362
|
end
|
1363
1363
|
|
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.
|
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-
|
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
|