lib/aws-sdk-ec2/image.rb in aws-sdk-ec2-1.282.0 vs lib/aws-sdk-ec2/image.rb in aws-sdk-ec2-1.283.0

- old
+ new

@@ -461,9 +461,11 @@ # 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 Amazon Web Services-generated # tags (tags that have the `aws:` prefix). + # + # Constraints: Up to 1000 tags. # @return [Tag::Collection] def delete_tags(options = {}) batch = [] options = Aws::Util.deep_merge(options, resources: [@id]) resp = @client.delete_tags(options)