|
1495 | 1495 | "members":{
|
1496 | 1496 | "AllowDeferredExecution":{
|
1497 | 1497 | "shape":"Boolean",
|
1498 |
| - "documentation":"<p>Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the <code>AllowDeferredExecution</code> field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a <code>LimitExceededException</code> exception.</p> <p>If you specify the <code>AllowDeferredExecution</code> field, you must specify the <code>DataAccessRoleArn</code> field.</p>" |
| 1498 | + "documentation":"<p>Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the <code>AllowDeferredExecution</code> field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a <code>LimitExceededException</code> exception.</p> <p>Note that job queuing is enabled by default for call analytics jobs.</p> <p>If you specify the <code>AllowDeferredExecution</code> field, you must specify the <code>DataAccessRoleArn</code> field.</p>" |
1499 | 1499 | },
|
1500 | 1500 | "DataAccessRoleArn":{
|
1501 | 1501 | "shape":"DataAccessRoleArn",
|
|
1504 | 1504 | },
|
1505 | 1505 | "documentation":"<p>Provides information about when a transcription job should be executed.</p>"
|
1506 | 1506 | },
|
| 1507 | + "KMSEncryptionContextMap":{ |
| 1508 | + "type":"map", |
| 1509 | + "key":{"shape":"NonEmptyString"}, |
| 1510 | + "value":{"shape":"NonEmptyString"}, |
| 1511 | + "max":10, |
| 1512 | + "min":1 |
| 1513 | + }, |
1507 | 1514 | "KMSKeyId":{
|
1508 | 1515 | "type":"string",
|
1509 | 1516 | "max":2048,
|
|
2462 | 2469 | "shape":"KMSKeyId",
|
2463 | 2470 | "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the <a>StartMedicalTranscriptionJob</a> operation must have permission to use the specified KMS key.</p> <p>You use either of the following to identify a KMS key in the current account:</p> <ul> <li> <p>KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"</p> </li> <li> <p>KMS Key Alias: \"alias/ExampleAlias\"</p> </li> </ul> <p>You can use either of the following to identify a KMS key in the current account or another account:</p> <ul> <li> <p>Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"</p> </li> <li> <p>ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"</p> </li> </ul> <p>If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).</p> <p>If you specify a KMS key to encrypt your output, you must also specify an output location in the <code>OutputBucketName</code> parameter.</p>"
|
2464 | 2471 | },
|
| 2472 | + "KMSEncryptionContext":{ |
| 2473 | + "shape":"KMSEncryptionContextMap", |
| 2474 | + "documentation":"<p>A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data.</p>" |
| 2475 | + }, |
2465 | 2476 | "Settings":{
|
2466 | 2477 | "shape":"MedicalTranscriptionSetting",
|
2467 | 2478 | "documentation":"<p>Optional settings for the medical transcription job.</p>"
|
|
2532 | 2543 | "shape":"KMSKeyId",
|
2533 | 2544 | "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the <code>StartTranscriptionJob</code> operation must have permission to use the specified KMS key.</p> <p>You can use either of the following to identify a KMS key in the current account:</p> <ul> <li> <p>KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"</p> </li> <li> <p>KMS Key Alias: \"alias/ExampleAlias\"</p> </li> </ul> <p>You can use either of the following to identify a KMS key in the current account or another account:</p> <ul> <li> <p>Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"</p> </li> <li> <p>ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"</p> </li> </ul> <p>If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).</p> <p>If you specify a KMS key to encrypt your output, you must also specify an output location in the <code>OutputBucketName</code> parameter.</p>"
|
2534 | 2545 | },
|
| 2546 | + "KMSEncryptionContext":{ |
| 2547 | + "shape":"KMSEncryptionContextMap", |
| 2548 | + "documentation":"<p>A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data.</p>" |
| 2549 | + }, |
2535 | 2550 | "Settings":{
|
2536 | 2551 | "shape":"Settings",
|
2537 | 2552 | "documentation":"<p>A <code>Settings</code> object that provides optional settings for a transcription job.</p>"
|
|
0 commit comments