PageRenderTime 61ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json

https://bitbucket.org/nicomee/martingale
JSON | 3442 lines | 3442 code | 0 blank | 0 comment | 0 complexity | 4c8fde51e6e8a02fb3b04b23ba41039e MD5 | raw file
Possible License(s): 0BSD, GPL-2.0, JSON, Apache-2.0, BSD-3-Clause, Unlicense, GPL-3.0, CC-BY-SA-3.0, MIT, BSD-2-Clause

Large files files are truncated, but you can click here to view the full file

  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2016-04-18",
  5. "endpointPrefix": "cognito-idp",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceFullName": "Amazon Cognito Identity Provider",
  9. "signatureVersion": "v4",
  10. "targetPrefix": "AWSCognitoIdentityProviderService",
  11. "uid": "cognito-idp-2016-04-18"
  12. },
  13. "operations": {
  14. "AddCustomAttributes": {
  15. "input": {
  16. "type": "structure",
  17. "required": [
  18. "UserPoolId",
  19. "CustomAttributes"
  20. ],
  21. "members": {
  22. "UserPoolId": {},
  23. "CustomAttributes": {
  24. "type": "list",
  25. "member": {
  26. "shape": "S4"
  27. }
  28. }
  29. }
  30. },
  31. "output": {
  32. "type": "structure",
  33. "members": {}
  34. }
  35. },
  36. "AdminAddUserToGroup": {
  37. "input": {
  38. "type": "structure",
  39. "required": [
  40. "UserPoolId",
  41. "Username",
  42. "GroupName"
  43. ],
  44. "members": {
  45. "UserPoolId": {},
  46. "Username": {
  47. "shape": "Sd"
  48. },
  49. "GroupName": {}
  50. }
  51. }
  52. },
  53. "AdminConfirmSignUp": {
  54. "input": {
  55. "type": "structure",
  56. "required": [
  57. "UserPoolId",
  58. "Username"
  59. ],
  60. "members": {
  61. "UserPoolId": {},
  62. "Username": {
  63. "shape": "Sd"
  64. }
  65. }
  66. },
  67. "output": {
  68. "type": "structure",
  69. "members": {}
  70. }
  71. },
  72. "AdminCreateUser": {
  73. "input": {
  74. "type": "structure",
  75. "required": [
  76. "UserPoolId",
  77. "Username"
  78. ],
  79. "members": {
  80. "UserPoolId": {},
  81. "Username": {
  82. "shape": "Sd"
  83. },
  84. "UserAttributes": {
  85. "shape": "Si"
  86. },
  87. "ValidationData": {
  88. "shape": "Si"
  89. },
  90. "TemporaryPassword": {
  91. "shape": "Sm"
  92. },
  93. "ForceAliasCreation": {
  94. "type": "boolean"
  95. },
  96. "MessageAction": {},
  97. "DesiredDeliveryMediums": {
  98. "type": "list",
  99. "member": {}
  100. }
  101. }
  102. },
  103. "output": {
  104. "type": "structure",
  105. "members": {
  106. "User": {
  107. "shape": "Ss"
  108. }
  109. }
  110. }
  111. },
  112. "AdminDeleteUser": {
  113. "input": {
  114. "type": "structure",
  115. "required": [
  116. "UserPoolId",
  117. "Username"
  118. ],
  119. "members": {
  120. "UserPoolId": {},
  121. "Username": {
  122. "shape": "Sd"
  123. }
  124. }
  125. }
  126. },
  127. "AdminDeleteUserAttributes": {
  128. "input": {
  129. "type": "structure",
  130. "required": [
  131. "UserPoolId",
  132. "Username",
  133. "UserAttributeNames"
  134. ],
  135. "members": {
  136. "UserPoolId": {},
  137. "Username": {
  138. "shape": "Sd"
  139. },
  140. "UserAttributeNames": {
  141. "shape": "Sz"
  142. }
  143. }
  144. },
  145. "output": {
  146. "type": "structure",
  147. "members": {}
  148. }
  149. },
  150. "AdminDisableProviderForUser": {
  151. "input": {
  152. "type": "structure",
  153. "required": [
  154. "UserPoolId",
  155. "User"
  156. ],
  157. "members": {
  158. "UserPoolId": {},
  159. "User": {
  160. "shape": "S12"
  161. }
  162. }
  163. },
  164. "output": {
  165. "type": "structure",
  166. "members": {}
  167. }
  168. },
  169. "AdminDisableUser": {
  170. "input": {
  171. "type": "structure",
  172. "required": [
  173. "UserPoolId",
  174. "Username"
  175. ],
  176. "members": {
  177. "UserPoolId": {},
  178. "Username": {
  179. "shape": "Sd"
  180. }
  181. }
  182. },
  183. "output": {
  184. "type": "structure",
  185. "members": {}
  186. }
  187. },
  188. "AdminEnableUser": {
  189. "input": {
  190. "type": "structure",
  191. "required": [
  192. "UserPoolId",
  193. "Username"
  194. ],
  195. "members": {
  196. "UserPoolId": {},
  197. "Username": {
  198. "shape": "Sd"
  199. }
  200. }
  201. },
  202. "output": {
  203. "type": "structure",
  204. "members": {}
  205. }
  206. },
  207. "AdminForgetDevice": {
  208. "input": {
  209. "type": "structure",
  210. "required": [
  211. "UserPoolId",
  212. "Username",
  213. "DeviceKey"
  214. ],
  215. "members": {
  216. "UserPoolId": {},
  217. "Username": {
  218. "shape": "Sd"
  219. },
  220. "DeviceKey": {}
  221. }
  222. }
  223. },
  224. "AdminGetDevice": {
  225. "input": {
  226. "type": "structure",
  227. "required": [
  228. "DeviceKey",
  229. "UserPoolId",
  230. "Username"
  231. ],
  232. "members": {
  233. "DeviceKey": {},
  234. "UserPoolId": {},
  235. "Username": {
  236. "shape": "Sd"
  237. }
  238. }
  239. },
  240. "output": {
  241. "type": "structure",
  242. "required": [
  243. "Device"
  244. ],
  245. "members": {
  246. "Device": {
  247. "shape": "S1d"
  248. }
  249. }
  250. }
  251. },
  252. "AdminGetUser": {
  253. "input": {
  254. "type": "structure",
  255. "required": [
  256. "UserPoolId",
  257. "Username"
  258. ],
  259. "members": {
  260. "UserPoolId": {},
  261. "Username": {
  262. "shape": "Sd"
  263. }
  264. }
  265. },
  266. "output": {
  267. "type": "structure",
  268. "required": [
  269. "Username"
  270. ],
  271. "members": {
  272. "Username": {
  273. "shape": "Sd"
  274. },
  275. "UserAttributes": {
  276. "shape": "Si"
  277. },
  278. "UserCreateDate": {
  279. "type": "timestamp"
  280. },
  281. "UserLastModifiedDate": {
  282. "type": "timestamp"
  283. },
  284. "Enabled": {
  285. "type": "boolean"
  286. },
  287. "UserStatus": {},
  288. "MFAOptions": {
  289. "shape": "Sv"
  290. },
  291. "PreferredMfaSetting": {},
  292. "UserMFASettingList": {
  293. "shape": "S1g"
  294. }
  295. }
  296. }
  297. },
  298. "AdminInitiateAuth": {
  299. "input": {
  300. "type": "structure",
  301. "required": [
  302. "UserPoolId",
  303. "ClientId",
  304. "AuthFlow"
  305. ],
  306. "members": {
  307. "UserPoolId": {},
  308. "ClientId": {
  309. "shape": "S1i"
  310. },
  311. "AuthFlow": {},
  312. "AuthParameters": {
  313. "shape": "S1k"
  314. },
  315. "ClientMetadata": {
  316. "shape": "S1l"
  317. },
  318. "AnalyticsMetadata": {
  319. "shape": "S1m"
  320. },
  321. "ContextData": {
  322. "shape": "S1n"
  323. }
  324. }
  325. },
  326. "output": {
  327. "type": "structure",
  328. "members": {
  329. "ChallengeName": {},
  330. "Session": {},
  331. "ChallengeParameters": {
  332. "shape": "S1t"
  333. },
  334. "AuthenticationResult": {
  335. "shape": "S1u"
  336. }
  337. }
  338. }
  339. },
  340. "AdminLinkProviderForUser": {
  341. "input": {
  342. "type": "structure",
  343. "required": [
  344. "UserPoolId",
  345. "DestinationUser",
  346. "SourceUser"
  347. ],
  348. "members": {
  349. "UserPoolId": {},
  350. "DestinationUser": {
  351. "shape": "S12"
  352. },
  353. "SourceUser": {
  354. "shape": "S12"
  355. }
  356. }
  357. },
  358. "output": {
  359. "type": "structure",
  360. "members": {}
  361. }
  362. },
  363. "AdminListDevices": {
  364. "input": {
  365. "type": "structure",
  366. "required": [
  367. "UserPoolId",
  368. "Username"
  369. ],
  370. "members": {
  371. "UserPoolId": {},
  372. "Username": {
  373. "shape": "Sd"
  374. },
  375. "Limit": {
  376. "type": "integer"
  377. },
  378. "PaginationToken": {}
  379. }
  380. },
  381. "output": {
  382. "type": "structure",
  383. "members": {
  384. "Devices": {
  385. "shape": "S24"
  386. },
  387. "PaginationToken": {}
  388. }
  389. }
  390. },
  391. "AdminListGroupsForUser": {
  392. "input": {
  393. "type": "structure",
  394. "required": [
  395. "Username",
  396. "UserPoolId"
  397. ],
  398. "members": {
  399. "Username": {
  400. "shape": "Sd"
  401. },
  402. "UserPoolId": {},
  403. "Limit": {
  404. "type": "integer"
  405. },
  406. "NextToken": {}
  407. }
  408. },
  409. "output": {
  410. "type": "structure",
  411. "members": {
  412. "Groups": {
  413. "shape": "S28"
  414. },
  415. "NextToken": {}
  416. }
  417. }
  418. },
  419. "AdminListUserAuthEvents": {
  420. "input": {
  421. "type": "structure",
  422. "required": [
  423. "UserPoolId",
  424. "Username"
  425. ],
  426. "members": {
  427. "UserPoolId": {},
  428. "Username": {
  429. "shape": "Sd"
  430. },
  431. "MaxResults": {
  432. "type": "integer"
  433. },
  434. "NextToken": {}
  435. }
  436. },
  437. "output": {
  438. "type": "structure",
  439. "members": {
  440. "AuthEvents": {
  441. "type": "list",
  442. "member": {
  443. "type": "structure",
  444. "members": {
  445. "EventId": {},
  446. "EventType": {},
  447. "CreationDate": {
  448. "type": "timestamp"
  449. },
  450. "EventResponse": {},
  451. "EventRisk": {
  452. "type": "structure",
  453. "members": {
  454. "RiskDecision": {},
  455. "RiskLevel": {}
  456. }
  457. },
  458. "ChallengeResponses": {
  459. "type": "list",
  460. "member": {
  461. "type": "structure",
  462. "members": {
  463. "ChallengeName": {},
  464. "ChallengeResponse": {}
  465. }
  466. }
  467. },
  468. "EventContextData": {
  469. "type": "structure",
  470. "members": {
  471. "IpAddress": {},
  472. "DeviceName": {},
  473. "Timezone": {},
  474. "City": {},
  475. "Country": {}
  476. }
  477. },
  478. "EventFeedback": {
  479. "type": "structure",
  480. "required": [
  481. "FeedbackValue",
  482. "Provider"
  483. ],
  484. "members": {
  485. "FeedbackValue": {},
  486. "Provider": {},
  487. "FeedbackDate": {
  488. "type": "timestamp"
  489. }
  490. }
  491. }
  492. }
  493. }
  494. },
  495. "NextToken": {}
  496. }
  497. }
  498. },
  499. "AdminRemoveUserFromGroup": {
  500. "input": {
  501. "type": "structure",
  502. "required": [
  503. "UserPoolId",
  504. "Username",
  505. "GroupName"
  506. ],
  507. "members": {
  508. "UserPoolId": {},
  509. "Username": {
  510. "shape": "Sd"
  511. },
  512. "GroupName": {}
  513. }
  514. }
  515. },
  516. "AdminResetUserPassword": {
  517. "input": {
  518. "type": "structure",
  519. "required": [
  520. "UserPoolId",
  521. "Username"
  522. ],
  523. "members": {
  524. "UserPoolId": {},
  525. "Username": {
  526. "shape": "Sd"
  527. }
  528. }
  529. },
  530. "output": {
  531. "type": "structure",
  532. "members": {}
  533. }
  534. },
  535. "AdminRespondToAuthChallenge": {
  536. "input": {
  537. "type": "structure",
  538. "required": [
  539. "UserPoolId",
  540. "ClientId",
  541. "ChallengeName"
  542. ],
  543. "members": {
  544. "UserPoolId": {},
  545. "ClientId": {
  546. "shape": "S1i"
  547. },
  548. "ChallengeName": {},
  549. "ChallengeResponses": {
  550. "shape": "S2x"
  551. },
  552. "Session": {},
  553. "AnalyticsMetadata": {
  554. "shape": "S1m"
  555. },
  556. "ContextData": {
  557. "shape": "S1n"
  558. }
  559. }
  560. },
  561. "output": {
  562. "type": "structure",
  563. "members": {
  564. "ChallengeName": {},
  565. "Session": {},
  566. "ChallengeParameters": {
  567. "shape": "S1t"
  568. },
  569. "AuthenticationResult": {
  570. "shape": "S1u"
  571. }
  572. }
  573. }
  574. },
  575. "AdminSetUserMFAPreference": {
  576. "input": {
  577. "type": "structure",
  578. "required": [
  579. "Username",
  580. "UserPoolId"
  581. ],
  582. "members": {
  583. "SMSMfaSettings": {
  584. "shape": "S30"
  585. },
  586. "SoftwareTokenMfaSettings": {
  587. "shape": "S31"
  588. },
  589. "Username": {
  590. "shape": "Sd"
  591. },
  592. "UserPoolId": {}
  593. }
  594. },
  595. "output": {
  596. "type": "structure",
  597. "members": {}
  598. }
  599. },
  600. "AdminSetUserSettings": {
  601. "input": {
  602. "type": "structure",
  603. "required": [
  604. "UserPoolId",
  605. "Username",
  606. "MFAOptions"
  607. ],
  608. "members": {
  609. "UserPoolId": {},
  610. "Username": {
  611. "shape": "Sd"
  612. },
  613. "MFAOptions": {
  614. "shape": "Sv"
  615. }
  616. }
  617. },
  618. "output": {
  619. "type": "structure",
  620. "members": {}
  621. }
  622. },
  623. "AdminUpdateAuthEventFeedback": {
  624. "input": {
  625. "type": "structure",
  626. "required": [
  627. "UserPoolId",
  628. "Username",
  629. "EventId",
  630. "FeedbackValue"
  631. ],
  632. "members": {
  633. "UserPoolId": {},
  634. "Username": {
  635. "shape": "Sd"
  636. },
  637. "EventId": {},
  638. "FeedbackValue": {}
  639. }
  640. },
  641. "output": {
  642. "type": "structure",
  643. "members": {}
  644. }
  645. },
  646. "AdminUpdateDeviceStatus": {
  647. "input": {
  648. "type": "structure",
  649. "required": [
  650. "UserPoolId",
  651. "Username",
  652. "DeviceKey"
  653. ],
  654. "members": {
  655. "UserPoolId": {},
  656. "Username": {
  657. "shape": "Sd"
  658. },
  659. "DeviceKey": {},
  660. "DeviceRememberedStatus": {}
  661. }
  662. },
  663. "output": {
  664. "type": "structure",
  665. "members": {}
  666. }
  667. },
  668. "AdminUpdateUserAttributes": {
  669. "input": {
  670. "type": "structure",
  671. "required": [
  672. "UserPoolId",
  673. "Username",
  674. "UserAttributes"
  675. ],
  676. "members": {
  677. "UserPoolId": {},
  678. "Username": {
  679. "shape": "Sd"
  680. },
  681. "UserAttributes": {
  682. "shape": "Si"
  683. }
  684. }
  685. },
  686. "output": {
  687. "type": "structure",
  688. "members": {}
  689. }
  690. },
  691. "AdminUserGlobalSignOut": {
  692. "input": {
  693. "type": "structure",
  694. "required": [
  695. "UserPoolId",
  696. "Username"
  697. ],
  698. "members": {
  699. "UserPoolId": {},
  700. "Username": {
  701. "shape": "Sd"
  702. }
  703. }
  704. },
  705. "output": {
  706. "type": "structure",
  707. "members": {}
  708. }
  709. },
  710. "AssociateSoftwareToken": {
  711. "input": {
  712. "type": "structure",
  713. "members": {
  714. "AccessToken": {
  715. "shape": "S1v"
  716. },
  717. "Session": {}
  718. }
  719. },
  720. "output": {
  721. "type": "structure",
  722. "members": {
  723. "SecretCode": {
  724. "type": "string",
  725. "sensitive": true
  726. },
  727. "Session": {}
  728. }
  729. }
  730. },
  731. "ChangePassword": {
  732. "input": {
  733. "type": "structure",
  734. "required": [
  735. "PreviousPassword",
  736. "ProposedPassword",
  737. "AccessToken"
  738. ],
  739. "members": {
  740. "PreviousPassword": {
  741. "shape": "Sm"
  742. },
  743. "ProposedPassword": {
  744. "shape": "Sm"
  745. },
  746. "AccessToken": {
  747. "shape": "S1v"
  748. }
  749. }
  750. },
  751. "output": {
  752. "type": "structure",
  753. "members": {}
  754. },
  755. "authtype": "none"
  756. },
  757. "ConfirmDevice": {
  758. "input": {
  759. "type": "structure",
  760. "required": [
  761. "AccessToken",
  762. "DeviceKey"
  763. ],
  764. "members": {
  765. "AccessToken": {
  766. "shape": "S1v"
  767. },
  768. "DeviceKey": {},
  769. "DeviceSecretVerifierConfig": {
  770. "type": "structure",
  771. "members": {
  772. "PasswordVerifier": {},
  773. "Salt": {}
  774. }
  775. },
  776. "DeviceName": {}
  777. }
  778. },
  779. "output": {
  780. "type": "structure",
  781. "members": {
  782. "UserConfirmationNecessary": {
  783. "type": "boolean"
  784. }
  785. }
  786. }
  787. },
  788. "ConfirmForgotPassword": {
  789. "input": {
  790. "type": "structure",
  791. "required": [
  792. "ClientId",
  793. "Username",
  794. "ConfirmationCode",
  795. "Password"
  796. ],
  797. "members": {
  798. "ClientId": {
  799. "shape": "S1i"
  800. },
  801. "SecretHash": {
  802. "shape": "S3p"
  803. },
  804. "Username": {
  805. "shape": "Sd"
  806. },
  807. "ConfirmationCode": {},
  808. "Password": {
  809. "shape": "Sm"
  810. },
  811. "AnalyticsMetadata": {
  812. "shape": "S1m"
  813. },
  814. "UserContextData": {
  815. "shape": "S3r"
  816. }
  817. }
  818. },
  819. "output": {
  820. "type": "structure",
  821. "members": {}
  822. },
  823. "authtype": "none"
  824. },
  825. "ConfirmSignUp": {
  826. "input": {
  827. "type": "structure",
  828. "required": [
  829. "ClientId",
  830. "Username",
  831. "ConfirmationCode"
  832. ],
  833. "members": {
  834. "ClientId": {
  835. "shape": "S1i"
  836. },
  837. "SecretHash": {
  838. "shape": "S3p"
  839. },
  840. "Username": {
  841. "shape": "Sd"
  842. },
  843. "ConfirmationCode": {},
  844. "ForceAliasCreation": {
  845. "type": "boolean"
  846. },
  847. "AnalyticsMetadata": {
  848. "shape": "S1m"
  849. },
  850. "UserContextData": {
  851. "shape": "S3r"
  852. }
  853. }
  854. },
  855. "output": {
  856. "type": "structure",
  857. "members": {}
  858. },
  859. "authtype": "none"
  860. },
  861. "CreateGroup": {
  862. "input": {
  863. "type": "structure",
  864. "required": [
  865. "GroupName",
  866. "UserPoolId"
  867. ],
  868. "members": {
  869. "GroupName": {},
  870. "UserPoolId": {},
  871. "Description": {},
  872. "RoleArn": {},
  873. "Precedence": {
  874. "type": "integer"
  875. }
  876. }
  877. },
  878. "output": {
  879. "type": "structure",
  880. "members": {
  881. "Group": {
  882. "shape": "S29"
  883. }
  884. }
  885. }
  886. },
  887. "CreateIdentityProvider": {
  888. "input": {
  889. "type": "structure",
  890. "required": [
  891. "UserPoolId",
  892. "ProviderName",
  893. "ProviderType",
  894. "ProviderDetails"
  895. ],
  896. "members": {
  897. "UserPoolId": {},
  898. "ProviderName": {},
  899. "ProviderType": {},
  900. "ProviderDetails": {
  901. "shape": "S40"
  902. },
  903. "AttributeMapping": {
  904. "shape": "S41"
  905. },
  906. "IdpIdentifiers": {
  907. "shape": "S43"
  908. }
  909. }
  910. },
  911. "output": {
  912. "type": "structure",
  913. "required": [
  914. "IdentityProvider"
  915. ],
  916. "members": {
  917. "IdentityProvider": {
  918. "shape": "S46"
  919. }
  920. }
  921. }
  922. },
  923. "CreateResourceServer": {
  924. "input": {
  925. "type": "structure",
  926. "required": [
  927. "UserPoolId",
  928. "Identifier",
  929. "Name"
  930. ],
  931. "members": {
  932. "UserPoolId": {},
  933. "Identifier": {},
  934. "Name": {},
  935. "Scopes": {
  936. "shape": "S4a"
  937. }
  938. }
  939. },
  940. "output": {
  941. "type": "structure",
  942. "required": [
  943. "ResourceServer"
  944. ],
  945. "members": {
  946. "ResourceServer": {
  947. "shape": "S4f"
  948. }
  949. }
  950. }
  951. },
  952. "CreateUserImportJob": {
  953. "input": {
  954. "type": "structure",
  955. "required": [
  956. "JobName",
  957. "UserPoolId",
  958. "CloudWatchLogsRoleArn"
  959. ],
  960. "members": {
  961. "JobName": {},
  962. "UserPoolId": {},
  963. "CloudWatchLogsRoleArn": {}
  964. }
  965. },
  966. "output": {
  967. "type": "structure",
  968. "members": {
  969. "UserImportJob": {
  970. "shape": "S4j"
  971. }
  972. }
  973. }
  974. },
  975. "CreateUserPool": {
  976. "input": {
  977. "type": "structure",
  978. "required": [
  979. "PoolName"
  980. ],
  981. "members": {
  982. "PoolName": {},
  983. "Policies": {
  984. "shape": "S4r"
  985. },
  986. "LambdaConfig": {
  987. "shape": "S4u"
  988. },
  989. "AutoVerifiedAttributes": {
  990. "shape": "S4v"
  991. },
  992. "AliasAttributes": {
  993. "shape": "S4x"
  994. },
  995. "UsernameAttributes": {
  996. "shape": "S4z"
  997. },
  998. "SmsVerificationMessage": {},
  999. "EmailVerificationMessage": {},
  1000. "EmailVerificationSubject": {},
  1001. "VerificationMessageTemplate": {
  1002. "shape": "S54"
  1003. },
  1004. "SmsAuthenticationMessage": {},
  1005. "MfaConfiguration": {},
  1006. "DeviceConfiguration": {
  1007. "shape": "S59"
  1008. },
  1009. "EmailConfiguration": {
  1010. "shape": "S5a"
  1011. },
  1012. "SmsConfiguration": {
  1013. "shape": "S5c"
  1014. },
  1015. "UserPoolTags": {
  1016. "shape": "S5d"
  1017. },
  1018. "AdminCreateUserConfig": {
  1019. "shape": "S5e"
  1020. },
  1021. "Schema": {
  1022. "shape": "S5h"
  1023. },
  1024. "UserPoolAddOns": {
  1025. "shape": "S5i"
  1026. }
  1027. }
  1028. },
  1029. "output": {
  1030. "type": "structure",
  1031. "members": {
  1032. "UserPool": {
  1033. "shape": "S5l"
  1034. }
  1035. }
  1036. }
  1037. },
  1038. "CreateUserPoolClient": {
  1039. "input": {
  1040. "type": "structure",
  1041. "required": [
  1042. "UserPoolId",
  1043. "ClientName"
  1044. ],
  1045. "members": {
  1046. "UserPoolId": {},
  1047. "ClientName": {},
  1048. "GenerateSecret": {
  1049. "type": "boolean"
  1050. },
  1051. "RefreshTokenValidity": {
  1052. "type": "integer"
  1053. },
  1054. "ReadAttributes": {
  1055. "shape": "S5s"
  1056. },
  1057. "WriteAttributes": {
  1058. "shape": "S5s"
  1059. },
  1060. "ExplicitAuthFlows": {
  1061. "shape": "S5u"
  1062. },
  1063. "SupportedIdentityProviders": {
  1064. "shape": "S5w"
  1065. },
  1066. "CallbackURLs": {
  1067. "shape": "S5x"
  1068. },
  1069. "LogoutURLs": {
  1070. "shape": "S5z"
  1071. },
  1072. "DefaultRedirectURI": {},
  1073. "AllowedOAuthFlows": {
  1074. "shape": "S60"
  1075. },
  1076. "AllowedOAuthScopes": {
  1077. "shape": "S62"
  1078. },
  1079. "AllowedOAuthFlowsUserPoolClient": {
  1080. "type": "boolean"
  1081. },
  1082. "AnalyticsConfiguration": {
  1083. "shape": "S64"
  1084. }
  1085. }
  1086. },
  1087. "output": {
  1088. "type": "structure",
  1089. "members": {
  1090. "UserPoolClient": {
  1091. "shape": "S67"
  1092. }
  1093. }
  1094. }
  1095. },
  1096. "CreateUserPoolDomain": {
  1097. "input": {
  1098. "type": "structure",
  1099. "required": [
  1100. "Domain",
  1101. "UserPoolId"
  1102. ],
  1103. "members": {
  1104. "Domain": {},
  1105. "UserPoolId": {}
  1106. }
  1107. },
  1108. "output": {
  1109. "type": "structure",
  1110. "members": {}
  1111. }
  1112. },
  1113. "DeleteGroup": {
  1114. "input": {
  1115. "type": "structure",
  1116. "required": [
  1117. "GroupName",
  1118. "UserPoolId"
  1119. ],
  1120. "members": {
  1121. "GroupName": {},
  1122. "UserPoolId": {}
  1123. }
  1124. }
  1125. },
  1126. "DeleteIdentityProvider": {
  1127. "input": {
  1128. "type": "structure",
  1129. "required": [
  1130. "UserPoolId",
  1131. "ProviderName"
  1132. ],
  1133. "members": {
  1134. "UserPoolId": {},
  1135. "ProviderName": {}
  1136. }
  1137. }
  1138. },
  1139. "DeleteResourceServer": {
  1140. "input": {
  1141. "type": "structure",
  1142. "required": [
  1143. "UserPoolId",
  1144. "Identifier"
  1145. ],
  1146. "members": {
  1147. "UserPoolId": {},
  1148. "Identifier": {}
  1149. }
  1150. }
  1151. },
  1152. "DeleteUser": {
  1153. "input": {
  1154. "type": "structure",
  1155. "required": [
  1156. "AccessToken"
  1157. ],
  1158. "members": {
  1159. "AccessToken": {
  1160. "shape": "S1v"
  1161. }
  1162. }
  1163. },
  1164. "authtype": "none"
  1165. },
  1166. "DeleteUserAttributes": {
  1167. "input": {
  1168. "type": "structure",
  1169. "required": [
  1170. "UserAttributeNames",
  1171. "AccessToken"
  1172. ],
  1173. "members": {
  1174. "UserAttributeNames": {
  1175. "shape": "Sz"
  1176. },
  1177. "AccessToken": {
  1178. "shape": "S1v"
  1179. }
  1180. }
  1181. },
  1182. "output": {
  1183. "type": "structure",
  1184. "members": {}
  1185. },
  1186. "authtype": "none"
  1187. },
  1188. "DeleteUserPool": {
  1189. "input": {
  1190. "type": "structure",
  1191. "required": [
  1192. "UserPoolId"
  1193. ],
  1194. "members": {
  1195. "UserPoolId": {}
  1196. }
  1197. }
  1198. },
  1199. "DeleteUserPoolClient": {
  1200. "input": {
  1201. "type": "structure",
  1202. "required": [
  1203. "UserPoolId",
  1204. "ClientId"
  1205. ],
  1206. "members": {
  1207. "UserPoolId": {},
  1208. "ClientId": {
  1209. "shape": "S1i"
  1210. }
  1211. }
  1212. }
  1213. },
  1214. "DeleteUserPoolDomain": {
  1215. "input": {
  1216. "type": "structure",
  1217. "required": [
  1218. "Domain",
  1219. "UserPoolId"
  1220. ],
  1221. "members": {
  1222. "Domain": {},
  1223. "UserPoolId": {}
  1224. }
  1225. },
  1226. "output": {
  1227. "type": "structure",
  1228. "members": {}
  1229. }
  1230. },
  1231. "DescribeIdentityProvider": {
  1232. "input": {
  1233. "type": "structure",
  1234. "required": [
  1235. "UserPoolId",
  1236. "ProviderName"
  1237. ],
  1238. "members": {
  1239. "UserPoolId": {},
  1240. "ProviderName": {}
  1241. }
  1242. },
  1243. "output": {
  1244. "type": "structure",
  1245. "required": [
  1246. "IdentityProvider"
  1247. ],
  1248. "members": {
  1249. "IdentityProvider": {
  1250. "shape": "S46"
  1251. }
  1252. }
  1253. }
  1254. },
  1255. "DescribeResourceServer": {
  1256. "input": {
  1257. "type": "structure",
  1258. "required": [
  1259. "UserPoolId",
  1260. "Identifier"
  1261. ],
  1262. "members": {
  1263. "UserPoolId": {},
  1264. "Identifier": {}
  1265. }
  1266. },
  1267. "output": {
  1268. "type": "structure",
  1269. "required": [
  1270. "ResourceServer"
  1271. ],
  1272. "members": {
  1273. "ResourceServer": {
  1274. "shape": "S4f"
  1275. }
  1276. }
  1277. }
  1278. },
  1279. "DescribeRiskConfiguration": {
  1280. "input": {
  1281. "type": "structure",
  1282. "required": [
  1283. "UserPoolId"
  1284. ],
  1285. "members": {
  1286. "UserPoolId": {},
  1287. "ClientId": {
  1288. "shape": "S1i"
  1289. }
  1290. }
  1291. },
  1292. "output": {
  1293. "type": "structure",
  1294. "required": [
  1295. "RiskConfiguration"
  1296. ],
  1297. "members": {
  1298. "RiskConfiguration": {
  1299. "shape": "S6r"
  1300. }
  1301. }
  1302. }
  1303. },
  1304. "DescribeUserImportJob": {
  1305. "input": {
  1306. "type": "structure",
  1307. "required": [
  1308. "UserPoolId",
  1309. "JobId"
  1310. ],
  1311. "members": {
  1312. "UserPoolId": {},
  1313. "JobId": {}
  1314. }
  1315. },
  1316. "output": {
  1317. "type": "structure",
  1318. "members": {
  1319. "UserImportJob": {
  1320. "shape": "S4j"
  1321. }
  1322. }
  1323. }
  1324. },
  1325. "DescribeUserPool": {
  1326. "input": {
  1327. "type": "structure",
  1328. "required": [
  1329. "UserPoolId"
  1330. ],
  1331. "members": {
  1332. "UserPoolId": {}
  1333. }
  1334. },
  1335. "output": {
  1336. "type": "structure",
  1337. "members": {
  1338. "UserPool": {
  1339. "shape": "S5l"
  1340. }
  1341. }
  1342. }
  1343. },
  1344. "DescribeUserPoolClient": {
  1345. "input": {
  1346. "type": "structure",
  1347. "required": [
  1348. "UserPoolId",
  1349. "ClientId"
  1350. ],
  1351. "members": {
  1352. "UserPoolId": {},
  1353. "ClientId": {
  1354. "shape": "S1i"
  1355. }
  1356. }
  1357. },
  1358. "output": {
  1359. "type": "structure",
  1360. "members": {
  1361. "UserPoolClient": {
  1362. "shape": "S67"
  1363. }
  1364. }
  1365. }
  1366. },
  1367. "DescribeUserPoolDomain": {
  1368. "input": {
  1369. "type": "structure",
  1370. "required": [
  1371. "Domain"
  1372. ],
  1373. "members": {
  1374. "Domain": {}
  1375. }
  1376. },
  1377. "output": {
  1378. "type": "structure",
  1379. "members": {
  1380. "DomainDescription": {
  1381. "type": "structure",
  1382. "members": {
  1383. "UserPoolId": {},
  1384. "AWSAccountId": {},
  1385. "Domain": {},
  1386. "S3Bucket": {},
  1387. "CloudFrontDistribution": {},
  1388. "Version": {},
  1389. "Status": {}
  1390. }
  1391. }
  1392. }
  1393. }
  1394. },
  1395. "ForgetDevice": {
  1396. "input": {
  1397. "type": "structure",
  1398. "required": [
  1399. "DeviceKey"
  1400. ],
  1401. "members": {
  1402. "AccessToken": {
  1403. "shape": "S1v"
  1404. },
  1405. "DeviceKey": {}
  1406. }
  1407. }
  1408. },
  1409. "ForgotPassword": {
  1410. "input": {
  1411. "type": "structure",
  1412. "required": [
  1413. "ClientId",
  1414. "Username"
  1415. ],
  1416. "members": {
  1417. "ClientId": {
  1418. "shape": "S1i"
  1419. },
  1420. "SecretHash": {
  1421. "shape": "S3p"
  1422. },
  1423. "UserContextData": {
  1424. "shape": "S3r"
  1425. },
  1426. "Username": {
  1427. "shape": "Sd"
  1428. },
  1429. "AnalyticsMetadata": {
  1430. "shape": "S1m"
  1431. }
  1432. }
  1433. },
  1434. "output": {
  1435. "type": "structure",
  1436. "members": {
  1437. "CodeDeliveryDetails": {
  1438. "shape": "S7p"
  1439. }
  1440. }
  1441. },
  1442. "authtype": "none"
  1443. },
  1444. "GetCSVHeader": {
  1445. "input": {
  1446. "type": "structure",
  1447. "required": [
  1448. "UserPoolId"
  1449. ],
  1450. "members": {
  1451. "UserPoolId": {}
  1452. }
  1453. },
  1454. "output": {
  1455. "type": "structure",
  1456. "members": {
  1457. "UserPoolId": {},
  1458. "CSVHeader": {
  1459. "type": "list",
  1460. "member": {}
  1461. }
  1462. }
  1463. }
  1464. },
  1465. "GetDevice": {
  1466. "input": {
  1467. "type": "structure",
  1468. "required": [
  1469. "DeviceKey"
  1470. ],
  1471. "members": {
  1472. "DeviceKey": {},
  1473. "AccessToken": {
  1474. "shape": "S1v"
  1475. }
  1476. }
  1477. },
  1478. "output": {
  1479. "type": "structure",
  1480. "required": [
  1481. "Device"
  1482. ],
  1483. "members": {
  1484. "Device": {
  1485. "shape": "S1d"
  1486. }
  1487. }
  1488. }
  1489. },
  1490. "GetGroup": {
  1491. "input": {
  1492. "type": "structure",
  1493. "required": [
  1494. "GroupName",
  1495. "UserPoolId"
  1496. ],
  1497. "members": {
  1498. "GroupName": {},
  1499. "UserPoolId": {}
  1500. }
  1501. },
  1502. "output": {
  1503. "type": "structure",
  1504. "members": {
  1505. "Group": {
  1506. "shape": "S29"
  1507. }
  1508. }
  1509. }
  1510. },
  1511. "GetIdentityProviderByIdentifier": {
  1512. "input": {
  1513. "type": "structure",
  1514. "required": [
  1515. "UserPoolId",
  1516. "IdpIdentifier"
  1517. ],
  1518. "members": {
  1519. "UserPoolId": {},
  1520. "IdpIdentifier": {}
  1521. }
  1522. },
  1523. "output": {
  1524. "type": "structure",
  1525. "required": [
  1526. "IdentityProvider"
  1527. ],
  1528. "members": {
  1529. "IdentityProvider": {
  1530. "shape": "S46"
  1531. }
  1532. }
  1533. }
  1534. },
  1535. "GetSigningCertificate": {
  1536. "input": {
  1537. "type": "structure",
  1538. "required": [
  1539. "UserPoolId"
  1540. ],
  1541. "members": {
  1542. "UserPoolId": {}
  1543. }
  1544. },
  1545. "output": {
  1546. "type": "structure",
  1547. "members": {
  1548. "Certificate": {}
  1549. }
  1550. }
  1551. },
  1552. "GetUICustomization": {
  1553. "input": {
  1554. "type": "structure",
  1555. "required": [
  1556. "UserPoolId"
  1557. ],
  1558. "members": {
  1559. "UserPoolId": {},
  1560. "ClientId": {
  1561. "shape": "S1i"
  1562. }
  1563. }
  1564. },
  1565. "output": {
  1566. "type": "structure",
  1567. "required": [
  1568. "UICustomization"
  1569. ],
  1570. "members": {
  1571. "UICustomization": {
  1572. "shape": "S83"
  1573. }
  1574. }
  1575. }
  1576. },
  1577. "GetUser": {
  1578. "input": {
  1579. "type": "structure",
  1580. "required": [
  1581. "AccessToken"
  1582. ],
  1583. "members": {
  1584. "AccessToken": {
  1585. "shape": "S1v"
  1586. }
  1587. }
  1588. },
  1589. "output": {
  1590. "type": "structure",
  1591. "required": [
  1592. "Username",
  1593. "UserAttributes"
  1594. ],
  1595. "members": {
  1596. "Username": {
  1597. "shape": "Sd"
  1598. },
  1599. "UserAttributes": {
  1600. "shape": "Si"
  1601. },
  1602. "MFAOptions": {
  1603. "shape": "Sv"
  1604. },
  1605. "PreferredMfaSetting": {},
  1606. "UserMFASettingList": {
  1607. "shape": "S1g"
  1608. }
  1609. }
  1610. },
  1611. "authtype": "none"
  1612. },
  1613. "GetUserAttributeVerificationCode": {
  1614. "input": {
  1615. "type": "structure",
  1616. "required": [
  1617. "AccessToken",
  1618. "AttributeName"
  1619. ],
  1620. "members": {
  1621. "AccessToken": {
  1622. "shape": "S1v"
  1623. },
  1624. "AttributeName": {}
  1625. }
  1626. },
  1627. "output": {
  1628. "type": "structure",
  1629. "members": {
  1630. "CodeDeliveryDetails": {
  1631. "shape": "S7p"
  1632. }
  1633. }
  1634. },
  1635. "authtype": "none"
  1636. },
  1637. "GetUserPoolMfaConfig": {
  1638. "input": {
  1639. "type": "structure",
  1640. "required": [
  1641. "UserPoolId"
  1642. ],
  1643. "members": {
  1644. "UserPoolId": {}
  1645. }
  1646. },
  1647. "output": {
  1648. "type": "structure",
  1649. "members": {
  1650. "SmsMfaConfiguration": {
  1651. "shape": "S8d"
  1652. },
  1653. "SoftwareTokenMfaConfiguration": {
  1654. "shape": "S8e"
  1655. },
  1656. "MfaConfiguration": {}
  1657. }
  1658. }
  1659. },
  1660. "GlobalSignOut": {
  1661. "input": {
  1662. "type": "structure",
  1663. "required": [
  1664. "AccessToken"
  1665. ],
  1666. "members": {
  1667. "AccessToken": {
  1668. "shape": "S1v"
  1669. }
  1670. }
  1671. },
  1672. "output": {
  1673. "type": "structure",
  1674. "members": {}
  1675. }
  1676. },
  1677. "InitiateAuth": {
  1678. "input": {
  1679. "type": "structure",
  1680. "required": [
  1681. "AuthFlow",
  1682. "ClientId"
  1683. ],
  1684. "members": {
  1685. "AuthFlow": {},
  1686. "AuthParameters": {
  1687. "shape": "S1k"
  1688. },
  1689. "ClientMetadata": {
  1690. "shape": "S1l"
  1691. },
  1692. "ClientId": {
  1693. "shape": "S1i"
  1694. },
  1695. "AnalyticsMetadata": {
  1696. "shape": "S1m"
  1697. },
  1698. "UserContextData": {
  1699. "shape": "S3r"
  1700. }
  1701. }
  1702. },
  1703. "output": {
  1704. "type": "structure",
  1705. "members": {
  1706. "ChallengeName": {},
  1707. "Session": {},
  1708. "ChallengeParameters": {
  1709. "shape": "S1t"
  1710. },
  1711. "AuthenticationResult": {
  1712. "shape": "S1u"
  1713. }
  1714. }
  1715. }
  1716. },
  1717. "ListDevices": {
  1718. "input": {
  1719. "type": "structure",
  1720. "required": [
  1721. "AccessToken"
  1722. ],
  1723. "members": {
  1724. "AccessToken": {
  1725. "shape": "S1v"
  1726. },
  1727. "Limit": {
  1728. "type": "integer"
  1729. },
  1730. "PaginationToken": {}
  1731. }
  1732. },
  1733. "output": {
  1734. "type": "structure",
  1735. "members": {
  1736. "Devices": {
  1737. "shape": "S24"
  1738. },
  1739. "PaginationToken": {}
  1740. }
  1741. }
  1742. },
  1743. "ListGroups": {
  1744. "input": {
  1745. "type": "structure",
  1746. "required": [
  1747. "UserPoolId"
  1748. ],
  1749. "members": {
  1750. "UserPoolId": {},
  1751. "Limit": {
  1752. "type": "integer"
  1753. },
  1754. "NextToken": {}
  1755. }
  1756. },
  1757. "output": {
  1758. "type": "structure",
  1759. "members": {
  1760. "Groups": {
  1761. "shape": "S28"
  1762. },
  1763. "NextToken": {}
  1764. }
  1765. }
  1766. },
  1767. "ListIdentityProviders": {
  1768. "input": {
  1769. "type": "structure",
  1770. "required": [
  1771. "UserPoolId"
  1772. ],
  1773. "members": {
  1774. "UserPoolId": {},
  1775. "MaxResults": {
  1776. "type": "integer"
  1777. },
  1778. "NextToken": {}
  1779. }
  1780. },
  1781. "output": {
  1782. "type": "structure",
  1783. "required": [
  1784. "Providers"
  1785. ],
  1786. "members": {
  1787. "Providers": {
  1788. "type": "list",
  1789. "member": {
  1790. "type": "structure",
  1791. "members": {
  1792. "ProviderName": {},
  1793. "ProviderType": {},
  1794. "LastModifiedDate": {
  1795. "type": "timestamp"
  1796. },
  1797. "CreationDate": {
  1798. "type": "timestamp"
  1799. }
  1800. }
  1801. }
  1802. },
  1803. "NextToken": {}
  1804. }
  1805. }
  1806. },
  1807. "ListResourceServers": {
  1808. "input": {
  1809. "type": "structure",
  1810. "required": [
  1811. "UserPoolId"
  1812. ],
  1813. "members": {
  1814. "UserPoolId": {},
  1815. "MaxResults": {
  1816. "type": "integer"
  1817. },
  1818. "NextToken": {}
  1819. }
  1820. },
  1821. "output": {
  1822. "type": "structure",
  1823. "required": [
  1824. "ResourceServers"
  1825. ],
  1826. "members": {
  1827. "ResourceServers": {
  1828. "type": "list",
  1829. "member": {
  1830. "shape": "S4f"
  1831. }
  1832. },
  1833. "NextToken": {}
  1834. }
  1835. }
  1836. },
  1837. "ListUserImportJobs": {
  1838. "input": {
  1839. "type": "structure",
  1840. "required": [
  1841. "UserPoolId",
  1842. "MaxResults"
  1843. ],
  1844. "members": {
  1845. "UserPoolId": {},
  1846. "MaxResults": {
  1847. "type": "integer"
  1848. },
  1849. "PaginationToken": {}
  1850. }
  1851. },
  1852. "output": {
  1853. "type": "structure",
  1854. "members": {
  1855. "UserImportJobs": {
  1856. "type": "list",
  1857. "member": {
  1858. "shape": "S4j"
  1859. }
  1860. },
  1861. "PaginationToken": {}
  1862. }
  1863. }
  1864. },
  1865. "ListUserPoolClients": {
  1866. "input": {
  1867. "type": "structure",
  1868. "required": [
  1869. "UserPoolId"
  1870. ],
  1871. "members": {
  1872. "UserPoolId": {},
  1873. "MaxResults": {
  1874. "type": "integer"
  1875. },
  1876. "NextToken": {}
  1877. }
  1878. },
  1879. "output": {
  1880. "type": "structure",
  1881. "members": {
  1882. "UserPoolClients": {
  1883. "type": "list",
  1884. "member": {
  1885. "type": "structure",
  1886. "members": {
  1887. "ClientId": {
  1888. "shape": "S1i"
  1889. },
  1890. "UserPoolId": {},
  1891. "ClientName": {}
  1892. }
  1893. }
  1894. },
  1895. "NextToken": {}
  1896. }
  1897. }
  1898. },
  1899. "ListUserPools": {
  1900. "input": {
  1901. "type": "structure",
  1902. "required": [
  1903. "MaxResults"
  1904. ],
  1905. "members": {
  1906. "NextToken": {},
  1907. "MaxResults": {
  1908. "type": "integer"
  1909. }
  1910. }
  1911. },
  1912. "output": {
  1913. "type": "structure",
  1914. "members": {
  1915. "UserPools": {
  1916. "type": "list",
  1917. "member": {
  1918. "type": "structure",
  1919. "members": {
  1920. "Id": {},
  1921. "Name": {},
  1922. "LambdaConfig": {
  1923. "shape": "S4u"
  1924. },
  1925. "Status": {},
  1926. "LastModifiedDate": {
  1927. "type": "timestamp"
  1928. },
  1929. "CreationDate": {
  1930. "type": "timestamp"
  1931. }
  1932. }
  1933. }
  1934. },
  1935. "NextToken": {}
  1936. }
  1937. }
  1938. },
  1939. "ListUsers": {
  1940. "input": {
  1941. "type": "structure",
  1942. "required": [
  1943. "UserPoolId"
  1944. ],
  1945. "members": {
  1946. "UserPoolId": {},
  1947. "AttributesToGet": {
  1948. "type": "list",
  1949. "member": {}
  1950. },
  1951. "Limit": {
  1952. "type": "integer"
  1953. },
  1954. "PaginationToken": {},
  1955. "Filter": {}
  1956. }
  1957. },
  1958. "output": {
  1959. "type": "structure",
  1960. "members": {
  1961. "Users": {
  1962. "shape": "S9e"
  1963. },
  1964. "PaginationToken": {}
  1965. }
  1966. }
  1967. },
  1968. "ListUsersInGroup": {
  1969. "input": {
  1970. "type": "structure",
  1971. "required": [
  1972. "UserPoolId",
  1973. "GroupName"
  1974. ],
  1975. "members": {
  1976. "UserPoolId": {},
  1977. "GroupName": {},
  1978. "Limit": {
  1979. "type": "integer"
  1980. },
  1981. "NextToken": {}
  1982. }
  1983. },
  1984. "output": {
  1985. "type": "structure",
  1986. "members": {
  1987. "Users": {
  1988. "shape": "S9e"
  1989. },
  1990. "NextToken": {}
  1991. }
  1992. }
  1993. },
  1994. "ResendConfirmationCode": {
  1995. "input": {
  1996. "type": "structure",
  1997. "required": [
  1998. "ClientId",
  1999. "Username"
  2000. ],
  2001. "members": {
  2002. "ClientId": {
  2003. "shape": "S1i"
  2004. },
  2005. "SecretHash": {
  2006. "shape": "S3p"
  2007. },
  2008. "UserContextData": {
  2009. "shape": "S3r"
  2010. },
  2011. "Username": {
  2012. "shape": "Sd"
  2013. },
  2014. "AnalyticsMetadata": {
  2015. "shape": "S1m"
  2016. }
  2017. }
  2018. },
  2019. "output": {
  2020. "type": "structure",
  2021. "members": {
  2022. "CodeDeliveryDetails": {
  2023. "shape": "S7p"
  2024. }
  2025. }
  2026. },
  2027. "authtype": "none"
  2028. },
  2029. "RespondToAuthChallenge": {
  2030. "input": {
  2031. "type": "structure",
  2032. "required": [
  2033. "ClientId",
  2034. "ChallengeName"
  2035. ],
  2036. "members": {
  2037. "ClientId": {
  2038. "shape": "S1i"
  2039. },
  2040. "ChallengeName": {},
  2041. "Session": {},
  2042. "ChallengeResponses": {
  2043. "shape": "S2x"
  2044. },
  2045. "AnalyticsMetadata": {
  2046. "shape": "S1m"
  2047. },
  2048. "UserContextData": {
  2049. "shape": "S3r"
  2050. }
  2051. }
  2052. },
  2053. "output": {
  2054. "type": "structure",
  2055. "members": {
  2056. "ChallengeName": {},
  2057. "Session": {},
  2058. "ChallengeParameters": {
  2059. "shape": "S1t"
  2060. },
  2061. "AuthenticationResult": {
  2062. "shape": "S1u"
  2063. }
  2064. }
  2065. }
  2066. },
  2067. "SetRiskConfiguration": {
  2068. "input": {
  2069. "type": "structure",
  2070. "required": [
  2071. "UserPoolId"
  2072. ],
  2073. "members": {
  2074. "UserPoolId": {},
  2075. "ClientId": {
  2076. "shape": "S1i"
  2077. },
  2078. "CompromisedCredentialsRiskConfiguration": {
  2079. "shape": "S6s"
  2080. },
  2081. "AccountTakeoverRiskConfiguration": {
  2082. "shape": "S6x"
  2083. },
  2084. "RiskExceptionConfiguration": {
  2085. "shape": "S76"
  2086. }
  2087. }
  2088. },
  2089. "output": {
  2090. "type": "structure",
  2091. "required": [
  2092. "RiskConfiguration"
  2093. ],
  2094. "members": {
  2095. "RiskConfiguration": {
  2096. "shape": "S6r"
  2097. }
  2098. }
  2099. }
  2100. },
  2101. "SetUICustomization": {
  2102. "input": {
  2103. "type": "structure",
  2104. "required": [
  2105. "UserPoolId"
  2106. ],
  2107. "members": {
  2108. "UserPoolId": {},
  2109. "ClientId": {
  2110. "shape": "S1i"
  2111. },
  2112. "CSS": {},
  2113. "ImageFile": {
  2114. "type": "blob"
  2115. }
  2116. }
  2117. },
  2118. "output": {
  2119. "type": "structure",
  2120. "required": [
  2121. "UICustomization"
  2122. ],
  2123. "members": {
  2124. "UICustomization": {
  2125. "shape": "S83"
  2126. }
  2127. }
  2128. }
  2129. },
  2130. "SetUserMFAPreference": {
  2131. "input": {
  2132. "type": "structure",
  2133. "required": [
  2134. "AccessToken"
  2135. ],
  2136. "members": {
  2137. "SMSMfaSettings": {
  2138. "shape": "S30"
  2139. },
  2140. "SoftwareTokenMfaSettings": {
  2141. "shape": "S31"
  2142. },
  2143. "AccessToken": {
  2144. "shape": "S1v"
  2145. }
  2146. }
  2147. },
  2148. "output": {
  2149. "type": "structure",
  2150. "members": {}
  2151. }
  2152. },
  2153. "SetUserPoolMfaConfig": {
  2154. "input": {
  2155. "type": "structure",
  2156. "required": [
  2157. "UserPoolId"
  2158. ],
  2159. "members": {
  2160. "UserPoolId": {},
  2161. "SmsMfaConfiguration": {
  2162. "shape": "S8d"
  2163. },
  2164. "SoftwareTokenMfaConfiguration": {
  2165. "shape": "S8e"
  2166. },
  2167. "MfaConfiguration": {}
  2168. }
  2169. },
  2170. "output": {
  2171. "type": "structure",
  2172. "members": {
  2173. "SmsMfaConfiguration": {
  2174. "shape": "S8d"
  2175. },
  2176. "SoftwareTokenMfaConfiguration": {
  2177. "shape": "S8e"
  2178. },
  2179. "MfaConfiguration": {}
  2180. }
  2181. }
  2182. },
  2183. "SetUserSettings": {
  2184. "input": {
  2185. "type": "structure",
  2186. "required": [
  2187. "AccessToken",
  2188. "MFAOptions"
  2189. ],
  2190. "members": {
  2191. "AccessToken": {
  2192. "shape": "S1v"
  2193. },
  2194. "MFAOptions": {
  2195. "shape": "Sv"
  2196. }
  2197. }
  2198. },
  2199. "output": {
  2200. "type": "structure",
  2201. "members": {}
  2202. },
  2203. "authtype": "none"
  2204. },
  2205. "SignUp": {
  2206. "input": {
  2207. "type": "structure",
  2208. "required": [
  2209. "ClientId",
  2210. "Username",
  2211. "Password"
  2212. ],
  2213. "members": {
  2214. "ClientId": {
  2215. "shape": "S1i"
  2216. },
  2217. "SecretHash": {
  2218. "shape": "S3p"
  2219. },
  2220. "Username": {
  2221. "shape": "Sd"
  2222. },
  2223. "Password": {
  2224. "shape": "Sm"
  2225. },
  2226. "UserAttributes": {
  2227. "shape": "Si"
  2228. },
  2229. "ValidationData": {
  2230. "shape": "Si"
  2231. },
  2232. "AnalyticsMetadata": {
  2233. "shape": "S1m"
  2234. },
  2235. "UserContextData": {
  2236. "shape": "S3r"
  2237. }
  2238. }
  2239. },
  2240. "output": {
  2241. "type": "structure",
  2242. "required": [
  2243. "UserConfirmed",
  2244. "UserSub"
  2245. ],
  2246. "members": {
  2247. "UserConfirmed": {
  2248. "type": "boolean"
  2249. },
  2250. "CodeDeliveryDetails": {
  2251. "shape": "S7p"
  2252. },
  2253. "UserSub": {}
  2254. }
  2255. },
  2256. "authtype": "none"
  2257. },
  2258. "StartUserImportJob": {
  2259. "input": {
  2260. "type": "structure",
  2261. "required": [
  2262. "UserPoolId",
  2263. "JobId"
  2264. ],
  2265. "members": {
  2266. "UserPoolId": {},
  2267. "JobId": {}
  2268. }
  2269. },
  2270. "output": {
  2271. "type": "structure",
  2272. "members": {
  2273. "UserImportJob": {
  2274. "shape": "S4j"
  2275. }
  2276. }
  2277. }
  2278. },
  2279. "StopUserImportJob": {
  2280. "input": {
  2281. "type": "structure",
  2282. "required": [
  2283. "UserPoolId",
  2284. "JobId"
  2285. ],
  2286. "members": {
  2287. "UserPoolId": {},
  2288. "JobId": {}
  2289. }
  2290. },
  2291. "output": {
  2292. "type": "structure",
  2293. "members": {
  2294. "UserImportJob": {
  2295. "shape": "S4j"
  2296. }
  2297. }
  2298. }
  2299. },
  2300. "UpdateAuthEventFeedback": {
  2301. "input": {
  2302. "type": "structure",
  2303. "required": [
  2304. "UserPoolId",
  2305. "Username",
  2306. "EventId",
  2307. "FeedbackToken",
  2308. "FeedbackValue"
  2309. ],
  2310. "members": {
  2311. "UserPoolId": {},
  2312. "Username": {
  2313. "shape": "Sd"
  2314. },
  2315. "EventId": {},
  2316. "FeedbackToken": {
  2317. "shape": "S1v"
  2318. },
  2319. "FeedbackValue": {}
  2320. }
  2321. },
  2322. "output": {
  2323. "type": "structure",
  2324. "members": {}
  2325. }
  2326. },
  2327. "UpdateDeviceStatus": {
  2328. "input": {
  2329. "type": "structure",
  2330. "required": [
  2331. "AccessToken",
  2332. "DeviceKey"
  2333. ],
  2334. "members": {
  2335. "AccessToken": {
  2336. "shape": "S1v"
  2337. },
  2338. "DeviceKey": {},
  2339. "DeviceRememberedStatus": {}
  2340. }
  2341. },
  2342. "output": {
  2343. "type": "structure",
  2344. "members": {}
  2345. }
  2346. },
  2347. "UpdateGroup": {
  2348. "input": {
  2349. "type": "structure",
  2350. "required": [
  2351. "GroupName",
  2352. "UserPoolId"
  2353. ],
  2354. "members": {
  2355. "GroupName": {},
  2356. "UserPoolId": {},
  2357. "Description": {},
  2358. "RoleArn": {},
  2359. "Precedence": {
  2360. "type": "integer"
  2361. }
  2362. }
  2363. },
  2364. "output": {
  2365. "type": "structure",
  2366. "members": {
  2367. "Group": {
  2368. "shape": "S29"
  2369. }
  2370. }
  2371. }
  2372. },
  2373. "UpdateIdentityProvider": {
  2374. "input": {
  2375. "type": "structure",
  2376. "required": [
  2377. "UserPoolId",
  2378. "ProviderName"
  2379. ],
  2380. "members": {
  2381. "UserPoolId": {},
  2382. "ProviderName": {},
  2383. "ProviderDetails": {
  2384. "shape": "S40"
  2385. },
  2386. "AttributeMapping": {
  2387. "shape": "S41"
  2388. },
  2389. "IdpIdentifiers": {

Large files files are truncated, but you can click here to view the full file