aws-sdk-codegurureviewer 1.31.0 → 1.32.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 +42 -42
- data/lib/aws-sdk-codegurureviewer/types.rb +73 -73
- 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: b7108fc1805b4e1dc22b3c9bdf1b26fcd0212d5c3d074c0d5ec92fca50ffc2ff
|
|
4
|
+
data.tar.gz: e4cf22c792ddf3dac18a9196fad508313ee5391f5cd032db8eff5d62cbae75e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56605ebc4e19c629fbb657cf236c544a9e1904dffa2cd92b05ea56f77e2c6d442842a6c4da76a65f855b8f958a7ea532b2722e66bea8e476499052a12caad7ae
|
|
7
|
+
data.tar.gz: 4aed6855bde3fbf2c447dbec7fd2226a38bf90528ce318f59790f5db66f94fed1251abb946b37004523dfccca5cc941bf18b256bf34c1721a79841dde12bc9f5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.32.0
|
|
@@ -352,7 +352,7 @@ module Aws::CodeGuruReviewer
|
|
|
352
352
|
# @!group API Operations
|
|
353
353
|
|
|
354
354
|
# Use to associate an Amazon Web Services CodeCommit repository or a
|
|
355
|
-
#
|
|
355
|
+
# repository managed by Amazon Web Services CodeStar Connections with
|
|
356
356
|
# Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru
|
|
357
357
|
# Reviewer reviews source code changes in the repository's pull
|
|
358
358
|
# requests and provides automatic recommendations. You can view
|
|
@@ -414,7 +414,7 @@ module Aws::CodeGuruReviewer
|
|
|
414
414
|
# (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`).
|
|
415
415
|
#
|
|
416
416
|
# * The ID of the Amazon Web Services KMS key that is associated with
|
|
417
|
-
# this
|
|
417
|
+
# this repository association.
|
|
418
418
|
#
|
|
419
419
|
# @return [Types::AssociateRepositoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
420
420
|
#
|
|
@@ -482,7 +482,7 @@ module Aws::CodeGuruReviewer
|
|
|
482
482
|
req.send_request(options)
|
|
483
483
|
end
|
|
484
484
|
|
|
485
|
-
# Use to create a code review with a [
|
|
485
|
+
# Use to create a code review with a [CodeReviewType][1] of
|
|
486
486
|
# `RepositoryAnalysis`. This type of code review analyzes all code under
|
|
487
487
|
# a specified branch in an associated repository. `PullRequest` code
|
|
488
488
|
# reviews are automatically triggered by a pull request.
|
|
@@ -496,9 +496,9 @@ module Aws::CodeGuruReviewer
|
|
|
496
496
|
# Amazon Web Services account must be unique.
|
|
497
497
|
#
|
|
498
498
|
# @option params [required, String] :repository_association_arn
|
|
499
|
-
# The Amazon Resource Name (ARN) of the [
|
|
500
|
-
# object. You can retrieve this ARN by calling
|
|
501
|
-
#
|
|
499
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
500
|
+
# object. You can retrieve this ARN by calling
|
|
501
|
+
# [ListRepositoryAssociations][2].
|
|
502
502
|
#
|
|
503
503
|
# A code review can only be created on an associated repository. This is
|
|
504
504
|
# the ARN of the associated repository.
|
|
@@ -509,9 +509,9 @@ module Aws::CodeGuruReviewer
|
|
|
509
509
|
# [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html
|
|
510
510
|
#
|
|
511
511
|
# @option params [required, Types::CodeReviewType] :type
|
|
512
|
-
# The type of code review to create. This is specified using a
|
|
513
|
-
#
|
|
514
|
-
#
|
|
512
|
+
# The type of code review to create. This is specified using a
|
|
513
|
+
# [CodeReviewType][1] object. You can create a code review only of type
|
|
514
|
+
# `RepositoryAnalysis`.
|
|
515
515
|
#
|
|
516
516
|
#
|
|
517
517
|
#
|
|
@@ -626,7 +626,7 @@ module Aws::CodeGuruReviewer
|
|
|
626
626
|
# status.
|
|
627
627
|
#
|
|
628
628
|
# @option params [required, String] :code_review_arn
|
|
629
|
-
# The Amazon Resource Name (ARN) of the [
|
|
629
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
630
630
|
#
|
|
631
631
|
#
|
|
632
632
|
#
|
|
@@ -696,7 +696,7 @@ module Aws::CodeGuruReviewer
|
|
|
696
696
|
# recommendation.
|
|
697
697
|
#
|
|
698
698
|
# @option params [required, String] :code_review_arn
|
|
699
|
-
# The Amazon Resource Name (ARN) of the [
|
|
699
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
700
700
|
#
|
|
701
701
|
#
|
|
702
702
|
#
|
|
@@ -750,17 +750,17 @@ module Aws::CodeGuruReviewer
|
|
|
750
750
|
req.send_request(options)
|
|
751
751
|
end
|
|
752
752
|
|
|
753
|
-
# Returns a [
|
|
754
|
-
#
|
|
753
|
+
# Returns a [RepositoryAssociation][1] object that contains information
|
|
754
|
+
# about the requested repository association.
|
|
755
755
|
#
|
|
756
756
|
#
|
|
757
757
|
#
|
|
758
758
|
# [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html
|
|
759
759
|
#
|
|
760
760
|
# @option params [required, String] :association_arn
|
|
761
|
-
# The Amazon Resource Name (ARN) of the [
|
|
762
|
-
# object. You can retrieve this ARN by calling
|
|
763
|
-
#
|
|
761
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
762
|
+
# object. You can retrieve this ARN by calling
|
|
763
|
+
# [ListRepositoryAssociations][2].
|
|
764
764
|
#
|
|
765
765
|
#
|
|
766
766
|
#
|
|
@@ -816,9 +816,9 @@ module Aws::CodeGuruReviewer
|
|
|
816
816
|
# repository.
|
|
817
817
|
#
|
|
818
818
|
# @option params [required, String] :association_arn
|
|
819
|
-
# The Amazon Resource Name (ARN) of the [
|
|
820
|
-
# object. You can retrieve this ARN by calling
|
|
821
|
-
#
|
|
819
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
820
|
+
# object. You can retrieve this ARN by calling
|
|
821
|
+
# [ListRepositoryAssociations][2].
|
|
822
822
|
#
|
|
823
823
|
#
|
|
824
824
|
#
|
|
@@ -900,10 +900,10 @@ module Aws::CodeGuruReviewer
|
|
|
900
900
|
# is 100.
|
|
901
901
|
#
|
|
902
902
|
# @option params [String] :next_token
|
|
903
|
-
# If nextToken is returned, there are more results available. The
|
|
904
|
-
# of nextToken is a unique pagination token for each page. Make
|
|
905
|
-
# again using the returned token to retrieve the next page.
|
|
906
|
-
# other arguments unchanged.
|
|
903
|
+
# If `nextToken` is returned, there are more results available. The
|
|
904
|
+
# value of `nextToken` is a unique pagination token for each page. Make
|
|
905
|
+
# the call again using the returned token to retrieve the next page.
|
|
906
|
+
# Keep all other arguments unchanged.
|
|
907
907
|
#
|
|
908
908
|
# @return [Types::ListCodeReviewsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
909
909
|
#
|
|
@@ -965,7 +965,7 @@ module Aws::CodeGuruReviewer
|
|
|
965
965
|
req.send_request(options)
|
|
966
966
|
end
|
|
967
967
|
|
|
968
|
-
# Returns a list of [
|
|
968
|
+
# Returns a list of [RecommendationFeedbackSummary][1] objects that
|
|
969
969
|
# contain customer recommendation feedback for all CodeGuru Reviewer
|
|
970
970
|
# users.
|
|
971
971
|
#
|
|
@@ -975,7 +975,7 @@ module Aws::CodeGuruReviewer
|
|
|
975
975
|
#
|
|
976
976
|
# @option params [String] :next_token
|
|
977
977
|
# If `nextToken` is returned, there are more results available. The
|
|
978
|
-
# value of nextToken is a unique pagination token for each page. Make
|
|
978
|
+
# value of `nextToken` is a unique pagination token for each page. Make
|
|
979
979
|
# the call again using the returned token to retrieve the next page.
|
|
980
980
|
# Keep all other arguments unchanged.
|
|
981
981
|
#
|
|
@@ -984,7 +984,7 @@ module Aws::CodeGuruReviewer
|
|
|
984
984
|
# is 100.
|
|
985
985
|
#
|
|
986
986
|
# @option params [required, String] :code_review_arn
|
|
987
|
-
# The Amazon Resource Name (ARN) of the [
|
|
987
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
988
988
|
#
|
|
989
989
|
#
|
|
990
990
|
#
|
|
@@ -1052,7 +1052,7 @@ module Aws::CodeGuruReviewer
|
|
|
1052
1052
|
# is 100.
|
|
1053
1053
|
#
|
|
1054
1054
|
# @option params [required, String] :code_review_arn
|
|
1055
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1055
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
1056
1056
|
#
|
|
1057
1057
|
#
|
|
1058
1058
|
#
|
|
@@ -1100,10 +1100,10 @@ module Aws::CodeGuruReviewer
|
|
|
1100
1100
|
req.send_request(options)
|
|
1101
1101
|
end
|
|
1102
1102
|
|
|
1103
|
-
# Returns a list of [
|
|
1103
|
+
# Returns a list of [RepositoryAssociationSummary][1] objects that
|
|
1104
1104
|
# contain summary information about a repository association. You can
|
|
1105
|
-
# filter the returned list by [
|
|
1106
|
-
#
|
|
1105
|
+
# filter the returned list by [ProviderType][2], [Name][3], [State][4],
|
|
1106
|
+
# and [Owner][5].
|
|
1107
1107
|
#
|
|
1108
1108
|
#
|
|
1109
1109
|
#
|
|
@@ -1147,7 +1147,7 @@ module Aws::CodeGuruReviewer
|
|
|
1147
1147
|
# * **Disassociated**\: CodeGuru Reviewer successfully disassociated the
|
|
1148
1148
|
# repository. You can create a new association with this repository if
|
|
1149
1149
|
# you want to review source code in it later. You can control access
|
|
1150
|
-
# to code reviews created in
|
|
1150
|
+
# to code reviews created in anassociated repository with tags after
|
|
1151
1151
|
# it has been disassociated. For more information, see [Using tags to
|
|
1152
1152
|
# control access to associated repositories][1] in the *Amazon
|
|
1153
1153
|
# CodeGuru Reviewer User Guide*.
|
|
@@ -1233,9 +1233,9 @@ module Aws::CodeGuruReviewer
|
|
|
1233
1233
|
# resource.
|
|
1234
1234
|
#
|
|
1235
1235
|
# @option params [required, String] :resource_arn
|
|
1236
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1237
|
-
# object. You can retrieve this ARN by calling
|
|
1238
|
-
#
|
|
1236
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
1237
|
+
# object. You can retrieve this ARN by calling
|
|
1238
|
+
# [ListRepositoryAssociations][2].
|
|
1239
1239
|
#
|
|
1240
1240
|
#
|
|
1241
1241
|
#
|
|
@@ -1271,7 +1271,7 @@ module Aws::CodeGuruReviewer
|
|
|
1271
1271
|
# feedback is overwritten.
|
|
1272
1272
|
#
|
|
1273
1273
|
# @option params [required, String] :code_review_arn
|
|
1274
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1274
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
1275
1275
|
#
|
|
1276
1276
|
#
|
|
1277
1277
|
#
|
|
@@ -1307,9 +1307,9 @@ module Aws::CodeGuruReviewer
|
|
|
1307
1307
|
# Adds one or more tags to an associated repository.
|
|
1308
1308
|
#
|
|
1309
1309
|
# @option params [required, String] :resource_arn
|
|
1310
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1311
|
-
# object. You can retrieve this ARN by calling
|
|
1312
|
-
#
|
|
1310
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
1311
|
+
# object. You can retrieve this ARN by calling
|
|
1312
|
+
# [ListRepositoryAssociations][2].
|
|
1313
1313
|
#
|
|
1314
1314
|
#
|
|
1315
1315
|
#
|
|
@@ -1351,9 +1351,9 @@ module Aws::CodeGuruReviewer
|
|
|
1351
1351
|
# Removes a tag from an associated repository.
|
|
1352
1352
|
#
|
|
1353
1353
|
# @option params [required, String] :resource_arn
|
|
1354
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1355
|
-
# object. You can retrieve this ARN by calling
|
|
1356
|
-
#
|
|
1354
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
1355
|
+
# object. You can retrieve this ARN by calling
|
|
1356
|
+
# [ListRepositoryAssociations][2].
|
|
1357
1357
|
#
|
|
1358
1358
|
#
|
|
1359
1359
|
#
|
|
@@ -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.
|
|
1398
|
+
context[:gem_version] = '1.32.0'
|
|
1399
1399
|
Seahorse::Client::Request.new(handlers, context)
|
|
1400
1400
|
end
|
|
1401
1401
|
|
|
@@ -90,7 +90,7 @@ module Aws::CodeGuruReviewer
|
|
|
90
90
|
# (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`).
|
|
91
91
|
#
|
|
92
92
|
# * The ID of the Amazon Web Services KMS key that is associated with
|
|
93
|
-
# this
|
|
93
|
+
# this repository association.
|
|
94
94
|
# @return [Types::KMSKeyDetails]
|
|
95
95
|
#
|
|
96
96
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/AssociateRepositoryRequest AWS API Documentation
|
|
@@ -130,7 +130,7 @@ module Aws::CodeGuruReviewer
|
|
|
130
130
|
include Aws::Structure
|
|
131
131
|
end
|
|
132
132
|
|
|
133
|
-
# A type of [
|
|
133
|
+
# A type of [SourceCodeType][1] that specifies a code diff between a
|
|
134
134
|
# source and destination branch in an associated repository.
|
|
135
135
|
#
|
|
136
136
|
#
|
|
@@ -242,7 +242,7 @@ module Aws::CodeGuruReviewer
|
|
|
242
242
|
# @return [String]
|
|
243
243
|
#
|
|
244
244
|
# @!attribute [rw] code_review_arn
|
|
245
|
-
# The Amazon Resource Name (ARN) of the [
|
|
245
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
246
246
|
#
|
|
247
247
|
#
|
|
248
248
|
#
|
|
@@ -307,9 +307,9 @@ module Aws::CodeGuruReviewer
|
|
|
307
307
|
# @return [Types::SourceCodeType]
|
|
308
308
|
#
|
|
309
309
|
# @!attribute [rw] association_arn
|
|
310
|
-
# The Amazon Resource Name (ARN) of the [
|
|
310
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
311
311
|
# that contains the reviewed source code. You can retrieve associated
|
|
312
|
-
# repository ARNs by calling [
|
|
312
|
+
# repository ARNs by calling [ListRepositoryAssociations][2].
|
|
313
313
|
#
|
|
314
314
|
#
|
|
315
315
|
#
|
|
@@ -364,7 +364,7 @@ module Aws::CodeGuruReviewer
|
|
|
364
364
|
# @return [String]
|
|
365
365
|
#
|
|
366
366
|
# @!attribute [rw] code_review_arn
|
|
367
|
-
# The Amazon Resource Name (ARN) of the [
|
|
367
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
368
368
|
#
|
|
369
369
|
#
|
|
370
370
|
#
|
|
@@ -455,7 +455,7 @@ module Aws::CodeGuruReviewer
|
|
|
455
455
|
#
|
|
456
456
|
# * `RepositoryAnalysis` - A code review that analyzes all code under a
|
|
457
457
|
# specified branch in an associated repository. The associated
|
|
458
|
-
# repository is specified using its ARN in [
|
|
458
|
+
# repository is specified using its ARN in [CreateCodeReview][1].
|
|
459
459
|
#
|
|
460
460
|
#
|
|
461
461
|
#
|
|
@@ -509,7 +509,7 @@ module Aws::CodeGuruReviewer
|
|
|
509
509
|
# @!attribute [rw] repository_analysis
|
|
510
510
|
# A code review that analyzes all code under a specified branch in an
|
|
511
511
|
# associated repository. The associated repository is specified using
|
|
512
|
-
# its ARN in [
|
|
512
|
+
# its ARN in [CreateCodeReview][1].
|
|
513
513
|
#
|
|
514
514
|
#
|
|
515
515
|
#
|
|
@@ -531,7 +531,7 @@ module Aws::CodeGuruReviewer
|
|
|
531
531
|
include Aws::Structure
|
|
532
532
|
end
|
|
533
533
|
|
|
534
|
-
# A type of [
|
|
534
|
+
# A type of [SourceCodeType][1] that specifies the commit diff for a
|
|
535
535
|
# pull request on an associated repository. The `SourceCommit` and
|
|
536
536
|
# `DestinationCommit` fields are required to do a pull request code
|
|
537
537
|
# review.
|
|
@@ -644,9 +644,9 @@ module Aws::CodeGuruReviewer
|
|
|
644
644
|
# @return [String]
|
|
645
645
|
#
|
|
646
646
|
# @!attribute [rw] repository_association_arn
|
|
647
|
-
# The Amazon Resource Name (ARN) of the [
|
|
648
|
-
# object. You can retrieve this ARN by calling
|
|
649
|
-
#
|
|
647
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
648
|
+
# object. You can retrieve this ARN by calling
|
|
649
|
+
# [ListRepositoryAssociations][2].
|
|
650
650
|
#
|
|
651
651
|
# A code review can only be created on an associated repository. This
|
|
652
652
|
# is the ARN of the associated repository.
|
|
@@ -658,8 +658,8 @@ module Aws::CodeGuruReviewer
|
|
|
658
658
|
# @return [String]
|
|
659
659
|
#
|
|
660
660
|
# @!attribute [rw] type
|
|
661
|
-
# The type of code review to create. This is specified using a
|
|
662
|
-
#
|
|
661
|
+
# The type of code review to create. This is specified using a
|
|
662
|
+
# [CodeReviewType][1] object. You can create a code review only of
|
|
663
663
|
# type `RepositoryAnalysis`.
|
|
664
664
|
#
|
|
665
665
|
#
|
|
@@ -708,7 +708,7 @@ module Aws::CodeGuruReviewer
|
|
|
708
708
|
# }
|
|
709
709
|
#
|
|
710
710
|
# @!attribute [rw] code_review_arn
|
|
711
|
-
# The Amazon Resource Name (ARN) of the [
|
|
711
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
712
712
|
#
|
|
713
713
|
#
|
|
714
714
|
#
|
|
@@ -745,7 +745,7 @@ module Aws::CodeGuruReviewer
|
|
|
745
745
|
# }
|
|
746
746
|
#
|
|
747
747
|
# @!attribute [rw] code_review_arn
|
|
748
|
-
# The Amazon Resource Name (ARN) of the [
|
|
748
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
749
749
|
#
|
|
750
750
|
#
|
|
751
751
|
#
|
|
@@ -801,9 +801,9 @@ module Aws::CodeGuruReviewer
|
|
|
801
801
|
# }
|
|
802
802
|
#
|
|
803
803
|
# @!attribute [rw] association_arn
|
|
804
|
-
# The Amazon Resource Name (ARN) of the [
|
|
805
|
-
# object. You can retrieve this ARN by calling
|
|
806
|
-
#
|
|
804
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
805
|
+
# object. You can retrieve this ARN by calling
|
|
806
|
+
# [ListRepositoryAssociations][2].
|
|
807
807
|
#
|
|
808
808
|
#
|
|
809
809
|
#
|
|
@@ -853,9 +853,9 @@ module Aws::CodeGuruReviewer
|
|
|
853
853
|
# }
|
|
854
854
|
#
|
|
855
855
|
# @!attribute [rw] association_arn
|
|
856
|
-
# The Amazon Resource Name (ARN) of the [
|
|
857
|
-
# object. You can retrieve this ARN by calling
|
|
858
|
-
#
|
|
856
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
857
|
+
# object. You can retrieve this ARN by calling
|
|
858
|
+
# [ListRepositoryAssociations][2].
|
|
859
859
|
#
|
|
860
860
|
#
|
|
861
861
|
#
|
|
@@ -948,7 +948,7 @@ module Aws::CodeGuruReviewer
|
|
|
948
948
|
# (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`).
|
|
949
949
|
#
|
|
950
950
|
# * The ID of the Amazon Web Services KMS key that is associated with a
|
|
951
|
-
#
|
|
951
|
+
# repository association.
|
|
952
952
|
#
|
|
953
953
|
# @note When making an API call, you may pass KMSKeyDetails
|
|
954
954
|
# data as a hash:
|
|
@@ -960,7 +960,7 @@ module Aws::CodeGuruReviewer
|
|
|
960
960
|
#
|
|
961
961
|
# @!attribute [rw] kms_key_id
|
|
962
962
|
# The ID of the Amazon Web Services KMS key that is associated with a
|
|
963
|
-
#
|
|
963
|
+
# repository association.
|
|
964
964
|
# @return [String]
|
|
965
965
|
#
|
|
966
966
|
# @!attribute [rw] encryption_option
|
|
@@ -1028,10 +1028,10 @@ module Aws::CodeGuruReviewer
|
|
|
1028
1028
|
# @return [Integer]
|
|
1029
1029
|
#
|
|
1030
1030
|
# @!attribute [rw] next_token
|
|
1031
|
-
# If nextToken is returned, there are more results available. The
|
|
1032
|
-
# value of nextToken is a unique pagination token for each page.
|
|
1033
|
-
# the call again using the returned token to retrieve the next
|
|
1034
|
-
# Keep all other arguments unchanged.
|
|
1031
|
+
# If `nextToken` is returned, there are more results available. The
|
|
1032
|
+
# value of `nextToken` is a unique pagination token for each page.
|
|
1033
|
+
# Make the call again using the returned token to retrieve the next
|
|
1034
|
+
# page. Keep all other arguments unchanged.
|
|
1035
1035
|
# @return [String]
|
|
1036
1036
|
#
|
|
1037
1037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ListCodeReviewsRequest AWS API Documentation
|
|
@@ -1077,9 +1077,9 @@ module Aws::CodeGuruReviewer
|
|
|
1077
1077
|
#
|
|
1078
1078
|
# @!attribute [rw] next_token
|
|
1079
1079
|
# If `nextToken` is returned, there are more results available. The
|
|
1080
|
-
# value of nextToken is a unique pagination token for each page.
|
|
1081
|
-
# the call again using the returned token to retrieve the next
|
|
1082
|
-
# Keep all other arguments unchanged.
|
|
1080
|
+
# value of `nextToken` is a unique pagination token for each page.
|
|
1081
|
+
# Make the call again using the returned token to retrieve the next
|
|
1082
|
+
# page. Keep all other arguments unchanged.
|
|
1083
1083
|
# @return [String]
|
|
1084
1084
|
#
|
|
1085
1085
|
# @!attribute [rw] max_results
|
|
@@ -1088,7 +1088,7 @@ module Aws::CodeGuruReviewer
|
|
|
1088
1088
|
# @return [Integer]
|
|
1089
1089
|
#
|
|
1090
1090
|
# @!attribute [rw] code_review_arn
|
|
1091
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1091
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
1092
1092
|
#
|
|
1093
1093
|
#
|
|
1094
1094
|
#
|
|
@@ -1133,10 +1133,10 @@ module Aws::CodeGuruReviewer
|
|
|
1133
1133
|
# @return [Array<Types::RecommendationFeedbackSummary>]
|
|
1134
1134
|
#
|
|
1135
1135
|
# @!attribute [rw] next_token
|
|
1136
|
-
# If nextToken is returned, there are more results available. The
|
|
1137
|
-
# value of nextToken is a unique pagination token for each page.
|
|
1138
|
-
# the call again using the returned token to retrieve the next
|
|
1139
|
-
# Keep all other arguments unchanged.
|
|
1136
|
+
# If `nextToken` is returned, there are more results available. The
|
|
1137
|
+
# value of `nextToken` is a unique pagination token for each page.
|
|
1138
|
+
# Make the call again using the returned token to retrieve the next
|
|
1139
|
+
# page. Keep all other arguments unchanged.
|
|
1140
1140
|
# @return [String]
|
|
1141
1141
|
#
|
|
1142
1142
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ListRecommendationFeedbackResponse AWS API Documentation
|
|
@@ -1167,7 +1167,7 @@ module Aws::CodeGuruReviewer
|
|
|
1167
1167
|
# @return [Integer]
|
|
1168
1168
|
#
|
|
1169
1169
|
# @!attribute [rw] code_review_arn
|
|
1170
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1170
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
1171
1171
|
#
|
|
1172
1172
|
#
|
|
1173
1173
|
#
|
|
@@ -1248,7 +1248,7 @@ module Aws::CodeGuruReviewer
|
|
|
1248
1248
|
# * **Disassociated**\: CodeGuru Reviewer successfully disassociated
|
|
1249
1249
|
# the repository. You can create a new association with this
|
|
1250
1250
|
# repository if you want to review source code in it later. You can
|
|
1251
|
-
# control access to code reviews created in
|
|
1251
|
+
# control access to code reviews created in anassociated repository
|
|
1252
1252
|
# with tags after it has been disassociated. For more information,
|
|
1253
1253
|
# see [Using tags to control access to associated repositories][1]
|
|
1254
1254
|
# in the *Amazon CodeGuru Reviewer User Guide*.
|
|
@@ -1339,9 +1339,9 @@ module Aws::CodeGuruReviewer
|
|
|
1339
1339
|
# }
|
|
1340
1340
|
#
|
|
1341
1341
|
# @!attribute [rw] resource_arn
|
|
1342
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1343
|
-
# object. You can retrieve this ARN by calling
|
|
1344
|
-
#
|
|
1342
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
1343
|
+
# object. You can retrieve this ARN by calling
|
|
1344
|
+
# [ListRepositoryAssociations][2].
|
|
1345
1345
|
#
|
|
1346
1346
|
#
|
|
1347
1347
|
#
|
|
@@ -1482,7 +1482,7 @@ module Aws::CodeGuruReviewer
|
|
|
1482
1482
|
# }
|
|
1483
1483
|
#
|
|
1484
1484
|
# @!attribute [rw] code_review_arn
|
|
1485
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1485
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
1486
1486
|
#
|
|
1487
1487
|
#
|
|
1488
1488
|
#
|
|
@@ -1516,7 +1516,7 @@ module Aws::CodeGuruReviewer
|
|
|
1516
1516
|
# Information about the recommendation feedback.
|
|
1517
1517
|
#
|
|
1518
1518
|
# @!attribute [rw] code_review_arn
|
|
1519
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1519
|
+
# The Amazon Resource Name (ARN) of the [CodeReview][1] object.
|
|
1520
1520
|
#
|
|
1521
1521
|
#
|
|
1522
1522
|
#
|
|
@@ -1718,7 +1718,7 @@ module Aws::CodeGuruReviewer
|
|
|
1718
1718
|
|
|
1719
1719
|
# A code review type that analyzes all code under a specified branch in
|
|
1720
1720
|
# an associated repository. The associated repository is specified using
|
|
1721
|
-
# its ARN when you call [
|
|
1721
|
+
# its ARN when you call [CreateCodeReview][1].
|
|
1722
1722
|
#
|
|
1723
1723
|
#
|
|
1724
1724
|
#
|
|
@@ -1767,7 +1767,7 @@ module Aws::CodeGuruReviewer
|
|
|
1767
1767
|
# }
|
|
1768
1768
|
#
|
|
1769
1769
|
# @!attribute [rw] repository_head
|
|
1770
|
-
# A [
|
|
1770
|
+
# A [SourceCodeType][1] that specifies the tip of a branch in an
|
|
1771
1771
|
# associated repository.
|
|
1772
1772
|
#
|
|
1773
1773
|
#
|
|
@@ -1788,8 +1788,8 @@ module Aws::CodeGuruReviewer
|
|
|
1788
1788
|
include Aws::Structure
|
|
1789
1789
|
end
|
|
1790
1790
|
|
|
1791
|
-
# Information about a repository association. The
|
|
1792
|
-
#
|
|
1791
|
+
# Information about a repository association. The
|
|
1792
|
+
# [DescribeRepositoryAssociation][1] operation returns a
|
|
1793
1793
|
# `RepositoryAssociation` object.
|
|
1794
1794
|
#
|
|
1795
1795
|
#
|
|
@@ -1809,7 +1809,7 @@ module Aws::CodeGuruReviewer
|
|
|
1809
1809
|
# The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar
|
|
1810
1810
|
# Connections connection. Its format is
|
|
1811
1811
|
# `arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id`.
|
|
1812
|
-
# For more information, see [
|
|
1812
|
+
# For more information, see [Connection][1] in the *Amazon Web
|
|
1813
1813
|
# Services CodeStar Connections API Reference*.
|
|
1814
1814
|
#
|
|
1815
1815
|
#
|
|
@@ -1865,7 +1865,7 @@ module Aws::CodeGuruReviewer
|
|
|
1865
1865
|
# * **Disassociated**\: CodeGuru Reviewer successfully disassociated
|
|
1866
1866
|
# the repository. You can create a new association with this
|
|
1867
1867
|
# repository if you want to review source code in it later. You can
|
|
1868
|
-
# control access to code reviews created in
|
|
1868
|
+
# control access to code reviews created in anassociated repository
|
|
1869
1869
|
# with tags after it has been disassociated. For more information,
|
|
1870
1870
|
# see [Using tags to control access to associated repositories][1]
|
|
1871
1871
|
# in the *Amazon CodeGuru Reviewer User Guide*.
|
|
@@ -1898,7 +1898,7 @@ module Aws::CodeGuruReviewer
|
|
|
1898
1898
|
# (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`).
|
|
1899
1899
|
#
|
|
1900
1900
|
# * The ID of the Amazon Web Services KMS key that is associated with
|
|
1901
|
-
# this
|
|
1901
|
+
# this repository association.
|
|
1902
1902
|
# @return [Types::KMSKeyDetails]
|
|
1903
1903
|
#
|
|
1904
1904
|
# @!attribute [rw] s3_repository_details
|
|
@@ -1926,8 +1926,8 @@ module Aws::CodeGuruReviewer
|
|
|
1926
1926
|
include Aws::Structure
|
|
1927
1927
|
end
|
|
1928
1928
|
|
|
1929
|
-
# Summary information about a repository association. The
|
|
1930
|
-
#
|
|
1929
|
+
# Summary information about a repository association. The
|
|
1930
|
+
# [ListRepositoryAssociations][1] operation returns a list of
|
|
1931
1931
|
# `RepositoryAssociationSummary` objects.
|
|
1932
1932
|
#
|
|
1933
1933
|
#
|
|
@@ -1935,9 +1935,9 @@ module Aws::CodeGuruReviewer
|
|
|
1935
1935
|
# [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html
|
|
1936
1936
|
#
|
|
1937
1937
|
# @!attribute [rw] association_arn
|
|
1938
|
-
# The Amazon Resource Name (ARN) of the [
|
|
1939
|
-
# object. You can retrieve this ARN by calling
|
|
1940
|
-
#
|
|
1938
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
1939
|
+
# object. You can retrieve this ARN by calling
|
|
1940
|
+
# [ListRepositoryAssociations][2].
|
|
1941
1941
|
#
|
|
1942
1942
|
#
|
|
1943
1943
|
#
|
|
@@ -1949,7 +1949,7 @@ module Aws::CodeGuruReviewer
|
|
|
1949
1949
|
# The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar
|
|
1950
1950
|
# Connections connection. Its format is
|
|
1951
1951
|
# `arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id`.
|
|
1952
|
-
# For more information, see [
|
|
1952
|
+
# For more information, see [Connection][1] in the *Amazon Web
|
|
1953
1953
|
# Services CodeStar Connections API Reference*.
|
|
1954
1954
|
#
|
|
1955
1955
|
#
|
|
@@ -2014,7 +2014,7 @@ module Aws::CodeGuruReviewer
|
|
|
2014
2014
|
# * **Disassociated**\: CodeGuru Reviewer successfully disassociated
|
|
2015
2015
|
# the repository. You can create a new association with this
|
|
2016
2016
|
# repository if you want to review source code in it later. You can
|
|
2017
|
-
# control access to code reviews created in
|
|
2017
|
+
# control access to code reviews created in anassociated repository
|
|
2018
2018
|
# with tags after it has been disassociated. For more information,
|
|
2019
2019
|
# see [Using tags to control access to associated repositories][1]
|
|
2020
2020
|
# in the *Amazon CodeGuru Reviewer User Guide*.
|
|
@@ -2039,7 +2039,7 @@ module Aws::CodeGuruReviewer
|
|
|
2039
2039
|
include Aws::Structure
|
|
2040
2040
|
end
|
|
2041
2041
|
|
|
2042
|
-
# A [
|
|
2042
|
+
# A [SourceCodeType][1] that specifies the tip of a branch in an
|
|
2043
2043
|
# associated repository.
|
|
2044
2044
|
#
|
|
2045
2045
|
#
|
|
@@ -2313,8 +2313,8 @@ module Aws::CodeGuruReviewer
|
|
|
2313
2313
|
# }
|
|
2314
2314
|
#
|
|
2315
2315
|
# @!attribute [rw] commit_diff
|
|
2316
|
-
# A [
|
|
2317
|
-
#
|
|
2316
|
+
# A [SourceCodeType][1] that specifies a commit diff created by a pull
|
|
2317
|
+
# request on an associated repository.
|
|
2318
2318
|
#
|
|
2319
2319
|
#
|
|
2320
2320
|
#
|
|
@@ -2322,7 +2322,7 @@ module Aws::CodeGuruReviewer
|
|
|
2322
2322
|
# @return [Types::CommitDiffSourceCodeType]
|
|
2323
2323
|
#
|
|
2324
2324
|
# @!attribute [rw] repository_head
|
|
2325
|
-
# A [
|
|
2325
|
+
# A [SourceCodeType][1] that specifies the tip of a branch in an
|
|
2326
2326
|
# associated repository.
|
|
2327
2327
|
#
|
|
2328
2328
|
#
|
|
@@ -2331,8 +2331,8 @@ module Aws::CodeGuruReviewer
|
|
|
2331
2331
|
# @return [Types::RepositoryHeadSourceCodeType]
|
|
2332
2332
|
#
|
|
2333
2333
|
# @!attribute [rw] branch_diff
|
|
2334
|
-
# A type of [
|
|
2335
|
-
#
|
|
2334
|
+
# A type of [SourceCodeType][1] that specifies a source branch name
|
|
2335
|
+
# and a destination branch name in an associated repository.
|
|
2336
2336
|
#
|
|
2337
2337
|
#
|
|
2338
2338
|
#
|
|
@@ -2344,8 +2344,8 @@ module Aws::CodeGuruReviewer
|
|
|
2344
2344
|
# includes its name and an `S3RepositoryDetails` object. The
|
|
2345
2345
|
# `S3RepositoryDetails` object includes the name of an S3 bucket, an
|
|
2346
2346
|
# S3 key for a source code .zip file, and an S3 key for a build
|
|
2347
|
-
# artifacts .zip file. `S3BucketRepository` is required in
|
|
2348
|
-
#
|
|
2347
|
+
# artifacts .zip file. `S3BucketRepository` is required in
|
|
2348
|
+
# [SourceCodeType][1] for `S3BucketRepository` based code reviews.
|
|
2349
2349
|
#
|
|
2350
2350
|
#
|
|
2351
2351
|
#
|
|
@@ -2383,9 +2383,9 @@ module Aws::CodeGuruReviewer
|
|
|
2383
2383
|
# }
|
|
2384
2384
|
#
|
|
2385
2385
|
# @!attribute [rw] resource_arn
|
|
2386
|
-
# The Amazon Resource Name (ARN) of the [
|
|
2387
|
-
# object. You can retrieve this ARN by calling
|
|
2388
|
-
#
|
|
2386
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
2387
|
+
# object. You can retrieve this ARN by calling
|
|
2388
|
+
# [ListRepositoryAssociations][2].
|
|
2389
2389
|
#
|
|
2390
2390
|
#
|
|
2391
2391
|
#
|
|
@@ -2439,7 +2439,7 @@ module Aws::CodeGuruReviewer
|
|
|
2439
2439
|
# The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar
|
|
2440
2440
|
# Connections connection. Its format is
|
|
2441
2441
|
# `arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id`.
|
|
2442
|
-
# For more information, see [
|
|
2442
|
+
# For more information, see [Connection][1] in the *Amazon Web
|
|
2443
2443
|
# Services CodeStar Connections API Reference*.
|
|
2444
2444
|
#
|
|
2445
2445
|
#
|
|
@@ -2451,7 +2451,7 @@ module Aws::CodeGuruReviewer
|
|
|
2451
2451
|
# The owner of the repository. For a GitHub, GitHub Enterprise, or
|
|
2452
2452
|
# Bitbucket repository, this is the username for the account that owns
|
|
2453
2453
|
# the repository. For an S3 repository, this can be the username or
|
|
2454
|
-
# Amazon Web Services account ID
|
|
2454
|
+
# Amazon Web Services account ID
|
|
2455
2455
|
# @return [String]
|
|
2456
2456
|
#
|
|
2457
2457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ThirdPartySourceRepository AWS API Documentation
|
|
@@ -2486,9 +2486,9 @@ module Aws::CodeGuruReviewer
|
|
|
2486
2486
|
# }
|
|
2487
2487
|
#
|
|
2488
2488
|
# @!attribute [rw] resource_arn
|
|
2489
|
-
# The Amazon Resource Name (ARN) of the [
|
|
2490
|
-
# object. You can retrieve this ARN by calling
|
|
2491
|
-
#
|
|
2489
|
+
# The Amazon Resource Name (ARN) of the [RepositoryAssociation][1]
|
|
2490
|
+
# object. You can retrieve this ARN by calling
|
|
2491
|
+
# [ListRepositoryAssociations][2].
|
|
2492
2492
|
#
|
|
2493
2493
|
#
|
|
2494
2494
|
#
|
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.32.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-
|
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|