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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c3f7502227b49b7a3510d941fb657d4c1117722
4
- data.tar.gz: 64b68acf8b434aadb6e993654af4031e0ba01b4f
3
+ metadata.gz: c2fda1292c921f137c1b25a7a87208b73c44f602
4
+ data.tar.gz: d90720d0b367cedbfbc842014a905e0e94b8f51c
5
5
  SHA512:
6
- metadata.gz: 4d064188d4090b2bd64025196342bca6fb2550d56735d083cda50aef49edbf82259db4d6282a7a32942f97b4f7b3a4a18202f0105a25a7c25223626edb441e51
7
- data.tar.gz: 205927f050f82e91be8c8392618ee740e74dd71791205b7adff3e411dfb2f28fb18e19a40105c11e6b90f4ca6bacc7900fb892a144264b1fb52a12f871da8b5f
6
+ metadata.gz: d7789f51de3011eb85f8777808e6b36564f00704289227783a893e4208673c059a60077676fa4a9479a4a35b959df46175a0fce0f8d6aed1880b18118c764f9e
7
+ data.tar.gz: 2e5ae0d78703b513c2940b4ff2cb30a7c33fd986afc7d01583677889a5450df9a58f3e6b27b2c1fe727046fa22564bf5ba327af93aeab78eaee01e1d0f6896d8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-greengrass/customizations'
42
42
  # @service
43
43
  module Aws::Greengrass
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -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.4.0'
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
- # ''/proc'' or ''/sys''.
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.0
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-06-26 00:00:00.000000000 Z
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