aws-sdk-greengrass 1.4.0 → 1.5.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 +4 -4
- data/lib/aws-sdk-greengrass.rb +1 -1
- data/lib/aws-sdk-greengrass/client.rb +1 -1
- data/lib/aws-sdk-greengrass/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2fda1292c921f137c1b25a7a87208b73c44f602
|
|
4
|
+
data.tar.gz: d90720d0b367cedbfbc842014a905e0e94b8f51c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7789f51de3011eb85f8777808e6b36564f00704289227783a893e4208673c059a60077676fa4a9479a4a35b959df46175a0fce0f8d6aed1880b18118c764f9e
|
|
7
|
+
data.tar.gz: 2e5ae0d78703b513c2940b4ff2cb30a7c33fd986afc7d01583677889a5450df9a58f3e6b27b2c1fe727046fa22564bf5ba327af93aeab78eaee01e1d0f6896d8
|
data/lib/aws-sdk-greengrass.rb
CHANGED
|
@@ -3066,7 +3066,7 @@ module Aws::Greengrass
|
|
|
3066
3066
|
params: params,
|
|
3067
3067
|
config: config)
|
|
3068
3068
|
context[:gem_name] = 'aws-sdk-greengrass'
|
|
3069
|
-
context[:gem_version] = '1.
|
|
3069
|
+
context[:gem_version] = '1.5.0'
|
|
3070
3070
|
Seahorse::Client::Request.new(handlers, context)
|
|
3071
3071
|
end
|
|
3072
3072
|
|
|
@@ -3772,7 +3772,7 @@ module Aws::Greengrass
|
|
|
3772
3772
|
# @!attribute [rw] source_path
|
|
3773
3773
|
# The local absolute path of the volume resource on the host. The
|
|
3774
3774
|
# source path for a volume resource type cannot start with
|
|
3775
|
-
# ''/
|
|
3775
|
+
# ''/sys''.
|
|
3776
3776
|
# @return [String]
|
|
3777
3777
|
#
|
|
3778
3778
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/LocalVolumeResourceData AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-greengrass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.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: 2018-
|
|
11
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|