aws-sdk-greengrassv2 1.16.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-greengrassv2/client.rb +12 -13
- data/lib/aws-sdk-greengrassv2.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: 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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
@@ -721,8 +721,7 @@ module Aws::GreengrassV2
|
|
721
721
|
#
|
722
722
|
# Every deployment has a revision number that indicates how many
|
723
723
|
# deployment revisions you define for a target. Use this operation to
|
724
|
-
# create a new revision of an existing deployment.
|
725
|
-
# returns the revision number of the new deployment when you create it.
|
724
|
+
# create a new revision of an existing deployment.
|
726
725
|
#
|
727
726
|
# For more information, see the [Create deployments][1] in the *IoT
|
728
727
|
# Greengrass V2 Developer Guide*.
|
@@ -1105,11 +1104,11 @@ module Aws::GreengrassV2
|
|
1105
1104
|
#
|
1106
1105
|
# Connectivity information includes endpoints and ports where client
|
1107
1106
|
# devices can connect to an MQTT broker on the core device. When a
|
1108
|
-
# client device calls the [Greengrass discovery API][1], IoT
|
1109
|
-
# returns connectivity information for all of the core
|
1110
|
-
# client device can connect. For more information, see
|
1111
|
-
# devices to core devices][2] in the *IoT Greengrass
|
1112
|
-
# 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*.
|
1113
1112
|
#
|
1114
1113
|
#
|
1115
1114
|
#
|
@@ -1838,11 +1837,11 @@ module Aws::GreengrassV2
|
|
1838
1837
|
#
|
1839
1838
|
# Connectivity information includes endpoints and ports where client
|
1840
1839
|
# devices can connect to an MQTT broker on the core device. When a
|
1841
|
-
# client device calls the [Greengrass discovery API][1], IoT
|
1842
|
-
# returns connectivity information for all of the core
|
1843
|
-
# client device can connect. For more information, see
|
1844
|
-
# devices to core devices][2] in the *IoT Greengrass
|
1845
|
-
# 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*.
|
1846
1845
|
#
|
1847
1846
|
#
|
1848
1847
|
#
|
@@ -1901,7 +1900,7 @@ module Aws::GreengrassV2
|
|
1901
1900
|
params: params,
|
1902
1901
|
config: config)
|
1903
1902
|
context[:gem_name] = 'aws-sdk-greengrassv2'
|
1904
|
-
context[:gem_version] = '1.
|
1903
|
+
context[:gem_version] = '1.17.0'
|
1905
1904
|
Seahorse::Client::Request.new(handlers, context)
|
1906
1905
|
end
|
1907
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
|