aws-sdk-apigateway 1.115.0 → 1.116.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: e6bb3f92659fdb779306b80c9b184691cbe215d64eeeebc78b10fcb153ca7b91
4
- data.tar.gz: '09a045eca173f62b8a99e3d5e6afb270a43389f7b97b85020005addb1cb6efd5'
3
+ metadata.gz: c474275f94a247849ec6aaeb998a43f3a7851813123a2743d9c7f1cde495ae75
4
+ data.tar.gz: eaf9189fad293639f18fa185983952a066751b9019e44a79865b7c9b32806373
5
5
  SHA512:
6
- metadata.gz: 5a87567790326412269c82c7ea00e4251873cb5dd974d0b209d12c913d5f39f50565d891d3519ffec3a9e99ed71160877cebc7bbf80c91ae1615d681a3815f16
7
- data.tar.gz: 2887df546dcd6ecc899228fe5f11dcd4e097180482268ab11f6e6bf53c41dbf988a29d19428662d4d0bdbc6400fa959081aff0487d8347a68293c67859d4f76d
6
+ metadata.gz: 2f7f1581ca23e14cc497e4207c942feaeb1d7887a390bfcbc736abd269d4e8399c7f40dbcde4e615269ba994f9d5160f86b6ccd3ebf092719b873bafc757ea61
7
+ data.tar.gz: 7b1212e866ec1c85ed97e5ecf11a2a2ac30fbb0333d299c0dec5a65a1a82c02deb8b71d104ba30341d717c8744fce96a49f6b6a54e085b1e242250e0291e1e12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.115.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.116.0
@@ -202,8 +202,7 @@ module Aws::APIGateway
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -7389,7 +7388,7 @@ module Aws::APIGateway
7389
7388
  tracer: tracer
7390
7389
  )
7391
7390
  context[:gem_name] = 'aws-sdk-apigateway'
7392
- context[:gem_version] = '1.115.0'
7391
+ context[:gem_version] = '1.116.0'
7393
7392
  Seahorse::Client::Request.new(handlers, context)
7394
7393
  end
7395
7394
 
@@ -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.115.0'
57
+ GEM_VERSION = '1.116.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.115.0
4
+ version: 1.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services