@@ -325,80 +325,80 @@ namespace Model
325
325
/* *
326
326
* <p>The most recent deployment source that brought the component to the
327
327
* Greengrass core device. For a thing group deployment or thing deployment, the
328
- * source will be the The ID of the deployment. and for local deployments it will
329
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
330
- * currently broken components on the device, which will update the last
331
- * installation source.</p>
328
+ * source will be the ID of the last deployment that contained the component. For
329
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
330
+ * will attempt to reinstall currently broken components on the device, which will
331
+ * update the last installation source.</p>
332
332
*/
333
333
inline const Aws::String& GetLastInstallationSource () const { return m_lastInstallationSource; }
334
334
335
335
/* *
336
336
* <p>The most recent deployment source that brought the component to the
337
337
* Greengrass core device. For a thing group deployment or thing deployment, the
338
- * source will be the The ID of the deployment. and for local deployments it will
339
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
340
- * currently broken components on the device, which will update the last
341
- * installation source.</p>
338
+ * source will be the ID of the last deployment that contained the component. For
339
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
340
+ * will attempt to reinstall currently broken components on the device, which will
341
+ * update the last installation source.</p>
342
342
*/
343
343
inline bool LastInstallationSourceHasBeenSet () const { return m_lastInstallationSourceHasBeenSet; }
344
344
345
345
/* *
346
346
* <p>The most recent deployment source that brought the component to the
347
347
* Greengrass core device. For a thing group deployment or thing deployment, the
348
- * source will be the The ID of the deployment. and for local deployments it will
349
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
350
- * currently broken components on the device, which will update the last
351
- * installation source.</p>
348
+ * source will be the ID of the last deployment that contained the component. For
349
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
350
+ * will attempt to reinstall currently broken components on the device, which will
351
+ * update the last installation source.</p>
352
352
*/
353
353
inline void SetLastInstallationSource (const Aws::String& value) { m_lastInstallationSourceHasBeenSet = true ; m_lastInstallationSource = value; }
354
354
355
355
/* *
356
356
* <p>The most recent deployment source that brought the component to the
357
357
* Greengrass core device. For a thing group deployment or thing deployment, the
358
- * source will be the The ID of the deployment. and for local deployments it will
359
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
360
- * currently broken components on the device, which will update the last
361
- * installation source.</p>
358
+ * source will be the ID of the last deployment that contained the component. For
359
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
360
+ * will attempt to reinstall currently broken components on the device, which will
361
+ * update the last installation source.</p>
362
362
*/
363
363
inline void SetLastInstallationSource (Aws::String&& value) { m_lastInstallationSourceHasBeenSet = true ; m_lastInstallationSource = std::move (value); }
364
364
365
365
/* *
366
366
* <p>The most recent deployment source that brought the component to the
367
367
* Greengrass core device. For a thing group deployment or thing deployment, the
368
- * source will be the The ID of the deployment. and for local deployments it will
369
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
370
- * currently broken components on the device, which will update the last
371
- * installation source.</p>
368
+ * source will be the ID of the last deployment that contained the component. For
369
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
370
+ * will attempt to reinstall currently broken components on the device, which will
371
+ * update the last installation source.</p>
372
372
*/
373
373
inline void SetLastInstallationSource (const char * value) { m_lastInstallationSourceHasBeenSet = true ; m_lastInstallationSource.assign (value); }
374
374
375
375
/* *
376
376
* <p>The most recent deployment source that brought the component to the
377
377
* Greengrass core device. For a thing group deployment or thing deployment, the
378
- * source will be the The ID of the deployment. and for local deployments it will
379
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
380
- * currently broken components on the device, which will update the last
381
- * installation source.</p>
378
+ * source will be the ID of the last deployment that contained the component. For
379
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
380
+ * will attempt to reinstall currently broken components on the device, which will
381
+ * update the last installation source.</p>
382
382
*/
383
383
inline InstalledComponent& WithLastInstallationSource (const Aws::String& value) { SetLastInstallationSource (value); return *this ;}
384
384
385
385
/* *
386
386
* <p>The most recent deployment source that brought the component to the
387
387
* Greengrass core device. For a thing group deployment or thing deployment, the
388
- * source will be the The ID of the deployment. and for local deployments it will
389
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
390
- * currently broken components on the device, which will update the last
391
- * installation source.</p>
388
+ * source will be the ID of the last deployment that contained the component. For
389
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
390
+ * will attempt to reinstall currently broken components on the device, which will
391
+ * update the last installation source.</p>
392
392
*/
393
393
inline InstalledComponent& WithLastInstallationSource (Aws::String&& value) { SetLastInstallationSource (std::move (value)); return *this ;}
394
394
395
395
/* *
396
396
* <p>The most recent deployment source that brought the component to the
397
397
* Greengrass core device. For a thing group deployment or thing deployment, the
398
- * source will be the The ID of the deployment. and for local deployments it will
399
- * be <code>LOCAL</code>.</p> <p>Any deployment will attempt to reinstall
400
- * currently broken components on the device, which will update the last
401
- * installation source.</p>
398
+ * source will be the ID of the last deployment that contained the component. For
399
+ * local deployments it will be <code>LOCAL</code>.</p> <p>Any deployment
400
+ * will attempt to reinstall currently broken components on the device, which will
401
+ * update the last installation source.</p>
402
402
*/
403
403
inline InstalledComponent& WithLastInstallationSource (const char * value) { SetLastInstallationSource (value); return *this ;}
404
404
0 commit comments