|
141 | 141 | }
|
142 | 142 | }
|
143 | 143 | },
|
| 144 | + "com.amazonaws.transcribe#CallAnalyticsFeature": { |
| 145 | + "type": "enum", |
| 146 | + "members": { |
| 147 | + "GENERATIVE_SUMMARIZATION": { |
| 148 | + "target": "smithy.api#Unit", |
| 149 | + "traits": { |
| 150 | + "smithy.api#enumValue": "GENERATIVE_SUMMARIZATION" |
| 151 | + } |
| 152 | + } |
| 153 | + } |
| 154 | + }, |
144 | 155 | "com.amazonaws.transcribe#CallAnalyticsJob": {
|
145 | 156 | "type": "structure",
|
146 | 157 | "members": {
|
|
156 | 167 | "smithy.api#documentation": "<p>Provides the status of the specified Call Analytics job.</p>\n <p>If the status is <code>COMPLETED</code>, the job is finished and you can find the\n results at the location specified in <code>TranscriptFileUri</code> (or\n <code>RedactedTranscriptFileUri</code>, if you requested transcript redaction). If\n the status is <code>FAILED</code>, <code>FailureReason</code> provides details on why\n your transcription job failed.</p>"
|
157 | 168 | }
|
158 | 169 | },
|
| 170 | + "CallAnalyticsJobDetails": { |
| 171 | + "target": "com.amazonaws.transcribe#CallAnalyticsJobDetails", |
| 172 | + "traits": { |
| 173 | + "smithy.api#documentation": "<p>Provides detailed information about a call analytics job, including information about skipped analytics features.</p>" |
| 174 | + } |
| 175 | + }, |
159 | 176 | "LanguageCode": {
|
160 | 177 | "target": "com.amazonaws.transcribe#LanguageCode",
|
161 | 178 | "traits": {
|
|
236 | 253 | "smithy.api#documentation": "<p>Provides detailed information about a Call Analytics job.</p>\n <p>To view the job's status, refer to <code>CallAnalyticsJobStatus</code>. If the status\n is <code>COMPLETED</code>, the job is finished. You can find your completed transcript\n at the URI specified in <code>TranscriptFileUri</code>. If the status is\n <code>FAILED</code>, <code>FailureReason</code> provides details on why your\n transcription job failed.</p>\n <p>If you enabled personally identifiable information (PII) redaction, the redacted\n transcript appears at the location specified in\n <code>RedactedTranscriptFileUri</code>.</p>\n <p>If you chose to redact the audio in your media file, you can find your redacted media\n file at the location specified in the <code>RedactedMediaFileUri</code> field of your\n response.</p>"
|
237 | 254 | }
|
238 | 255 | },
|
| 256 | + "com.amazonaws.transcribe#CallAnalyticsJobDetails": { |
| 257 | + "type": "structure", |
| 258 | + "members": { |
| 259 | + "Skipped": { |
| 260 | + "target": "com.amazonaws.transcribe#CallAnalyticsSkippedFeatureList", |
| 261 | + "traits": { |
| 262 | + "smithy.api#documentation": "<p>Contains information about any skipped analytics features during the analysis of a call analytics job.</p>\n <p>This array lists all the analytics features that were skipped, along with their corresponding reason code and message.</p>" |
| 263 | + } |
| 264 | + } |
| 265 | + }, |
| 266 | + "traits": { |
| 267 | + "smithy.api#documentation": "<p>Contains details about a call analytics job, including information about skipped analytics features.</p>" |
| 268 | + } |
| 269 | + }, |
239 | 270 | "com.amazonaws.transcribe#CallAnalyticsJobName": {
|
240 | 271 | "type": "string",
|
241 | 272 | "traits": {
|
|
373 | 404 | "smithy.api#documentation": "<p>Provides the status of your Call Analytics job.</p>\n <p>If the status is <code>COMPLETED</code>, the job is finished and you can find the\n results at the location specified in <code>TranscriptFileUri</code> (or\n <code>RedactedTranscriptFileUri</code>, if you requested transcript redaction). If\n the status is <code>FAILED</code>, <code>FailureReason</code> provides details on why\n your transcription job failed.</p>"
|
374 | 405 | }
|
375 | 406 | },
|
| 407 | + "CallAnalyticsJobDetails": { |
| 408 | + "target": "com.amazonaws.transcribe#CallAnalyticsJobDetails", |
| 409 | + "traits": { |
| 410 | + "smithy.api#documentation": "<p>Provides detailed information about a call analytics job, including information about skipped analytics features.</p>" |
| 411 | + } |
| 412 | + }, |
376 | 413 | "FailureReason": {
|
377 | 414 | "target": "com.amazonaws.transcribe#FailureReason",
|
378 | 415 | "traits": {
|
|
384 | 421 | "smithy.api#documentation": "<p>Provides detailed information about a specific Call Analytics job.</p>"
|
385 | 422 | }
|
386 | 423 | },
|
| 424 | + "com.amazonaws.transcribe#CallAnalyticsSkippedFeature": { |
| 425 | + "type": "structure", |
| 426 | + "members": { |
| 427 | + "Feature": { |
| 428 | + "target": "com.amazonaws.transcribe#CallAnalyticsFeature", |
| 429 | + "traits": { |
| 430 | + "smithy.api#documentation": "<p>Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.</p>" |
| 431 | + } |
| 432 | + }, |
| 433 | + "ReasonCode": { |
| 434 | + "target": "com.amazonaws.transcribe#CallAnalyticsSkippedReasonCode", |
| 435 | + "traits": { |
| 436 | + "smithy.api#documentation": "<p>Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.</p>" |
| 437 | + } |
| 438 | + }, |
| 439 | + "Message": { |
| 440 | + "target": "com.amazonaws.transcribe#String", |
| 441 | + "traits": { |
| 442 | + "smithy.api#documentation": "<p>Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.</p>" |
| 443 | + } |
| 444 | + } |
| 445 | + }, |
| 446 | + "traits": { |
| 447 | + "smithy.api#documentation": "<p>Represents a skipped analytics feature during the analysis of a call analytics job.</p>\n <p>The <code>Feature</code> field indicates the type of analytics feature that was skipped.</p>\n <p>The <code>Message</code> field contains additional information or a message explaining why the analytics feature was skipped.</p>\n <p>The <code>ReasonCode</code> field provides a code indicating the reason why the analytics feature was skipped.</p>" |
| 448 | + } |
| 449 | + }, |
| 450 | + "com.amazonaws.transcribe#CallAnalyticsSkippedFeatureList": { |
| 451 | + "type": "list", |
| 452 | + "member": { |
| 453 | + "target": "com.amazonaws.transcribe#CallAnalyticsSkippedFeature" |
| 454 | + } |
| 455 | + }, |
| 456 | + "com.amazonaws.transcribe#CallAnalyticsSkippedReasonCode": { |
| 457 | + "type": "enum", |
| 458 | + "members": { |
| 459 | + "INSUFFICIENT_CONVERSATION_CONTENT": { |
| 460 | + "target": "smithy.api#Unit", |
| 461 | + "traits": { |
| 462 | + "smithy.api#enumValue": "INSUFFICIENT_CONVERSATION_CONTENT" |
| 463 | + } |
| 464 | + }, |
| 465 | + "FAILED_SAFETY_GUIDELINES": { |
| 466 | + "target": "smithy.api#Unit", |
| 467 | + "traits": { |
| 468 | + "smithy.api#enumValue": "FAILED_SAFETY_GUIDELINES" |
| 469 | + } |
| 470 | + } |
| 471 | + } |
| 472 | + }, |
387 | 473 | "com.amazonaws.transcribe#CategoryName": {
|
388 | 474 | "type": "string",
|
389 | 475 | "traits": {
|
|
3927 | 4013 | "traits": {
|
3928 | 4014 | "smithy.api#range": {
|
3929 | 4015 | "min": 2,
|
3930 |
| - "max": 10 |
| 4016 | + "max": 30 |
3931 | 4017 | }
|
3932 | 4018 | }
|
3933 | 4019 | },
|
|
0 commit comments