Skip to content

Commit

Permalink
Add simple documentation (and clean up some extra spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 20, 2024
1 parent ee9a668 commit de88ef5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ module {{module_name}}
{{#client_constructor}}
# @overload initialize(options)
# @param [Hash] options
#
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
# A list of plugins to apply to the client. Each plugin is either a
# class name or an instance of a plugin class.
#
{{>documentation}}
{{/client_constructor}}
def initialize(*args)
Expand Down
1 change: 0 additions & 1 deletion gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Unreleased Changes

* Issue - Fix trailing slash in endpoint URLs for rest-json and rest-xml services.


3.197.1 (2024-06-19)
------------------

Expand Down
1 change: 0 additions & 1 deletion gems/aws-sdk-core/lib/aws-sdk-core/plugins/retry_errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class RetryErrors < Seahorse::Client::Plugin
functionality of `standard` mode along with automatic client side
throttling. This is a provisional mode that may change behavior
in the future.
DOCS
resolve_retry_mode(cfg)
end
Expand Down
1 change: 0 additions & 1 deletion gems/aws-sdk-core/lib/seahorse/client/plugins/endpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Endpoint < Plugin
'http://example.com'
'https://example.com'
'http://example.com:123'
DOCS

def add_handlers(handlers, config)
Expand Down

0 comments on commit de88ef5

Please sign in to comment.