lib/aws-sdk-kinesisanalytics/client.rb in aws-sdk-kinesisanalytics-1.19.0 vs lib/aws-sdk-kinesisanalytics/client.rb in aws-sdk-kinesisanalytics-1.20.0
- old
+ new
@@ -820,16 +820,15 @@
# @option params [Array<Types::Tag>] :tags
# A list of one or more tags to assign to the application. A tag is a
# key-value pair that identifies an application. Note that the maximum
# number of application tags includes system tags. The maximum number of
# user-defined application tags is 50. For more information, see [Using
- # Cost Allocation Tags][1] in the *AWS Billing and Cost Management
- # Guide*.
+ # Tagging][1].
#
#
#
- # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
#
# @return [Types::CreateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::CreateApplicationResponse#application_summary #application_summary} => Types::ApplicationSummary
#
@@ -1473,12 +1472,17 @@
def list_applications(params = {}, options = {})
req = build_request(:list_applications, params)
req.send_request(options)
end
- # Retrieves the list of key-value tags assigned to the application.
+ # Retrieves the list of key-value tags assigned to the application. For
+ # more information, see [Using Tagging][1].
#
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
+ #
# @option params [required, String] :resource_arn
# The ARN of the application for which to retrieve tags.
#
# @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
@@ -1611,12 +1615,17 @@
req.send_request(options)
end
# Adds one or more key-value tags to a Kinesis Analytics application.
# Note that the maximum number of application tags includes system tags.
- # The maximum number of user-defined application tags is 50.
+ # The maximum number of user-defined application tags is 50. For more
+ # information, see [Using Tagging][1].
#
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
+ #
# @option params [required, String] :resource_arn
# The ARN of the application to assign the tags.
#
# @option params [required, Array<Types::Tag>] :tags
# The key-value tags to assign to the application.
@@ -1642,12 +1651,17 @@
def tag_resource(params = {}, options = {})
req = build_request(:tag_resource, params)
req.send_request(options)
end
- # Removes one or more tags from a Kinesis Analytics application.
+ # Removes one or more tags from a Kinesis Analytics application. For
+ # more information, see [Using Tagging][1].
#
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
+ #
# @option params [required, String] :resource_arn
# The ARN of the Kinesis Analytics application from which to remove the
# tags.
#
# @option params [required, Array<String>] :tag_keys
@@ -1841,10 +1855,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-kinesisanalytics'
- context[:gem_version] = '1.19.0'
+ context[:gem_version] = '1.20.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated