lib/aws-sdk-codegurureviewer/client.rb in aws-sdk-codegurureviewer-1.31.0 vs lib/aws-sdk-codegurureviewer/client.rb in aws-sdk-codegurureviewer-1.32.0

- old
+ new

@@ -350,11 +350,11 @@ end # @!group API Operations # Use to associate an Amazon Web Services CodeCommit repository or a - # repostory managed by Amazon Web Services CodeStar Connections with + # repository managed by Amazon Web Services CodeStar Connections with # Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru # Reviewer reviews source code changes in the repository's pull # requests and provides automatic recommendations. You can view # recommendations using the CodeGuru Reviewer console. For more # information, see [Recommendations in Amazon CodeGuru Reviewer][1] in @@ -412,11 +412,11 @@ # * The encryption option for this repository association. It is either # owned by Amazon Web Services Key Management Service (KMS) # (`AWS_OWNED_CMK`) or customer managed (`CUSTOMER_MANAGED_CMK`). # # * The ID of the Amazon Web Services KMS key that is associated with - # this respository association. + # this repository association. # # @return [Types::AssociateRepositoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::AssociateRepositoryResponse#repository_association #repository_association} => Types::RepositoryAssociation # * {Types::AssociateRepositoryResponse#tags #tags} => Hash<String,String> @@ -480,11 +480,11 @@ def associate_repository(params = {}, options = {}) req = build_request(:associate_repository, params) req.send_request(options) end - # Use to create a code review with a [ `CodeReviewType` ][1] of + # Use to create a code review with a [CodeReviewType][1] of # `RepositoryAnalysis`. This type of code review analyzes all code under # a specified branch in an associated repository. `PullRequest` code # reviews are automatically triggered by a pull request. # # @@ -494,26 +494,26 @@ # @option params [required, String] :name # The name of the code review. The name of each code review in your # Amazon Web Services account must be unique. # # @option params [required, String] :repository_association_arn - # The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1] - # object. You can retrieve this ARN by calling [ - # `ListRepositoryAssociations` ][2]. + # The Amazon Resource Name (ARN) of the [RepositoryAssociation][1] + # object. You can retrieve this ARN by calling + # [ListRepositoryAssociations][2]. # # A code review can only be created on an associated repository. This is # the ARN of the associated repository. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html # # @option params [required, Types::CodeReviewType] :type - # The type of code review to create. This is specified using a [ - # `CodeReviewType` ][1] object. You can create a code review only of - # type `RepositoryAnalysis`. + # The type of code review to create. This is specified using a + # [CodeReviewType][1] object. You can create a code review only of type + # `RepositoryAnalysis`. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReviewType.html # @@ -624,11 +624,11 @@ # Returns the metadata associated with the code review along with its # status. # # @option params [required, String] :code_review_arn - # The Amazon Resource Name (ARN) of the [ `CodeReview` ][1] object. + # The Amazon Resource Name (ARN) of the [CodeReview][1] object. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html # @@ -694,11 +694,11 @@ # Describes the customer feedback for a CodeGuru Reviewer # recommendation. # # @option params [required, String] :code_review_arn - # The Amazon Resource Name (ARN) of the [ `CodeReview` ][1] object. + # The Amazon Resource Name (ARN) of the [CodeReview][1] object. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html # @@ -748,21 +748,21 @@ def describe_recommendation_feedback(params = {}, options = {}) req = build_request(:describe_recommendation_feedback, params) req.send_request(options) end - # Returns a [ `RepositoryAssociation` ][1] object that contains - # information about the requested repository association. + # Returns a [RepositoryAssociation][1] object that contains information + # about the requested repository association. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # # @option params [required, String] :association_arn - # The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1] - # object. You can retrieve this ARN by calling [ - # `ListRepositoryAssociations` ][2]. + # The Amazon Resource Name (ARN) of the [RepositoryAssociation][1] + # object. You can retrieve this ARN by calling + # [ListRepositoryAssociations][2]. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html @@ -814,13 +814,13 @@ # Removes the association between Amazon CodeGuru Reviewer and a # repository. # # @option params [required, String] :association_arn - # The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1] - # object. You can retrieve this ARN by calling [ - # `ListRepositoryAssociations` ][2]. + # The Amazon Resource Name (ARN) of the [RepositoryAssociation][1] + # object. You can retrieve this ARN by calling + # [ListRepositoryAssociations][2]. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html @@ -898,14 +898,14 @@ # @option params [Integer] :max_results # The maximum number of results that are returned per call. The default # is 100. # # @option params [String] :next_token - # If nextToken is returned, there are more results available. The value - # of nextToken is a unique pagination token for each page. Make the call - # again using the returned token to retrieve the next page. Keep all - # other arguments unchanged. + # If `nextToken` is returned, there are more results available. The + # value of `nextToken` is a unique pagination token for each page. Make + # the call again using the returned token to retrieve the next page. + # Keep all other arguments unchanged. # # @return [Types::ListCodeReviewsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::ListCodeReviewsResponse#code_review_summaries #code_review_summaries} => Array<Types::CodeReviewSummary> # * {Types::ListCodeReviewsResponse#next_token #next_token} => String @@ -963,30 +963,30 @@ def list_code_reviews(params = {}, options = {}) req = build_request(:list_code_reviews, params) req.send_request(options) end - # Returns a list of [ `RecommendationFeedbackSummary` ][1] objects that + # Returns a list of [RecommendationFeedbackSummary][1] objects that # contain customer recommendation feedback for all CodeGuru Reviewer # users. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RecommendationFeedbackSummary.html # # @option params [String] :next_token # If `nextToken` is returned, there are more results available. The - # value of nextToken is a unique pagination token for each page. Make + # value of `nextToken` is a unique pagination token for each page. Make # the call again using the returned token to retrieve the next page. # Keep all other arguments unchanged. # # @option params [Integer] :max_results # The maximum number of results that are returned per call. The default # is 100. # # @option params [required, String] :code_review_arn - # The Amazon Resource Name (ARN) of the [ `CodeReview` ][1] object. + # The Amazon Resource Name (ARN) of the [CodeReview][1] object. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html # @@ -1050,11 +1050,11 @@ # @option params [Integer] :max_results # The maximum number of results that are returned per call. The default # is 100. # # @option params [required, String] :code_review_arn - # The Amazon Resource Name (ARN) of the [ `CodeReview` ][1] object. + # The Amazon Resource Name (ARN) of the [CodeReview][1] object. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html # @@ -1098,14 +1098,14 @@ def list_recommendations(params = {}, options = {}) req = build_request(:list_recommendations, params) req.send_request(options) end - # Returns a list of [ `RepositoryAssociationSummary` ][1] objects that + # Returns a list of [RepositoryAssociationSummary][1] objects that # contain summary information about a repository association. You can - # filter the returned list by [ `ProviderType` ][2], [ `Name` ][3], [ - # `State` ][4], and [ `Owner` ][5]. + # filter the returned list by [ProviderType][2], [Name][3], [State][4], + # and [Owner][5]. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-ProviderType @@ -1145,11 +1145,11 @@ # pull request notifications and source code access. # # * **Disassociated**\: CodeGuru Reviewer successfully disassociated the # repository. You can create a new association with this repository if # you want to review source code in it later. You can control access - # to code reviews created in an associated repository with tags after + # to code reviews created in anassociated repository with tags after # it has been disassociated. For more information, see [Using tags to # control access to associated repositories][1] in the *Amazon # CodeGuru Reviewer User Guide*. # # @@ -1231,13 +1231,13 @@ # Returns the list of tags associated with an associated repository # resource. # # @option params [required, String] :resource_arn - # The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1] - # object. You can retrieve this ARN by calling [ - # `ListRepositoryAssociations` ][2]. + # The Amazon Resource Name (ARN) of the [RepositoryAssociation][1] + # object. You can retrieve this ARN by calling + # [ListRepositoryAssociations][2]. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html @@ -1269,11 +1269,11 @@ # Stores customer feedback for a CodeGuru Reviewer recommendation. When # this API is called again with different reactions the previous # feedback is overwritten. # # @option params [required, String] :code_review_arn - # The Amazon Resource Name (ARN) of the [ `CodeReview` ][1] object. + # The Amazon Resource Name (ARN) of the [CodeReview][1] object. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html # @@ -1305,13 +1305,13 @@ end # Adds one or more tags to an associated repository. # # @option params [required, String] :resource_arn - # The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1] - # object. You can retrieve this ARN by calling [ - # `ListRepositoryAssociations` ][2]. + # The Amazon Resource Name (ARN) of the [RepositoryAssociation][1] + # object. You can retrieve this ARN by calling + # [ListRepositoryAssociations][2]. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html @@ -1349,13 +1349,13 @@ end # Removes a tag from an associated repository. # # @option params [required, String] :resource_arn - # The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1] - # object. You can retrieve this ARN by calling [ - # `ListRepositoryAssociations` ][2]. + # The Amazon Resource Name (ARN) of the [RepositoryAssociation][1] + # object. You can retrieve this ARN by calling + # [ListRepositoryAssociations][2]. # # # # [1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html # [2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html @@ -1393,10 +1393,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-codegurureviewer' - context[:gem_version] = '1.31.0' + context[:gem_version] = '1.32.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #