aws-sdk-iotfleethub 1.41.0 → 1.42.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: 7734f1a9e083f6ec678e4b35ce73899f3a72f075ddbebec8df2bdbb52b29c4af
4
+ data.tar.gz: 3497a07f49fc4194c3d21124359d467bebdf659cb3b2bc166c4e3559c6b71c58
5
5
  SHA512:
6
- metadata.gz: c167b131dbc4a0cb2a732a4f462f665e35fdca5ba98681189cee8460ada2ec80eb13994b9f390d88e1e372df43617b7a08ae1c606b48fc9261c55e6ca97ace9a
7
- data.tar.gz: b08abda719525021ec6f756208528eaf04e729e2ec711da85ba20c5b86796d54ea2b080b25302c9dd607e6cd227486ddd184feaadc029f94c8a8259eed2c6a41
6
+ metadata.gz: a4ac87f770b6f48442754e57ed47ba15ee3449306cd1ac7bb49c69c1de4b4ddeec3ef2bb13532faf9030c06540b3b36299316165e3a297d7a790cac9e3a59c7c
7
+ data.tar.gz: 242a76f4917bb252df35e4eac8c896159bffac504b0306247efa25061ff87afd90473ade34a51166ff3958426919e9573106ae3a46a6f13ebca40b99e44ef9d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -791,7 +791,7 @@ module Aws::IoTFleetHub
791
791
  tracer: tracer
792
792
  )
793
793
  context[:gem_name] = 'aws-sdk-iotfleethub'
794
- context[:gem_version] = '1.41.0'
794
+ context[:gem_version] = '1.42.0'
795
795
  Seahorse::Client::Request.new(handlers, context)
796
796
  end
797
797
 
@@ -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.42.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.42.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: []