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
* <p>A UTF-8 encoded string that describes the content of the publishing message.</p>
407
+
*/
408
+
contentType?: string;
409
+
410
+
/**
411
+
* <p>A UTF-8 encoded string that's used as the topic name for a response message. The response
412
+
* topic is used to describe the topic which the receiver should publish to as part of the
413
+
* request-response flow. The topic must not contain wildcard characters.</p>
414
+
*/
415
+
responseTopic?: string;
416
+
417
+
/**
418
+
* <p>The base64-encoded binary data used by the sender of the request message to identify which
419
+
* request the response message is for when it's received. <code>correlationData</code> is an
420
+
* HTTP header value in the API.</p>
421
+
*/
422
+
correlationData?: string;
423
+
424
+
/**
425
+
* <p>A user-defined integer value that represents the message expiry interval in seconds. If
426
+
* absent, the message doesn't expire. For more information about the limits of
427
+
* <code>messageExpiry</code>, see <a href="https://docs.aws.amazon.com/general/latest/gr/iot-core.html#message-broker-limits">Amazon Web Services IoT Core message broker and
428
+
* protocol limits and quotas </a> from the Amazon Web Services Reference Guide.</p>
0 commit comments