aws-sdk-iotthingsgraph 1.22.0 → 1.23.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: a1386ab606e22962550a50878298967e6a183a1d608b742120d4ca86aa0e9d8f
4
- data.tar.gz: 69d377918c4e58463fffc37c53da0098f1e63ace4884cde33c4f46de97423818
3
+ metadata.gz: 70a608f4ce107f6492123e10100e3ccc5ab6146d9ae6b18786a96b1f3cfdc49c
4
+ data.tar.gz: 50e01fb35beefcbebb3a1db4a18eccab039d8f1ca3433c161e0334491a70f579
5
5
  SHA512:
6
- metadata.gz: bd491750d7c523a6e626749c728b2ef88676c344bc2ff472cd193be489c1ef79652b2e606e56c95965b119bef5969754067860722f0cc30bb4e9633a7151cc5e
7
- data.tar.gz: c6edf78da6ca89fb54b19db8fb1089b51fa710394862f5ccc937db8de07779ed3ec3bd773a369b81b13d759c48ac8cd9f7e5258475da8ae4a510f1bf817a5089
6
+ metadata.gz: 70ad01e61f159937ecff6df5372107662e9852c40b59de437a0375dd9ed240e8a57b149f0f66b450917bc7cfea9236c773258be31aa570789122138afcda31b8
7
+ data.tar.gz: fc30bf33499772a2111032032affeef4455b280bd4258b817ec507c6f095e2312d43aa453ed8ce9469863439b3f26c2ea9f82d45cd698e1616bcc1e0d8a29a68
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.22.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::IoTThingsGraph
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -1919,7 +1921,7 @@ module Aws::IoTThingsGraph
1919
1921
  params: params,
1920
1922
  config: config)
1921
1923
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1922
- context[:gem_version] = '1.22.0'
1924
+ context[:gem_version] = '1.23.0'
1923
1925
  Seahorse::Client::Request.new(handlers, context)
1924
1926
  end
1925
1927
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTThingsGraph
50
50
 
51
- GEM_VERSION = '1.22.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  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.22.0
4
+ version: 1.23.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: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement