aws-sdk-iotdeviceadvisor 1.34.0 → 1.35.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/client.rb +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/client_api.rb +2 -0
- data/lib/aws-sdk-iotdeviceadvisor.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 962c5f41d15b3cc64808268163eb614a88bb4569691d1eb231c08fd8d9bbd924
|
|
4
|
+
data.tar.gz: 52b87b9d27139ffd85c5a948d23e2dbd5c711922948704b1662b18229f170615
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af1a2fdc2491c557bd1a67df7452caaf64a84b481fa331918b655014aa9001706a8ca502819e1e62649bee2decd7018dce9624a9e443789ba709aef3ebf00681
|
|
7
|
+
data.tar.gz: 72eec2856abdbfa1e8154b9a32fadf6534fe2d3c57c9a35e00bd4bcf5ed0e8b838a56cd4e4fc10cfe06f325d646096a98163b61e8f7e235794c660a7c339f845
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
|
@@ -1090,7 +1090,7 @@ module Aws::IoTDeviceAdvisor
|
|
|
1090
1090
|
params: params,
|
|
1091
1091
|
config: config)
|
|
1092
1092
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
|
1093
|
-
context[:gem_version] = '1.
|
|
1093
|
+
context[:gem_version] = '1.35.0'
|
|
1094
1094
|
Seahorse::Client::Request.new(handlers, context)
|
|
1095
1095
|
end
|
|
1096
1096
|
|
|
@@ -329,9 +329,11 @@ module Aws::IoTDeviceAdvisor
|
|
|
329
329
|
|
|
330
330
|
api.metadata = {
|
|
331
331
|
"apiVersion" => "2020-09-18",
|
|
332
|
+
"auth" => ["aws.auth#sigv4"],
|
|
332
333
|
"endpointPrefix" => "api.iotdeviceadvisor",
|
|
333
334
|
"jsonVersion" => "1.1",
|
|
334
335
|
"protocol" => "rest-json",
|
|
336
|
+
"protocols" => ["rest-json"],
|
|
335
337
|
"serviceAbbreviation" => "AWSIoTDeviceAdvisor",
|
|
336
338
|
"serviceFullName" => "AWS IoT Core Device Advisor",
|
|
337
339
|
"serviceId" => "IotDeviceAdvisor",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotdeviceadvisor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.35.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-
|
|
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
|