aws-sdk-apigateway 1.77.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 -0
- 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: 61e72056db8641660785d8f67d1e69c144a2a6012713d8c46daf3e09ff4816d0
|
4
|
+
data.tar.gz: 8158301a187bf1d1dfa5688e918470fb64f43bd1b9f65778c04725843ed02b7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74ed75656b6081df5cb1f9bbc29d82a93087d57a35b696e3ca5cdfdcd833177f9a255be05b76d654c86c622149f6e41a7c2e0d3049ec74671ec2550b220b1ec3
|
7
|
+
data.tar.gz: a4367307bd8451631ccdf38c671d3659950a0186db9642196e3d89d7eb8c3ffcfbb46ef6282e409ea06d10d348710e594b4a4fe05ee64cb51316f5397bf90dc6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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(
|
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.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-
|
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
|