aws-sdk-iotjobsdataplane 1.74.0 → 1.76.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: ea5020830572456f820d15a0141f94e1b1b5a683adf4a6334ea2a8ea694266bf
4
- data.tar.gz: 36490cab14ae3c7aeda31f766e6fe5d0847301c7ef96e05f8e41874f3d8261be
3
+ metadata.gz: a4c0e6cd441a47e5bf8126c7b6450811f7d2acd826795f4d678d593bec1fb2cc
4
+ data.tar.gz: 00e3f5219459886d68141107ca9d8f165fd6c87f3046b934ad769cf5cb7a26be
5
5
  SHA512:
6
- metadata.gz: ef81fb83e67111fbeed258398d1c5455b2e43cdc5eb73df94ac9d640d5edbfc5a8f74a90064c4009998fac082a48124b4bfef4713fe41bc6c6bfb0e3dd4d6b6c
7
- data.tar.gz: d7d737a824dfcc6cf9be92cd183227fa85a8b39f20186ddefe317559ae1c0b93879d5b5c14287ff0d9c94e2584bf74af60215a9c09d33e9332cf9c9c037b7340
6
+ metadata.gz: 7f4a74138717df313081fb5d953dbd9255959bb833bcbcf326ccc324c76de4bdc40d09217588aba4137a36b28842bd4b6cfb6c0c23097148a732382cf2b875c5
7
+ data.tar.gz: 771094c21c45697ff22b4449a8af5f633f336fe95a077a28dd4fc080462fe0b8a1727306e20fdceac5f328c19bd4e0f18b88a22c5adc73b4ca43236369eaa69f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.75.0 (2025-10-23)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.74.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.76.0
@@ -836,7 +836,7 @@ module Aws::IoTJobsDataPlane
836
836
  tracer: tracer
837
837
  )
838
838
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
839
- context[:gem_version] = '1.74.0'
839
+ context[:gem_version] = '1.76.0'
840
840
  Seahorse::Client::Request.new(handlers, context)
841
841
  end
842
842
 
@@ -13,22 +13,22 @@ module Aws::IoTJobsDataPlane
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.74.0'
57
+ GEM_VERSION = '1.76.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-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.76.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.234.0
21
+ version: 3.239.1
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.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement