aws-sdk-apigateway 1.69.0 → 1.70.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apigateway/client.rb +1 -1
- data/lib/aws-sdk-apigateway/types.rb +5 -3
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62cd282a87580757cc775687f90b1ae4ae06716e654b371c070357b1d3e44b86
|
|
4
|
+
data.tar.gz: 220109d1adbd17d5e3e68193e05e5d1b245c8f6a5257b57774e977fc9743e815
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 989316363fe633637b7f46362b8c7ecc8f155ae00ad318bdfed0ef8ddab2a2249bbbf33838678318b2fc4b8d48b6db0f1bed95c0da4e2d4bd2f699866bd91449
|
|
7
|
+
data.tar.gz: 6d82a8319958c0046758ca2f56c6d94fefa56697ba8582485c0a6569e54118c17472af5847982b784eed6312f7cbc0e1d94f5da45dddb1b662d831d9119de4b3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -7020,7 +7020,7 @@ module Aws::APIGateway
|
|
|
7020
7020
|
params: params,
|
|
7021
7021
|
config: config)
|
|
7022
7022
|
context[:gem_name] = 'aws-sdk-apigateway'
|
|
7023
|
-
context[:gem_version] = '1.
|
|
7023
|
+
context[:gem_version] = '1.70.0'
|
|
7024
7024
|
Seahorse::Client::Request.new(handlers, context)
|
|
7025
7025
|
end
|
|
7026
7026
|
|
|
@@ -5222,9 +5222,11 @@ module Aws::APIGateway
|
|
|
5222
5222
|
# @return [String]
|
|
5223
5223
|
#
|
|
5224
5224
|
# @!attribute [rw] data_trace_enabled
|
|
5225
|
-
# Specifies whether
|
|
5226
|
-
# which affects the log entries pushed to Amazon CloudWatch
|
|
5227
|
-
#
|
|
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]
|
data/lib/aws-sdk-apigateway.rb
CHANGED
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.
|
|
4
|
+
version: 1.70.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-
|
|
11
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|