aws-sdk-iotfleethub 1.42.0 → 1.44.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: 7734f1a9e083f6ec678e4b35ce73899f3a72f075ddbebec8df2bdbb52b29c4af
4
- data.tar.gz: 3497a07f49fc4194c3d21124359d467bebdf659cb3b2bc166c4e3559c6b71c58
3
+ metadata.gz: c5cea505190b0536a0729895d058e3101057983671e53cbd8fd9b779aae61a43
4
+ data.tar.gz: 0c947b966d09650290cbbc6c6fea33f2d11370d09d48fcac7754dca440552d62
5
5
  SHA512:
6
- metadata.gz: a4ac87f770b6f48442754e57ed47ba15ee3449306cd1ac7bb49c69c1de4b4ddeec3ef2bb13532faf9030c06540b3b36299316165e3a297d7a790cac9e3a59c7c
7
- data.tar.gz: 242a76f4917bb252df35e4eac8c896159bffac504b0306247efa25061ff87afd90473ade34a51166ff3958426919e9573106ae3a46a6f13ebca40b99e44ef9d3
6
+ metadata.gz: 3b6948bc5c538e9b037239077e5f643d5666f13bee8b69a5da96716e4f886ec304aee6906fd64ab0c95606af5b706937f4f8f44cf19b6d191ee23f645b6577a6
7
+ data.tar.gz: 40822b18d8b11c8f4b7a92037ef008b3995bfa5288b1622c626b7ff54cf42eb9549d428cd381538b0f11eb86033356413e84ba6092a75f0d80ca667bb06f3c6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.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.43.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.42.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.44.0
@@ -200,8 +200,7 @@ module Aws::IoTFleetHub
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
@@ -791,7 +790,7 @@ module Aws::IoTFleetHub
791
790
  tracer: tracer
792
791
  )
793
792
  context[:gem_name] = 'aws-sdk-iotfleethub'
794
- context[:gem_version] = '1.42.0'
793
+ context[:gem_version] = '1.44.0'
795
794
  Seahorse::Client::Request.new(handlers, context)
796
795
  end
797
796
 
@@ -54,7 +54,7 @@ module Aws::IoTFleetHub
54
54
  autoload :EndpointProvider, 'aws-sdk-iotfleethub/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotfleethub/endpoints'
56
56
 
57
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.44.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-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.44.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
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="