From c77eaf401397b33c98d1b83381adfbcffe644c50 Mon Sep 17 00:00:00 2001 From: Bastian Stegmann Date: Sat, 10 Apr 2021 14:56:52 +0200 Subject: [PATCH] Remove the `name` variable from Amazon Polly documentation (#17346) The variable `name` does not exist in the Amazon Polly integration and should be removed from the documentation. --- source/_integrations/amazon_polly.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/amazon_polly.markdown b/source/_integrations/amazon_polly.markdown index d970322650f..ad28edd0ea7 100644 --- a/source/_integrations/amazon_polly.markdown +++ b/source/_integrations/amazon_polly.markdown @@ -49,10 +49,6 @@ region_name: required: false type: [string, list] default: us-east-1 -name: - description: "Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`." - required: false - type: string text_type: description: "Specify wherever to use text (default) or ssml markup by default." required: false