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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67eb419bb6f6914c34b7858b890f0960d0df04c8c4e58339ceb020e30573cb51
4
- data.tar.gz: 25f04ba3b20c399a792abb4dfa01ca1fdcfb79621a0575d811c6d6014a764d99
3
+ metadata.gz: 9cf04dfec5c2201aa077cc17ac33e10540a4de3b87490724c39f397806bb5543
4
+ data.tar.gz: 73ed1c421bab0984f4aaa963ffaa1ff6d843fab26187ebfd2767142bd2db76df
5
5
  SHA512:
6
- metadata.gz: 7a6fb766e060ca21e474e526d989bdbec0b4d9d56c62c6315385090aba28eb7189950529771bbacb6747e68db09d488a1459405b36fd65d7b62de5bb4f2eecc5
7
- data.tar.gz: d66761c954ab75ac365da75100667035725a2d5449d0e62f9de7b436255abc9c873a67e6dafaa4d1d86e0e5a5a7a6e636edc5bbce087fdd7aeb4083ea9391ac6
6
+ metadata.gz: 3ba6bbcb6898ff3b2a28bec6bbf7defcbd29a9398d337548f80c1c65ff5233a72fa53ee33e97e1fb8f0fc77f4eb62e4fe9173c8487278ec6ceb308bb52a1f30c
7
+ data.tar.gz: 59d174f7d7741fb5e8659d16a44d208b1422d12419c360af40d2baa1e9f30bcd41ab65e1973f8e18a35bbc1ac55d87d3a72683abadfc7bbda5f7952b69cc43a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
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.59.0'
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
@@ -55,7 +55,7 @@ module Aws::CodeGuruReviewer
55
55
  autoload :EndpointProvider, 'aws-sdk-codegurureviewer/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-codegurureviewer/endpoints'
57
57
 
58
- GEM_VERSION = '1.59.0'
58
+ GEM_VERSION = '1.60.0'
59
59
 
60
60
  end
61
61
 
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.59.0
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-10-18 00:00:00.000000000 Z
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