aws-sdk-iotjobsdataplane 1.72.0 → 1.73.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: 8bb7d92bd832b672fb15e71a95aa041cee4dfcc66318b53ff0a64090ff3918f5
4
- data.tar.gz: 13eb762d80667bf676307a63adf745e78e19a005b96be0574434f4c577fe1104
3
+ metadata.gz: 05d8ac2d8492bb32aa1e64135ed37c1132048a59f067e3baf4ab0af796263ab9
4
+ data.tar.gz: 1066cb1655772513f96e2a31b442745d43f7788f1b08b53a36d8aafb9075b49a
5
5
  SHA512:
6
- metadata.gz: 9bbf8ba42ae821f8bd9766815ec6c382c9664a83aaa66881a549ddd065f5abd1cc7490fcdb733766ebe19679b74c01f1d23a8276926210d8a2d995dc1c6aa28c
7
- data.tar.gz: 9ddedf05d9ccc8a4f4c48dd6b08e82fcaac43dbe28c5fc7f14f07695e7b1391e5743b00f61104201e4c2da8ac9f61d2eea9124e0a3332df368b02dc7628dd46a
6
+ metadata.gz: 82173d6c3c31e2bd8e26a0cacf9783dca18a04996d1472e1a0ff0a55de2aa07cb7fc684e00f6375c78797cf24d558ffa0eb79e5e598d62cdeea0bcfdb7ada8f3
7
+ data.tar.gz: 2d84bbd2800c43b3d1cd53c590478809f9d0d9743a246cceb4464bf2899075923f3baff635edbff979974d83ac608fb52ea23f35e347b143a5ae40cb37598b8c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.72.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.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.72.0'
839
+ context[:gem_version] = '1.73.0'
840
840
  Seahorse::Client::Request.new(handlers, context)
841
841
  end
842
842
 
@@ -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.72.0'
57
+ GEM_VERSION = '1.73.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.72.0
4
+ version: 1.73.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.228.0
21
+ version: 3.231.0
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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement