aws-sdk-iotfleetwise 1.46.0 → 1.48.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: b78a496d6c56f36805216b2eec875a7218386c6da63eba3fd2e9f017a8f8e775
4
+ data.tar.gz: e13bafdb0cf9ca6b58ac3e986a016b00549521ad6b6b15a5f28159a65d1493ba
5
5
  SHA512:
6
- metadata.gz: 5e5e89865d544b56a02ed38b70475f6d5aa7620d97e9e0c3f40d7b0dca0f87535f52e120a6c1c8cd2ce9018ee64a75674076747ebfe66b446e7bc1d1c408f383
7
- data.tar.gz: 24b0f8c2ee9843403fcc7ff3a21720993378f4ff26edda78fc1c4d0a7fbe4e855ee2997f77cea014a854855d007547113d8a7e2ca5708ee10fca1bbf758fb2f2
6
+ metadata.gz: 71595213ca7ae80207bc1894941d2c9c8e552e470fe1aa06d9fa26baa141a74f1f971cffb0c2d4a234cc3d89bf76f50b76ef842885dac1acdc748a5c8a96db93
7
+ data.tar.gz: 24eed3838f4fb287742a474acbe99015219468d1350a44103bfb5c8b698d4c325b6e3428868cc4186fdd01abad44ccdbf3da2d98a7d6fd2f6e0afcd831a5438a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.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.46.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.48.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.48.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.48.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.48.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
  - - ">="