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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30349cad230ad4f9649fe67fadd726e5d21a9342
4
- data.tar.gz: 8a4214557d1396e1fa29cd4248c6466114973d02
3
+ metadata.gz: 863ead391b1a7fd77c1b1dfb6bf6c078d7f2c09e
4
+ data.tar.gz: 965dc8264dc32d1a6637fd42b8eec4b279f786fa
5
5
  SHA512:
6
- metadata.gz: 91a3d7b98258a8d6e68d5757f77d78aa71336d69d19fd321e122c00a6ca97679b9bbbe878af914ab9b0ccdccf45a29389c06a6601d3b5dfe3194fbf8249b321c
7
- data.tar.gz: 424c22ec7bdb8d5e38065651918cf251ef9f39fae2a1cfc15fa07f6f8a7627b66b5163478885e2f120204188791f3bc98be6bcd0dbb3fe82e4095eb1fe2e5b5f
6
+ metadata.gz: 2337fe7714ee13a46e98e0ec8161637cb123d791cb88a8f2069736956c7324b810cc4c4307cbb4f4437ebc1aecf61c35256e5abc20e0a830cd60924b1854b992
7
+ data.tar.gz: c74f2e628b9506a70ae89702c54e09aaa6057bd3610da0e9b70581a1d1dae51719cc21b7ed9658982a32103b3888b4bbca1c358a5dd6ac688c255b2c90175b9d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-greengrass/customizations'
42
42
  # @service
43
43
  module Aws::Greengrass
44
44
 
45
- GEM_VERSION = '1.25.0'
45
+ GEM_VERSION = '1.26.0'
46
46
 
47
47
  end
@@ -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: "armv7l", # required, accepts armv7l, x86_64, aarch64, openwrt
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.25.0'
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: "armv7l", # required, accepts armv7l, x86_64, aarch64, openwrt
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.25.0
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-09-20 00:00:00.000000000 Z
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