lib/aws-sdk-greengrass/client.rb in aws-sdk-greengrass-1.25.0 vs lib/aws-sdk-greengrass/client.rb in aws-sdk-greengrass-1.26.0
- old
+ new
@@ -1356,11 +1356,11 @@
# amzn_client_token: "__string",
# s3_url_signer_role: "S3UrlSignerRole", # required
# software_to_update: "core", # required, accepts core, ota_agent
# update_agent_log_level: "NONE", # accepts NONE, TRACE, DEBUG, VERBOSE, INFO, WARN, ERROR, FATAL
# update_targets: ["__string"], # required
- # update_targets_architecture: "armv7l", # required, accepts armv7l, x86_64, aarch64, openwrt
+ # update_targets_architecture: "armv6l", # required, accepts armv6l, armv7l, x86_64, aarch64, openwrt
# update_targets_operating_system: "ubuntu", # required, accepts ubuntu, raspbian, amazon_linux
# })
#
# @example Response structure
#
@@ -3944,10 +3944,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-greengrass'
- context[:gem_version] = '1.25.0'
+ context[:gem_version] = '1.26.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated