|
13587 | 13587 | "traits": { |
13588 | 13588 | "smithy.api#documentation": "<p> The error from the protected job.</p>" |
13589 | 13589 | } |
| 13590 | + }, |
| 13591 | + "computeConfiguration": { |
| 13592 | + "target": "com.amazonaws.cleanrooms#ProtectedJobComputeConfiguration", |
| 13593 | + "traits": { |
| 13594 | + "smithy.api#documentation": "<p>The compute configuration for the protected job.</p>" |
| 13595 | + } |
13590 | 13596 | } |
13591 | 13597 | }, |
13592 | 13598 | "traits": { |
|
13604 | 13610 | } |
13605 | 13611 | } |
13606 | 13612 | }, |
| 13613 | + "com.amazonaws.cleanrooms#ProtectedJobComputeConfiguration": { |
| 13614 | + "type": "union", |
| 13615 | + "members": { |
| 13616 | + "worker": { |
| 13617 | + "target": "com.amazonaws.cleanrooms#ProtectedJobWorkerComputeConfiguration", |
| 13618 | + "traits": { |
| 13619 | + "smithy.api#documentation": "<p>The worker configuration for the compute environment.</p>" |
| 13620 | + } |
| 13621 | + } |
| 13622 | + }, |
| 13623 | + "traits": { |
| 13624 | + "smithy.api#documentation": "<p>The configuration of the compute resources for a PySpark job.</p>" |
| 13625 | + } |
| 13626 | + }, |
13607 | 13627 | "com.amazonaws.cleanrooms#ProtectedJobConfigurationDetails": { |
13608 | 13628 | "type": "union", |
13609 | 13629 | "members": { |
|
14058 | 14078 | } |
14059 | 14079 | } |
14060 | 14080 | }, |
| 14081 | + "com.amazonaws.cleanrooms#ProtectedJobWorkerComputeConfiguration": { |
| 14082 | + "type": "structure", |
| 14083 | + "members": { |
| 14084 | + "type": { |
| 14085 | + "target": "com.amazonaws.cleanrooms#ProtectedJobWorkerComputeType", |
| 14086 | + "traits": { |
| 14087 | + "smithy.api#documentation": "<p>The worker compute configuration type.</p>", |
| 14088 | + "smithy.api#required": {} |
| 14089 | + } |
| 14090 | + }, |
| 14091 | + "number": { |
| 14092 | + "target": "smithy.api#Integer", |
| 14093 | + "traits": { |
| 14094 | + "smithy.api#documentation": "<p>The number of workers for a PySpark job.</p>", |
| 14095 | + "smithy.api#range": { |
| 14096 | + "min": 4, |
| 14097 | + "max": 128 |
| 14098 | + }, |
| 14099 | + "smithy.api#required": {} |
| 14100 | + } |
| 14101 | + } |
| 14102 | + }, |
| 14103 | + "traits": { |
| 14104 | + "smithy.api#documentation": "<p>The configuration of the compute resources for a PySpark job.</p>" |
| 14105 | + } |
| 14106 | + }, |
| 14107 | + "com.amazonaws.cleanrooms#ProtectedJobWorkerComputeType": { |
| 14108 | + "type": "enum", |
| 14109 | + "members": { |
| 14110 | + "CR1X": { |
| 14111 | + "target": "smithy.api#Unit", |
| 14112 | + "traits": { |
| 14113 | + "smithy.api#enumValue": "CR.1X" |
| 14114 | + } |
| 14115 | + }, |
| 14116 | + "CR4X": { |
| 14117 | + "target": "smithy.api#Unit", |
| 14118 | + "traits": { |
| 14119 | + "smithy.api#enumValue": "CR.4X" |
| 14120 | + } |
| 14121 | + } |
| 14122 | + } |
| 14123 | + }, |
14061 | 14124 | "com.amazonaws.cleanrooms#ProtectedQuery": { |
14062 | 14125 | "type": "structure", |
14063 | 14126 | "members": { |
|
15615 | 15678 | "traits": { |
15616 | 15679 | "smithy.api#documentation": "<p>The details needed to write the job results.</p>" |
15617 | 15680 | } |
| 15681 | + }, |
| 15682 | + "computeConfiguration": { |
| 15683 | + "target": "com.amazonaws.cleanrooms#ProtectedJobComputeConfiguration", |
| 15684 | + "traits": { |
| 15685 | + "smithy.api#documentation": "<p>The compute configuration for the protected job.</p>" |
| 15686 | + } |
15618 | 15687 | } |
15619 | 15688 | }, |
15620 | 15689 | "traits": { |
|
17214 | 17283 | "number": { |
17215 | 17284 | "target": "smithy.api#Integer", |
17216 | 17285 | "traits": { |
17217 | | - "smithy.api#documentation": "<p> The number of workers.</p>", |
| 17286 | + "smithy.api#documentation": "<p> The number of workers.</p> <p>SQL queries support a minimum value of 2 and a maximum value of 400. </p> <p>PySpark jobs support a minimum value of 4 and a maximum value of 128.</p>", |
17218 | 17287 | "smithy.api#range": { |
17219 | 17288 | "min": 2, |
17220 | 17289 | "max": 400 |
|
0 commit comments