aws-sdk-greengrass 1.25.0 → 1.26.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 +2 -2
- 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: 863ead391b1a7fd77c1b1dfb6bf6c078d7f2c09e
|
|
4
|
+
data.tar.gz: 965dc8264dc32d1a6637fd42b8eec4b279f786fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2337fe7714ee13a46e98e0ec8161637cb123d791cb88a8f2069736956c7324b810cc4c4307cbb4f4437ebc1aecf61c35256e5abc20e0a830cd60924b1854b992
|
|
7
|
+
data.tar.gz: c74f2e628b9506a70ae89702c54e09aaa6057bd3610da0e9b70581a1d1dae51719cc21b7ed9658982a32103b3888b4bbca1c358a5dd6ac688c255b2c90175b9d
|
data/lib/aws-sdk-greengrass.rb
CHANGED
|
@@ -1358,7 +1358,7 @@ module Aws::Greengrass
|
|
|
1358
1358
|
# software_to_update: "core", # required, accepts core, ota_agent
|
|
1359
1359
|
# update_agent_log_level: "NONE", # accepts NONE, TRACE, DEBUG, VERBOSE, INFO, WARN, ERROR, FATAL
|
|
1360
1360
|
# update_targets: ["__string"], # required
|
|
1361
|
-
# update_targets_architecture: "
|
|
1361
|
+
# update_targets_architecture: "armv6l", # required, accepts armv6l, armv7l, x86_64, aarch64, openwrt
|
|
1362
1362
|
# update_targets_operating_system: "ubuntu", # required, accepts ubuntu, raspbian, amazon_linux
|
|
1363
1363
|
# })
|
|
1364
1364
|
#
|
|
@@ -3946,7 +3946,7 @@ module Aws::Greengrass
|
|
|
3946
3946
|
params: params,
|
|
3947
3947
|
config: config)
|
|
3948
3948
|
context[:gem_name] = 'aws-sdk-greengrass'
|
|
3949
|
-
context[:gem_version] = '1.
|
|
3949
|
+
context[:gem_version] = '1.26.0'
|
|
3950
3950
|
Seahorse::Client::Request.new(handlers, context)
|
|
3951
3951
|
end
|
|
3952
3952
|
|
|
@@ -1574,7 +1574,7 @@ module Aws::Greengrass
|
|
|
1574
1574
|
# software_to_update: "core", # required, accepts core, ota_agent
|
|
1575
1575
|
# update_agent_log_level: "NONE", # accepts NONE, TRACE, DEBUG, VERBOSE, INFO, WARN, ERROR, FATAL
|
|
1576
1576
|
# update_targets: ["__string"], # required
|
|
1577
|
-
# update_targets_architecture: "
|
|
1577
|
+
# update_targets_architecture: "armv6l", # required, accepts armv6l, armv7l, x86_64, aarch64, openwrt
|
|
1578
1578
|
# update_targets_operating_system: "ubuntu", # required, accepts ubuntu, raspbian, amazon_linux
|
|
1579
1579
|
# }
|
|
1580
1580
|
#
|
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.26.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: 2019-
|
|
11
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|