aws-sdk-codegurureviewer 1.32.0 → 1.33.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: b7108fc1805b4e1dc22b3c9bdf1b26fcd0212d5c3d074c0d5ec92fca50ffc2ff
4
- data.tar.gz: e4cf22c792ddf3dac18a9196fad508313ee5391f5cd032db8eff5d62cbae75e0
3
+ metadata.gz: 0e83d61582306c2f120acbeb05fc203b700613844dc56bc79159e0e7e62b7b90
4
+ data.tar.gz: fefbd56d525e12fa76b5446af2e65db5babdf32c44266a48f77525c05fe8ad59
5
5
  SHA512:
6
- metadata.gz: 56605ebc4e19c629fbb657cf236c544a9e1904dffa2cd92b05ea56f77e2c6d442842a6c4da76a65f855b8f958a7ea532b2722e66bea8e476499052a12caad7ae
7
- data.tar.gz: 4aed6855bde3fbf2c447dbec7fd2226a38bf90528ce318f59790f5db66f94fed1251abb946b37004523dfccca5cc941bf18b256bf34c1721a79841dde12bc9f5
6
+ metadata.gz: bb2fe72bead8a505c9396ca6bcaee7ba0326ca16bda5340c36fa9a948e2d145f46c3200a6d97f39a193de927f77254526d82711b199da7798356c6a0f48413aa
7
+ data.tar.gz: 92ee395dc5486b93f923077541f749eae1e385ad1dc875261f6e14817b98200ed280317c3cda7ddca202dab4281f1885205435125b01a78b8f16a0641b1ee8a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2022-10-07)
5
+ ------------------
6
+
7
+ * Feature - Documentation update to replace broken link.
8
+
4
9
  1.32.0 (2022-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
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.32.0'
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
- # security analysis][1] in the *Amazon CodeGuru Reviewer User Guide*.
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/code-review-security.html
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
@@ -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.32.0'
52
+ GEM_VERSION = '1.33.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.32.0
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-09-01 00:00:00.000000000 Z
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