lib/aws-sdk-greengrass/client.rb in aws-sdk-greengrass-1.24.0 vs lib/aws-sdk-greengrass/client.rb in aws-sdk-greengrass-1.25.0
- old
+ new
@@ -1346,10 +1346,11 @@
#
# @return [Types::CreateSoftwareUpdateJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::CreateSoftwareUpdateJobResponse#iot_job_arn #iot_job_arn} => String
# * {Types::CreateSoftwareUpdateJobResponse#iot_job_id #iot_job_id} => String
+ # * {Types::CreateSoftwareUpdateJobResponse#platform_software_version #platform_software_version} => String
#
# @example Request syntax with placeholder values
#
# resp = client.create_software_update_job({
# amzn_client_token: "__string",
@@ -1363,10 +1364,11 @@
#
# @example Response structure
#
# resp.iot_job_arn #=> String
# resp.iot_job_id #=> String
+ # resp.platform_software_version #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/CreateSoftwareUpdateJob AWS API Documentation
#
# @overload create_software_update_job(params = {})
# @param [Hash] params ({})
@@ -3604,13 +3606,15 @@
def stop_bulk_deployment(params = {}, options = {})
req = build_request(:stop_bulk_deployment, params)
req.send_request(options)
end
- # Add resource tags to a Greengrass Resource. Valid resources are Group,
- # Connector, Core, Device, Function, Logger, Subscription, and Resource
- # Defintions, and also BulkDeploymentIds.
+ # Adds tags to a Greengrass resource. Valid resources are 'Group',
+ # 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition',
+ # 'FunctionDefinition', 'LoggerDefinition',
+ # 'SubscriptionDefinition', 'ResourceDefinition', and
+ # 'BulkDeployment'.
#
# @option params [required, String] :resource_arn
#
# @option params [Hash<String,String>] :tags
# The key-value pair for the resource tag.
@@ -3940,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.24.0'
+ context[:gem_version] = '1.25.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated