lib/aws-sdk-codegurureviewer/client.rb in aws-sdk-codegurureviewer-1.27.0 vs lib/aws-sdk-codegurureviewer/client.rb in aws-sdk-codegurureviewer-1.28.0
- old
+ new
@@ -1384,11 +1384,11 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-codegurureviewer'
- context[:gem_version] = '1.27.0'
+ context[:gem_version] = '1.28.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#
@@ -1452,11 +1452,11 @@
# The following table lists the valid waiter names, the operations they call,
# and the default `:delay` and `:max_attempts` values.
#
# | waiter_name | params | :delay | :max_attempts |
# | -------------------------------- | ---------------------------------------- | -------- | ------------- |
- # | code_review_completed | {Client#describe_code_review} | 10 | 60 |
- # | repository_association_succeeded | {Client#describe_repository_association} | 10 | 20 |
+ # | code_review_completed | {Client#describe_code_review} | 10 | 180 |
+ # | repository_association_succeeded | {Client#describe_repository_association} | 10 | 30 |
#
# @raise [Errors::FailureStateError] Raised when the waiter terminates
# because the waiter has entered a state that it will not transition
# out of, preventing success.
#