aws-sdk-apigateway 1.67.0 → 1.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d4e686244a8492a496a86e036cf0701113b2ed1c964169f72a3d300694ce14e
4
- data.tar.gz: 42036dfa43e5819e146cf4ac618a56725fc4e4648816dddab9f275f5544cbbb5
3
+ metadata.gz: 64ea19efc1f3ee7fe02706043c192a9bc4e0381015044d7b756ff6ce2c4af06e
4
+ data.tar.gz: d6f1777a5aaa0d0eca817f6b80bff28f41f9581c7095b3177f41640c61d90f16
5
5
  SHA512:
6
- metadata.gz: b51ec324732320b6efb2ebec9f071393ba52c3d8c7f69812c37f9be143b38a133f0c8ee20728c28b15a2b50a33f9a3b1a434b035c761d5b2262f38884b7a5dd2
7
- data.tar.gz: d9b9bb2ef158558bd55b98182d45fb35189af43534404b17b8be3cda9f7441b434e2f50743925b0be538c116ce8f2a91cb99322ac771bec926c7b7e2a3f06255
6
+ metadata.gz: 6f9e3faa2a8d3d362c180ae0a43ec40ebdeab47697da8c953f7c186affb0284a644afc830164dd7d6e15b8a54b9fd9fd627ce04c93f4409ead6070dbc6ea7863
7
+ data.tar.gz: 9cde8760e6394d6de78ac126762758c7a799f808d86c68b36495e64adef30e802d211f8b3a6c567f9b8e9e3d3c3e99c8a980a3c90d756debb711c7724b13f5bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.70.0 (2021-11-17)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Amazon API Gateway.
13
+
14
+ 1.69.0 (2021-11-04)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.68.0 (2021-10-18)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.67.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.71.0
@@ -121,7 +121,9 @@ module Aws::APIGateway
121
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
122
  # are very aggressive. Construct and pass an instance of
123
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
125
127
  #
126
128
  # @option options [required, String] :region
127
129
  # The AWS region to connect to. The configured `:region` is
@@ -277,6 +279,15 @@ module Aws::APIGateway
277
279
  # ** Please note ** When response stubbing is enabled, no HTTP
278
280
  # requests are made, and retries are disabled.
279
281
  #
282
+ # @option options [Boolean] :use_dualstack_endpoint
283
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
284
+ # will be used if available.
285
+ #
286
+ # @option options [Boolean] :use_fips_endpoint
287
+ # When set to `true`, fips compatible endpoints will be used if available.
288
+ # When a `fips` region is used, the region is normalized and this config
289
+ # is set to `true`.
290
+ #
280
291
  # @option options [Boolean] :validate_params (true)
281
292
  # When `true`, request parameters are validated before
282
293
  # sending the request.
@@ -7011,7 +7022,7 @@ module Aws::APIGateway
7011
7022
  params: params,
7012
7023
  config: config)
7013
7024
  context[:gem_name] = 'aws-sdk-apigateway'
7014
- context[:gem_version] = '1.67.0'
7025
+ context[:gem_version] = '1.71.0'
7015
7026
  Seahorse::Client::Request.new(handlers, context)
7016
7027
  end
7017
7028
 
@@ -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]
@@ -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.67.0'
51
+ GEM_VERSION = '1.71.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.67.0
4
+ version: 1.71.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-09-01 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement