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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 605f09fb0891d78ddb8d4c9ce6edb6bb5cceaf050f00537627ce3f92adc4fd53
4
- data.tar.gz: defd38fd7c9fe6e7ad1ba23e621b0ef05d034f5ab860964458febc35887b923e
3
+ metadata.gz: 1939d3e2c8953f60fe1beb6f8e3e745c864118e5926de144b553e196072d6913
4
+ data.tar.gz: ed1e0841393e70f36fcb25c5646833c402ae95cea278fc804fd5924c2a8109a0
5
5
  SHA512:
6
- metadata.gz: 274c840c176e64a92e91743fcb5ace01d315c4b44271c66e86d3fdd4b13a721b8bf04db61430a3aa6c5c9e089269e23c93673a5a40bf40d85d8c039d5409181a
7
- data.tar.gz: 84fb106695349c38b682fcbd62ee3bc943fe6f6b91ac9ff4d11a764f8a3f595693b7737f6808ebcb4f6ec626cd40e1200891f51e5541f0b8f63ce45aba794d30
6
+ metadata.gz: 29886d2cc9c0dca52e6f112adf8cf9b215fae4309a7b54309b1e067616ccf1386a1e5d0d6dc8a40972e1ebab65b66e8953cf12e5df1c887a3432c08a64ea2cc7
7
+ data.tar.gz: 6d8b4e4bb5ad8e59acfe229c6d58608c45966243b52796e80f87b19babf444a8a30256fbd7f4e3a7a1a3eddd134fa9987a1143faa84dac0f11307eefb631b09f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
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.41.0'
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",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTThingsGraph
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
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.41.0
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-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