lib/aws-sdk-ec2/image.rb in aws-sdk-ec2-1.248.0 vs lib/aws-sdk-ec2/image.rb in aws-sdk-ec2-1.249.0

- old
+ new

@@ -456,11 +456,11 @@ # delete any tag with this key regardless of its value. If you specify a # tag key with an empty string as the tag value, we delete the tag only # if its value is an empty string. # # If you omit this parameter, we delete all user-defined tags for the - # specified resources. We do not delete AWS-generated tags (tags that - # have the `aws:` prefix). + # specified resources. We do not delete Amazon Web Services-generated + # tags (tags that have the `aws:` prefix). # @return [Tag::Collection] def delete_tags(options = {}) batch = [] options = Aws::Util.deep_merge(options, resources: [@id]) resp = @client.delete_tags(options)