aws-sdk-iotjobsdataplane 1.53.0 → 1.54.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: f4451b07d11b41b21675d737367f33bd577478ffd22cb5ebf3e30cea2cd2aa47
4
- data.tar.gz: 1c81a226e95fa288377ea2ad9670b4192dbf5ca07db18fef232678228a2caa4b
3
+ metadata.gz: a0999eca639d5d0ef518b374706ce77aa78b4502e8399cb077bc8b31561622ca
4
+ data.tar.gz: 3bc5a3d897616a439463f8ba7921d33d8988f668f944f479bfbc51992ae8649d
5
5
  SHA512:
6
- metadata.gz: 81f3094a79344315f454215488f88c0eb0522c5205aa591743e4e2bb1d23aa682d84841c2277501d45b749bd6754ca8983c52a0e886315a0b2c41c51fc71da06
7
- data.tar.gz: c53e3a1126568887c46f111a7cb2db22fba66dabdc1e8b2ddb50d016ac0f83149cf09ad55731dfe5d866262d25202ce861ab0ae18730c5250ae44b0803b2f7c8
6
+ metadata.gz: 590929f395f47ab0c6e3e6a9501ae6295a76175bd3a17d351128dee9b1162f182396572a72a229bc4dd0d0d2b1d4bdac9fd240fc506ae3b6830c905fb71b20ad
7
+ data.tar.gz: 92cfdd59d4706a9c8a08ea1594c247f3f707748ab751cd68dc60be3ac46c8b8189eebb99f5eb1e7380850a223289bb6e4975837e964006fe2804c48ebd20571a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -664,7 +664,7 @@ module Aws::IoTJobsDataPlane
664
664
  params: params,
665
665
  config: config)
666
666
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
667
- context[:gem_version] = '1.53.0'
667
+ context[:gem_version] = '1.54.0'
668
668
  Seahorse::Client::Request.new(handlers, context)
669
669
  end
670
670
 
@@ -153,8 +153,10 @@ module Aws::IoTJobsDataPlane
153
153
 
154
154
  api.metadata = {
155
155
  "apiVersion" => "2017-09-29",
156
+ "auth" => ["aws.auth#sigv4"],
156
157
  "endpointPrefix" => "data.jobs.iot",
157
158
  "protocol" => "rest-json",
159
+ "protocols" => ["rest-json"],
158
160
  "serviceFullName" => "AWS IoT Jobs Data Plane",
159
161
  "serviceId" => "IoT Jobs Data Plane",
160
162
  "signatureVersion" => "v4",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTJobsDataPlane
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core