@@ -214,11 +214,11 @@ namespace Aws
214214 * AWS documentation:
215215 * https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-delta-pub-sub-topic
216216 *
217- * @param request Modeled streaming operation subscription configuration.
218- * @param options Configuration options for the streaming operation.
217+ * @param request modeled streaming operation subscription configuration
218+ * @param options
219219 *
220- * @return A streaming operation which will emit a modeled event every time a message is received on the
221- * associated MQTT topic.
220+ * @return a streaming operation which will emit a modeled event every time a message is received on the
221+ * associated MQTT topic
222222 */
223223 virtual std::shared_ptr<Aws::Iot::RequestResponse::IStreamingOperation> CreateNamedShadowDeltaUpdatedStream (
224224 const NamedShadowDeltaUpdatedSubscriptionRequest &request,
@@ -231,11 +231,11 @@ namespace Aws
231231 * AWS documentation:
232232 * https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-documents-pub-sub-topic
233233 *
234- * @param request Modeled streaming operation subscription configuration.
235- * @param options Configuration options for the streaming operation.
234+ * @param request modeled streaming operation subscription configuration
235+ * @param options
236236 *
237- * @return A streaming operation which will emit a modeled event every time a message is received on the
238- * associated MQTT topic.
237+ * @return a streaming operation which will emit a modeled event every time a message is received on the
238+ * associated MQTT topic
239239 */
240240 virtual std::shared_ptr<Aws::Iot::RequestResponse::IStreamingOperation> CreateNamedShadowUpdatedStream (
241241 const NamedShadowUpdatedSubscriptionRequest &request,
@@ -248,11 +248,11 @@ namespace Aws
248248 * AWS documentation:
249249 * https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-delta-pub-sub-topic
250250 *
251- * @param request Modeled streaming operation subscription configuration.
252- * @param options Configuration options for the streaming operation.
251+ * @param request modeled streaming operation subscription configuration
252+ * @param options
253253 *
254- * @return A streaming operation which will emit a modeled event every time a message is received on the
255- * associated MQTT topic.
254+ * @return a streaming operation which will emit a modeled event every time a message is received on the
255+ * associated MQTT topic
256256 */
257257 virtual std::shared_ptr<Aws::Iot::RequestResponse::IStreamingOperation> CreateShadowDeltaUpdatedStream (
258258 const ShadowDeltaUpdatedSubscriptionRequest &request,
@@ -265,11 +265,11 @@ namespace Aws
265265 * AWS documentation:
266266 * https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-documents-pub-sub-topic
267267 *
268- * @param request Modeled streaming operation subscription configuration.
269- * @param options Configuration options for the streaming operation.
268+ * @param request modeled streaming operation subscription configuration
269+ * @param options
270270 *
271- * @return A streaming operation which will emit a modeled event every time a message is received on the
272- * associated MQTT topic.
271+ * @return a streaming operation which will emit a modeled event every time a message is received on the
272+ * associated MQTT topic
273273 */
274274 virtual std::shared_ptr<Aws::Iot::RequestResponse::IStreamingOperation> CreateShadowUpdatedStream (
275275 const ShadowUpdatedSubscriptionRequest &request,
0 commit comments