PageRenderTime 27ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/Prozwood/mylist
JSON | 3442 lines | 3442 code | 0 blank | 0 comment | 0 complexity | 4c8fde51e6e8a02fb3b04b23ba41039e MD5 | raw file
Possible License(s): BSD-3-Clause, Apache-2.0, 0BSD
  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": {
  2390. "shape": "S43"
  2391. }
  2392. }
  2393. },
  2394. "output": {
  2395. "type": "structure",
  2396. "required": [
  2397. "IdentityProvider"
  2398. ],
  2399. "members": {
  2400. "IdentityProvider": {
  2401. "shape": "S46"
  2402. }
  2403. }
  2404. }
  2405. },
  2406. "UpdateResourceServer": {
  2407. "input": {
  2408. "type": "structure",
  2409. "required": [
  2410. "UserPoolId",
  2411. "Identifier",
  2412. "Name"
  2413. ],
  2414. "members": {
  2415. "UserPoolId": {},
  2416. "Identifier": {},
  2417. "Name": {},
  2418. "Scopes": {
  2419. "shape": "S4a"
  2420. }
  2421. }
  2422. },
  2423. "output": {
  2424. "type": "structure",
  2425. "required": [
  2426. "ResourceServer"
  2427. ],
  2428. "members": {
  2429. "ResourceServer": {
  2430. "shape": "S4f"
  2431. }
  2432. }
  2433. }
  2434. },
  2435. "UpdateUserAttributes": {
  2436. "input": {
  2437. "type": "structure",
  2438. "required": [
  2439. "UserAttributes",
  2440. "AccessToken"
  2441. ],
  2442. "members": {
  2443. "UserAttributes": {
  2444. "shape": "Si"
  2445. },
  2446. "AccessToken": {
  2447. "shape": "S1v"
  2448. }
  2449. }
  2450. },
  2451. "output": {
  2452. "type": "structure",
  2453. "members": {
  2454. "CodeDeliveryDetailsList": {
  2455. "type": "list",
  2456. "member": {
  2457. "shape": "S7p"
  2458. }
  2459. }
  2460. }
  2461. },
  2462. "authtype": "none"
  2463. },
  2464. "UpdateUserPool": {
  2465. "input": {
  2466. "type": "structure",
  2467. "required": [
  2468. "UserPoolId"
  2469. ],
  2470. "members": {
  2471. "UserPoolId": {},
  2472. "Policies": {
  2473. "shape": "S4r"
  2474. },
  2475. "LambdaConfig": {
  2476. "shape": "S4u"
  2477. },
  2478. "AutoVerifiedAttributes": {
  2479. "shape": "S4v"
  2480. },
  2481. "SmsVerificationMessage": {},
  2482. "EmailVerificationMessage": {},
  2483. "EmailVerificationSubject": {},
  2484. "VerificationMessageTemplate": {
  2485. "shape": "S54"
  2486. },
  2487. "SmsAuthenticationMessage": {},
  2488. "MfaConfiguration": {},
  2489. "DeviceConfiguration": {
  2490. "shape": "S59"
  2491. },
  2492. "EmailConfiguration": {
  2493. "shape": "S5a"
  2494. },
  2495. "SmsConfiguration": {
  2496. "shape": "S5c"
  2497. },
  2498. "UserPoolTags": {
  2499. "shape": "S5d"
  2500. },
  2501. "AdminCreateUserConfig": {
  2502. "shape": "S5e"
  2503. },
  2504. "UserPoolAddOns": {
  2505. "shape": "S5i"
  2506. }
  2507. }
  2508. },
  2509. "output": {
  2510. "type": "structure",
  2511. "members": {}
  2512. }
  2513. },
  2514. "UpdateUserPoolClient": {
  2515. "input": {
  2516. "type": "structure",
  2517. "required": [
  2518. "UserPoolId",
  2519. "ClientId"
  2520. ],
  2521. "members": {
  2522. "UserPoolId": {},
  2523. "ClientId": {
  2524. "shape": "S1i"
  2525. },
  2526. "ClientName": {},
  2527. "RefreshTokenValidity": {
  2528. "type": "integer"
  2529. },
  2530. "ReadAttributes": {
  2531. "shape": "S5s"
  2532. },
  2533. "WriteAttributes": {
  2534. "shape": "S5s"
  2535. },
  2536. "ExplicitAuthFlows": {
  2537. "shape": "S5u"
  2538. },
  2539. "SupportedIdentityProviders": {
  2540. "shape": "S5w"
  2541. },
  2542. "CallbackURLs": {
  2543. "shape": "S5x"
  2544. },
  2545. "LogoutURLs": {
  2546. "shape": "S5z"
  2547. },
  2548. "DefaultRedirectURI": {},
  2549. "AllowedOAuthFlows": {
  2550. "shape": "S60"
  2551. },
  2552. "AllowedOAuthScopes": {
  2553. "shape": "S62"
  2554. },
  2555. "AllowedOAuthFlowsUserPoolClient": {
  2556. "type": "boolean"
  2557. },
  2558. "AnalyticsConfiguration": {
  2559. "shape": "S64"
  2560. }
  2561. }
  2562. },
  2563. "output": {
  2564. "type": "structure",
  2565. "members": {
  2566. "UserPoolClient": {
  2567. "shape": "S67"
  2568. }
  2569. }
  2570. }
  2571. },
  2572. "VerifySoftwareToken": {
  2573. "input": {
  2574. "type": "structure",
  2575. "required": [
  2576. "UserCode"
  2577. ],
  2578. "members": {
  2579. "AccessToken": {
  2580. "shape": "S1v"
  2581. },
  2582. "Session": {},
  2583. "UserCode": {},
  2584. "FriendlyDeviceName": {}
  2585. }
  2586. },
  2587. "output": {
  2588. "type": "structure",
  2589. "members": {
  2590. "Status": {},
  2591. "Session": {}
  2592. }
  2593. }
  2594. },
  2595. "VerifyUserAttribute": {
  2596. "input": {
  2597. "type": "structure",
  2598. "required": [
  2599. "AccessToken",
  2600. "AttributeName",
  2601. "Code"
  2602. ],
  2603. "members": {
  2604. "AccessToken": {
  2605. "shape": "S1v"
  2606. },
  2607. "AttributeName": {},
  2608. "Code": {}
  2609. }
  2610. },
  2611. "output": {
  2612. "type": "structure",
  2613. "members": {}
  2614. },
  2615. "authtype": "none"
  2616. }
  2617. },
  2618. "shapes": {
  2619. "S4": {
  2620. "type": "structure",
  2621. "members": {
  2622. "Name": {},
  2623. "AttributeDataType": {},
  2624. "DeveloperOnlyAttribute": {
  2625. "type": "boolean"
  2626. },
  2627. "Mutable": {
  2628. "type": "boolean"
  2629. },
  2630. "Required": {
  2631. "type": "boolean"
  2632. },
  2633. "NumberAttributeConstraints": {
  2634. "type": "structure",
  2635. "members": {
  2636. "MinValue": {},
  2637. "MaxValue": {}
  2638. }
  2639. },
  2640. "StringAttributeConstraints": {
  2641. "type": "structure",
  2642. "members": {
  2643. "MinLength": {},
  2644. "MaxLength": {}
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "Sd": {
  2650. "type": "string",
  2651. "sensitive": true
  2652. },
  2653. "Si": {
  2654. "type": "list",
  2655. "member": {
  2656. "type": "structure",
  2657. "required": [
  2658. "Name"
  2659. ],
  2660. "members": {
  2661. "Name": {},
  2662. "Value": {
  2663. "type": "string",
  2664. "sensitive": true
  2665. }
  2666. }
  2667. }
  2668. },
  2669. "Sm": {
  2670. "type": "string",
  2671. "sensitive": true
  2672. },
  2673. "Ss": {
  2674. "type": "structure",
  2675. "members": {
  2676. "Username": {
  2677. "shape": "Sd"
  2678. },
  2679. "Attributes": {
  2680. "shape": "Si"
  2681. },
  2682. "UserCreateDate": {
  2683. "type": "timestamp"
  2684. },
  2685. "UserLastModifiedDate": {
  2686. "type": "timestamp"
  2687. },
  2688. "Enabled": {
  2689. "type": "boolean"
  2690. },
  2691. "UserStatus": {},
  2692. "MFAOptions": {
  2693. "shape": "Sv"
  2694. }
  2695. }
  2696. },
  2697. "Sv": {
  2698. "type": "list",
  2699. "member": {
  2700. "type": "structure",
  2701. "members": {
  2702. "DeliveryMedium": {},
  2703. "AttributeName": {}
  2704. }
  2705. }
  2706. },
  2707. "Sz": {
  2708. "type": "list",
  2709. "member": {}
  2710. },
  2711. "S12": {
  2712. "type": "structure",
  2713. "members": {
  2714. "ProviderName": {},
  2715. "ProviderAttributeName": {},
  2716. "ProviderAttributeValue": {}
  2717. }
  2718. },
  2719. "S1d": {
  2720. "type": "structure",
  2721. "members": {
  2722. "DeviceKey": {},
  2723. "DeviceAttributes": {
  2724. "shape": "Si"
  2725. },
  2726. "DeviceCreateDate": {
  2727. "type": "timestamp"
  2728. },
  2729. "DeviceLastModifiedDate": {
  2730. "type": "timestamp"
  2731. },
  2732. "DeviceLastAuthenticatedDate": {
  2733. "type": "timestamp"
  2734. }
  2735. }
  2736. },
  2737. "S1g": {
  2738. "type": "list",
  2739. "member": {}
  2740. },
  2741. "S1i": {
  2742. "type": "string",
  2743. "sensitive": true
  2744. },
  2745. "S1k": {
  2746. "type": "map",
  2747. "key": {},
  2748. "value": {}
  2749. },
  2750. "S1l": {
  2751. "type": "map",
  2752. "key": {},
  2753. "value": {}
  2754. },
  2755. "S1m": {
  2756. "type": "structure",
  2757. "members": {
  2758. "AnalyticsEndpointId": {}
  2759. }
  2760. },
  2761. "S1n": {
  2762. "type": "structure",
  2763. "required": [
  2764. "IpAddress",
  2765. "ServerName",
  2766. "ServerPath",
  2767. "HttpHeaders"
  2768. ],
  2769. "members": {
  2770. "IpAddress": {},
  2771. "ServerName": {},
  2772. "ServerPath": {},
  2773. "HttpHeaders": {
  2774. "type": "list",
  2775. "member": {
  2776. "type": "structure",
  2777. "members": {
  2778. "headerName": {},
  2779. "headerValue": {}
  2780. }
  2781. }
  2782. },
  2783. "EncodedData": {}
  2784. }
  2785. },
  2786. "S1t": {
  2787. "type": "map",
  2788. "key": {},
  2789. "value": {}
  2790. },
  2791. "S1u": {
  2792. "type": "structure",
  2793. "members": {
  2794. "AccessToken": {
  2795. "shape": "S1v"
  2796. },
  2797. "ExpiresIn": {
  2798. "type": "integer"
  2799. },
  2800. "TokenType": {},
  2801. "RefreshToken": {
  2802. "shape": "S1v"
  2803. },
  2804. "IdToken": {
  2805. "shape": "S1v"
  2806. },
  2807. "NewDeviceMetadata": {
  2808. "type": "structure",
  2809. "members": {
  2810. "DeviceKey": {},
  2811. "DeviceGroupKey": {}
  2812. }
  2813. }
  2814. }
  2815. },
  2816. "S1v": {
  2817. "type": "string",
  2818. "sensitive": true
  2819. },
  2820. "S24": {
  2821. "type": "list",
  2822. "member": {
  2823. "shape": "S1d"
  2824. }
  2825. },
  2826. "S28": {
  2827. "type": "list",
  2828. "member": {
  2829. "shape": "S29"
  2830. }
  2831. },
  2832. "S29": {
  2833. "type": "structure",
  2834. "members": {
  2835. "GroupName": {},
  2836. "UserPoolId": {},
  2837. "Description": {},
  2838. "RoleArn": {},
  2839. "Precedence": {
  2840. "type": "integer"
  2841. },
  2842. "LastModifiedDate": {
  2843. "type": "timestamp"
  2844. },
  2845. "CreationDate": {
  2846. "type": "timestamp"
  2847. }
  2848. }
  2849. },
  2850. "S2x": {
  2851. "type": "map",
  2852. "key": {},
  2853. "value": {}
  2854. },
  2855. "S30": {
  2856. "type": "structure",
  2857. "members": {
  2858. "Enabled": {
  2859. "type": "boolean"
  2860. },
  2861. "PreferredMfa": {
  2862. "type": "boolean"
  2863. }
  2864. }
  2865. },
  2866. "S31": {
  2867. "type": "structure",
  2868. "members": {
  2869. "Enabled": {
  2870. "type": "boolean"
  2871. },
  2872. "PreferredMfa": {
  2873. "type": "boolean"
  2874. }
  2875. }
  2876. },
  2877. "S3p": {
  2878. "type": "string",
  2879. "sensitive": true
  2880. },
  2881. "S3r": {
  2882. "type": "structure",
  2883. "members": {
  2884. "EncodedData": {}
  2885. }
  2886. },
  2887. "S40": {
  2888. "type": "map",
  2889. "key": {},
  2890. "value": {}
  2891. },
  2892. "S41": {
  2893. "type": "map",
  2894. "key": {},
  2895. "value": {}
  2896. },
  2897. "S43": {
  2898. "type": "list",
  2899. "member": {}
  2900. },
  2901. "S46": {
  2902. "type": "structure",
  2903. "members": {
  2904. "UserPoolId": {},
  2905. "ProviderName": {},
  2906. "ProviderType": {},
  2907. "ProviderDetails": {
  2908. "shape": "S40"
  2909. },
  2910. "AttributeMapping": {
  2911. "shape": "S41"
  2912. },
  2913. "IdpIdentifiers": {
  2914. "shape": "S43"
  2915. },
  2916. "LastModifiedDate": {
  2917. "type": "timestamp"
  2918. },
  2919. "CreationDate": {
  2920. "type": "timestamp"
  2921. }
  2922. }
  2923. },
  2924. "S4a": {
  2925. "type": "list",
  2926. "member": {
  2927. "type": "structure",
  2928. "required": [
  2929. "ScopeName",
  2930. "ScopeDescription"
  2931. ],
  2932. "members": {
  2933. "ScopeName": {},
  2934. "ScopeDescription": {}
  2935. }
  2936. }
  2937. },
  2938. "S4f": {
  2939. "type": "structure",
  2940. "members": {
  2941. "UserPoolId": {},
  2942. "Identifier": {},
  2943. "Name": {},
  2944. "Scopes": {
  2945. "shape": "S4a"
  2946. }
  2947. }
  2948. },
  2949. "S4j": {
  2950. "type": "structure",
  2951. "members": {
  2952. "JobName": {},
  2953. "JobId": {},
  2954. "UserPoolId": {},
  2955. "PreSignedUrl": {},
  2956. "CreationDate": {
  2957. "type": "timestamp"
  2958. },
  2959. "StartDate": {
  2960. "type": "timestamp"
  2961. },
  2962. "CompletionDate": {
  2963. "type": "timestamp"
  2964. },
  2965. "Status": {},
  2966. "CloudWatchLogsRoleArn": {},
  2967. "ImportedUsers": {
  2968. "type": "long"
  2969. },
  2970. "SkippedUsers": {
  2971. "type": "long"
  2972. },
  2973. "FailedUsers": {
  2974. "type": "long"
  2975. },
  2976. "CompletionMessage": {}
  2977. }
  2978. },
  2979. "S4r": {
  2980. "type": "structure",
  2981. "members": {
  2982. "PasswordPolicy": {
  2983. "type": "structure",
  2984. "members": {
  2985. "MinimumLength": {
  2986. "type": "integer"
  2987. },
  2988. "RequireUppercase": {
  2989. "type": "boolean"
  2990. },
  2991. "RequireLowercase": {
  2992. "type": "boolean"
  2993. },
  2994. "RequireNumbers": {
  2995. "type": "boolean"
  2996. },
  2997. "RequireSymbols": {
  2998. "type": "boolean"
  2999. }
  3000. }
  3001. }
  3002. }
  3003. },
  3004. "S4u": {
  3005. "type": "structure",
  3006. "members": {
  3007. "PreSignUp": {},
  3008. "CustomMessage": {},
  3009. "PostConfirmation": {},
  3010. "PreAuthentication": {},
  3011. "PostAuthentication": {},
  3012. "DefineAuthChallenge": {},
  3013. "CreateAuthChallenge": {},
  3014. "VerifyAuthChallengeResponse": {},
  3015. "PreTokenGeneration": {},
  3016. "UserMigration": {}
  3017. }
  3018. },
  3019. "S4v": {
  3020. "type": "list",
  3021. "member": {}
  3022. },
  3023. "S4x": {
  3024. "type": "list",
  3025. "member": {}
  3026. },
  3027. "S4z": {
  3028. "type": "list",
  3029. "member": {}
  3030. },
  3031. "S54": {
  3032. "type": "structure",
  3033. "members": {
  3034. "SmsMessage": {},
  3035. "EmailMessage": {},
  3036. "EmailSubject": {},
  3037. "EmailMessageByLink": {},
  3038. "EmailSubjectByLink": {},
  3039. "DefaultEmailOption": {}
  3040. }
  3041. },
  3042. "S59": {
  3043. "type": "structure",
  3044. "members": {
  3045. "ChallengeRequiredOnNewDevice": {
  3046. "type": "boolean"
  3047. },
  3048. "DeviceOnlyRememberedOnUserPrompt": {
  3049. "type": "boolean"
  3050. }
  3051. }
  3052. },
  3053. "S5a": {
  3054. "type": "structure",
  3055. "members": {
  3056. "SourceArn": {},
  3057. "ReplyToEmailAddress": {}
  3058. }
  3059. },
  3060. "S5c": {
  3061. "type": "structure",
  3062. "required": [
  3063. "SnsCallerArn"
  3064. ],
  3065. "members": {
  3066. "SnsCallerArn": {},
  3067. "ExternalId": {}
  3068. }
  3069. },
  3070. "S5d": {
  3071. "type": "map",
  3072. "key": {},
  3073. "value": {}
  3074. },
  3075. "S5e": {
  3076. "type": "structure",
  3077. "members": {
  3078. "AllowAdminCreateUserOnly": {
  3079. "type": "boolean"
  3080. },
  3081. "UnusedAccountValidityDays": {
  3082. "type": "integer"
  3083. },
  3084. "InviteMessageTemplate": {
  3085. "type": "structure",
  3086. "members": {
  3087. "SMSMessage": {},
  3088. "EmailMessage": {},
  3089. "EmailSubject": {}
  3090. }
  3091. }
  3092. }
  3093. },
  3094. "S5h": {
  3095. "type": "list",
  3096. "member": {
  3097. "shape": "S4"
  3098. }
  3099. },
  3100. "S5i": {
  3101. "type": "structure",
  3102. "required": [
  3103. "AdvancedSecurityMode"
  3104. ],
  3105. "members": {
  3106. "AdvancedSecurityMode": {}
  3107. }
  3108. },
  3109. "S5l": {
  3110. "type": "structure",
  3111. "members": {
  3112. "Id": {},
  3113. "Name": {},
  3114. "Policies": {
  3115. "shape": "S4r"
  3116. },
  3117. "LambdaConfig": {
  3118. "shape": "S4u"
  3119. },
  3120. "Status": {},
  3121. "LastModifiedDate": {
  3122. "type": "timestamp"
  3123. },
  3124. "CreationDate": {
  3125. "type": "timestamp"
  3126. },
  3127. "SchemaAttributes": {
  3128. "shape": "S5h"
  3129. },
  3130. "AutoVerifiedAttributes": {
  3131. "shape": "S4v"
  3132. },
  3133. "AliasAttributes": {
  3134. "shape": "S4x"
  3135. },
  3136. "UsernameAttributes": {
  3137. "shape": "S4z"
  3138. },
  3139. "SmsVerificationMessage": {},
  3140. "EmailVerificationMessage": {},
  3141. "EmailVerificationSubject": {},
  3142. "VerificationMessageTemplate": {
  3143. "shape": "S54"
  3144. },
  3145. "SmsAuthenticationMessage": {},
  3146. "MfaConfiguration": {},
  3147. "DeviceConfiguration": {
  3148. "shape": "S59"
  3149. },
  3150. "EstimatedNumberOfUsers": {
  3151. "type": "integer"
  3152. },
  3153. "EmailConfiguration": {
  3154. "shape": "S5a"
  3155. },
  3156. "SmsConfiguration": {
  3157. "shape": "S5c"
  3158. },
  3159. "UserPoolTags": {
  3160. "shape": "S5d"
  3161. },
  3162. "SmsConfigurationFailure": {},
  3163. "EmailConfigurationFailure": {},
  3164. "Domain": {},
  3165. "AdminCreateUserConfig": {
  3166. "shape": "S5e"
  3167. },
  3168. "UserPoolAddOns": {
  3169. "shape": "S5i"
  3170. }
  3171. }
  3172. },
  3173. "S5s": {
  3174. "type": "list",
  3175. "member": {}
  3176. },
  3177. "S5u": {
  3178. "type": "list",
  3179. "member": {}
  3180. },
  3181. "S5w": {
  3182. "type": "list",
  3183. "member": {}
  3184. },
  3185. "S5x": {
  3186. "type": "list",
  3187. "member": {}
  3188. },
  3189. "S5z": {
  3190. "type": "list",
  3191. "member": {}
  3192. },
  3193. "S60": {
  3194. "type": "list",
  3195. "member": {}
  3196. },
  3197. "S62": {
  3198. "type": "list",
  3199. "member": {}
  3200. },
  3201. "S64": {
  3202. "type": "structure",
  3203. "required": [
  3204. "ApplicationId",
  3205. "RoleArn",
  3206. "ExternalId"
  3207. ],
  3208. "members": {
  3209. "ApplicationId": {},
  3210. "RoleArn": {},
  3211. "ExternalId": {},
  3212. "UserDataShared": {
  3213. "type": "boolean"
  3214. }
  3215. }
  3216. },
  3217. "S67": {
  3218. "type": "structure",
  3219. "members": {
  3220. "UserPoolId": {},
  3221. "ClientName": {},
  3222. "ClientId": {
  3223. "shape": "S1i"
  3224. },
  3225. "ClientSecret": {
  3226. "type": "string",
  3227. "sensitive": true
  3228. },
  3229. "LastModifiedDate": {
  3230. "type": "timestamp"
  3231. },
  3232. "CreationDate": {
  3233. "type": "timestamp"
  3234. },
  3235. "RefreshTokenValidity": {
  3236. "type": "integer"
  3237. },
  3238. "ReadAttributes": {
  3239. "shape": "S5s"
  3240. },
  3241. "WriteAttributes": {
  3242. "shape": "S5s"
  3243. },
  3244. "ExplicitAuthFlows": {
  3245. "shape": "S5u"
  3246. },
  3247. "SupportedIdentityProviders": {
  3248. "shape": "S5w"
  3249. },
  3250. "CallbackURLs": {
  3251. "shape": "S5x"
  3252. },
  3253. "LogoutURLs": {
  3254. "shape": "S5z"
  3255. },
  3256. "DefaultRedirectURI": {},
  3257. "AllowedOAuthFlows": {
  3258. "shape": "S60"
  3259. },
  3260. "AllowedOAuthScopes": {
  3261. "shape": "S62"
  3262. },
  3263. "AllowedOAuthFlowsUserPoolClient": {
  3264. "type": "boolean"
  3265. },
  3266. "AnalyticsConfiguration": {
  3267. "shape": "S64"
  3268. }
  3269. }
  3270. },
  3271. "S6r": {
  3272. "type": "structure",
  3273. "members": {
  3274. "UserPoolId": {},
  3275. "ClientId": {
  3276. "shape": "S1i"
  3277. },
  3278. "CompromisedCredentialsRiskConfiguration": {
  3279. "shape": "S6s"
  3280. },
  3281. "AccountTakeoverRiskConfiguration": {
  3282. "shape": "S6x"
  3283. },
  3284. "RiskExceptionConfiguration": {
  3285. "shape": "S76"
  3286. },
  3287. "LastModifiedDate": {
  3288. "type": "timestamp"
  3289. }
  3290. }
  3291. },
  3292. "S6s": {
  3293. "type": "structure",
  3294. "required": [
  3295. "Actions"
  3296. ],
  3297. "members": {
  3298. "EventFilter": {
  3299. "type": "list",
  3300. "member": {}
  3301. },
  3302. "Actions": {
  3303. "type": "structure",
  3304. "required": [
  3305. "EventAction"
  3306. ],
  3307. "members": {
  3308. "EventAction": {}
  3309. }
  3310. }
  3311. }
  3312. },
  3313. "S6x": {
  3314. "type": "structure",
  3315. "required": [
  3316. "Actions"
  3317. ],
  3318. "members": {
  3319. "NotifyConfiguration": {
  3320. "type": "structure",
  3321. "required": [
  3322. "SourceArn"
  3323. ],
  3324. "members": {
  3325. "From": {},
  3326. "ReplyTo": {},
  3327. "SourceArn": {},
  3328. "BlockEmail": {
  3329. "shape": "S6z"
  3330. },
  3331. "NoActionEmail": {
  3332. "shape": "S6z"
  3333. },
  3334. "MfaEmail": {
  3335. "shape": "S6z"
  3336. }
  3337. }
  3338. },
  3339. "Actions": {
  3340. "type": "structure",
  3341. "members": {
  3342. "LowAction": {
  3343. "shape": "S73"
  3344. },
  3345. "MediumAction": {
  3346. "shape": "S73"
  3347. },
  3348. "HighAction": {
  3349. "shape": "S73"
  3350. }
  3351. }
  3352. }
  3353. }
  3354. },
  3355. "S6z": {
  3356. "type": "structure",
  3357. "required": [
  3358. "Subject"
  3359. ],
  3360. "members": {
  3361. "Subject": {},
  3362. "HtmlBody": {},
  3363. "TextBody": {}
  3364. }
  3365. },
  3366. "S73": {
  3367. "type": "structure",
  3368. "required": [
  3369. "Notify",
  3370. "EventAction"
  3371. ],
  3372. "members": {
  3373. "Notify": {
  3374. "type": "boolean"
  3375. },
  3376. "EventAction": {}
  3377. }
  3378. },
  3379. "S76": {
  3380. "type": "structure",
  3381. "members": {
  3382. "BlockedIPRangeList": {
  3383. "type": "list",
  3384. "member": {}
  3385. },
  3386. "SkippedIPRangeList": {
  3387. "type": "list",
  3388. "member": {}
  3389. }
  3390. }
  3391. },
  3392. "S7p": {
  3393. "type": "structure",
  3394. "members": {
  3395. "Destination": {},
  3396. "DeliveryMedium": {},
  3397. "AttributeName": {}
  3398. }
  3399. },
  3400. "S83": {
  3401. "type": "structure",
  3402. "members": {
  3403. "UserPoolId": {},
  3404. "ClientId": {
  3405. "shape": "S1i"
  3406. },
  3407. "ImageUrl": {},
  3408. "CSS": {},
  3409. "CSSVersion": {},
  3410. "LastModifiedDate": {
  3411. "type": "timestamp"
  3412. },
  3413. "CreationDate": {
  3414. "type": "timestamp"
  3415. }
  3416. }
  3417. },
  3418. "S8d": {
  3419. "type": "structure",
  3420. "members": {
  3421. "SmsAuthenticationMessage": {},
  3422. "SmsConfiguration": {
  3423. "shape": "S5c"
  3424. }
  3425. }
  3426. },
  3427. "S8e": {
  3428. "type": "structure",
  3429. "members": {
  3430. "Enabled": {
  3431. "type": "boolean"
  3432. }
  3433. }
  3434. },
  3435. "S9e": {
  3436. "type": "list",
  3437. "member": {
  3438. "shape": "Ss"
  3439. }
  3440. }
  3441. }
  3442. }