@@ -165,7 +165,9 @@ components:
165165 additionalProperties : false
166166 properties :
167167 html_part :
168- type : string
168+ type :
169+ - string
170+ - ' null'
169171 text_part :
170172 type : string
171173 required :
@@ -290,23 +292,18 @@ components:
290292 - ' null'
291293 SNSPlatformEndpointMessages :
292294 type : object
293- description : ' Messages sent to the platform endpoint retrieved via the retrospective
294- endpoint.
295-
295+ description : |
296+ Messages sent to the platform endpoint retrieved via the retrospective endpoint.
296297 The endpoint ARN is the key with a list of messages as value.
297-
298- '
299298 additionalProperties :
300299 type : array
301300 items :
302301 $ref : ' #/components/schemas/SNSPlatformEndpointMessage'
303302 SMSMessages :
304303 type : object
305- description : ' SMS messages retrieved via the retrospective endpoint.
306-
304+ description : |
305+ SMS messages retrieved via the retrospective endpoint.
307306 The phone number is the key with a list of messages as value.
308-
309- '
310307 additionalProperties :
311308 type : array
312309 items :
@@ -927,11 +924,9 @@ paths:
927924 description : Not found
928925 post :
929926 summary : Retrieves one or more messages from the specified queue.
930- description : ' This API receives messages from an SQS queue.
931-
927+ description : |
928+ This API receives messages from an SQS queue.
932929 https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_ResponseSyntax
933-
934- '
935930 operationId : receive_message
936931 requestBody :
937932 required : true
@@ -1757,10 +1752,8 @@ paths:
17571752 description : The list of Cloud Pods associated with a given identity
17581753 /_localstack/pods/environment :
17591754 get :
1760- description : ' Retrieves some information about the current environment, like
1761- LocalStack and Moto versions.
1762-
1763- '
1755+ description : |
1756+ Retrieves some information about the current environment, like LocalStack and Moto versions.
17641757 tags :
17651758 - pro
17661759 - pods
0 commit comments