|
1256 | 1256 | }, |
1257 | 1257 | "documentation":"<p>The definition of a CloudWatch metric alarm, which determines when an automatic scaling activity is triggered. When the defined alarm conditions are satisfied, scaling activity begins.</p>" |
1258 | 1258 | }, |
| 1259 | + "CloudWatchLogConfiguration":{ |
| 1260 | + "type":"structure", |
| 1261 | + "required":["Enabled"], |
| 1262 | + "members":{ |
| 1263 | + "Enabled":{ |
| 1264 | + "shape":"Boolean", |
| 1265 | + "documentation":"<p>Specifies if CloudWatch logging is enabled.</p>" |
| 1266 | + }, |
| 1267 | + "LogGroupName":{ |
| 1268 | + "shape":"XmlString", |
| 1269 | + "documentation":"<p>The name of the CloudWatch log group where logs are published.</p>" |
| 1270 | + }, |
| 1271 | + "LogStreamNamePrefix":{ |
| 1272 | + "shape":"XmlString", |
| 1273 | + "documentation":"<p>The prefix of the log stream name.</p>" |
| 1274 | + }, |
| 1275 | + "EncryptionKeyArn":{ |
| 1276 | + "shape":"XmlString", |
| 1277 | + "documentation":"<p>The ARN of the encryption key used to encrypt the logs.</p>" |
| 1278 | + }, |
| 1279 | + "LogTypes":{ |
| 1280 | + "shape":"LogTypesMap", |
| 1281 | + "documentation":"<p>A map of log types to file names for publishing logs to the standard output or standard error streams for CloudWatch. Valid log types include STEP_LOGS, SPARK_DRIVER, and SPARK_EXECUTOR. Valid file names for each type include STDOUT and STDERR.</p>" |
| 1282 | + } |
| 1283 | + }, |
| 1284 | + "documentation":"<p>Holds CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.</p>" |
| 1285 | + }, |
1259 | 1286 | "Cluster":{ |
1260 | 1287 | "type":"structure", |
1261 | 1288 | "members":{ |
|
1398 | 1425 | "ExtendedSupport":{ |
1399 | 1426 | "shape":"BooleanObject", |
1400 | 1427 | "documentation":"<p>Reserved.</p>" |
| 1428 | + }, |
| 1429 | + "MonitoringConfiguration":{ |
| 1430 | + "shape":"MonitoringConfiguration", |
| 1431 | + "documentation":"<p>Contains Cloudwatch log configuration metadata and settings.</p>" |
1401 | 1432 | } |
1402 | 1433 | }, |
1403 | 1434 | "documentation":"<p>The detailed description of the cluster.</p>" |
|
2881 | 2912 | }, |
2882 | 2913 | "BidPrice":{ |
2883 | 2914 | "shape":"String", |
2884 | | - "documentation":"<p>If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify <code>OnDemandPrice</code> to set the amount equal to the On-Demand price, or specify an amount in USD.</p>" |
| 2915 | + "documentation":"<p>The bid price for each Amazon EC2 Spot Instance type as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
2885 | 2916 | }, |
2886 | 2917 | "InstanceType":{ |
2887 | 2918 | "shape":"InstanceType", |
|
2960 | 2991 | }, |
2961 | 2992 | "BidPrice":{ |
2962 | 2993 | "shape":"XmlStringMaxLen256", |
2963 | | - "documentation":"<p>If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify <code>OnDemandPrice</code> to set the amount equal to the On-Demand price, or specify an amount in USD.</p>" |
| 2994 | + "documentation":"<p>The bid price for each Amazon EC2 Spot Instance type as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
2964 | 2995 | }, |
2965 | 2996 | "InstanceType":{ |
2966 | 2997 | "shape":"InstanceType", |
|
3023 | 3054 | }, |
3024 | 3055 | "BidPrice":{ |
3025 | 3056 | "shape":"XmlStringMaxLen256", |
3026 | | - "documentation":"<p>If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify <code>OnDemandPrice</code> to set the amount equal to the On-Demand price, or specify an amount in USD.</p>" |
| 3057 | + "documentation":"<p>The bid price for each Amazon EC2 Spot Instance type as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
3027 | 3058 | }, |
3028 | 3059 | "InstanceType":{ |
3029 | 3060 | "shape":"InstanceType", |
|
3370 | 3401 | }, |
3371 | 3402 | "BidPrice":{ |
3372 | 3403 | "shape":"XmlStringMaxLen256", |
3373 | | - "documentation":"<p>The bid price for each Amazon EC2 Spot Instance type as defined by <code>InstanceType</code>. Expressed in USD.</p>" |
| 3404 | + "documentation":"<p>The bid price for each Amazon EC2 Spot Instance type as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
3374 | 3405 | }, |
3375 | 3406 | "BidPriceAsPercentageOfOnDemandPrice":{ |
3376 | 3407 | "shape":"NonNegativeDouble", |
|
4138 | 4169 | } |
4139 | 4170 | } |
4140 | 4171 | }, |
| 4172 | + "LogTypesMap":{ |
| 4173 | + "type":"map", |
| 4174 | + "key":{"shape":"XmlString"}, |
| 4175 | + "value":{"shape":"XmlStringList"} |
| 4176 | + }, |
4141 | 4177 | "Long":{"type":"long"}, |
4142 | 4178 | "ManagedScalingPolicy":{ |
4143 | 4179 | "type":"structure", |
|
4250 | 4286 | }, |
4251 | 4287 | "documentation":"<p>Change the size of some instance groups.</p>" |
4252 | 4288 | }, |
| 4289 | + "MonitoringConfiguration":{ |
| 4290 | + "type":"structure", |
| 4291 | + "members":{ |
| 4292 | + "CloudWatchLogConfiguration":{ |
| 4293 | + "shape":"CloudWatchLogConfiguration", |
| 4294 | + "documentation":"<p>CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.</p>" |
| 4295 | + } |
| 4296 | + }, |
| 4297 | + "documentation":"<p>Contains CloudWatch log configuration metadata and settings.</p>" |
| 4298 | + }, |
4253 | 4299 | "NewSupportedProductsList":{ |
4254 | 4300 | "type":"list", |
4255 | 4301 | "member":{"shape":"SupportedProductConfig"} |
|
4997 | 5043 | "ExtendedSupport":{ |
4998 | 5044 | "shape":"BooleanObject", |
4999 | 5045 | "documentation":"<p>Reserved.</p>" |
| 5046 | + }, |
| 5047 | + "MonitoringConfiguration":{ |
| 5048 | + "shape":"MonitoringConfiguration", |
| 5049 | + "documentation":"<p>Contains CloudWatch log configuration metadata and settings.</p>" |
5000 | 5050 | } |
5001 | 5051 | }, |
5002 | 5052 | "documentation":"<p> Input to the <a>RunJobFlow</a> operation. </p>" |
|
0 commit comments