aws-sdk-iot1clickdevicesservice 1.11.0 → 1.12.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e8b4848f9ebab0f34241e2ddad7671e2c0b0297
|
|
4
|
+
data.tar.gz: b210b6e527ba80270a1e4dc3a3cf82424015a0ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8c0134310dd41b716a6788c52ed06b5cfba8d91eabdc563972a06fc70bc9ec831cd6e4bd10674c348664479cbef5f445fdd0e8d3e5e568cf2c37872b4139600
|
|
7
|
+
data.tar.gz: faea92c3106e943883ae10bd876b0365bf1ba5ac5e00395b83c0c83963af37a925d08d0a36a5435d465fb80b4367969539294cf2c5399295876721dd4a6178dc
|
|
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
|
23
23
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
24
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
25
25
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
|
26
|
+
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
26
27
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
27
28
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
28
29
|
|
|
@@ -55,6 +56,7 @@ module Aws::IoT1ClickDevicesService
|
|
|
55
56
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
|
56
57
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
|
57
58
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
|
59
|
+
add_plugin(Aws::Plugins::TransferEncoding)
|
|
58
60
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
59
61
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
|
60
62
|
|
|
@@ -697,7 +699,7 @@ module Aws::IoT1ClickDevicesService
|
|
|
697
699
|
params: params,
|
|
698
700
|
config: config)
|
|
699
701
|
context[:gem_name] = 'aws-sdk-iot1clickdevicesservice'
|
|
700
|
-
context[:gem_version] = '1.
|
|
702
|
+
context[:gem_version] = '1.12.0'
|
|
701
703
|
Seahorse::Client::Request.new(handlers, context)
|
|
702
704
|
end
|
|
703
705
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iot1clickdevicesservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.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: 2019-
|
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- lib/aws-sdk-iot1clickdevicesservice/errors.rb
|
|
60
60
|
- lib/aws-sdk-iot1clickdevicesservice/resource.rb
|
|
61
61
|
- lib/aws-sdk-iot1clickdevicesservice/types.rb
|
|
62
|
-
homepage:
|
|
62
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
63
|
licenses:
|
|
64
64
|
- Apache-2.0
|
|
65
65
|
metadata:
|