aws-sdk-apigateway 1.118.0 → 1.119.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 +3 -2
- data/lib/aws-sdk-apigateway/types.rb +5 -4
- data/lib/aws-sdk-apigateway.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf04c1ccc3d45c6834a9e5b4875f8a89084a02da1346724893d80e49654606d4
|
4
|
+
data.tar.gz: 392fd5d56efdcb108dbaa8cbaad11b8259c48f13b09e2b61e187b20822b204eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e26bad57302cec9ea99f8bae6b29def7d8598ef3250b557a41bfeeff32d8653de29a5d9d783c6f59c2831d4703e304e619a3d20b28f530a1e6d545c7c966792
|
7
|
+
data.tar.gz: 4bd6a3b02fce4b1c95c757162fed342cb5b39dd66bd568e5bbbc630cba400050ef31146a27f2500511629a97d1ee76ead9b3f82205c19124f18b56f22b506ee2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.119.0
|
@@ -5185,7 +5185,8 @@ module Aws::APIGateway
|
|
5185
5185
|
#
|
5186
5186
|
# @option params [Integer] :timeout_in_millis
|
5187
5187
|
# Custom timeout between 50 and 29,000 milliseconds. The default value
|
5188
|
-
# is 29,000 milliseconds or 29 seconds.
|
5188
|
+
# is 29,000 milliseconds or 29 seconds. You can increase the default
|
5189
|
+
# value to longer than 29 seconds for Regional or private APIs only.
|
5189
5190
|
#
|
5190
5191
|
# @option params [Types::TlsConfig] :tls_config
|
5191
5192
|
# Specifies the TLS configuration for an integration.
|
@@ -7401,7 +7402,7 @@ module Aws::APIGateway
|
|
7401
7402
|
tracer: tracer
|
7402
7403
|
)
|
7403
7404
|
context[:gem_name] = 'aws-sdk-apigateway'
|
7404
|
-
context[:gem_version] = '1.
|
7405
|
+
context[:gem_version] = '1.119.0'
|
7405
7406
|
Seahorse::Client::Request.new(handlers, context)
|
7406
7407
|
end
|
7407
7408
|
|
@@ -1907,8 +1907,7 @@ module Aws::APIGateway
|
|
1907
1907
|
# @return [String]
|
1908
1908
|
#
|
1909
1909
|
# @!attribute [rw] domain_name_arn
|
1910
|
-
# The ARN of the domain name.
|
1911
|
-
# names.
|
1910
|
+
# The ARN of the domain name.
|
1912
1911
|
# @return [String]
|
1913
1912
|
#
|
1914
1913
|
# @!attribute [rw] certificate_name
|
@@ -3602,7 +3601,8 @@ module Aws::APIGateway
|
|
3602
3601
|
#
|
3603
3602
|
# @!attribute [rw] timeout_in_millis
|
3604
3603
|
# Custom timeout between 50 and 29,000 milliseconds. The default value
|
3605
|
-
# is 29,000 milliseconds or 29 seconds.
|
3604
|
+
# is 29,000 milliseconds or 29 seconds. You can increase the default
|
3605
|
+
# value to longer than 29 seconds for Regional or private APIs only.
|
3606
3606
|
# @return [Integer]
|
3607
3607
|
#
|
3608
3608
|
# @!attribute [rw] cache_namespace
|
@@ -4298,7 +4298,8 @@ module Aws::APIGateway
|
|
4298
4298
|
#
|
4299
4299
|
# @!attribute [rw] timeout_in_millis
|
4300
4300
|
# Custom timeout between 50 and 29,000 milliseconds. The default value
|
4301
|
-
# is 29,000 milliseconds or 29 seconds.
|
4301
|
+
# is 29,000 milliseconds or 29 seconds. You can increase the default
|
4302
|
+
# value to longer than 29 seconds for Regional or private APIs only.
|
4302
4303
|
# @return [Integer]
|
4303
4304
|
#
|
4304
4305
|
# @!attribute [rw] tls_config
|
data/lib/aws-sdk-apigateway.rb
CHANGED