@@ -95,8 +95,8 @@ namespace Aws
9595 using UpdateJobExecutionResultHandler = std::function<void (UpdateJobExecutionResult &&)>;
9696
9797 /* *
98- * The AWS IoT jobs service can be used to define a set of remote operations that are sent to and executed on
99- * one or more devices connected to AWS IoT.
98+ * The AWS IoT jobs service can be used to define a set of remote operations
99+ * that are sent to and executed on one or more devices connected to AWS IoT.
100100 *
101101 * https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#jobs-mqtt-api
102102 *
@@ -139,7 +139,8 @@ namespace Aws
139139 const GetPendingJobExecutionsResultHandler &handler) = 0;
140140
141141 /* *
142- * Gets and starts the next pending job execution for a thing (status IN_PROGRESS or QUEUED).
142+ * Gets and starts the next pending job execution for a thing (status
143+ * IN_PROGRESS or QUEUED).
143144 *
144145 *
145146 * AWS documentation:
@@ -155,9 +156,10 @@ namespace Aws
155156 const StartNextPendingJobExecutionResultHandler &handler) = 0;
156157
157158 /* *
158- * Updates the status of a job execution. You can optionally create a step timer by setting a value for the
159- * stepTimeoutInMinutes property. If you don't update the value of this property by running
160- * UpdateJobExecution again, the job execution times out when the step timer expires.
159+ * Updates the status of a job execution. You can optionally create a step
160+ * timer by setting a value for the stepTimeoutInMinutes property. If you
161+ * don't update the value of this property by running UpdateJobExecution
162+ * again, the job execution times out when the step timer expires.
161163 *
162164 *
163165 * AWS documentation:
@@ -173,17 +175,18 @@ namespace Aws
173175 const UpdateJobExecutionResultHandler &handler) = 0;
174176
175177 /* *
176- * Creates a stream of JobExecutionsChanged notifications for a given IoT thing.
178+ * Creates a stream of JobExecutionsChanged notifications for a given IoT
179+ * thing.
177180 *
178181 *
179182 * AWS documentation:
180183 * https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-jobexecutionschanged
181184 *
182- * @param request Modeled streaming operation subscription configuration.
183- * @param options Configuration options for the streaming operation.
185+ * @param request modeled streaming operation subscription configuration
186+ * @param options
184187 *
185- * @return A streaming operation which will emit a modeled event every time a message is received on the
186- * associated MQTT topic.
188+ * @return a streaming operation which will emit a modeled event every time a
189+ * message is received on the associated MQTT topic
187190 */
188191 virtual std::shared_ptr<Aws::Iot::RequestResponse::IStreamingOperation> CreateJobExecutionsChangedStream (
189192 const JobExecutionsChangedSubscriptionRequest &request,
@@ -196,11 +199,11 @@ namespace Aws
196199 * AWS documentation:
197200 * https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-nextjobexecutionchanged
198201 *
199- * @param request Modeled streaming operation subscription configuration.
200- * @param options Configuration options for the streaming operation.
202+ * @param request modeled streaming operation subscription configuration
203+ * @param options
201204 *
202- * @return A streaming operation which will emit a modeled event every time a message is received on the
203- * associated MQTT topic.
205+ * @return a streaming operation which will emit a modeled event every time a
206+ * message is received on the associated MQTT topic
204207 */
205208 virtual std::shared_ptr<Aws::Iot::RequestResponse::IStreamingOperation> CreateNextJobExecutionChangedStream (
206209 const NextJobExecutionChangedSubscriptionRequest &request,
0 commit comments