aws-sdk-iotdataplane 1.74.0 → 1.75.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: fa58190471ca71cff53ce4b9ba2dbdf783f915799256e64ab5bdd001e1dc5855
4
- data.tar.gz: 25fcf3729784a6ed2d5dfbab98db31e443f9dc744f17769640af2dd24bd84e97
3
+ metadata.gz: 1a63ccb6aaa91cab2e6b98cf981222d9fb088729e3d9b3ec4b1301f791c20d74
4
+ data.tar.gz: e94b5e91975502cde23f6881b437ed986afddd7698c6a60973c12ac0614eed26
5
5
  SHA512:
6
- metadata.gz: a7c747f55b0780a2dc1a567ee82273ab1ee43ae67b1216185bcd642a56fabc3de295867149ffa9d7dddf46cf815ea4694baa3e0ae3c1ad62fef958557449ffda
7
- data.tar.gz: bdd3c38354a8b03b78312ab544e41fab3fec01a7c9ae3c3b9bc6c0d2c66a16f519824215c7fae6866d97c0063d42eb5539237a9af6cee4e8dc38bf711b9439d5
6
+ metadata.gz: d617efc1b3bf9601b39e83476ef3a7f0cdb8661a5966c40fa1066aca73615b7a243d63ed21ab35e20b428bca9f26131afaddc0b096cc0ff525e9b79f31260b58
7
+ data.tar.gz: ae8c5fc57f0b6e783b088fb1294613fc6601ed413810fc1e0956c5036709878bfe82a4aae9e443f496b4666369a125aa111bfee27bc4835a60c78ba41384720d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -200,8 +200,7 @@ module Aws::IoTDataPlane
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
@@ -877,7 +876,7 @@ module Aws::IoTDataPlane
877
876
  tracer: tracer
878
877
  )
879
878
  context[:gem_name] = 'aws-sdk-iotdataplane'
880
- context[:gem_version] = '1.74.0'
879
+ context[:gem_version] = '1.75.0'
881
880
  Seahorse::Client::Request.new(handlers, context)
882
881
  end
883
882
 
@@ -54,7 +54,7 @@ module Aws::IoTDataPlane
54
54
  autoload :EndpointProvider, 'aws-sdk-iotdataplane/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotdataplane/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.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-iotdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services