aws-sdk-iotjobsdataplane 1.66.0 → 1.67.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: db5d278b398e7ae41325e26ef5df1b927a3c0de23854c7ccd635582a83b55074
4
- data.tar.gz: 8f3a94b833f9f60dda8fd1fd25dd714d9694bab3f8fbf9ef1b4e2f77b15c006e
3
+ metadata.gz: be68571371f334d839e7f62481aaa531267515142459c4b9b046628889f06e4c
4
+ data.tar.gz: f5a075e13250d4ea25326ecada19cdc756207b0bfcb60bab453b0898ea117bc2
5
5
  SHA512:
6
- metadata.gz: 8ab2b58e2a3806ee003f2ad3837b1806b4621eb53475dc658286858eca619078b1384cf68cecbc180d039e4f41b9abc420d7da1feea45fc9e126c026b0958122
7
- data.tar.gz: 24c6b5cb30db289ee086465ae96771e13ca1f4f4cd6257521df4ce0a28c2f5cae0a5107c6f27c0e7ae6b95a9eb4e23f1f5462e36e4e200ee5ee0f764408c9d8b
6
+ metadata.gz: '09fe4b47c2d4bc65ba1df319dc37129e3788efff4fa08af66affe47560d73d5ae26fccd1fb7eedb2236124c6f624107d464ca798199c64b3bc982c4995d376bd'
7
+ data.tar.gz: 76316401ae3222915b58f5438aa501b1e505f4a39db13dbf0585a9ea3c97a1bac20e8aebd4a1f74d4bfa69f5ca768894d953f7b02b216dd12398c9c29df0ce91
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -830,7 +830,7 @@ module Aws::IoTJobsDataPlane
830
830
  tracer: tracer
831
831
  )
832
832
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
833
- context[:gem_version] = '1.66.0'
833
+ context[:gem_version] = '1.67.0'
834
834
  Seahorse::Client::Request.new(handlers, context)
835
835
  end
836
836
 
@@ -164,7 +164,7 @@ module Aws::IoTJobsDataPlane
164
164
  StartCommandExecutionRequest.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, required: true, location_name: "commandArn"))
165
165
  StartCommandExecutionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: CommandExecutionParameterMap, location_name: "parameters"))
166
166
  StartCommandExecutionRequest.add_member(:execution_timeout_seconds, Shapes::ShapeRef.new(shape: CommandExecutionTimeoutInSeconds, location_name: "executionTimeoutSeconds"))
167
- StartCommandExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestTokenV2, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
167
+ StartCommandExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestTokenV2, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
168
168
  StartCommandExecutionRequest.struct_class = Types::StartCommandExecutionRequest
169
169
 
170
170
  StartCommandExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, location_name: "executionId"))
@@ -54,7 +54,7 @@ module Aws::IoTJobsDataPlane
54
54
  autoload :EndpointProvider, 'aws-sdk-iotjobsdataplane/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotjobsdataplane/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.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-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.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-iotjobsdataplane
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotjobsdataplane/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 Jobs Data Plane
99
96
  test_files: []