You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/customization/sqs/SqsMd5ChecksumValidationIntegration.kt
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -36,18 +36,18 @@ class SqsMd5ChecksumValidationIntegration : KotlinIntegration {
36
36
namespace ="aws.sdk.kotlin.services.sqs.internal"
37
37
}
38
38
documentation ="""
39
-
Specifies when MD5 checksum validation should be performed for SQS messages. This controls the automatic
40
-
calculation and validation of checksums during message operations.
41
-
42
-
Valid values:
43
-
- `ALWAYS` (default) - Checksums are calculated and validated for both sending and receiving operations
44
-
(SendMessage, SendMessageBatch, and ReceiveMessage)
45
-
- `WHEN_SENDING` - Checksums are only calculated and validated during send operations
46
-
(SendMessage and SendMessageBatch)
47
-
- `WHEN_RECEIVING` - Checksums are only calculated and validated during receive operations
48
-
(ReceiveMessage)
49
-
- `NEVER` - No checksum calculation or validation is performed
50
-
""".trimIndent()
39
+
Specifies when MD5 checksum validation should be performed for SQS messages. This controls the automatic
40
+
calculation and validation of checksums during message operations.
41
+
42
+
Valid values:
43
+
- `ALWAYS` (default) - Checksums are calculated and validated for both sending and receiving operations
44
+
(SendMessage, SendMessageBatch, and ReceiveMessage)
45
+
- `WHEN_SENDING` - Checksums are only calculated and validated during send operations
46
+
(SendMessage and SendMessageBatch)
47
+
- `WHEN_RECEIVING` - Checksums are only calculated and validated during receive operations
48
+
(ReceiveMessage)
49
+
- `NEVER` - No checksum calculation or validation is performed
0 commit comments