aws-sdk-iotfleetwise 1.46.0 → 1.47.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: d8ad9464e36e5edb5642e70e071846513e7bdb780572e5a166e9f12cd434d72b
4
- data.tar.gz: 3a6b8880548cf536744758465830cc120ebaec3c21cf32b4ae1110ab3b26ed04
3
+ metadata.gz: 559772028bbd33a98ca73759062fa0bffbdf7870c01ff577db76a2b00c263fe6
4
+ data.tar.gz: 4bd14359de4323bc7f7ac0fcb5fbdc1936897b94ddb583d0526a5a4e398b4986
5
5
  SHA512:
6
- metadata.gz: 5e5e89865d544b56a02ed38b70475f6d5aa7620d97e9e0c3f40d7b0dca0f87535f52e120a6c1c8cd2ce9018ee64a75674076747ebfe66b446e7bc1d1c408f383
7
- data.tar.gz: 24b0f8c2ee9843403fcc7ff3a21720993378f4ff26edda78fc1c4d0a7fbe4e855ee2997f77cea014a854855d007547113d8a7e2ca5708ee10fca1bbf758fb2f2
6
+ metadata.gz: 336775ff293b24fc0cccff27a52779a2042f9bd3f2dbe95120bd9142a24e2239fd7c0c1fe8dbecbd86e25fcc0e8ae261a178d38d9de1fd5bbeb7858eb1d7702b
7
+ data.tar.gz: 784137e5ef72464278ae7b626b12ee77ae9b676f1b4bfee5348bb5ee2dfa0efbfa5430646a393e94b5d3ffc4207c90ecf005ff8332c84b09e710de157a7ffe45
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.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.46.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -200,8 +200,7 @@ module Aws::IoTFleetWise
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
@@ -4248,7 +4247,7 @@ module Aws::IoTFleetWise
4248
4247
  tracer: tracer
4249
4248
  )
4250
4249
  context[:gem_name] = 'aws-sdk-iotfleetwise'
4251
- context[:gem_version] = '1.46.0'
4250
+ context[:gem_version] = '1.47.0'
4252
4251
  Seahorse::Client::Request.new(handlers, context)
4253
4252
  end
4254
4253
 
@@ -55,7 +55,7 @@ module Aws::IoTFleetWise
55
55
  autoload :EndpointProvider, 'aws-sdk-iotfleetwise/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iotfleetwise/endpoints'
57
57
 
58
- GEM_VERSION = '1.46.0'
58
+ GEM_VERSION = '1.47.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleetwise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services