From 74c3b2baca5880e78bfaebbbc09440fec4df2045 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Wed, 3 Feb 2021 01:32:23 +0000 Subject: [PATCH] Test staging build --- README.md | 1 + gems/aws-partitions/CHANGELOG.md | 5 + gems/aws-partitions/VERSION | 2 +- gems/aws-partitions/lib/aws-partitions.rb | 1 + gems/aws-sdk-apigateway/CHANGELOG.md | 5 + gems/aws-sdk-apigateway/VERSION | 2 +- .../lib/aws-sdk-apigateway.rb | 2 +- .../lib/aws-sdk-apigateway/client.rb | 16 +-- .../lib/aws-sdk-apigateway/types.rb | 100 +++++++++--------- gems/aws-sdk-resources/CHANGELOG.md | 5 + gems/aws-sdk-resources/VERSION | 2 +- .../aws-sdk-resources.gemspec | 1 + .../lib/aws-sdk-resources.rb | 1 + services.json | 3 + 14 files changed, 84 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 1ba8d120312..ea2132a8284 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/gems/aws-partitions/CHANGELOG.md b/gems/aws-partitions/CHANGELOG.md index 316a9e225dd..caf6448e969 100644 --- a/gems/aws-partitions/CHANGELOG.md +++ b/gems/aws-partitions/CHANGELOG.md @@ -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) ------------------ diff --git a/gems/aws-partitions/VERSION b/gems/aws-partitions/VERSION index a9886b01f11..9e780c1cbe0 100644 --- a/gems/aws-partitions/VERSION +++ b/gems/aws-partitions/VERSION @@ -1 +1 @@ -1.422.0 +1.423.0 diff --git a/gems/aws-partitions/lib/aws-partitions.rb b/gems/aws-partitions/lib/aws-partitions.rb index 40aeb994f5c..bd85e429b68 100644 --- a/gems/aws-partitions/lib/aws-partitions.rb +++ b/gems/aws-partitions/lib/aws-partitions.rb @@ -471,6 +471,7 @@ def service_ids 'TranscribeStreamingService' => 'transcribestreaming', 'Transfer' => 'transfer', 'Translate' => 'translate', + 'TrebuchetTest' => 'trebuchettest', 'WAF' => 'waf', 'WAFRegional' => 'waf-regional', 'WAFV2' => 'wafv2', diff --git a/gems/aws-sdk-apigateway/CHANGELOG.md b/gems/aws-sdk-apigateway/CHANGELOG.md index 9b06b5adf7f..bedf7e185fb 100644 --- a/gems/aws-sdk-apigateway/CHANGELOG.md +++ b/gems/aws-sdk-apigateway/CHANGELOG.md @@ -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) ------------------ diff --git a/gems/aws-sdk-apigateway/VERSION b/gems/aws-sdk-apigateway/VERSION index bb120e876c6..4d5fde5bd16 100644 --- a/gems/aws-sdk-apigateway/VERSION +++ b/gems/aws-sdk-apigateway/VERSION @@ -1 +1 @@ -1.59.0 +1.60.0 diff --git a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb index 60f3f61f633..d1d46b8a109 100644 --- a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb +++ b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway.rb @@ -48,6 +48,6 @@ # @!group service module Aws::APIGateway - GEM_VERSION = '1.59.0' + GEM_VERSION = '1.60.0' end diff --git a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb index c4a81539d00..41eba201db0 100644 --- a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb +++ b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/client.rb @@ -331,7 +331,7 @@ def initialize(*args) # Create an ApiKey resource. # - #
+ #
# [AWS CLI][1] #
# @@ -426,7 +426,7 @@ def create_api_key(params = {}, options = {}) # Adds a new Authorizer resource to an existing RestApi resource. # - #
+ #
# [AWS CLI][1] #
# @@ -1581,7 +1581,7 @@ def delete_api_key(params = {}, options = {}) # Deletes an existing Authorizer resource. # - #
+ #
# [AWS CLI][1] #
# @@ -2340,7 +2340,7 @@ def get_api_keys(params = {}, options = {}) # Describe an existing Authorizer resource. # - #
+ #
# [AWS CLI][1] #
# @@ -2397,7 +2397,7 @@ def get_authorizer(params = {}, options = {}) # Describe an existing Authorizers resource. # - #
+ #
# [AWS CLI][1] #
# @@ -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. # - #
+ #
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as # Authorizer][2] #
@@ -5786,7 +5786,7 @@ def update_api_key(params = {}, options = {}) # Updates an existing Authorizer resource. # - #
+ #
# [AWS CLI][1] #
# @@ -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 diff --git a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb index d007b2339cf..0a32daa5047 100644 --- a/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb +++ b/gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb @@ -71,7 +71,7 @@ class AccessLogSettings < Struct.new( # #
# - #
+ #
# [API Gateway Limits][2] [Developer Guide][3], [AWS CLI][4] #
# @@ -113,7 +113,7 @@ class Account < Struct.new( # on any RestApi, which indicates that the callers with the API key can # make requests to that stage. # - #
+ #
# [Use API Keys][1] #
# @@ -199,7 +199,7 @@ class ApiKeyIds < Struct.new( # Represents a collection of API keys as represented by an ApiKeys # resource. # - #
+ #
# [Use API Keys][1] #
# @@ -268,7 +268,7 @@ class ApiStage < Struct.new( # API Gateway will activate the authorizer when a client calls the # method. # - #
+ #
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as # Authorizer][2] #
@@ -385,7 +385,7 @@ class Authorizer < Struct.new( # Represents a collection of Authorizer resources. # - #
+ #
# [Use Lambda Function as Authorizer][1] [Use Cognito User Pool as # Authorizer][2] #
@@ -425,12 +425,12 @@ class BadRequestException < Struct.new( # Represents the base path that callers of the API must provide as part # of the URL after the domain name. # - #
+ #
# A custom domain name plus a `BasePathMapping` specification identifies # a deployed RestApi in a given stage of the owner Account. #
# - #
+ #
# [Use Custom Domain Names][1] #
# @@ -461,7 +461,7 @@ class BasePathMapping < Struct.new( # Represents a collection of BasePathMapping resources. # - #
+ #
# [Use Custom Domain Names][1] #
# @@ -535,7 +535,7 @@ class CanarySettings < Struct.new( # policies, a custom Authorizer or an Amazon Cognito user pool. #
# - #
+ #
# [Use Client-Side Certificate][1] #
# @@ -583,7 +583,7 @@ class ClientCertificate < Struct.new( # Represents a collection of ClientCertificate resources. # - #
+ #
# [Use Client-Side Certificate][1] #
# @@ -2178,14 +2178,14 @@ class DeleteVpcLinkRequest < Struct.new( # by users using Stages. A deployment must be associated with a Stage # for it to be callable over the Internet. # - #
+ #
# To create a deployment, call `POST` on the Deployments resource of a # RestApi. To view, update, or delete a deployment, call `GET`, `PATCH`, # or `DELETE` on the specified deployment resource # (`/restapis/\{restapi_id\}/deployments/\{deployment_id\}`). #
# - #
+ #
# RestApi, Deployments, Stage, [AWS CLI][1], [AWS SDKs][2] #
# @@ -2264,14 +2264,14 @@ class DeploymentCanarySettings < Struct.new( # interact with your collection. The collection offers a paginated view # of the contained deployments. # - #
+ #
# To create a new deployment of a RestApi, make a `POST` request against # this resource. To view, update, or delete an existing deployment, make # a `GET`, `PATCH`, or `DELETE` request, respectively, on a specified # Deployment resource. #
# - #
+ #
# [Deploying an API][1], [AWS CLI][2], [AWS SDKs][3] #
# @@ -2314,7 +2314,7 @@ class Deployments < Struct.new( # #
# - #
+ #
# [Documenting an API][1], DocumentationParts #
# @@ -2363,7 +2363,7 @@ class DocumentationPart < Struct.new( # external (e.g., OpenAPI) file are imported into API Gateway #
# - #
+ #
# [Documenting an API][1], [documentationpart:import][2], # DocumentationPart #
@@ -2466,7 +2466,7 @@ class DocumentationPartLocation < Struct.new( # #
# - #
+ #
# [Documenting an API][1], DocumentationPart #
# @@ -2497,7 +2497,7 @@ class DocumentationParts < Struct.new( # #
# - #
+ #
# [Documenting an API][1], DocumentationPart, DocumentationVersions #
# @@ -2533,7 +2533,7 @@ class DocumentationVersion < Struct.new( # #
# - #
+ #
# [Documenting an API][1], DocumentationPart, DocumentationVersion #
# @@ -2572,7 +2572,7 @@ class DocumentationVersions < Struct.new( # #
# - #
+ #
# [Set a Custom Host Name for an API][1] #
# @@ -2713,7 +2713,7 @@ class DomainName < Struct.new( # Represents a collection of DomainName resources. # - #
+ #
# [Use Client-Side Certificate][1] #
# @@ -2843,7 +2843,7 @@ class FlushStageCacheRequest < Struct.new( # A gateway response of a given response type and status code, with # optional response parameters and mapping templates. # - #
+ #
# For more information about valid gateway response types, see [Gateway # Response Types Supported by API Gateway][1] #
@@ -2870,7 +2870,7 @@ class FlushStageCacheRequest < Struct.new( #
#
# - #
+ #
# [Customize Gateway Responses][2] #
# @@ -2938,7 +2938,7 @@ class GatewayResponse < Struct.new( # `responseType`-to-GatewayResponse object map of key-value pairs. As # such, pagination is not supported for querying this collection. # - #
+ #
# For more information about valid gateway response types, see [Gateway # Response Types Supported by API Gateway][1] #
@@ -2965,7 +2965,7 @@ class GatewayResponse < Struct.new( #
#
# - #
+ #
# [Customize Gateway Responses][2] #
# @@ -4637,7 +4637,7 @@ class ImportRestApiRequest < Struct.new( # integration. #
# - #
+ #
# [Creating an API][1] #
# @@ -4848,7 +4848,7 @@ class ImportRestApiRequest < Struct.new( # #
# - #
+ #
# [Creating an API][1] #
# @@ -4885,7 +4885,7 @@ class Integration < Struct.new( # existing MethodResponse, and parameters and templates can be used to # transform the back-end response. # - #
+ #
# [Creating an API][1] #
# @@ -5013,7 +5013,7 @@ class LimitExceededException < Struct.new( # #
# - #
+ #
# MethodResponse, Integration, IntegrationResponse, Resource, [Set up an # API's method][2] #
@@ -5101,7 +5101,7 @@ class LimitExceededException < Struct.new( # #
# - #
+ #
# [AWS CLI][1] #
# @@ -5137,7 +5137,7 @@ class LimitExceededException < Struct.new( # #
# - #
+ #
# [AWS CLI][1] #
# @@ -5202,7 +5202,7 @@ class Method < Struct.new( # #
# - #
+ #
# Method, IntegrationResponse, Integration [Creating an API][1] #
# @@ -5373,7 +5373,7 @@ class MethodSnapshot < Struct.new( # #
# - #
+ #
# Method, MethodResponse, [Models and Mappings][1] #
# @@ -5422,7 +5422,7 @@ class Model < Struct.new( # Represents a collection of Model resources. # - #
+ #
# Method, MethodResponse, [Models and Mappings][1] #
# @@ -6247,7 +6247,7 @@ class QuotaSettings < Struct.new( # #
# - #
+ #
# [Enable Basic Request Validation in API Gateway][3] #
# @@ -6292,7 +6292,7 @@ class RequestValidator < Struct.new( # #
# - #
+ #
# [Enable Basic Request Validation in API Gateway][2] #
# @@ -6317,7 +6317,7 @@ class RequestValidators < Struct.new( # Represents an API resource. # - #
+ #
# [Create an API][1] #
# @@ -6383,7 +6383,7 @@ class Resource < Struct.new( # Represents a collection of Resource resources. # - #
+ #
# [Create an API][1] #
# @@ -6407,7 +6407,7 @@ class Resources < Struct.new( # Represents a REST API. # - #
+ #
# [Create an API][1] #
# @@ -6510,7 +6510,7 @@ class RestApi < Struct.new( # interact with your collection. A collection offers a paginated view of # your APIs. # - #
+ #
# [Create an API][1] #
# @@ -6651,7 +6651,7 @@ class ServiceUnavailableException < Struct.new( # Represents a unique identifier for a version of a deployed RestApi # that is callable by users. # - #
+ #
# [Deploy an API][1] #
# @@ -6789,7 +6789,7 @@ class StageKey < Struct.new( # A list of Stage resources that are associated with the ApiKey # resource. # - #
+ #
# [Deploying API in Stages][1] #
# @@ -6853,7 +6853,7 @@ class Tags < Struct.new( # Represents a mapping template used to transform a payload. # - #
+ #
# [Mapping Templates][1] #
# @@ -7084,7 +7084,7 @@ class TestInvokeMethodRequest < Struct.new( # Represents the response of the test invoke request in the HTTP method. # - #
+ #
# [Test API using the API Gateway console][1] #
# @@ -8129,7 +8129,7 @@ class UpdateVpcLinkRequest < Struct.new( # #
# - #
+ #
# [Create and Use Usage Plans][1], [Manage Usage in a Usage Plan][2] #
# @@ -8182,7 +8182,7 @@ class Usage < Struct.new( # #
# - #
+ #
# [Create and Use Usage Plans][1] #
# @@ -8246,7 +8246,7 @@ class UsagePlan < Struct.new( # #
# - # "
+ # "
# [Create and Use Usage Plans][1] #
# @@ -8283,7 +8283,7 @@ class UsagePlanKey < Struct.new( # Represents the collection of usage plan keys added to usage plans for # the associated API keys and, possibly, other types of keys. # - #
+ #
# [Create and Use Usage Plans][1] #
# @@ -8307,7 +8307,7 @@ class UsagePlanKeys < Struct.new( # Represents a collection of usage plans for an AWS account. # - #
+ #
# [Create and Use Usage Plans][1] #
# @@ -8392,7 +8392,7 @@ class VpcLink < Struct.new( # The collection of VPC links under the caller's account in a region. # - #
+ #
# [Getting Started with Private Integrations][1], [Set up Private # Integrations][2] #
diff --git a/gems/aws-sdk-resources/CHANGELOG.md b/gems/aws-sdk-resources/CHANGELOG.md index e6554b466ff..97dc574ba05 100644 --- a/gems/aws-sdk-resources/CHANGELOG.md +++ b/gems/aws-sdk-resources/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +3.95.0 (2021-02-03) +------------------ + +* Feature - Added a dependency on the new `aws-sdk-trebuchettest` gem. + 3.94.0 (2021-01-22) ------------------ diff --git a/gems/aws-sdk-resources/VERSION b/gems/aws-sdk-resources/VERSION index df95b3cd952..33f4ad278c4 100644 --- a/gems/aws-sdk-resources/VERSION +++ b/gems/aws-sdk-resources/VERSION @@ -1 +1 @@ -3.94.0 +3.95.0 diff --git a/gems/aws-sdk-resources/aws-sdk-resources.gemspec b/gems/aws-sdk-resources/aws-sdk-resources.gemspec index e6e5909f0a6..1a8161e3981 100644 --- a/gems/aws-sdk-resources/aws-sdk-resources.gemspec +++ b/gems/aws-sdk-resources/aws-sdk-resources.gemspec @@ -263,6 +263,7 @@ Gem::Specification.new do |spec| spec.add_dependency('aws-sdk-transcribestreamingservice', '~> 1') spec.add_dependency('aws-sdk-transfer', '~> 1') spec.add_dependency('aws-sdk-translate', '~> 1') + spec.add_dependency('aws-sdk-trebuchettest', '~> 1') spec.add_dependency('aws-sdk-waf', '~> 1') spec.add_dependency('aws-sdk-wafregional', '~> 1') spec.add_dependency('aws-sdk-wafv2', '~> 1') diff --git a/gems/aws-sdk-resources/lib/aws-sdk-resources.rb b/gems/aws-sdk-resources/lib/aws-sdk-resources.rb index 2b6ab8102d5..acccec1f982 100644 --- a/gems/aws-sdk-resources/lib/aws-sdk-resources.rb +++ b/gems/aws-sdk-resources/lib/aws-sdk-resources.rb @@ -255,6 +255,7 @@ module Aws autoload :TranscribeStreamingService, 'aws-sdk-transcribestreamingservice' autoload :Transfer, 'aws-sdk-transfer' autoload :Translate, 'aws-sdk-translate' + autoload :TrebuchetTest, 'aws-sdk-trebuchettest' autoload :WAF, 'aws-sdk-waf' autoload :WAFRegional, 'aws-sdk-wafregional' autoload :WAFV2, 'aws-sdk-wafv2' diff --git a/services.json b/services.json index dab4e8e1df5..e7812a298cf 100644 --- a/services.json +++ b/services.json @@ -858,6 +858,9 @@ "Translate": { "models": "translate/2017-07-01" }, + "TrebuchetTest": { + "models": "trebuchettest/2019-02-07" + }, "WAF": { "models": "waf/2015-08-24" },