aws-sdk-greengrassv2 1.14.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-greengrassv2/client.rb +16 -13
- data/lib/aws-sdk-greengrassv2.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7451710fe8937a410be44de1a2da21d56e9907a7ff88c472fba4f66cea5a545b
|
4
|
+
data.tar.gz: e381a3edc711a47cd2d17751567d2d1cd98494d6299eaabfdb4979eadf71fe2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cbe3cf2c2cd67a3eb6e87219bd9aa269dbaa18ed9305599a7b4b6507a1ecdbce9e3e40f813a350e5c9527585ebb59479826cff35961097596d7e420a6d2a66c
|
7
|
+
data.tar.gz: f4f8874876057537c5c4787539e5037101a673f6a0399ee1190ab65a1efce79b32862758db98751c65c90b89113a03aa1a91956f224a496754c1751f86853943
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2022-03-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc only update that clarifies Create Deployment section.
|
8
|
+
|
9
|
+
1.16.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.15.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.14.0 (2022-01-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
@@ -27,7 +27,9 @@ 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'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::GreengrassV2
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
80
84
|
|
@@ -717,8 +721,7 @@ module Aws::GreengrassV2
|
|
717
721
|
#
|
718
722
|
# Every deployment has a revision number that indicates how many
|
719
723
|
# deployment revisions you define for a target. Use this operation to
|
720
|
-
# create a new revision of an existing deployment.
|
721
|
-
# returns the revision number of the new deployment when you create it.
|
724
|
+
# create a new revision of an existing deployment.
|
722
725
|
#
|
723
726
|
# For more information, see the [Create deployments][1] in the *IoT
|
724
727
|
# Greengrass V2 Developer Guide*.
|
@@ -1101,11 +1104,11 @@ module Aws::GreengrassV2
|
|
1101
1104
|
#
|
1102
1105
|
# Connectivity information includes endpoints and ports where client
|
1103
1106
|
# devices can connect to an MQTT broker on the core device. When a
|
1104
|
-
# client device calls the [Greengrass discovery API][1], IoT
|
1105
|
-
# returns connectivity information for all of the core
|
1106
|
-
# client device can connect. For more information, see
|
1107
|
-
# devices to core devices][2] in the *IoT Greengrass
|
1108
|
-
# Guide*.
|
1107
|
+
# client device calls the [IoT Greengrass discovery API][1], IoT
|
1108
|
+
# Greengrass returns connectivity information for all of the core
|
1109
|
+
# devices where the client device can connect. For more information, see
|
1110
|
+
# [Connect client devices to core devices][2] in the *IoT Greengrass
|
1111
|
+
# Version 2 Developer Guide*.
|
1109
1112
|
#
|
1110
1113
|
#
|
1111
1114
|
#
|
@@ -1834,11 +1837,11 @@ module Aws::GreengrassV2
|
|
1834
1837
|
#
|
1835
1838
|
# Connectivity information includes endpoints and ports where client
|
1836
1839
|
# devices can connect to an MQTT broker on the core device. When a
|
1837
|
-
# client device calls the [Greengrass discovery API][1], IoT
|
1838
|
-
# returns connectivity information for all of the core
|
1839
|
-
# client device can connect. For more information, see
|
1840
|
-
# devices to core devices][2] in the *IoT Greengrass
|
1841
|
-
# Guide*.
|
1840
|
+
# client device calls the [IoT Greengrass discovery API][1], IoT
|
1841
|
+
# Greengrass returns connectivity information for all of the core
|
1842
|
+
# devices where the client device can connect. For more information, see
|
1843
|
+
# [Connect client devices to core devices][2] in the *IoT Greengrass
|
1844
|
+
# Version 2 Developer Guide*.
|
1842
1845
|
#
|
1843
1846
|
#
|
1844
1847
|
#
|
@@ -1897,7 +1900,7 @@ module Aws::GreengrassV2
|
|
1897
1900
|
params: params,
|
1898
1901
|
config: config)
|
1899
1902
|
context[:gem_name] = 'aws-sdk-greengrassv2'
|
1900
|
-
context[:gem_version] = '1.
|
1903
|
+
context[:gem_version] = '1.17.0'
|
1901
1904
|
Seahorse::Client::Request.new(handlers, context)
|
1902
1905
|
end
|
1903
1906
|
|
data/lib/aws-sdk-greengrassv2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-greengrassv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.17.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-
|
11
|
+
date: 2022-03-03 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.
|
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.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|