|
72 | 72 | {
|
73 | 73 | "value": "SPEAKER_ID_NOT_PROVIDED",
|
74 | 74 | "name": "SPEAKER_ID_NOT_PROVIDED"
|
| 75 | + }, |
| 76 | + { |
| 77 | + "value": "SPEAKER_EXPIRED", |
| 78 | + "name": "SPEAKER_EXPIRED" |
75 | 79 | }
|
76 | 80 | ]
|
77 | 81 | }
|
|
231 | 235 | "smithy.api#documentation": "<p>Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer \n audio, and voiceprints.\n </p>",
|
232 | 236 | "smithy.api#http": {
|
233 | 237 | "method": "POST",
|
234 |
| - "uri": "/domains", |
235 |
| - "code": 200 |
| 238 | + "uri": "/domains" |
236 | 239 | },
|
237 | 240 | "smithy.api#idempotent": {}
|
238 | 241 | }
|
|
302 | 305 | "input": {
|
303 | 306 | "target": "com.amazonaws.voiceid#DeleteDomainRequest"
|
304 | 307 | },
|
| 308 | + "output": { |
| 309 | + "target": "smithy.api#Unit" |
| 310 | + }, |
305 | 311 | "errors": [
|
306 | 312 | {
|
307 | 313 | "target": "com.amazonaws.voiceid#AccessDeniedException"
|
|
349 | 355 | "input": {
|
350 | 356 | "target": "com.amazonaws.voiceid#DeleteFraudsterRequest"
|
351 | 357 | },
|
| 358 | + "output": { |
| 359 | + "target": "smithy.api#Unit" |
| 360 | + }, |
352 | 361 | "errors": [
|
353 | 362 | {
|
354 | 363 | "target": "com.amazonaws.voiceid#AccessDeniedException"
|
|
401 | 410 | "input": {
|
402 | 411 | "target": "com.amazonaws.voiceid#DeleteSpeakerRequest"
|
403 | 412 | },
|
| 413 | + "output": { |
| 414 | + "target": "smithy.api#Unit" |
| 415 | + }, |
404 | 416 | "errors": [
|
405 | 417 | {
|
406 | 418 | "target": "com.amazonaws.voiceid#AccessDeniedException"
|
|
480 | 492 | "smithy.api#documentation": "<p>Describes the specified domain.</p>",
|
481 | 493 | "smithy.api#http": {
|
482 | 494 | "method": "GET",
|
483 |
| - "uri": "/domains/{DomainId}", |
484 |
| - "code": 200 |
| 495 | + "uri": "/domains/{DomainId}" |
485 | 496 | }
|
486 | 497 | }
|
487 | 498 | },
|
|
538 | 549 | "smithy.api#documentation": "<p>Describes the specified fraudster.</p>",
|
539 | 550 | "smithy.api#http": {
|
540 | 551 | "method": "GET",
|
541 |
| - "uri": "/domains/{DomainId}/fraudsters/{FraudsterId}", |
542 |
| - "code": 200 |
| 552 | + "uri": "/domains/{DomainId}/fraudsters/{FraudsterId}" |
543 | 553 | }
|
544 | 554 | }
|
545 | 555 | },
|
|
572 | 582 | "smithy.api#documentation": "<p>Describes the specified fraudster registration job.</p>",
|
573 | 583 | "smithy.api#http": {
|
574 | 584 | "method": "GET",
|
575 |
| - "uri": "/domains/{DomainId}/fraudster-registration-jobs/{JobId}", |
576 |
| - "code": 200 |
| 585 | + "uri": "/domains/{DomainId}/fraudster-registration-jobs/{JobId}" |
577 | 586 | }
|
578 | 587 | }
|
579 | 588 | },
|
|
670 | 679 | "smithy.api#documentation": "<p>Describes the specified speaker.</p>",
|
671 | 680 | "smithy.api#http": {
|
672 | 681 | "method": "GET",
|
673 |
| - "uri": "/domains/{DomainId}/speakers/{SpeakerId}", |
674 |
| - "code": 200 |
| 682 | + "uri": "/domains/{DomainId}/speakers/{SpeakerId}" |
675 | 683 | }
|
676 | 684 | }
|
677 | 685 | },
|
|
704 | 712 | "smithy.api#documentation": "<p>Describes the specified speaker enrollment job.</p>",
|
705 | 713 | "smithy.api#http": {
|
706 | 714 | "method": "GET",
|
707 |
| - "uri": "/domains/{DomainId}/speaker-enrollment-jobs/{JobId}", |
708 |
| - "code": 200 |
| 715 | + "uri": "/domains/{DomainId}/speaker-enrollment-jobs/{JobId}" |
709 | 716 | }
|
710 | 717 | }
|
711 | 718 | },
|
|
1026 | 1033 | "smithy.api#documentation": "<p>Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice \n ID call.</p>",
|
1027 | 1034 | "smithy.api#http": {
|
1028 | 1035 | "method": "PUT",
|
1029 |
| - "uri": "/sessions/{SessionNameOrId}/evaluate", |
1030 |
| - "code": 200 |
| 1036 | + "uri": "/sessions/{SessionNameOrId}/evaluate" |
1031 | 1037 | }
|
1032 | 1038 | }
|
1033 | 1039 | },
|
|
1626 | 1632 | "smithy.api#documentation": "<p>Lists all the domains in the Amazon Web Services account.\n </p>",
|
1627 | 1633 | "smithy.api#http": {
|
1628 | 1634 | "method": "GET",
|
1629 |
| - "uri": "/domains", |
1630 |
| - "code": 200 |
| 1635 | + "uri": "/domains" |
1631 | 1636 | },
|
1632 | 1637 | "smithy.api#paginated": {
|
1633 | 1638 | "inputToken": "NextToken",
|
1634 | 1639 | "outputToken": "NextToken",
|
| 1640 | + "items": "DomainSummaries", |
1635 | 1641 | "pageSize": "MaxResults"
|
1636 | 1642 | }
|
1637 | 1643 | }
|
|
1701 | 1707 | "smithy.api#documentation": "<p>Lists all the fraudster registration jobs in the domain with the given <code>JobStatus</code>.\n If <code>JobStatus</code> is not provided, this lists all fraudster registration jobs in the given\n domain.\n </p>",
|
1702 | 1708 | "smithy.api#http": {
|
1703 | 1709 | "method": "GET",
|
1704 |
| - "uri": "/domains/{DomainId}/fraudster-registration-jobs", |
1705 |
| - "code": 200 |
| 1710 | + "uri": "/domains/{DomainId}/fraudster-registration-jobs" |
1706 | 1711 | },
|
1707 | 1712 | "smithy.api#paginated": {
|
1708 | 1713 | "inputToken": "NextToken",
|
1709 | 1714 | "outputToken": "NextToken",
|
| 1715 | + "items": "JobSummaries", |
1710 | 1716 | "pageSize": "MaxResults"
|
1711 | 1717 | }
|
1712 | 1718 | }
|
|
1791 | 1797 | "smithy.api#documentation": "<p>Lists all the speaker enrollment jobs in the domain with the specified <code>JobStatus</code>. If\n <code>JobStatus</code> is not provided, this lists all jobs with all possible speaker enrollment job\n statuses.</p>",
|
1792 | 1798 | "smithy.api#http": {
|
1793 | 1799 | "method": "GET",
|
1794 |
| - "uri": "/domains/{DomainId}/speaker-enrollment-jobs", |
1795 |
| - "code": 200 |
| 1800 | + "uri": "/domains/{DomainId}/speaker-enrollment-jobs" |
1796 | 1801 | },
|
1797 | 1802 | "smithy.api#paginated": {
|
1798 | 1803 | "inputToken": "NextToken",
|
1799 | 1804 | "outputToken": "NextToken",
|
| 1805 | + "items": "JobSummaries", |
1800 | 1806 | "pageSize": "MaxResults"
|
1801 | 1807 | }
|
1802 | 1808 | }
|
|
1881 | 1887 | "smithy.api#documentation": "<p>Lists all speakers in a specified domain.</p>",
|
1882 | 1888 | "smithy.api#http": {
|
1883 | 1889 | "method": "GET",
|
1884 |
| - "uri": "/domains/{DomainId}/speakers", |
1885 |
| - "code": 200 |
| 1890 | + "uri": "/domains/{DomainId}/speakers" |
1886 | 1891 | },
|
1887 | 1892 | "smithy.api#paginated": {
|
1888 | 1893 | "inputToken": "NextToken",
|
1889 | 1894 | "outputToken": "NextToken",
|
| 1895 | + "items": "SpeakerSummaries", |
1890 | 1896 | "pageSize": "MaxResults"
|
1891 | 1897 | }
|
1892 | 1898 | }
|
|
1963 | 1969 | "traits": {
|
1964 | 1970 | "smithy.api#documentation": "<p>Lists all tags associated with a specified Voice ID resource.</p>",
|
1965 | 1971 | "smithy.api#http": {
|
1966 |
| - "method": "GET", |
1967 | 1972 | "uri": "/tags/{ResourceArn}",
|
1968 |
| - "code": 200 |
| 1973 | + "method": "GET" |
1969 | 1974 | }
|
1970 | 1975 | }
|
1971 | 1976 | },
|
|
2055 | 2060 | "smithy.api#documentation": "<p>Opts out a speaker from Voice ID system. A speaker can be opted out regardless of whether or not they\n already exist in the system. If they don't yet exist, a new speaker is created in an opted out state.\n If they already exist, their existing status is overridden and they are opted out. Enrollment and\n evaluation authentication requests are rejected for opted out speakers, and opted out speakers have\n no voice embeddings stored in the system.</p>",
|
2056 | 2061 | "smithy.api#http": {
|
2057 | 2062 | "method": "PUT",
|
2058 |
| - "uri": "/domains/{DomainId}/speakers/{SpeakerId}/optout", |
2059 |
| - "code": 200 |
| 2063 | + "uri": "/domains/{DomainId}/speakers/{SpeakerId}/optout" |
2060 | 2064 | }
|
2061 | 2065 | }
|
2062 | 2066 | },
|
|
2299 | 2303 | "traits": {
|
2300 | 2304 | "smithy.api#documentation": "<p>A timestamp showing the speaker's last update.</p>"
|
2301 | 2305 | }
|
| 2306 | + }, |
| 2307 | + "LastAccessedAt": { |
| 2308 | + "target": "com.amazonaws.voiceid#Timestamp", |
| 2309 | + "traits": { |
| 2310 | + "smithy.api#documentation": "<p>The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.</p>" |
| 2311 | + } |
2302 | 2312 | }
|
2303 | 2313 | },
|
2304 | 2314 | "traits": {
|
|
2552 | 2562 | "traits": {
|
2553 | 2563 | "smithy.api#documentation": "<p>A timestamp showing the speaker's last update.</p>"
|
2554 | 2564 | }
|
| 2565 | + }, |
| 2566 | + "LastAccessedAt": { |
| 2567 | + "target": "com.amazonaws.voiceid#Timestamp", |
| 2568 | + "traits": { |
| 2569 | + "smithy.api#documentation": "<p>The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.</p>" |
| 2570 | + } |
2555 | 2571 | }
|
2556 | 2572 | },
|
2557 | 2573 | "traits": {
|
|
2593 | 2609 | "smithy.api#documentation": "<p>Starts a new batch fraudster registration job using provided details.</p>",
|
2594 | 2610 | "smithy.api#http": {
|
2595 | 2611 | "method": "POST",
|
2596 |
| - "uri": "/domains/{DomainId}/fraudster-registration-jobs", |
2597 |
| - "code": 200 |
| 2612 | + "uri": "/domains/{DomainId}/fraudster-registration-jobs" |
2598 | 2613 | },
|
2599 | 2614 | "smithy.api#idempotent": {}
|
2600 | 2615 | }
|
|
2698 | 2713 | "smithy.api#documentation": "<p>Starts a new batch speaker enrollment job using specified details.</p>",
|
2699 | 2714 | "smithy.api#http": {
|
2700 | 2715 | "method": "POST",
|
2701 |
| - "uri": "/domains/{DomainId}/speaker-enrollment-jobs", |
2702 |
| - "code": 200 |
| 2716 | + "uri": "/domains/{DomainId}/speaker-enrollment-jobs" |
2703 | 2717 | },
|
2704 | 2718 | "smithy.api#idempotent": {}
|
2705 | 2719 | }
|
|
2883 | 2897 | "traits": {
|
2884 | 2898 | "smithy.api#documentation": "<p>Tags an Amazon Connect Voice ID resource with the provided list of tags.</p>",
|
2885 | 2899 | "smithy.api#http": {
|
2886 |
| - "method": "POST", |
2887 | 2900 | "uri": "/tags/{ResourceArn}",
|
2888 |
| - "code": 200 |
| 2901 | + "method": "POST" |
2889 | 2902 | }
|
2890 | 2903 | }
|
2891 | 2904 | },
|
|
2981 | 2994 | "traits": {
|
2982 | 2995 | "smithy.api#documentation": "<p>Removes specified tags from a specified Amazon Connect Voice ID resource.</p>",
|
2983 | 2996 | "smithy.api#http": {
|
2984 |
| - "method": "DELETE", |
2985 | 2997 | "uri": "/tags/{ResourceArn}",
|
| 2998 | + "method": "DELETE", |
2986 | 2999 | "code": 204
|
2987 | 3000 | }
|
2988 | 3001 | }
|
|
3044 | 3057 | "smithy.api#documentation": "<p>Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes.\n If an optional field, such as 'Description' is not provided, it is removed from the domain.</p>",
|
3045 | 3058 | "smithy.api#http": {
|
3046 | 3059 | "method": "PUT",
|
3047 |
| - "uri": "/domains/{DomainId}", |
3048 |
| - "code": 200 |
| 3060 | + "uri": "/domains/{DomainId}" |
3049 | 3061 | }
|
3050 | 3062 | }
|
3051 | 3063 | },
|
|
3108 | 3120 | },
|
3109 | 3121 | "com.amazonaws.voiceid#VoiceID": {
|
3110 | 3122 | "type": "service",
|
| 3123 | + "traits": { |
| 3124 | + "aws.api#service": { |
| 3125 | + "sdkId": "Voice ID", |
| 3126 | + "arnNamespace": "voiceid", |
| 3127 | + "cloudFormationName": "VoiceID", |
| 3128 | + "cloudTrailEventSource": "voiceid.amazonaws.com", |
| 3129 | + "endpointPrefix": "voiceid" |
| 3130 | + }, |
| 3131 | + "aws.auth#sigv4": { |
| 3132 | + "name": "voiceid" |
| 3133 | + }, |
| 3134 | + "aws.protocols#awsJson1_0": {}, |
| 3135 | + "smithy.api#documentation": "<p>Amazon Connect Voice ID provides real-time caller authentication and fraud screening. This guide\n describes the APIs used for this service.\n </p>", |
| 3136 | + "smithy.api#title": "Amazon Voice ID" |
| 3137 | + }, |
3111 | 3138 | "version": "2021-09-27",
|
3112 | 3139 | "operations": [
|
3113 | 3140 | {
|
|
3173 | 3200 | {
|
3174 | 3201 | "target": "com.amazonaws.voiceid#UpdateDomain"
|
3175 | 3202 | }
|
3176 |
| - ], |
3177 |
| - "traits": { |
3178 |
| - "aws.api#service": { |
3179 |
| - "sdkId": "Voice ID", |
3180 |
| - "arnNamespace": "voiceid", |
3181 |
| - "cloudFormationName": "VoiceID", |
3182 |
| - "cloudTrailEventSource": "voiceid.amazonaws.com", |
3183 |
| - "endpointPrefix": "voiceid" |
3184 |
| - }, |
3185 |
| - "aws.auth#sigv4": { |
3186 |
| - "name": "voiceid" |
3187 |
| - }, |
3188 |
| - "aws.protocols#awsJson1_0": {}, |
3189 |
| - "smithy.api#documentation": "<p>Amazon Connect Voice ID provides real-time caller authentication and fraud screening. This guide\n describes the APIs used for this service.\n </p>", |
3190 |
| - "smithy.api#title": "Amazon Voice ID" |
3191 |
| - } |
| 3203 | + ] |
3192 | 3204 | }
|
3193 | 3205 | }
|
3194 | 3206 | }
|
0 commit comments