aws-sdk-apigateway 1.77.0 → 1.78.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: b5d2a6ca08b8838700aabdf29d0fb7ca47f4537896bbc23b67a64d1e121e420a
4
- data.tar.gz: dfb72b57bd4c930e05e571d8436d0132b8990d6489bfe552e64e310c0ba2c6b3
3
+ metadata.gz: 61e72056db8641660785d8f67d1e69c144a2a6012713d8c46daf3e09ff4816d0
4
+ data.tar.gz: 8158301a187bf1d1dfa5688e918470fb64f43bd1b9f65778c04725843ed02b7c
5
5
  SHA512:
6
- metadata.gz: 608292a72d97740e89458f0ac292c2f7151b90471c41eb0c135a1211356016752717d25d0e97cb431891b91d3d436ad97c6e37e51d50a872dc306daf40e56285
7
- data.tar.gz: 440f830ff2429ec2d2c01131896ca7a7743028ff91267c0eca617864d49b3421dce1d4d5fcb028c116d6c92769496e69e22bdfdf1b5b83b5f3a045745a2d6dbb
6
+ metadata.gz: 74ed75656b6081df5cb1f9bbc29d82a93087d57a35b696e3ca5cdfdcd833177f9a255be05b76d654c86c622149f6e41a7c2e0d3049ec74671ec2550b220b1ec3
7
+ data.tar.gz: a4367307bd8451631ccdf38c671d3659950a0186db9642196e3d89d7eb8c3ffcfbb46ef6282e409ea06d10d348710e594b4a4fe05ee64cb51316f5397bf90dc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2022-06-22)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon API Gateway
8
+
4
9
  1.77.0 (2022-05-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -7009,7 +7009,7 @@ module Aws::APIGateway
7009
7009
  params: params,
7010
7010
  config: config)
7011
7011
  context[:gem_name] = 'aws-sdk-apigateway'
7012
- context[:gem_version] = '1.77.0'
7012
+ context[:gem_version] = '1.78.0'
7013
7013
  Seahorse::Client::Request.new(handlers, context)
7014
7014
  end
7015
7015
 
@@ -6275,6 +6275,11 @@ module Aws::APIGateway
6275
6275
  # certificate's expiration date, hostname, and presence of a root
6276
6276
  # certificate authority. Supported only for `HTTP` and `HTTP_PROXY`
6277
6277
  # integrations.
6278
+ #
6279
+ # Enabling `insecureSkipVerification` isn't recommended, especially
6280
+ # for integrations with public HTTPS endpoints. If you enable
6281
+ # `insecureSkipVerification`, you increase the risk of
6282
+ # man-in-the-middle attacks.
6278
6283
  # @return [Boolean]
6279
6284
  #
6280
6285
  class TlsConfig < Struct.new(
@@ -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.77.0'
51
+ GEM_VERSION = '1.78.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.77.0
4
+ version: 1.78.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: 2022-05-25 00:00:00.000000000 Z
11
+ date: 2022-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core