aws-sdk-apigateway 1.115.0 → 1.117.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: cdb6de367ad42780537129847fb8ca4a1965b1ebc01defb63e7888a114558853
4
+ data.tar.gz: 3c554af17a53691514789097b4222fe19e1909a324018884ea2a176d34147705
5
5
  SHA512:
6
- metadata.gz: 5a87567790326412269c82c7ea00e4251873cb5dd974d0b209d12c913d5f39f50565d891d3519ffec3a9e99ed71160877cebc7bbf80c91ae1615d681a3815f16
7
- data.tar.gz: 2887df546dcd6ecc899228fe5f11dcd4e097180482268ab11f6e6bf53c41dbf988a29d19428662d4d0bdbc6400fa959081aff0487d8347a68293c67859d4f76d
6
+ metadata.gz: 40f7163f6c4b1748e922b2b4ff2b8a2a47cfe12db705643943402c337ac10f4522761286d9e607e92c8b0c38fb9cfc15c9ad0e053ce5c9d14d5681698d1067c5
7
+ data.tar.gz: 65c0b2521e850835b60a8630afd6eecb4a62ef968eb464f5ba7d8b4d277e92c5625c3636998c2526952eefd34e3f99d9ffa7e8b942e0e0c0ad974065f005961d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.116.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.115.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.117.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.117.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.117.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.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="