|
10245 | 10245 | },
|
10246 | 10246 | "targetSelection": {
|
10247 | 10247 | "shape": "TargetSelection",
|
10248 |
| - "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p>" |
| 10248 | + "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>" |
10249 | 10249 | },
|
10250 | 10250 | "jobExecutionsRolloutConfig": {
|
10251 | 10251 | "shape": "JobExecutionsRolloutConfig",
|
|
10277 | 10277 | },
|
10278 | 10278 | "documentParameters": {
|
10279 | 10279 | "shape": "ParameterMap",
|
10280 |
| - "documentation": "<p>Parameters of a managed template that you can specify to create the job document.</p>" |
| 10280 | + "documentation": "<p>Parameters of an Amazon Web Services managed template that you can specify to create the job document.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>" |
10281 | 10281 | }
|
10282 | 10282 | }
|
10283 | 10283 | },
|
@@ -11149,11 +11149,11 @@
|
11149 | 11149 | },
|
11150 | 11150 | "hashAlgorithm": {
|
11151 | 11151 | "shape": "HashAlgorithm",
|
11152 |
| - "documentation": "<p>The hash algorithm used to code sign the file.</p>" |
| 11152 | + "documentation": "<p>The hash algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses <code>SHA256</code> or <code>SHA1</code>, so you can pass either of them based on which was used for generating the signature.</p>" |
11153 | 11153 | },
|
11154 | 11154 | "signatureAlgorithm": {
|
11155 | 11155 | "shape": "SignatureAlgorithm",
|
11156 |
| - "documentation": "<p>The signature algorithm used to code sign the file.</p>" |
| 11156 | + "documentation": "<p>The signature algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses <code>ECDSA</code> or <code>RSA</code>, so you can pass either of them based on which was used for generating the signature.</p>" |
11157 | 11157 | }
|
11158 | 11158 | },
|
11159 | 11159 | "documentation": "<p>Describes a custom method used to code sign a file.</p>"
|
|
12677 | 12677 | },
|
12678 | 12678 | "documentParameters": {
|
12679 | 12679 | "shape": "DocumentParameters",
|
12680 |
| - "documentation": "<p>A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.</p>" |
| 12680 | + "documentation": "<p>A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>" |
12681 | 12681 | },
|
12682 | 12682 | "document": {
|
12683 | 12683 | "shape": "JobDocument",
|
|
13602 | 13602 | "documentation": "<p>Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.</p>"
|
13603 | 13603 | }
|
13604 | 13604 | },
|
13605 |
| - "documentation": "<p>A map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p>" |
| 13605 | + "documentation": "<p>A map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>" |
13606 | 13606 | },
|
13607 | 13607 | "DocumentParameters": {
|
13608 | 13608 | "type": "list",
|
|
14993 | 14993 | },
|
14994 | 14994 | "targetSelection": {
|
14995 | 14995 | "shape": "TargetSelection",
|
14996 |
| - "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group. </p>" |
| 14996 | + "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group. </p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>" |
14997 | 14997 | },
|
14998 | 14998 | "status": {
|
14999 | 14999 | "shape": "JobStatus",
|
|
15065 | 15065 | },
|
15066 | 15066 | "documentParameters": {
|
15067 | 15067 | "shape": "ParameterMap",
|
15068 |
| - "documentation": "<p>A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p>" |
| 15068 | + "documentation": "<p>A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.</p> <note> <p> <code>documentParameters</code> can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.</p> </note>" |
15069 | 15069 | },
|
15070 | 15070 | "isConcurrent": {
|
15071 | 15071 | "shape": "BooleanWrapperObject"
|
|
15343 | 15343 | },
|
15344 | 15344 | "targetSelection": {
|
15345 | 15345 | "shape": "TargetSelection",
|
15346 |
| - "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p>" |
| 15346 | + "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>" |
15347 | 15347 | },
|
15348 | 15348 | "status": {
|
15349 | 15349 | "shape": "JobStatus",
|
|
16499 | 16499 | },
|
16500 | 16500 | "targetSelection": {
|
16501 | 16501 | "shape": "TargetSelection",
|
16502 |
| - "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. </p>", |
| 16502 | + "documentation": "<p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group. </p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>", |
16503 | 16503 | "location": "querystring",
|
16504 | 16504 | "locationName": "targetSelection"
|
16505 | 16505 | },
|
|
0 commit comments