aws-sdk-codegurureviewer 1.59.0 → 1.60.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 -2
- data/lib/aws-sdk-codegurureviewer/types.rb +0 -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: 9cf04dfec5c2201aa077cc17ac33e10540a4de3b87490724c39f397806bb5543
|
|
4
|
+
data.tar.gz: 73ed1c421bab0984f4aaa963ffaa1ff6d843fab26187ebfd2767142bd2db76df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ba6bbcb6898ff3b2a28bec6bbf7defcbd29a9398d337548f80c1c65ff5233a72fa53ee33e97e1fb8f0fc77f4eb62e4fe9173c8487278ec6ceb308bb52a1f30c
|
|
7
|
+
data.tar.gz: 59d174f7d7741fb5e8659d16a44d208b1422d12419c360af40d2baa1e9f30bcd41ab65e1973f8e18a35bbc1ac55d87d3a72683abadfc7bbda5f7952b69cc43a4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -1234,7 +1234,6 @@ module Aws::CodeGuruReviewer
|
|
|
1234
1234
|
#
|
|
1235
1235
|
# * Setting up source code access. This is required for CodeGuru
|
|
1236
1236
|
# Reviewer to securely clone code in your repository.
|
|
1237
|
-
#
|
|
1238
1237
|
# * **Failed**: The repository failed to associate or disassociate.
|
|
1239
1238
|
#
|
|
1240
1239
|
# * **Disassociating**: CodeGuru Reviewer is removing the repository's
|
|
@@ -1496,7 +1495,7 @@ module Aws::CodeGuruReviewer
|
|
|
1496
1495
|
tracer: tracer
|
|
1497
1496
|
)
|
|
1498
1497
|
context[:gem_name] = 'aws-sdk-codegurureviewer'
|
|
1499
|
-
context[:gem_version] = '1.
|
|
1498
|
+
context[:gem_version] = '1.60.0'
|
|
1500
1499
|
Seahorse::Client::Request.new(handlers, context)
|
|
1501
1500
|
end
|
|
1502
1501
|
|
|
@@ -989,7 +989,6 @@ module Aws::CodeGuruReviewer
|
|
|
989
989
|
#
|
|
990
990
|
# * Setting up source code access. This is required for CodeGuru
|
|
991
991
|
# Reviewer to securely clone code in your repository.
|
|
992
|
-
#
|
|
993
992
|
# * **Failed**: The repository failed to associate or disassociate.
|
|
994
993
|
#
|
|
995
994
|
# * **Disassociating**: CodeGuru Reviewer is removing the
|
|
@@ -1525,7 +1524,6 @@ module Aws::CodeGuruReviewer
|
|
|
1525
1524
|
#
|
|
1526
1525
|
# * Setting up source code access. This is required for CodeGuru
|
|
1527
1526
|
# Reviewer to securely clone code in your repository.
|
|
1528
|
-
#
|
|
1529
1527
|
# * **Failed**: The repository failed to associate or disassociate.
|
|
1530
1528
|
#
|
|
1531
1529
|
# * **Disassociating**: CodeGuru Reviewer is removing the
|
|
@@ -1674,7 +1672,6 @@ module Aws::CodeGuruReviewer
|
|
|
1674
1672
|
#
|
|
1675
1673
|
# * Setting up source code access. This is required for CodeGuru
|
|
1676
1674
|
# Reviewer to securely clone code in your repository.
|
|
1677
|
-
#
|
|
1678
1675
|
# * **Failed**: The repository failed to associate or disassociate.
|
|
1679
1676
|
#
|
|
1680
1677
|
# * **Disassociating**: CodeGuru Reviewer is removing the
|
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.60.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-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|