voice-id-2021-09-27.min.json 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-09-27",
  5. "endpointPrefix": "voiceid",
  6. "jsonVersion": "1.0",
  7. "protocol": "json",
  8. "serviceFullName": "Amazon Voice ID",
  9. "serviceId": "Voice ID",
  10. "signatureVersion": "v4",
  11. "signingName": "voiceid",
  12. "targetPrefix": "VoiceID",
  13. "uid": "voice-id-2021-09-27"
  14. },
  15. "operations": {
  16. "AssociateFraudster": {
  17. "input": {
  18. "type": "structure",
  19. "required": [
  20. "DomainId",
  21. "FraudsterId",
  22. "WatchlistId"
  23. ],
  24. "members": {
  25. "DomainId": {},
  26. "FraudsterId": {
  27. "shape": "S3"
  28. },
  29. "WatchlistId": {}
  30. }
  31. },
  32. "output": {
  33. "type": "structure",
  34. "members": {
  35. "Fraudster": {
  36. "shape": "S6"
  37. }
  38. }
  39. }
  40. },
  41. "CreateDomain": {
  42. "input": {
  43. "type": "structure",
  44. "required": [
  45. "Name",
  46. "ServerSideEncryptionConfiguration"
  47. ],
  48. "members": {
  49. "ClientToken": {
  50. "idempotencyToken": true
  51. },
  52. "Description": {
  53. "shape": "Sc"
  54. },
  55. "Name": {
  56. "shape": "Sd"
  57. },
  58. "ServerSideEncryptionConfiguration": {
  59. "shape": "Se"
  60. },
  61. "Tags": {
  62. "shape": "Sg"
  63. }
  64. }
  65. },
  66. "output": {
  67. "type": "structure",
  68. "members": {
  69. "Domain": {
  70. "shape": "Sl"
  71. }
  72. }
  73. },
  74. "idempotent": true
  75. },
  76. "CreateWatchlist": {
  77. "input": {
  78. "type": "structure",
  79. "required": [
  80. "DomainId",
  81. "Name"
  82. ],
  83. "members": {
  84. "ClientToken": {
  85. "idempotencyToken": true
  86. },
  87. "Description": {
  88. "shape": "St"
  89. },
  90. "DomainId": {},
  91. "Name": {
  92. "shape": "Su"
  93. }
  94. }
  95. },
  96. "output": {
  97. "type": "structure",
  98. "members": {
  99. "Watchlist": {
  100. "shape": "Sw"
  101. }
  102. }
  103. },
  104. "idempotent": true
  105. },
  106. "DeleteDomain": {
  107. "input": {
  108. "type": "structure",
  109. "required": [
  110. "DomainId"
  111. ],
  112. "members": {
  113. "DomainId": {}
  114. }
  115. },
  116. "idempotent": true
  117. },
  118. "DeleteFraudster": {
  119. "input": {
  120. "type": "structure",
  121. "required": [
  122. "DomainId",
  123. "FraudsterId"
  124. ],
  125. "members": {
  126. "DomainId": {},
  127. "FraudsterId": {
  128. "shape": "S3"
  129. }
  130. }
  131. }
  132. },
  133. "DeleteSpeaker": {
  134. "input": {
  135. "type": "structure",
  136. "required": [
  137. "DomainId",
  138. "SpeakerId"
  139. ],
  140. "members": {
  141. "DomainId": {},
  142. "SpeakerId": {
  143. "shape": "S11"
  144. }
  145. }
  146. }
  147. },
  148. "DeleteWatchlist": {
  149. "input": {
  150. "type": "structure",
  151. "required": [
  152. "DomainId",
  153. "WatchlistId"
  154. ],
  155. "members": {
  156. "DomainId": {},
  157. "WatchlistId": {}
  158. }
  159. }
  160. },
  161. "DescribeDomain": {
  162. "input": {
  163. "type": "structure",
  164. "required": [
  165. "DomainId"
  166. ],
  167. "members": {
  168. "DomainId": {}
  169. }
  170. },
  171. "output": {
  172. "type": "structure",
  173. "members": {
  174. "Domain": {
  175. "shape": "Sl"
  176. }
  177. }
  178. }
  179. },
  180. "DescribeFraudster": {
  181. "input": {
  182. "type": "structure",
  183. "required": [
  184. "DomainId",
  185. "FraudsterId"
  186. ],
  187. "members": {
  188. "DomainId": {},
  189. "FraudsterId": {
  190. "shape": "S3"
  191. }
  192. }
  193. },
  194. "output": {
  195. "type": "structure",
  196. "members": {
  197. "Fraudster": {
  198. "shape": "S6"
  199. }
  200. }
  201. }
  202. },
  203. "DescribeFraudsterRegistrationJob": {
  204. "input": {
  205. "type": "structure",
  206. "required": [
  207. "DomainId",
  208. "JobId"
  209. ],
  210. "members": {
  211. "DomainId": {},
  212. "JobId": {}
  213. }
  214. },
  215. "output": {
  216. "type": "structure",
  217. "members": {
  218. "Job": {
  219. "shape": "S1a"
  220. }
  221. }
  222. }
  223. },
  224. "DescribeSpeaker": {
  225. "input": {
  226. "type": "structure",
  227. "required": [
  228. "DomainId",
  229. "SpeakerId"
  230. ],
  231. "members": {
  232. "DomainId": {},
  233. "SpeakerId": {
  234. "shape": "S11"
  235. }
  236. }
  237. },
  238. "output": {
  239. "type": "structure",
  240. "members": {
  241. "Speaker": {
  242. "shape": "S1q"
  243. }
  244. }
  245. }
  246. },
  247. "DescribeSpeakerEnrollmentJob": {
  248. "input": {
  249. "type": "structure",
  250. "required": [
  251. "DomainId",
  252. "JobId"
  253. ],
  254. "members": {
  255. "DomainId": {},
  256. "JobId": {}
  257. }
  258. },
  259. "output": {
  260. "type": "structure",
  261. "members": {
  262. "Job": {
  263. "shape": "S1w"
  264. }
  265. }
  266. }
  267. },
  268. "DescribeWatchlist": {
  269. "input": {
  270. "type": "structure",
  271. "required": [
  272. "DomainId",
  273. "WatchlistId"
  274. ],
  275. "members": {
  276. "DomainId": {},
  277. "WatchlistId": {}
  278. }
  279. },
  280. "output": {
  281. "type": "structure",
  282. "members": {
  283. "Watchlist": {
  284. "shape": "Sw"
  285. }
  286. }
  287. }
  288. },
  289. "DisassociateFraudster": {
  290. "input": {
  291. "type": "structure",
  292. "required": [
  293. "DomainId",
  294. "FraudsterId",
  295. "WatchlistId"
  296. ],
  297. "members": {
  298. "DomainId": {},
  299. "FraudsterId": {
  300. "shape": "S3"
  301. },
  302. "WatchlistId": {}
  303. }
  304. },
  305. "output": {
  306. "type": "structure",
  307. "members": {
  308. "Fraudster": {
  309. "shape": "S6"
  310. }
  311. }
  312. }
  313. },
  314. "EvaluateSession": {
  315. "input": {
  316. "type": "structure",
  317. "required": [
  318. "DomainId",
  319. "SessionNameOrId"
  320. ],
  321. "members": {
  322. "DomainId": {},
  323. "SessionNameOrId": {}
  324. }
  325. },
  326. "output": {
  327. "type": "structure",
  328. "members": {
  329. "AuthenticationResult": {
  330. "type": "structure",
  331. "members": {
  332. "AudioAggregationEndedAt": {
  333. "type": "timestamp"
  334. },
  335. "AudioAggregationStartedAt": {
  336. "type": "timestamp"
  337. },
  338. "AuthenticationResultId": {},
  339. "Configuration": {
  340. "type": "structure",
  341. "required": [
  342. "AcceptanceThreshold"
  343. ],
  344. "members": {
  345. "AcceptanceThreshold": {
  346. "type": "integer"
  347. }
  348. }
  349. },
  350. "CustomerSpeakerId": {
  351. "shape": "S1r"
  352. },
  353. "Decision": {},
  354. "GeneratedSpeakerId": {},
  355. "Score": {
  356. "type": "integer"
  357. }
  358. }
  359. },
  360. "DomainId": {},
  361. "FraudDetectionResult": {
  362. "type": "structure",
  363. "members": {
  364. "AudioAggregationEndedAt": {
  365. "type": "timestamp"
  366. },
  367. "AudioAggregationStartedAt": {
  368. "type": "timestamp"
  369. },
  370. "Configuration": {
  371. "type": "structure",
  372. "members": {
  373. "RiskThreshold": {
  374. "type": "integer"
  375. },
  376. "WatchlistId": {}
  377. }
  378. },
  379. "Decision": {},
  380. "FraudDetectionResultId": {},
  381. "Reasons": {
  382. "type": "list",
  383. "member": {}
  384. },
  385. "RiskDetails": {
  386. "type": "structure",
  387. "required": [
  388. "KnownFraudsterRisk",
  389. "VoiceSpoofingRisk"
  390. ],
  391. "members": {
  392. "KnownFraudsterRisk": {
  393. "type": "structure",
  394. "required": [
  395. "RiskScore"
  396. ],
  397. "members": {
  398. "GeneratedFraudsterId": {},
  399. "RiskScore": {
  400. "type": "integer"
  401. }
  402. }
  403. },
  404. "VoiceSpoofingRisk": {
  405. "type": "structure",
  406. "required": [
  407. "RiskScore"
  408. ],
  409. "members": {
  410. "RiskScore": {
  411. "type": "integer"
  412. }
  413. }
  414. }
  415. }
  416. }
  417. }
  418. },
  419. "SessionId": {},
  420. "SessionName": {},
  421. "StreamingStatus": {}
  422. }
  423. }
  424. },
  425. "ListDomains": {
  426. "input": {
  427. "type": "structure",
  428. "members": {
  429. "MaxResults": {
  430. "type": "integer"
  431. },
  432. "NextToken": {}
  433. }
  434. },
  435. "output": {
  436. "type": "structure",
  437. "members": {
  438. "DomainSummaries": {
  439. "type": "list",
  440. "member": {
  441. "type": "structure",
  442. "members": {
  443. "Arn": {},
  444. "CreatedAt": {
  445. "type": "timestamp"
  446. },
  447. "Description": {
  448. "shape": "Sc"
  449. },
  450. "DomainId": {},
  451. "DomainStatus": {},
  452. "Name": {
  453. "shape": "Sd"
  454. },
  455. "ServerSideEncryptionConfiguration": {
  456. "shape": "Se"
  457. },
  458. "ServerSideEncryptionUpdateDetails": {
  459. "shape": "So"
  460. },
  461. "UpdatedAt": {
  462. "type": "timestamp"
  463. },
  464. "WatchlistDetails": {
  465. "shape": "Sr"
  466. }
  467. }
  468. }
  469. },
  470. "NextToken": {}
  471. }
  472. }
  473. },
  474. "ListFraudsterRegistrationJobs": {
  475. "input": {
  476. "type": "structure",
  477. "required": [
  478. "DomainId"
  479. ],
  480. "members": {
  481. "DomainId": {},
  482. "JobStatus": {},
  483. "MaxResults": {
  484. "type": "integer"
  485. },
  486. "NextToken": {}
  487. }
  488. },
  489. "output": {
  490. "type": "structure",
  491. "members": {
  492. "JobSummaries": {
  493. "type": "list",
  494. "member": {
  495. "type": "structure",
  496. "members": {
  497. "CreatedAt": {
  498. "type": "timestamp"
  499. },
  500. "DomainId": {},
  501. "EndedAt": {
  502. "type": "timestamp"
  503. },
  504. "FailureDetails": {
  505. "shape": "S1c"
  506. },
  507. "JobId": {},
  508. "JobName": {
  509. "shape": "S1g"
  510. },
  511. "JobProgress": {
  512. "shape": "S1h"
  513. },
  514. "JobStatus": {}
  515. }
  516. }
  517. },
  518. "NextToken": {}
  519. }
  520. }
  521. },
  522. "ListFraudsters": {
  523. "input": {
  524. "type": "structure",
  525. "required": [
  526. "DomainId"
  527. ],
  528. "members": {
  529. "DomainId": {},
  530. "MaxResults": {
  531. "type": "integer"
  532. },
  533. "NextToken": {},
  534. "WatchlistId": {}
  535. }
  536. },
  537. "output": {
  538. "type": "structure",
  539. "members": {
  540. "FraudsterSummaries": {
  541. "type": "list",
  542. "member": {
  543. "type": "structure",
  544. "members": {
  545. "CreatedAt": {
  546. "type": "timestamp"
  547. },
  548. "DomainId": {},
  549. "GeneratedFraudsterId": {},
  550. "WatchlistIds": {
  551. "shape": "S9"
  552. }
  553. }
  554. }
  555. },
  556. "NextToken": {}
  557. }
  558. }
  559. },
  560. "ListSpeakerEnrollmentJobs": {
  561. "input": {
  562. "type": "structure",
  563. "required": [
  564. "DomainId"
  565. ],
  566. "members": {
  567. "DomainId": {},
  568. "JobStatus": {},
  569. "MaxResults": {
  570. "type": "integer"
  571. },
  572. "NextToken": {}
  573. }
  574. },
  575. "output": {
  576. "type": "structure",
  577. "members": {
  578. "JobSummaries": {
  579. "type": "list",
  580. "member": {
  581. "type": "structure",
  582. "members": {
  583. "CreatedAt": {
  584. "type": "timestamp"
  585. },
  586. "DomainId": {},
  587. "EndedAt": {
  588. "type": "timestamp"
  589. },
  590. "FailureDetails": {
  591. "shape": "S1c"
  592. },
  593. "JobId": {},
  594. "JobName": {
  595. "shape": "S1g"
  596. },
  597. "JobProgress": {
  598. "shape": "S1h"
  599. },
  600. "JobStatus": {}
  601. }
  602. }
  603. },
  604. "NextToken": {}
  605. }
  606. }
  607. },
  608. "ListSpeakers": {
  609. "input": {
  610. "type": "structure",
  611. "required": [
  612. "DomainId"
  613. ],
  614. "members": {
  615. "DomainId": {},
  616. "MaxResults": {
  617. "type": "integer"
  618. },
  619. "NextToken": {}
  620. }
  621. },
  622. "output": {
  623. "type": "structure",
  624. "members": {
  625. "NextToken": {},
  626. "SpeakerSummaries": {
  627. "type": "list",
  628. "member": {
  629. "type": "structure",
  630. "members": {
  631. "CreatedAt": {
  632. "type": "timestamp"
  633. },
  634. "CustomerSpeakerId": {
  635. "shape": "S1r"
  636. },
  637. "DomainId": {},
  638. "GeneratedSpeakerId": {},
  639. "LastAccessedAt": {
  640. "type": "timestamp"
  641. },
  642. "Status": {},
  643. "UpdatedAt": {
  644. "type": "timestamp"
  645. }
  646. }
  647. }
  648. }
  649. }
  650. }
  651. },
  652. "ListTagsForResource": {
  653. "input": {
  654. "type": "structure",
  655. "required": [
  656. "ResourceArn"
  657. ],
  658. "members": {
  659. "ResourceArn": {}
  660. }
  661. },
  662. "output": {
  663. "type": "structure",
  664. "members": {
  665. "Tags": {
  666. "shape": "Sg"
  667. }
  668. }
  669. }
  670. },
  671. "ListWatchlists": {
  672. "input": {
  673. "type": "structure",
  674. "required": [
  675. "DomainId"
  676. ],
  677. "members": {
  678. "DomainId": {},
  679. "MaxResults": {
  680. "type": "integer"
  681. },
  682. "NextToken": {}
  683. }
  684. },
  685. "output": {
  686. "type": "structure",
  687. "members": {
  688. "NextToken": {},
  689. "WatchlistSummaries": {
  690. "type": "list",
  691. "member": {
  692. "type": "structure",
  693. "members": {
  694. "CreatedAt": {
  695. "type": "timestamp"
  696. },
  697. "DefaultWatchlist": {
  698. "type": "boolean"
  699. },
  700. "Description": {
  701. "shape": "St"
  702. },
  703. "DomainId": {},
  704. "Name": {
  705. "shape": "Su"
  706. },
  707. "UpdatedAt": {
  708. "type": "timestamp"
  709. },
  710. "WatchlistId": {}
  711. }
  712. }
  713. }
  714. }
  715. }
  716. },
  717. "OptOutSpeaker": {
  718. "input": {
  719. "type": "structure",
  720. "required": [
  721. "DomainId",
  722. "SpeakerId"
  723. ],
  724. "members": {
  725. "DomainId": {},
  726. "SpeakerId": {
  727. "shape": "S11"
  728. }
  729. }
  730. },
  731. "output": {
  732. "type": "structure",
  733. "members": {
  734. "Speaker": {
  735. "shape": "S1q"
  736. }
  737. }
  738. }
  739. },
  740. "StartFraudsterRegistrationJob": {
  741. "input": {
  742. "type": "structure",
  743. "required": [
  744. "DataAccessRoleArn",
  745. "DomainId",
  746. "InputDataConfig",
  747. "OutputDataConfig"
  748. ],
  749. "members": {
  750. "ClientToken": {
  751. "idempotencyToken": true
  752. },
  753. "DataAccessRoleArn": {},
  754. "DomainId": {},
  755. "InputDataConfig": {
  756. "shape": "S1e"
  757. },
  758. "JobName": {
  759. "shape": "S1g"
  760. },
  761. "OutputDataConfig": {
  762. "shape": "S1k"
  763. },
  764. "RegistrationConfig": {
  765. "shape": "S1l"
  766. }
  767. }
  768. },
  769. "output": {
  770. "type": "structure",
  771. "members": {
  772. "Job": {
  773. "shape": "S1a"
  774. }
  775. }
  776. },
  777. "idempotent": true
  778. },
  779. "StartSpeakerEnrollmentJob": {
  780. "input": {
  781. "type": "structure",
  782. "required": [
  783. "DataAccessRoleArn",
  784. "DomainId",
  785. "InputDataConfig",
  786. "OutputDataConfig"
  787. ],
  788. "members": {
  789. "ClientToken": {
  790. "idempotencyToken": true
  791. },
  792. "DataAccessRoleArn": {},
  793. "DomainId": {},
  794. "EnrollmentConfig": {
  795. "shape": "S1x"
  796. },
  797. "InputDataConfig": {
  798. "shape": "S1e"
  799. },
  800. "JobName": {
  801. "shape": "S1g"
  802. },
  803. "OutputDataConfig": {
  804. "shape": "S1k"
  805. }
  806. }
  807. },
  808. "output": {
  809. "type": "structure",
  810. "members": {
  811. "Job": {
  812. "shape": "S1w"
  813. }
  814. }
  815. },
  816. "idempotent": true
  817. },
  818. "TagResource": {
  819. "input": {
  820. "type": "structure",
  821. "required": [
  822. "ResourceArn",
  823. "Tags"
  824. ],
  825. "members": {
  826. "ResourceArn": {},
  827. "Tags": {
  828. "shape": "Sg"
  829. }
  830. }
  831. },
  832. "output": {
  833. "type": "structure",
  834. "members": {}
  835. }
  836. },
  837. "UntagResource": {
  838. "input": {
  839. "type": "structure",
  840. "required": [
  841. "ResourceArn",
  842. "TagKeys"
  843. ],
  844. "members": {
  845. "ResourceArn": {},
  846. "TagKeys": {
  847. "type": "list",
  848. "member": {
  849. "shape": "Si"
  850. }
  851. }
  852. }
  853. },
  854. "output": {
  855. "type": "structure",
  856. "members": {}
  857. }
  858. },
  859. "UpdateDomain": {
  860. "input": {
  861. "type": "structure",
  862. "required": [
  863. "DomainId",
  864. "Name",
  865. "ServerSideEncryptionConfiguration"
  866. ],
  867. "members": {
  868. "Description": {
  869. "shape": "Sc"
  870. },
  871. "DomainId": {},
  872. "Name": {
  873. "shape": "Sd"
  874. },
  875. "ServerSideEncryptionConfiguration": {
  876. "shape": "Se"
  877. }
  878. }
  879. },
  880. "output": {
  881. "type": "structure",
  882. "members": {
  883. "Domain": {
  884. "shape": "Sl"
  885. }
  886. }
  887. }
  888. },
  889. "UpdateWatchlist": {
  890. "input": {
  891. "type": "structure",
  892. "required": [
  893. "DomainId",
  894. "WatchlistId"
  895. ],
  896. "members": {
  897. "Description": {
  898. "shape": "St"
  899. },
  900. "DomainId": {},
  901. "Name": {
  902. "shape": "Su"
  903. },
  904. "WatchlistId": {}
  905. }
  906. },
  907. "output": {
  908. "type": "structure",
  909. "members": {
  910. "Watchlist": {
  911. "shape": "Sw"
  912. }
  913. }
  914. }
  915. }
  916. },
  917. "shapes": {
  918. "S3": {
  919. "type": "string",
  920. "sensitive": true
  921. },
  922. "S6": {
  923. "type": "structure",
  924. "members": {
  925. "CreatedAt": {
  926. "type": "timestamp"
  927. },
  928. "DomainId": {},
  929. "GeneratedFraudsterId": {},
  930. "WatchlistIds": {
  931. "shape": "S9"
  932. }
  933. }
  934. },
  935. "S9": {
  936. "type": "list",
  937. "member": {}
  938. },
  939. "Sc": {
  940. "type": "string",
  941. "sensitive": true
  942. },
  943. "Sd": {
  944. "type": "string",
  945. "sensitive": true
  946. },
  947. "Se": {
  948. "type": "structure",
  949. "required": [
  950. "KmsKeyId"
  951. ],
  952. "members": {
  953. "KmsKeyId": {}
  954. }
  955. },
  956. "Sg": {
  957. "type": "list",
  958. "member": {
  959. "type": "structure",
  960. "required": [
  961. "Key",
  962. "Value"
  963. ],
  964. "members": {
  965. "Key": {
  966. "shape": "Si"
  967. },
  968. "Value": {
  969. "type": "string",
  970. "sensitive": true
  971. }
  972. }
  973. }
  974. },
  975. "Si": {
  976. "type": "string",
  977. "sensitive": true
  978. },
  979. "Sl": {
  980. "type": "structure",
  981. "members": {
  982. "Arn": {},
  983. "CreatedAt": {
  984. "type": "timestamp"
  985. },
  986. "Description": {
  987. "shape": "Sc"
  988. },
  989. "DomainId": {},
  990. "DomainStatus": {},
  991. "Name": {
  992. "shape": "Sd"
  993. },
  994. "ServerSideEncryptionConfiguration": {
  995. "shape": "Se"
  996. },
  997. "ServerSideEncryptionUpdateDetails": {
  998. "shape": "So"
  999. },
  1000. "UpdatedAt": {
  1001. "type": "timestamp"
  1002. },
  1003. "WatchlistDetails": {
  1004. "shape": "Sr"
  1005. }
  1006. }
  1007. },
  1008. "So": {
  1009. "type": "structure",
  1010. "members": {
  1011. "Message": {},
  1012. "OldKmsKeyId": {},
  1013. "UpdateStatus": {}
  1014. }
  1015. },
  1016. "Sr": {
  1017. "type": "structure",
  1018. "required": [
  1019. "DefaultWatchlistId"
  1020. ],
  1021. "members": {
  1022. "DefaultWatchlistId": {}
  1023. }
  1024. },
  1025. "St": {
  1026. "type": "string",
  1027. "sensitive": true
  1028. },
  1029. "Su": {
  1030. "type": "string",
  1031. "sensitive": true
  1032. },
  1033. "Sw": {
  1034. "type": "structure",
  1035. "members": {
  1036. "CreatedAt": {
  1037. "type": "timestamp"
  1038. },
  1039. "DefaultWatchlist": {
  1040. "type": "boolean"
  1041. },
  1042. "Description": {
  1043. "shape": "St"
  1044. },
  1045. "DomainId": {},
  1046. "Name": {
  1047. "shape": "Su"
  1048. },
  1049. "UpdatedAt": {
  1050. "type": "timestamp"
  1051. },
  1052. "WatchlistId": {}
  1053. }
  1054. },
  1055. "S11": {
  1056. "type": "string",
  1057. "sensitive": true
  1058. },
  1059. "S1a": {
  1060. "type": "structure",
  1061. "members": {
  1062. "CreatedAt": {
  1063. "type": "timestamp"
  1064. },
  1065. "DataAccessRoleArn": {},
  1066. "DomainId": {},
  1067. "EndedAt": {
  1068. "type": "timestamp"
  1069. },
  1070. "FailureDetails": {
  1071. "shape": "S1c"
  1072. },
  1073. "InputDataConfig": {
  1074. "shape": "S1e"
  1075. },
  1076. "JobId": {},
  1077. "JobName": {
  1078. "shape": "S1g"
  1079. },
  1080. "JobProgress": {
  1081. "shape": "S1h"
  1082. },
  1083. "JobStatus": {},
  1084. "OutputDataConfig": {
  1085. "shape": "S1k"
  1086. },
  1087. "RegistrationConfig": {
  1088. "shape": "S1l"
  1089. }
  1090. }
  1091. },
  1092. "S1c": {
  1093. "type": "structure",
  1094. "members": {
  1095. "Message": {},
  1096. "StatusCode": {
  1097. "type": "integer"
  1098. }
  1099. }
  1100. },
  1101. "S1e": {
  1102. "type": "structure",
  1103. "required": [
  1104. "S3Uri"
  1105. ],
  1106. "members": {
  1107. "S3Uri": {}
  1108. }
  1109. },
  1110. "S1g": {
  1111. "type": "string",
  1112. "sensitive": true
  1113. },
  1114. "S1h": {
  1115. "type": "structure",
  1116. "members": {
  1117. "PercentComplete": {
  1118. "type": "integer"
  1119. }
  1120. }
  1121. },
  1122. "S1k": {
  1123. "type": "structure",
  1124. "required": [
  1125. "S3Uri"
  1126. ],
  1127. "members": {
  1128. "KmsKeyId": {},
  1129. "S3Uri": {}
  1130. }
  1131. },
  1132. "S1l": {
  1133. "type": "structure",
  1134. "members": {
  1135. "DuplicateRegistrationAction": {},
  1136. "FraudsterSimilarityThreshold": {
  1137. "type": "integer"
  1138. },
  1139. "WatchlistIds": {
  1140. "type": "list",
  1141. "member": {}
  1142. }
  1143. }
  1144. },
  1145. "S1q": {
  1146. "type": "structure",
  1147. "members": {
  1148. "CreatedAt": {
  1149. "type": "timestamp"
  1150. },
  1151. "CustomerSpeakerId": {
  1152. "shape": "S1r"
  1153. },
  1154. "DomainId": {},
  1155. "GeneratedSpeakerId": {},
  1156. "LastAccessedAt": {
  1157. "type": "timestamp"
  1158. },
  1159. "Status": {},
  1160. "UpdatedAt": {
  1161. "type": "timestamp"
  1162. }
  1163. }
  1164. },
  1165. "S1r": {
  1166. "type": "string",
  1167. "sensitive": true
  1168. },
  1169. "S1w": {
  1170. "type": "structure",
  1171. "members": {
  1172. "CreatedAt": {
  1173. "type": "timestamp"
  1174. },
  1175. "DataAccessRoleArn": {},
  1176. "DomainId": {},
  1177. "EndedAt": {
  1178. "type": "timestamp"
  1179. },
  1180. "EnrollmentConfig": {
  1181. "shape": "S1x"
  1182. },
  1183. "FailureDetails": {
  1184. "shape": "S1c"
  1185. },
  1186. "InputDataConfig": {
  1187. "shape": "S1e"
  1188. },
  1189. "JobId": {},
  1190. "JobName": {
  1191. "shape": "S1g"
  1192. },
  1193. "JobProgress": {
  1194. "shape": "S1h"
  1195. },
  1196. "JobStatus": {},
  1197. "OutputDataConfig": {
  1198. "shape": "S1k"
  1199. }
  1200. }
  1201. },
  1202. "S1x": {
  1203. "type": "structure",
  1204. "members": {
  1205. "ExistingEnrollmentAction": {},
  1206. "FraudDetectionConfig": {
  1207. "type": "structure",
  1208. "members": {
  1209. "FraudDetectionAction": {},
  1210. "RiskThreshold": {
  1211. "type": "integer"
  1212. },
  1213. "WatchlistIds": {
  1214. "type": "list",
  1215. "member": {}
  1216. }
  1217. }
  1218. }
  1219. }
  1220. }
  1221. }
  1222. }