aws-sdk-ec2instanceconnect 1.56.0 → 1.57.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: 7db1a7832c52b7bfd1fc7b5d19b424498de483c69b4426c0fcfd5a3989b88313
4
- data.tar.gz: efbf2da6e601d3444675db44a2c0f8aca940896c20cab0aae5e79c3af39cd956
3
+ metadata.gz: 2c7de8ff6aa5e7d79eb29d9d1fa75e987495e3b9ff65c8a85cb14d478f722691
4
+ data.tar.gz: cc2f3c3904e5d00cde213625127949cd99cda3ffcce8f41cc23ba789e41c32a4
5
5
  SHA512:
6
- metadata.gz: 910b2fb24a093959c84e91b8e00f6d2082257a0d6e8d7f2bc3cb8f4275360bacbeb63b4fe496a792d1bf62e1499e19cb6f57118d722c02a68400bc99ca48a661
7
- data.tar.gz: e25edae4ac163a144da05d1f4a12e16b5f4c83cd4fe2daff7953d8412aed07b28374266b9d765336126319df5c6d0e446e185c85c1b2522658246a3e5804420e
6
+ metadata.gz: 68379060b1f515c9624bebd35a139e210362e27ea973cdac955b6f1bf67c2d95d62f573c9f3cafce3d54883b1333ace34b62318390941a746a70a1638aed3540
7
+ data.tar.gz: b4f2909f5c8c59fe7a3994f379fdd03c3696b9fbb112d2c5e0f930cf7b1f3cc2f4194677b84b0b03d5cabc8d74c7ec4b9d5dd2ae6d3c62ab1e098eccfd574304
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -200,8 +200,7 @@ module Aws::EC2InstanceConnect
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -621,7 +620,7 @@ module Aws::EC2InstanceConnect
621
620
  tracer: tracer
622
621
  )
623
622
  context[:gem_name] = 'aws-sdk-ec2instanceconnect'
624
- context[:gem_version] = '1.56.0'
623
+ context[:gem_version] = '1.57.0'
625
624
  Seahorse::Client::Request.new(handlers, context)
626
625
  end
627
626
 
@@ -54,7 +54,7 @@ module Aws::EC2InstanceConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-ec2instanceconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ec2instanceconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.57.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-ec2instanceconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services