aws-sdk-apigateway 1.69.0 → 1.73.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: c97c8c35076fa12890a863b86f0f436d329f32b5507fcfab7187fe409e153557
4
- data.tar.gz: d468ecf48e59b2321eb176ccc328da4f3b104e8546dc81eba7c4431aff5cb81d
3
+ metadata.gz: 20a9a80e29bc3b5e38afd06bfaf4cce5c96c9c02621d9db699e54f5222bade6f
4
+ data.tar.gz: e1ff78ffeb8dfece5445463eb176794eceb79f0d68e91fa50fc1c7a483b19646
5
5
  SHA512:
6
- metadata.gz: f57ac60b993d6ace2b4242f6c9e6c34b2f6d5cb0e8d8139490550662a110ecfb61f1faf9bde528b8308f7f653ec9637eb404c53634a037fd77625273007eb78a
7
- data.tar.gz: e01ee18c0f4129a90ba4069101d5ab0f9b51f8a0756db8d47cf05ca55f9b8c4348f3522cf3151bf703750f41e72fad0b650cc1578b2751980af0c6ec4a1bb4bf
6
+ metadata.gz: c0c6f09867e6a272a1dbc6f2aefca9fa71e5cc6848b90671ed49ced6b8dc5ac9a9a9ba225a6a6b74903302cebca11d40c68eefe7ded2e510b41c40ea17bba68e
7
+ data.tar.gz: d2a5362fe903c2624519dd6b16dda611bc1da2af7b437196687e358dd956c3bf617016031ecc4ecae1d492de77a625b5ebe6d1a54d82d5cb69896a8181d7a325
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.72.0 (2021-12-20)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Amazon API Gateway
13
+
14
+ 1.71.0 (2021-11-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.70.0 (2021-11-17)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for Amazon API Gateway.
23
+
4
24
  1.69.0 (2021-11-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.73.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
33
  require 'aws-sdk-apigateway/plugins/apply_content_type_header.rb'
@@ -74,6 +75,7 @@ module Aws::APIGateway
74
75
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
76
  add_plugin(Aws::Plugins::TransferEncoding)
76
77
  add_plugin(Aws::Plugins::HttpChecksum)
78
+ add_plugin(Aws::Plugins::DefaultsMode)
77
79
  add_plugin(Aws::Plugins::SignatureV4)
78
80
  add_plugin(Aws::Plugins::Protocols::RestJson)
79
81
  add_plugin(Aws::APIGateway::Plugins::ApplyContentTypeHeader)
@@ -121,7 +123,9 @@ module Aws::APIGateway
121
123
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
124
  # are very aggressive. Construct and pass an instance of
123
125
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
126
+ # enable retries and extended timeouts. Instance profile credential
127
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
128
+ # to true.
125
129
  #
126
130
  # @option options [required, String] :region
127
131
  # The AWS region to connect to. The configured `:region` is
@@ -175,6 +179,10 @@ module Aws::APIGateway
175
179
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
176
180
  # a clock skew correction and retry requests with skewed client clocks.
177
181
  #
182
+ # @option options [String] :defaults_mode ("legacy")
183
+ # See {Aws::DefaultsModeConfiguration} for a list of the
184
+ # accepted modes and the configuration defaults that are included.
185
+ #
178
186
  # @option options [Boolean] :disable_host_prefix_injection (false)
179
187
  # Set to true to disable SDK automatically adding host prefix
180
188
  # to default service endpoint when available.
@@ -297,7 +305,7 @@ module Aws::APIGateway
297
305
  # seconds to wait when opening a HTTP session before raising a
298
306
  # `Timeout::Error`.
299
307
  #
300
- # @option options [Integer] :http_read_timeout (60) The default
308
+ # @option options [Float] :http_read_timeout (60) The default
301
309
  # number of seconds to wait for response data. This value can
302
310
  # safely be set per-request on the session.
303
311
  #
@@ -313,6 +321,9 @@ module Aws::APIGateway
313
321
  # disables this behaviour. This value can safely be set per
314
322
  # request on the session.
315
323
  #
324
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
325
+ # in seconds.
326
+ #
316
327
  # @option options [Boolean] :http_wire_trace (false) When `true`,
317
328
  # HTTP debug output will be sent to the `:logger`.
318
329
  #
@@ -7020,7 +7031,7 @@ module Aws::APIGateway
7020
7031
  params: params,
7021
7032
  config: config)
7022
7033
  context[:gem_name] = 'aws-sdk-apigateway'
7023
- context[:gem_version] = '1.69.0'
7034
+ context[:gem_version] = '1.73.0'
7024
7035
  Seahorse::Client::Request.new(handlers, context)
7025
7036
  end
7026
7037
 
@@ -5222,9 +5222,11 @@ module Aws::APIGateway
5222
5222
  # @return [String]
5223
5223
  #
5224
5224
  # @!attribute [rw] data_trace_enabled
5225
- # Specifies whether data trace logging is enabled for this method,
5226
- # which affects the log entries pushed to Amazon CloudWatch Logs. The
5227
- # PATCH path for this setting is
5225
+ # Specifies whether full requests and responses are logged for this
5226
+ # method, which affects the log entries pushed to Amazon CloudWatch
5227
+ # Logs. This can be useful to troubleshoot APIs, but can result in
5228
+ # logging sensitive data. We recommend that you don't enable this
5229
+ # option for production APIs. The PATCH path for this setting is
5228
5230
  # `/\{method_setting_key\}/logging/dataTrace`, and the value is a
5229
5231
  # Boolean.
5230
5232
  # @return [Boolean]
@@ -6149,8 +6151,8 @@ module Aws::APIGateway
6149
6151
  # }
6150
6152
  #
6151
6153
  # @!attribute [rw] limit
6152
- # The maximum number of requests that can be made in a given time
6153
- # period.
6154
+ # The target maximum number of requests that can be made in a given
6155
+ # time period.
6154
6156
  # @return [Integer]
6155
6157
  #
6156
6158
  # @!attribute [rw] offset
@@ -7074,13 +7076,12 @@ module Aws::APIGateway
7074
7076
  # }
7075
7077
  #
7076
7078
  # @!attribute [rw] burst_limit
7077
- # The API request burst limit, the maximum rate limit over a time
7078
- # ranging from one to a few seconds, depending upon whether the
7079
- # 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.
7080
7081
  # @return [Integer]
7081
7082
  #
7082
7083
  # @!attribute [rw] rate_limit
7083
- # The API request steady-state rate limit.
7084
+ # The API target request rate limit.
7084
7085
  # @return [Float]
7085
7086
  #
7086
7087
  class ThrottleSettings < Struct.new(
@@ -8086,8 +8087,11 @@ module Aws::APIGateway
8086
8087
  include Aws::Structure
8087
8088
  end
8088
8089
 
8089
- # Represents a usage plan than can specify who can assess associated API
8090
- # 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.
8091
8095
  #
8092
8096
  # <div class="remarks" markdown="1">
8093
8097
  # In a usage plan, you associate an API by specifying the API's Id and
@@ -8097,12 +8101,14 @@ module Aws::APIGateway
8097
8101
  # </div>
8098
8102
  #
8099
8103
  # <div class="seeAlso" markdown="1">
8100
- # [Create and Use Usage Plans][1]
8104
+ # [Create and Use Usage Plans][3]
8101
8105
  # </div>
8102
8106
  #
8103
8107
  #
8104
8108
  #
8105
- # [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
8106
8112
  #
8107
8113
  # @!attribute [rw] id
8108
8114
  # The identifier of a UsagePlan resource.
@@ -8121,12 +8127,13 @@ module Aws::APIGateway
8121
8127
  # @return [Array<Types::ApiStage>]
8122
8128
  #
8123
8129
  # @!attribute [rw] throttle
8124
- # The request throttle limits of a usage plan.
8130
+ # Map containing method level throttling information for API stage in
8131
+ # a usage plan.
8125
8132
  # @return [Types::ThrottleSettings]
8126
8133
  #
8127
8134
  # @!attribute [rw] quota
8128
- # The maximum number of permitted requests per a given unit time
8129
- # interval.
8135
+ # The target maximum number of permitted requests per a given unit
8136
+ # time interval.
8130
8137
  # @return [Types::QuotaSettings]
8131
8138
  #
8132
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.69.0'
51
+ GEM_VERSION = '1.73.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.69.0
4
+ version: 1.73.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-04 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.122.0
22
+ version: 3.125.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.122.0
32
+ version: 3.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement