aws-sdk-iotjobsdataplane 1.67.0 → 1.68.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: be68571371f334d839e7f62481aaa531267515142459c4b9b046628889f06e4c
4
- data.tar.gz: f5a075e13250d4ea25326ecada19cdc756207b0bfcb60bab453b0898ea117bc2
3
+ metadata.gz: 483dbdd94c6d06b14b8a3326e3014c2a456846cdc11cf30591b904dffab20dae
4
+ data.tar.gz: 91bdab651a7381efd74f40c0b9f3c22fbf5d3b129ca42355902791dea41726a1
5
5
  SHA512:
6
- metadata.gz: '09fe4b47c2d4bc65ba1df319dc37129e3788efff4fa08af66affe47560d73d5ae26fccd1fb7eedb2236124c6f624107d464ca798199c64b3bc982c4995d376bd'
7
- data.tar.gz: 76316401ae3222915b58f5438aa501b1e505f4a39db13dbf0585a9ea3c97a1bac20e8aebd4a1f74d4bfa69f5ca768894d953f7b02b216dd12398c9c29df0ce91
6
+ metadata.gz: ff9f19bb50c45bf268a43fbcfa7a8563af740ff3fa4b3f237fa3acc434b83b0e76940449fbb8831febd7f5c25eb67bae26bce36c35ef8c91819600bbe5e72d59
7
+ data.tar.gz: 34adc70e6a3e490e31afe0de5cd7810e95f386c14594eab84217e180799229f2598f554a579a15877f236e703f721bbca43d23efbf3f43ba6a850b670d85d4ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.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.67.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -200,8 +200,7 @@ module Aws::IoTJobsDataPlane
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
@@ -830,7 +829,7 @@ module Aws::IoTJobsDataPlane
830
829
  tracer: tracer
831
830
  )
832
831
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
833
- context[:gem_version] = '1.67.0'
832
+ context[:gem_version] = '1.68.0'
834
833
  Seahorse::Client::Request.new(handlers, context)
835
834
  end
836
835
 
@@ -54,7 +54,7 @@ module Aws::IoTJobsDataPlane
54
54
  autoload :EndpointProvider, 'aws-sdk-iotjobsdataplane/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotjobsdataplane/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.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-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services