aws-sdk-codegurureviewer 1.32.0 → 1.33.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 +1 -1
- data/lib/aws-sdk-codegurureviewer/types.rb +3 -3
- 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: 0e83d61582306c2f120acbeb05fc203b700613844dc56bc79159e0e7e62b7b90
|
|
4
|
+
data.tar.gz: fefbd56d525e12fa76b5446af2e65db5babdf32c44266a48f77525c05fe8ad59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb2fe72bead8a505c9396ca6bcaee7ba0326ca16bda5340c36fa9a948e2d145f46c3200a6d97f39a193de927f77254526d82711b199da7798356c6a0f48413aa
|
|
7
|
+
data.tar.gz: 92ee395dc5486b93f923077541f749eae1e385ad1dc875261f6e14817b98200ed280317c3cda7ddca202dab4281f1885205435125b01a78b8f16a0641b1ee8a1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.33.0
|
|
@@ -1395,7 +1395,7 @@ module Aws::CodeGuruReviewer
|
|
|
1395
1395
|
params: params,
|
|
1396
1396
|
config: config)
|
|
1397
1397
|
context[:gem_name] = 'aws-sdk-codegurureviewer'
|
|
1398
|
-
context[:gem_version] = '1.
|
|
1398
|
+
context[:gem_version] = '1.33.0'
|
|
1399
1399
|
Seahorse::Client::Request.new(handlers, context)
|
|
1400
1400
|
end
|
|
1401
1401
|
|
|
@@ -187,12 +187,12 @@ module Aws::CodeGuruReviewer
|
|
|
187
187
|
# @!attribute [rw] build_artifacts_object_key
|
|
188
188
|
# The S3 object key for a build artifacts .zip file that contains .jar
|
|
189
189
|
# or .class files. This is required for a code review with security
|
|
190
|
-
# analysis. For more information, see [Create code reviews with
|
|
191
|
-
#
|
|
190
|
+
# analysis. For more information, see [Create code reviews with GitHub
|
|
191
|
+
# Actions][1] in the *Amazon CodeGuru Reviewer User Guide*.
|
|
192
192
|
#
|
|
193
193
|
#
|
|
194
194
|
#
|
|
195
|
-
# [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/
|
|
195
|
+
# [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/working-with-cicd.html
|
|
196
196
|
# @return [String]
|
|
197
197
|
#
|
|
198
198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/CodeArtifacts AWS API Documentation
|
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.33.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: 2022-
|
|
11
|
+
date: 2022-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|