Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test staging build #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ RubyGems.org page under "LINKS" section.
| AWS Storage Gateway | Aws::StorageGateway | aws-sdk-storagegateway | 2013-06-30 |
| AWS Support | Aws::Support | aws-sdk-support | 2013-04-15 |
| AWS Transfer Family | Aws::Transfer | aws-sdk-transfer | 2018-11-05 |
| AWS TrebuchetTest | Aws::TrebuchetTest | aws-sdk-trebuchettest | 2019-02-07 |
| AWS WAF | Aws::WAF | aws-sdk-waf | 2015-08-24 |
| AWS WAF Regional | Aws::WAFRegional | aws-sdk-wafregional | 2016-11-28 |
| AWS WAFV2 | Aws::WAFV2 | aws-sdk-wafv2 | 2019-07-29 |
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-partitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.423.0 (2021-02-03)
------------------

* Feature - Added support for enumerating regions for `Aws::TrebuchetTest`.

1.422.0 (2021-01-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.422.0
1.423.0
1 change: 1 addition & 0 deletions gems/aws-partitions/lib/aws-partitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def service_ids
'TranscribeStreamingService' => 'transcribestreaming',
'Transfer' => 'transfer',
'Translate' => 'translate',
'TrebuchetTest' => 'trebuchettest',
'WAF' => 'waf',
'WAFRegional' => 'waf-regional',
'WAFV2' => 'wafv2',
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-apigateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.60.0 (2021-02-03)
------------------

* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.

1.59.0 (2021-02-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-apigateway/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.59.0
1.60.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::APIGateway

GEM_VERSION = '1.59.0'
GEM_VERSION = '1.60.0'

end
16 changes: 8 additions & 8 deletions gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def initialize(*args)

# Create an ApiKey resource.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [AWS CLI][1]
# </div>
#
Expand Down Expand Up @@ -426,7 +426,7 @@ def create_api_key(params = {}, options = {})

# Adds a new Authorizer resource to an existing RestApi resource.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [AWS CLI][1]
# </div>
#
Expand Down Expand Up @@ -1581,7 +1581,7 @@ def delete_api_key(params = {}, options = {})

# Deletes an existing Authorizer resource.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [AWS CLI][1]
# </div>
#
Expand Down Expand Up @@ -2340,7 +2340,7 @@ def get_api_keys(params = {}, options = {})

# Describe an existing Authorizer resource.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [AWS CLI][1]
# </div>
#
Expand Down Expand Up @@ -2397,7 +2397,7 @@ def get_authorizer(params = {}, options = {})

# Describe an existing Authorizers resource.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [AWS CLI][1]
# </div>
#
Expand Down Expand Up @@ -5482,7 +5482,7 @@ def tag_resource(params = {}, options = {})
# Simulate the execution of an Authorizer in your RestApi with headers,
# parameters, and an incoming request body.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as
# Authorizer][2]
# </div>
Expand Down Expand Up @@ -5786,7 +5786,7 @@ def update_api_key(params = {}, options = {})

# Updates an existing Authorizer resource.
#
# <div class="seeAlso" markdown="1">
# <div class="seeAlso">
# [AWS CLI][1]
# </div>
#
Expand Down Expand Up @@ -7081,7 +7081,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-apigateway'
context[:gem_version] = '1.59.0'
context[:gem_version] = '1.60.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
Loading