Skip to content

Commit

Permalink
Move Waiter Clarification From Text to Headers
Browse files Browse the repository at this point in the history
Less wordy, more directly shows where defaults are.

Resolves issue #860
  • Loading branch information
awood45 committed Jul 6, 2015
1 parent 3b9463a commit b92384c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions aws-sdk-core/lib/aws-sdk-core/api/docs/builder.rb
Expand Up @@ -159,11 +159,10 @@ def document_client_waiters(yard_class)
end
docstring = <<-DOCSTRING
Returns the list of supported waiters. The following table lists the supported
waiters, the client method they call, the default delay between polling
attempts, and the default maximum number of polling attempts:
waiters and the client method they call:
<table>
<thead>
<tr><th>Waiter Name</th><th>Client Method</th><th>Delay</th><th>Max Attempts</th></tr>
<tr><th>Waiter Name</th><th>Client Method</th><th>Default Delay:</th><th>Default Max Attempts:</th></tr>
</thead>
<tbody>
#{waiters}
Expand Down

0 comments on commit b92384c

Please sign in to comment.