aws-sdk-apigateway 1.69.0 → 1.70.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: 62cd282a87580757cc775687f90b1ae4ae06716e654b371c070357b1d3e44b86
4
+ data.tar.gz: 220109d1adbd17d5e3e68193e05e5d1b245c8f6a5257b57774e977fc9743e815
5
5
  SHA512:
6
- metadata.gz: f57ac60b993d6ace2b4242f6c9e6c34b2f6d5cb0e8d8139490550662a110ecfb61f1faf9bde528b8308f7f653ec9637eb404c53634a037fd77625273007eb78a
7
- data.tar.gz: e01ee18c0f4129a90ba4069101d5ab0f9b51f8a0756db8d47cf05ca55f9b8c4348f3522cf3151bf703750f41e72fad0b650cc1578b2751980af0c6ec4a1bb4bf
6
+ metadata.gz: 989316363fe633637b7f46362b8c7ecc8f155ae00ad318bdfed0ef8ddab2a2249bbbf33838678318b2fc4b8d48b6db0f1bed95c0da4e2d4bd2f699866bd91449
7
+ data.tar.gz: 6d82a8319958c0046758ca2f56c6d94fefa56697ba8582485c0a6569e54118c17472af5847982b784eed6312f7cbc0e1d94f5da45dddb1b662d831d9119de4b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2021-11-17)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon API Gateway.
8
+
4
9
  1.69.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
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.69.0'
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 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.69.0'
51
+ GEM_VERSION = '1.70.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.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-04 00:00:00.000000000 Z
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