From 512ff232dafbb01368099068bf3e3f704be58752 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Tue, 14 Mar 2023 11:59:15 +0100 Subject: [PATCH] version_added --- plugins/modules/sns.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/modules/sns.py b/plugins/modules/sns.py index f841fdce907..96f5b72e70e 100644 --- a/plugins/modules/sns.py +++ b/plugins/modules/sns.py @@ -69,8 +69,8 @@ message_structure: description: - The payload format to use for the message. - - This must be 'json' to support protocol-specific messages (C(http), C(https), C(email), C(sms), C(sqs)). - - It must be 'string' to support I(message_attributes). + - This must be C(json) to support protocol-specific messages (C(http), C(https), C(email), C(sms), C(sqs)). + - It must be C(string) to support I(message_attributes). default: json choices: ['json', 'string'] type: str @@ -80,6 +80,7 @@ - Has to be included when publishing a message to a fifo topic. - Can contain up to 128 alphanumeric characters and punctuation. type: str + version_added: 5.4.0 message_deduplication_id: description: - Only in connection with the message_group_id. @@ -88,6 +89,7 @@ - Messages with the same deduplication id getting recognized as the same message. - Gets overwritten by an auto generated token, if the topic has ContentBasedDeduplication set. type: str + version_added: 5.4.0 extends_documentation_fragment: - amazon.aws.region.modules