aws-sdk-apigateway 1.71.0 → 1.72.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64ea19efc1f3ee7fe02706043c192a9bc4e0381015044d7b756ff6ce2c4af06e
4
- data.tar.gz: d6f1777a5aaa0d0eca817f6b80bff28f41f9581c7095b3177f41640c61d90f16
3
+ metadata.gz: 0351c59ccba5e2ef15224fa6e21d4d11f67c8d569774164cf288b277db3d9a44
4
+ data.tar.gz: 0c38c6312e41e6c1a4d59d130cf4c52bc930fab69b6b0e7e17d543b1386b43eb
5
5
  SHA512:
6
- metadata.gz: 6f9e3faa2a8d3d362c180ae0a43ec40ebdeab47697da8c953f7c186affb0284a644afc830164dd7d6e15b8a54b9fd9fd627ce04c93f4409ead6070dbc6ea7863
7
- data.tar.gz: 9cde8760e6394d6de78ac126762758c7a799f808d86c68b36495e64adef30e802d211f8b3a6c567f9b8e9e3d3c3e99c8a980a3c90d756debb711c7724b13f5bb
6
+ metadata.gz: 92938e4472c6b8cebf7e964b0f8b217c1b424468afc0424744e8361646dd945b5a843211f3d03485bc7523e49ee963e796a31bdb48c4680107e60dd902c43fa3
7
+ data.tar.gz: e077571469138f9edaec8fb11375c407bbc58b20cff51a970d601238628496ccd52d96e2c86aa2fc7429155f9419a6d7f3d318391570af97b24bb6a8ae66e50f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2021-12-20)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon API Gateway
8
+
4
9
  1.71.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -7022,7 +7022,7 @@ module Aws::APIGateway
7022
7022
  params: params,
7023
7023
  config: config)
7024
7024
  context[:gem_name] = 'aws-sdk-apigateway'
7025
- context[:gem_version] = '1.71.0'
7025
+ context[:gem_version] = '1.72.0'
7026
7026
  Seahorse::Client::Request.new(handlers, context)
7027
7027
  end
7028
7028
 
@@ -6151,8 +6151,8 @@ module Aws::APIGateway
6151
6151
  # }
6152
6152
  #
6153
6153
  # @!attribute [rw] limit
6154
- # The maximum number of requests that can be made in a given time
6155
- # period.
6154
+ # The target maximum number of requests that can be made in a given
6155
+ # time period.
6156
6156
  # @return [Integer]
6157
6157
  #
6158
6158
  # @!attribute [rw] offset
@@ -7076,13 +7076,12 @@ module Aws::APIGateway
7076
7076
  # }
7077
7077
  #
7078
7078
  # @!attribute [rw] burst_limit
7079
- # The API request burst limit, the maximum rate limit over a time
7080
- # ranging from one to a few seconds, depending upon whether the
7081
- # underlying token bucket is at its full capacity.
7079
+ # The API target request burst rate limit. This allows more requests
7080
+ # through for a period of time than the target rate limit.
7082
7081
  # @return [Integer]
7083
7082
  #
7084
7083
  # @!attribute [rw] rate_limit
7085
- # The API request steady-state rate limit.
7084
+ # The API target request rate limit.
7086
7085
  # @return [Float]
7087
7086
  #
7088
7087
  class ThrottleSettings < Struct.new(
@@ -8088,8 +8087,11 @@ module Aws::APIGateway
8088
8087
  include Aws::Structure
8089
8088
  end
8090
8089
 
8091
- # Represents a usage plan than can specify who can assess associated API
8092
- # stages with specified request limits and quotas.
8090
+ # Represents a usage plan used to specify who can assess associated API
8091
+ # stages. Optionally, target request rate and quota limits can be set.
8092
+ # In some cases clients can exceed the targets that you set. Don’t rely
8093
+ # on usage plans to control costs. Consider using [AWS Budgets][1] to
8094
+ # monitor costs and [AWS WAF][2] to manage API requests.
8093
8095
  #
8094
8096
  # <div class="remarks" markdown="1">
8095
8097
  # In a usage plan, you associate an API by specifying the API's Id and
@@ -8099,12 +8101,14 @@ module Aws::APIGateway
8099
8101
  # </div>
8100
8102
  #
8101
8103
  # <div class="seeAlso" markdown="1">
8102
- # [Create and Use Usage Plans][1]
8104
+ # [Create and Use Usage Plans][3]
8103
8105
  # </div>
8104
8106
  #
8105
8107
  #
8106
8108
  #
8107
- # [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html
8109
+ # [1]: https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html
8110
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
8111
+ # [3]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html
8108
8112
  #
8109
8113
  # @!attribute [rw] id
8110
8114
  # The identifier of a UsagePlan resource.
@@ -8123,12 +8127,13 @@ module Aws::APIGateway
8123
8127
  # @return [Array<Types::ApiStage>]
8124
8128
  #
8125
8129
  # @!attribute [rw] throttle
8126
- # The request throttle limits of a usage plan.
8130
+ # Map containing method level throttling information for API stage in
8131
+ # a usage plan.
8127
8132
  # @return [Types::ThrottleSettings]
8128
8133
  #
8129
8134
  # @!attribute [rw] quota
8130
- # The maximum number of permitted requests per a given unit time
8131
- # interval.
8135
+ # The target maximum number of permitted requests per a given unit
8136
+ # time interval.
8132
8137
  # @return [Types::QuotaSettings]
8133
8138
  #
8134
8139
  # @!attribute [rw] product_code
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apigateway/customizations'
48
48
  # @!group service
49
49
  module Aws::APIGateway
50
50
 
51
- GEM_VERSION = '1.71.0'
51
+ GEM_VERSION = '1.72.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core