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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f5c85c8941f8ba1f888bdf7e18aadb3207b79f7f6f54af8559955576b54b37d
4
- data.tar.gz: 3357abb164821c73bc157b448b077b9be1f68fb6e7c31be0dce4d273ff4645bd
3
+ metadata.gz: cf04c1ccc3d45c6834a9e5b4875f8a89084a02da1346724893d80e49654606d4
4
+ data.tar.gz: 392fd5d56efdcb108dbaa8cbaad11b8259c48f13b09e2b61e187b20822b204eb
5
5
  SHA512:
6
- metadata.gz: bf338722a223654ca41e4749efefd07e38d633ef2f0639703394111b7071a20d25143508298b861ce637b1dee07a4f3381c919cd17543a1d8274946ea2a4e4b0
7
- data.tar.gz: 4d2cd42c770732881fbb15f4415862e8a6b2140a172a37c9337534ce1351421455c79b3e8874b99d9aec14d1c140705767dac1d9f07f7653b10af9c8d019e91b
6
+ metadata.gz: 2e26bad57302cec9ea99f8bae6b29def7d8598ef3250b557a41bfeeff32d8653de29a5d9d783c6f59c2831d4703e304e619a3d20b28f530a1e6d545c7c966792
7
+ data.tar.gz: 4bd6a3b02fce4b1c95c757162fed342cb5b39dd66bd568e5bbbc630cba400050ef31146a27f2500511629a97d1ee76ead9b3f82205c19124f18b56f22b506ee2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2025-06-12)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon API Gateway
8
+
4
9
  1.118.0 (2025-06-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
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.118.0'
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. Supported only for private custom domain
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
@@ -54,7 +54,7 @@ module Aws::APIGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-apigateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.118.0'
57
+ GEM_VERSION = '1.119.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.118.0
4
+ version: 1.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services