aws-sdk-iotthingsgraph 1.41.0 → 1.42.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-iotthingsgraph/client.rb +1 -1
- data/lib/aws-sdk-iotthingsgraph/client_api.rb +2 -0
- data/lib/aws-sdk-iotthingsgraph.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: 1939d3e2c8953f60fe1beb6f8e3e745c864118e5926de144b553e196072d6913
|
|
4
|
+
data.tar.gz: ed1e0841393e70f36fcb25c5646833c402ae95cea278fc804fd5924c2a8109a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29886d2cc9c0dca52e6f112adf8cf9b215fae4309a7b54309b1e067616ccf1386a1e5d0d6dc8a40972e1ebab65b66e8953cf12e5df1c887a3432c08a64ea2cc7
|
|
7
|
+
data.tar.gz: 6d8b4e4bb5ad8e59acfe229c6d58608c45966243b52796e80f87b19babf444a8a30256fbd7f4e3a7a1a3eddd134fa9987a1143faa84dac0f11307eefb631b09f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.42.0
|
|
@@ -1984,7 +1984,7 @@ module Aws::IoTThingsGraph
|
|
|
1984
1984
|
params: params,
|
|
1985
1985
|
config: config)
|
|
1986
1986
|
context[:gem_name] = 'aws-sdk-iotthingsgraph'
|
|
1987
|
-
context[:gem_version] = '1.
|
|
1987
|
+
context[:gem_version] = '1.42.0'
|
|
1988
1988
|
Seahorse::Client::Request.new(handlers, context)
|
|
1989
1989
|
end
|
|
1990
1990
|
|
|
@@ -618,9 +618,11 @@ module Aws::IoTThingsGraph
|
|
|
618
618
|
|
|
619
619
|
api.metadata = {
|
|
620
620
|
"apiVersion" => "2018-09-06",
|
|
621
|
+
"auth" => ["aws.auth#sigv4"],
|
|
621
622
|
"endpointPrefix" => "iotthingsgraph",
|
|
622
623
|
"jsonVersion" => "1.1",
|
|
623
624
|
"protocol" => "json",
|
|
625
|
+
"protocols" => ["json"],
|
|
624
626
|
"serviceFullName" => "AWS IoT Things Graph",
|
|
625
627
|
"serviceId" => "IoTThingsGraph",
|
|
626
628
|
"signatureVersion" => "v4",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotthingsgraph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.42.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
|