aws-sdk-apigateway 1.92.0 → 1.93.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: 650cd7b711a569e955c0ef90da212bb0075e0adbf2451f52df2842765e286d3f
4
- data.tar.gz: 2889a428461ef1cf8e12036cf963a4a20dcf1d6fa667b85136d47aa08c840a6d
3
+ metadata.gz: 61c88c1b5d0998521e36ea82c9d80b7a7689a4908bd0f9798eced5b205389cf7
4
+ data.tar.gz: 9eed0df9f109e96c22cc1a4690942d7bca3f798c8006dc68f13694caba2ce2f2
5
5
  SHA512:
6
- metadata.gz: d7d26dba0653f44d4aec82e5b6f5b7cb6a6ee40aec4ec20a7aee183e8b6513ce83d2858ecee077770bf5087334cdfb24d36f3322a528be8cc1d337be6bb74828
7
- data.tar.gz: 16e70601806cab2ae565eef0dd9a0220d9c5e4bbb200daeadc61408bbc737fab242b725c27b0dac450eb232e724c29f1e7b760fa26eac2d261f2cb59ad60be08
6
+ metadata.gz: b161bba0fbb2a01f17b6fa9471a42dd82e18b951974c815a2ab32d8a314bca6630968938242d4a026fc56be640bf7366d4f8478918eed9682ff5404022dd691b
7
+ data.tar.gz: 4892e9f2faf41db0a96522d66679edb99be344a9b16ae677c9e88ea211f0f0273541cff2db841dde94621afcc2de783e4f5e51c8aba25f6f02fdc8932410c603
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2024-03-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon API Gateway
8
+
4
9
  1.92.0 (2024-02-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -7061,7 +7061,7 @@ module Aws::APIGateway
7061
7061
  params: params,
7062
7062
  config: config)
7063
7063
  context[:gem_name] = 'aws-sdk-apigateway'
7064
- context[:gem_version] = '1.92.0'
7064
+ context[:gem_version] = '1.93.0'
7065
7065
  Seahorse::Client::Request.new(handlers, context)
7066
7066
  end
7067
7067
 
@@ -3671,7 +3671,10 @@ module Aws::APIGateway
3671
3671
  #
3672
3672
  # @!attribute [rw] data_trace_enabled
3673
3673
  # Specifies whether data trace logging is enabled for this method,
3674
- # which affects the log entries pushed to Amazon CloudWatch Logs.
3674
+ # which affects the log entries pushed to Amazon CloudWatch Logs. This
3675
+ # can be useful to troubleshoot APIs, but can result in logging
3676
+ # sensitive data. We recommend that you don't enable this option for
3677
+ # production APIs.
3675
3678
  # @return [Boolean]
3676
3679
  #
3677
3680
  # @!attribute [rw] throttling_burst_limit
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apigateway/customizations'
52
52
  # @!group service
53
53
  module Aws::APIGateway
54
54
 
55
- GEM_VERSION = '1.92.0'
55
+ GEM_VERSION = '1.93.0'
56
56
 
57
57
  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.92.0
4
+ version: 1.93.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: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core