aws-sdk-codegurureviewer 1.35.0 → 1.36.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 +15 -10
- data/lib/aws-sdk-codegurureviewer/types.rb +27 -27
- data/lib/aws-sdk-codegurureviewer.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13ef248e733485b0eda4a514aadaa5aab566a175dcbe5fb6fceec1835c3242d7
|
|
4
|
+
data.tar.gz: 06746ad12e3d6ba4bb0b4d61174e1b0c2b441dccb46ea9275912fadda6652b0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2498634cf323358d4f14cfece275b026b58bf5ff37fccb3c924d2a3438cdb075b0d56db1d966446475ba0c3fa2a917cdf782754eebd98e5242017cdc48575416
|
|
7
|
+
data.tar.gz: 002b17526a1837a98f37fa2d9d0ba153424f1589fe2cda38571931db131e3ff529fcddfce6a312fd9f907197ac8d6a389a414e2038bade1dce263249d2290439
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -275,6 +275,11 @@ module Aws::CodeGuruReviewer
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -897,13 +902,13 @@ module Aws::CodeGuruReviewer
|
|
|
897
902
|
#
|
|
898
903
|
# The valid code review states are:
|
|
899
904
|
#
|
|
900
|
-
# * `Completed
|
|
905
|
+
# * `Completed`: The code review is complete.
|
|
901
906
|
#
|
|
902
|
-
# * `Pending
|
|
907
|
+
# * `Pending`: The code review started and has not completed or failed.
|
|
903
908
|
#
|
|
904
|
-
# * `Failed
|
|
909
|
+
# * `Failed`: The code review failed.
|
|
905
910
|
#
|
|
906
|
-
# * `Deleting
|
|
911
|
+
# * `Deleting`: The code review is being deleted.
|
|
907
912
|
#
|
|
908
913
|
# @option params [Array<String>] :repository_names
|
|
909
914
|
# List of repository names for filtering that needs to be applied before
|
|
@@ -1138,9 +1143,9 @@ module Aws::CodeGuruReviewer
|
|
|
1138
1143
|
#
|
|
1139
1144
|
# The valid repository association states are:
|
|
1140
1145
|
#
|
|
1141
|
-
# * **Associated
|
|
1146
|
+
# * **Associated**: The repository association is complete.
|
|
1142
1147
|
#
|
|
1143
|
-
# * **Associating
|
|
1148
|
+
# * **Associating**: CodeGuru Reviewer is:
|
|
1144
1149
|
#
|
|
1145
1150
|
# * Setting up pull request notifications. This is required for pull
|
|
1146
1151
|
# requests to trigger a CodeGuru Reviewer review.
|
|
@@ -1156,12 +1161,12 @@ module Aws::CodeGuruReviewer
|
|
|
1156
1161
|
# * Setting up source code access. This is required for CodeGuru
|
|
1157
1162
|
# Reviewer to securely clone code in your repository.
|
|
1158
1163
|
#
|
|
1159
|
-
# * **Failed
|
|
1164
|
+
# * **Failed**: The repository failed to associate or disassociate.
|
|
1160
1165
|
#
|
|
1161
|
-
# * **Disassociating
|
|
1166
|
+
# * **Disassociating**: CodeGuru Reviewer is removing the repository's
|
|
1162
1167
|
# pull request notifications and source code access.
|
|
1163
1168
|
#
|
|
1164
|
-
# * **Disassociated
|
|
1169
|
+
# * **Disassociated**: CodeGuru Reviewer successfully disassociated the
|
|
1165
1170
|
# repository. You can create a new association with this repository if
|
|
1166
1171
|
# you want to review source code in it later. You can control access
|
|
1167
1172
|
# to code reviews created in anassociated repository with tags after
|
|
@@ -1412,7 +1417,7 @@ module Aws::CodeGuruReviewer
|
|
|
1412
1417
|
params: params,
|
|
1413
1418
|
config: config)
|
|
1414
1419
|
context[:gem_name] = 'aws-sdk-codegurureviewer'
|
|
1415
|
-
context[:gem_version] = '1.
|
|
1420
|
+
context[:gem_version] = '1.36.0'
|
|
1416
1421
|
Seahorse::Client::Request.new(handlers, context)
|
|
1417
1422
|
end
|
|
1418
1423
|
|
|
@@ -214,14 +214,14 @@ module Aws::CodeGuruReviewer
|
|
|
214
214
|
# @!attribute [rw] state
|
|
215
215
|
# The valid code review states are:
|
|
216
216
|
#
|
|
217
|
-
# * `Completed
|
|
217
|
+
# * `Completed`: The code review is complete.
|
|
218
218
|
#
|
|
219
|
-
# * `Pending
|
|
219
|
+
# * `Pending`: The code review started and has not completed or
|
|
220
220
|
# failed.
|
|
221
221
|
#
|
|
222
|
-
# * `Failed
|
|
222
|
+
# * `Failed`: The code review failed.
|
|
223
223
|
#
|
|
224
|
-
# * `Deleting
|
|
224
|
+
# * `Deleting`: The code review is being deleted.
|
|
225
225
|
# @return [String]
|
|
226
226
|
#
|
|
227
227
|
# @!attribute [rw] state_reason
|
|
@@ -337,14 +337,14 @@ module Aws::CodeGuruReviewer
|
|
|
337
337
|
#
|
|
338
338
|
# The valid code review states are:
|
|
339
339
|
#
|
|
340
|
-
# * `Completed
|
|
340
|
+
# * `Completed`: The code review is complete.
|
|
341
341
|
#
|
|
342
|
-
# * `Pending
|
|
342
|
+
# * `Pending`: The code review started and has not completed or
|
|
343
343
|
# failed.
|
|
344
344
|
#
|
|
345
|
-
# * `Failed
|
|
345
|
+
# * `Failed`: The code review failed.
|
|
346
346
|
#
|
|
347
|
-
# * `Deleting
|
|
347
|
+
# * `Deleting`: The code review is being deleted.
|
|
348
348
|
# @return [String]
|
|
349
349
|
#
|
|
350
350
|
# @!attribute [rw] created_time_stamp
|
|
@@ -785,14 +785,14 @@ module Aws::CodeGuruReviewer
|
|
|
785
785
|
#
|
|
786
786
|
# The valid code review states are:
|
|
787
787
|
#
|
|
788
|
-
# * `Completed
|
|
788
|
+
# * `Completed`: The code review is complete.
|
|
789
789
|
#
|
|
790
|
-
# * `Pending
|
|
790
|
+
# * `Pending`: The code review started and has not completed or
|
|
791
791
|
# failed.
|
|
792
792
|
#
|
|
793
|
-
# * `Failed
|
|
793
|
+
# * `Failed`: The code review failed.
|
|
794
794
|
#
|
|
795
|
-
# * `Deleting
|
|
795
|
+
# * `Deleting`: The code review is being deleted.
|
|
796
796
|
# @return [Array<String>]
|
|
797
797
|
#
|
|
798
798
|
# @!attribute [rw] repository_names
|
|
@@ -972,9 +972,9 @@ module Aws::CodeGuruReviewer
|
|
|
972
972
|
#
|
|
973
973
|
# The valid repository association states are:
|
|
974
974
|
#
|
|
975
|
-
# * **Associated
|
|
975
|
+
# * **Associated**: The repository association is complete.
|
|
976
976
|
#
|
|
977
|
-
# * **Associating
|
|
977
|
+
# * **Associating**: CodeGuru Reviewer is:
|
|
978
978
|
#
|
|
979
979
|
# * Setting up pull request notifications. This is required for pull
|
|
980
980
|
# requests to trigger a CodeGuru Reviewer review.
|
|
@@ -990,12 +990,12 @@ module Aws::CodeGuruReviewer
|
|
|
990
990
|
# * Setting up source code access. This is required for CodeGuru
|
|
991
991
|
# Reviewer to securely clone code in your repository.
|
|
992
992
|
#
|
|
993
|
-
# * **Failed
|
|
993
|
+
# * **Failed**: The repository failed to associate or disassociate.
|
|
994
994
|
#
|
|
995
|
-
# * **Disassociating
|
|
995
|
+
# * **Disassociating**: CodeGuru Reviewer is removing the
|
|
996
996
|
# repository's pull request notifications and source code access.
|
|
997
997
|
#
|
|
998
|
-
# * **Disassociated
|
|
998
|
+
# * **Disassociated**: CodeGuru Reviewer successfully disassociated
|
|
999
999
|
# the repository. You can create a new association with this
|
|
1000
1000
|
# repository if you want to review source code in it later. You can
|
|
1001
1001
|
# control access to code reviews created in anassociated repository
|
|
@@ -1508,9 +1508,9 @@ module Aws::CodeGuruReviewer
|
|
|
1508
1508
|
#
|
|
1509
1509
|
# The valid repository association states are:
|
|
1510
1510
|
#
|
|
1511
|
-
# * **Associated
|
|
1511
|
+
# * **Associated**: The repository association is complete.
|
|
1512
1512
|
#
|
|
1513
|
-
# * **Associating
|
|
1513
|
+
# * **Associating**: CodeGuru Reviewer is:
|
|
1514
1514
|
#
|
|
1515
1515
|
# * Setting up pull request notifications. This is required for pull
|
|
1516
1516
|
# requests to trigger a CodeGuru Reviewer review.
|
|
@@ -1526,12 +1526,12 @@ module Aws::CodeGuruReviewer
|
|
|
1526
1526
|
# * Setting up source code access. This is required for CodeGuru
|
|
1527
1527
|
# Reviewer to securely clone code in your repository.
|
|
1528
1528
|
#
|
|
1529
|
-
# * **Failed
|
|
1529
|
+
# * **Failed**: The repository failed to associate or disassociate.
|
|
1530
1530
|
#
|
|
1531
|
-
# * **Disassociating
|
|
1531
|
+
# * **Disassociating**: CodeGuru Reviewer is removing the
|
|
1532
1532
|
# repository's pull request notifications and source code access.
|
|
1533
1533
|
#
|
|
1534
|
-
# * **Disassociated
|
|
1534
|
+
# * **Disassociated**: CodeGuru Reviewer successfully disassociated
|
|
1535
1535
|
# the repository. You can create a new association with this
|
|
1536
1536
|
# repository if you want to review source code in it later. You can
|
|
1537
1537
|
# control access to code reviews created in anassociated repository
|
|
@@ -1657,9 +1657,9 @@ module Aws::CodeGuruReviewer
|
|
|
1657
1657
|
#
|
|
1658
1658
|
# The valid repository association states are:
|
|
1659
1659
|
#
|
|
1660
|
-
# * **Associated
|
|
1660
|
+
# * **Associated**: The repository association is complete.
|
|
1661
1661
|
#
|
|
1662
|
-
# * **Associating
|
|
1662
|
+
# * **Associating**: CodeGuru Reviewer is:
|
|
1663
1663
|
#
|
|
1664
1664
|
# * Setting up pull request notifications. This is required for pull
|
|
1665
1665
|
# requests to trigger a CodeGuru Reviewer review.
|
|
@@ -1675,12 +1675,12 @@ module Aws::CodeGuruReviewer
|
|
|
1675
1675
|
# * Setting up source code access. This is required for CodeGuru
|
|
1676
1676
|
# Reviewer to securely clone code in your repository.
|
|
1677
1677
|
#
|
|
1678
|
-
# * **Failed
|
|
1678
|
+
# * **Failed**: The repository failed to associate or disassociate.
|
|
1679
1679
|
#
|
|
1680
|
-
# * **Disassociating
|
|
1680
|
+
# * **Disassociating**: CodeGuru Reviewer is removing the
|
|
1681
1681
|
# repository's pull request notifications and source code access.
|
|
1682
1682
|
#
|
|
1683
|
-
# * **Disassociated
|
|
1683
|
+
# * **Disassociated**: CodeGuru Reviewer successfully disassociated
|
|
1684
1684
|
# the repository. You can create a new association with this
|
|
1685
1685
|
# repository if you want to review source code in it later. You can
|
|
1686
1686
|
# control access to code reviews created in anassociated repository
|
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.36.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: 2023-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|