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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac3cca4df5f89147e0dbb52238f9c9531c21de47f2c353184cba011ab4fe9188
4
- data.tar.gz: 89e7fa02fd54e6a82acc91156157a7775bf09f4209957ef648719350a4e0f61b
3
+ metadata.gz: 7451710fe8937a410be44de1a2da21d56e9907a7ff88c472fba4f66cea5a545b
4
+ data.tar.gz: e381a3edc711a47cd2d17751567d2d1cd98494d6299eaabfdb4979eadf71fe2f
5
5
  SHA512:
6
- metadata.gz: bf2e308e18264fb40eb1f1bf2290b1f237db2ab274096b3a0feb51a1571b9dab657af950bd757009a7b5cd148eb954c82856442f40618e6c9d5f19f6f491ac45
7
- data.tar.gz: 17b325a888eb3e729a335d8798ebdb200a4b56ad89a640a7d47b34e723bcc98da77fd491f3b25ac47757fb33f4553f96a1adc0eab15e016b910c0d6d30b19bc0
6
+ metadata.gz: 7cbe3cf2c2cd67a3eb6e87219bd9aa269dbaa18ed9305599a7b4b6507a1ecdbce9e3e40f813a350e5c9527585ebb59479826cff35961097596d7e420a6d2a66c
7
+ data.tar.gz: f4f8874876057537c5c4787539e5037101a673f6a0399ee1190ab65a1efce79b32862758db98751c65c90b89113a03aa1a91956f224a496754c1751f86853943
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.16.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
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. This operation
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 Greengrass
1109
- # returns connectivity information for all of the core devices where the
1110
- # client device can connect. For more information, see [Connect client
1111
- # devices to core devices][2] in the *IoT Greengrass Version 2 Developer
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 Greengrass
1842
- # returns connectivity information for all of the core devices where the
1843
- # client device can connect. For more information, see [Connect client
1844
- # devices to core devices][2] in the *IoT Greengrass Version 2 Developer
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.16.0'
1903
+ context[:gem_version] = '1.17.0'
1905
1904
  Seahorse::Client::Request.new(handlers, context)
1906
1905
  end
1907
1906
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-greengrassv2/customizations'
48
48
  # @!group service
49
49
  module Aws::GreengrassV2
50
50
 
51
- GEM_VERSION = '1.16.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
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.16.0
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-02-24 00:00:00.000000000 Z
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