aws-sdk-iotfleethub 1.41.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: dd259448ced7ad2dec8e735a7490b125c0926d3002d3fc71b857f707c5c2f684
4
- data.tar.gz: 1c23210b5a65384ce2e6726a02edb2ae37dffad00c5ba08695b885e37dd34df6
3
+ metadata.gz: 146326628e024607ff5019ecb46038daa1353cb5bbfce9de0d8c764886142029
4
+ data.tar.gz: 7f697278232f7f409beef645e555b31ab4e1f0574d6d2051842d0d61cf43f2b3
5
5
  SHA512:
6
- metadata.gz: c167b131dbc4a0cb2a732a4f462f665e35fdca5ba98681189cee8460ada2ec80eb13994b9f390d88e1e372df43617b7a08ae1c606b48fc9261c55e6ca97ace9a
7
- data.tar.gz: b08abda719525021ec6f756208528eaf04e729e2ec711da85ba20c5b86796d54ea2b080b25302c9dd607e6cd227486ddd184feaadc029f94c8a8259eed2c6a41
6
+ metadata.gz: 43c3517f8d114eb21d3add344738b62acc93760d06eca75ace1bae1e42d2c20b7da5a102c8dbcca89886e2b856655314760df507a345da22aae470aed7f1a4a1
7
+ data.tar.gz: 73e6e0b041605df335c95a1a735d9246195303f3d1909afa42004944bee162c64f9d2d6e4ec7f038a25a04a361022581492ee156a87bad51a0805a2b80561c9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.42.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.41.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.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.41.0'
793
+ context[:gem_version] = '1.43.0'
795
794
  Seahorse::Client::Request.new(handlers, context)
796
795
  end
797
796
 
@@ -72,7 +72,7 @@ module Aws::IoTFleetHub
72
72
 
73
73
  CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "applicationName"))
74
74
  CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: Description, location_name: "applicationDescription"))
75
- CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
75
+ CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
76
76
  CreateApplicationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
77
77
  CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
78
78
  CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
@@ -82,7 +82,7 @@ module Aws::IoTFleetHub
82
82
  CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
83
83
 
84
84
  DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "applicationId"))
85
- DeleteApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
85
+ DeleteApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
86
86
  DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
87
87
 
88
88
  DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
@@ -152,7 +152,7 @@ module Aws::IoTFleetHub
152
152
  UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "applicationId"))
153
153
  UpdateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: Name, location_name: "applicationName"))
154
154
  UpdateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: Description, location_name: "applicationDescription"))
155
- UpdateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
155
+ UpdateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
156
156
  UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
157
157
 
158
158
  UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
@@ -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.41.0'
57
+ GEM_VERSION = '1.43.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotfleethub
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotfleethub/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS IoT Fleet Hub
99
96
  test_files: []