aws-sdk-iotfleethub 1.42.0 → 1.43.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: 146326628e024607ff5019ecb46038daa1353cb5bbfce9de0d8c764886142029
4
+ data.tar.gz: 7f697278232f7f409beef645e555b31ab4e1f0574d6d2051842d0d61cf43f2b3
5
5
  SHA512:
6
- metadata.gz: a4ac87f770b6f48442754e57ed47ba15ee3449306cd1ac7bb49c69c1de4b4ddeec3ef2bb13532faf9030c06540b3b36299316165e3a297d7a790cac9e3a59c7c
7
- data.tar.gz: 242a76f4917bb252df35e4eac8c896159bffac504b0306247efa25061ff87afd90473ade34a51166ff3958426919e9573106ae3a46a6f13ebca40b99e44ef9d3
6
+ metadata.gz: 43c3517f8d114eb21d3add344738b62acc93760d06eca75ace1bae1e42d2c20b7da5a102c8dbcca89886e2b856655314760df507a345da22aae470aed7f1a4a1
7
+ data.tar.gz: 73e6e0b041605df335c95a1a735d9246195303f3d1909afa42004944bee162c64f9d2d6e4ec7f038a25a04a361022581492ee156a87bad51a0805a2b80561c9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.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.43.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.43.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.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services