lib/aws-sdk-codegurureviewer/client.rb in aws-sdk-codegurureviewer-1.35.0 vs lib/aws-sdk-codegurureviewer/client.rb in aws-sdk-codegurureviewer-1.36.0

- old
+ new

@@ -273,10 +273,15 @@ # functionality of `standard` mode along with automatic client side # throttling. This is a provisional mode that may change behavior # in the future. # # + # @option options [String] :sdk_ua_app_id + # A unique and opaque application ID that is appended to the + # User-Agent header as app/<sdk_ua_app_id>. It should have a + # maximum length of 50. + # # @option options [String] :secret_access_key # # @option options [String] :session_token # # @option options [Boolean] :stub_responses (false) @@ -895,17 +900,17 @@ # displaying the result. For example, `states=[Pending]` lists code # reviews in the Pending state. # # The valid code review states are: # - # * `Completed`\: The code review is complete. + # * `Completed`: The code review is complete. # - # * `Pending`\: The code review started and has not completed or failed. + # * `Pending`: The code review started and has not completed or failed. # - # * `Failed`\: The code review failed. + # * `Failed`: The code review failed. # - # * `Deleting`\: The code review is being deleted. + # * `Deleting`: The code review is being deleted. # # @option params [Array<String>] :repository_names # List of repository names for filtering that needs to be applied before # displaying the result. # @@ -1136,13 +1141,13 @@ # @option params [Array<String>] :states # List of repository association states to use as a filter. # # The valid repository association states are: # - # * **Associated**\: The repository association is complete. + # * **Associated**: The repository association is complete. # - # * **Associating**\: CodeGuru Reviewer is: + # * **Associating**: CodeGuru Reviewer is: # # * Setting up pull request notifications. This is required for pull # requests to trigger a CodeGuru Reviewer review. # # <note markdown="1"> If your repository `ProviderType` is `GitHub`, `GitHub Enterprise @@ -1154,16 +1159,16 @@ # </note> # # * Setting up source code access. This is required for CodeGuru # Reviewer to securely clone code in your repository. # - # * **Failed**\: The repository failed to associate or disassociate. + # * **Failed**: The repository failed to associate or disassociate. # - # * **Disassociating**\: CodeGuru Reviewer is removing the repository's + # * **Disassociating**: CodeGuru Reviewer is removing the repository's # pull request notifications and source code access. # - # * **Disassociated**\: CodeGuru Reviewer successfully disassociated the + # * **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 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 @@ -1410,10 +1415,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-codegurureviewer' - context[:gem_version] = '1.35.0' + context[:gem_version] = '1.36.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #