aws-sdk-codegurureviewer 1.50.0 → 1.51.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/client_api.rb +2 -0
- 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: f5b32edbfd3711250d5048806a0dc93b4c0ee38760a140e5477ba96ecb8d1f14
|
|
4
|
+
data.tar.gz: bdcd98a9dd447b6c1372b68998b9f88db7ad688da1cb1ef488535dce1dd5c70f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a96c6da9e850519768de7a60077245d1b4381067eae11bd2e0a0355fa673988c5b3fc2184c74c229cf59e89ad45935938ec95c8f6b0483eb6086a371b57c3e9d
|
|
7
|
+
data.tar.gz: 6d054a23cd98ec97d32ea79b3d52302f3384dc796b5f8d3f8f0dfa18415fdcbc754c25ff97bda75687a25101692c9c744b2d3353d5a1bfba57fa4601785bcddc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.51.0
|
|
@@ -1460,7 +1460,7 @@ module Aws::CodeGuruReviewer
|
|
|
1460
1460
|
params: params,
|
|
1461
1461
|
config: config)
|
|
1462
1462
|
context[:gem_name] = 'aws-sdk-codegurureviewer'
|
|
1463
|
-
context[:gem_version] = '1.
|
|
1463
|
+
context[:gem_version] = '1.51.0'
|
|
1464
1464
|
Seahorse::Client::Request.new(handlers, context)
|
|
1465
1465
|
end
|
|
1466
1466
|
|
|
@@ -490,9 +490,11 @@ module Aws::CodeGuruReviewer
|
|
|
490
490
|
|
|
491
491
|
api.metadata = {
|
|
492
492
|
"apiVersion" => "2019-09-19",
|
|
493
|
+
"auth" => ["aws.auth#sigv4"],
|
|
493
494
|
"endpointPrefix" => "codeguru-reviewer",
|
|
494
495
|
"jsonVersion" => "1.1",
|
|
495
496
|
"protocol" => "rest-json",
|
|
497
|
+
"protocols" => ["rest-json"],
|
|
496
498
|
"serviceAbbreviation" => "CodeGuruReviewer",
|
|
497
499
|
"serviceFullName" => "Amazon CodeGuru Reviewer",
|
|
498
500
|
"serviceId" => "CodeGuru Reviewer",
|
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.51.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: 2024-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|