volc-cloudidentity 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/dist/cjs/index.js +635 -0
  2. package/dist/esm/api.d.ts +661 -0
  3. package/dist/esm/api.d.ts.map +1 -0
  4. package/dist/esm/index.d.ts +13 -0
  5. package/dist/esm/index.d.ts.map +1 -0
  6. package/dist/esm/index.mjs +427 -0
  7. package/dist/esm/types/account-assignment-for-list-account-assignments-output.d.ts +60 -0
  8. package/dist/esm/types/account-assignment-for-list-account-assignments-output.d.ts.map +1 -0
  9. package/dist/esm/types/add-inline-policy-to-permission-set-request.d.ts +30 -0
  10. package/dist/esm/types/add-inline-policy-to-permission-set-request.d.ts.map +1 -0
  11. package/dist/esm/types/add-inline-policy-to-permission-set-response.d.ts +20 -0
  12. package/dist/esm/types/add-inline-policy-to-permission-set-response.d.ts.map +1 -0
  13. package/dist/esm/types/add-system-policy-to-permission-set-request.d.ts +30 -0
  14. package/dist/esm/types/add-system-policy-to-permission-set-request.d.ts.map +1 -0
  15. package/dist/esm/types/add-system-policy-to-permission-set-response.d.ts +20 -0
  16. package/dist/esm/types/add-system-policy-to-permission-set-response.d.ts.map +1 -0
  17. package/dist/esm/types/add-user-to-group-request.d.ts +30 -0
  18. package/dist/esm/types/add-user-to-group-request.d.ts.map +1 -0
  19. package/dist/esm/types/add-user-to-group-response.d.ts +20 -0
  20. package/dist/esm/types/add-user-to-group-response.d.ts.map +1 -0
  21. package/dist/esm/types/attach-policy-to-user-provision-request.d.ts +30 -0
  22. package/dist/esm/types/attach-policy-to-user-provision-request.d.ts.map +1 -0
  23. package/dist/esm/types/attach-policy-to-user-provision-response.d.ts +20 -0
  24. package/dist/esm/types/attach-policy-to-user-provision-response.d.ts.map +1 -0
  25. package/dist/esm/types/create-account-assignment-request.d.ts +48 -0
  26. package/dist/esm/types/create-account-assignment-request.d.ts.map +1 -0
  27. package/dist/esm/types/create-account-assignment-response.d.ts +25 -0
  28. package/dist/esm/types/create-account-assignment-response.d.ts.map +1 -0
  29. package/dist/esm/types/create-external-samlidentity-provider-request.d.ts +25 -0
  30. package/dist/esm/types/create-external-samlidentity-provider-request.d.ts.map +1 -0
  31. package/dist/esm/types/create-external-samlidentity-provider-response.d.ts +46 -0
  32. package/dist/esm/types/create-external-samlidentity-provider-response.d.ts.map +1 -0
  33. package/dist/esm/types/create-group-request.d.ts +48 -0
  34. package/dist/esm/types/create-group-request.d.ts.map +1 -0
  35. package/dist/esm/types/create-group-response.d.ts +60 -0
  36. package/dist/esm/types/create-group-response.d.ts.map +1 -0
  37. package/dist/esm/types/create-permission-set-request.d.ts +40 -0
  38. package/dist/esm/types/create-permission-set-request.d.ts.map +1 -0
  39. package/dist/esm/types/create-permission-set-response.d.ts +25 -0
  40. package/dist/esm/types/create-permission-set-response.d.ts.map +1 -0
  41. package/dist/esm/types/create-scimserver-credential-request.d.ts +20 -0
  42. package/dist/esm/types/create-scimserver-credential-request.d.ts.map +1 -0
  43. package/dist/esm/types/create-scimserver-credential-response.d.ts +50 -0
  44. package/dist/esm/types/create-scimserver-credential-response.d.ts.map +1 -0
  45. package/dist/esm/types/create-user-provisioning-request.d.ts +92 -0
  46. package/dist/esm/types/create-user-provisioning-request.d.ts.map +1 -0
  47. package/dist/esm/types/create-user-provisioning-response.d.ts +75 -0
  48. package/dist/esm/types/create-user-provisioning-response.d.ts.map +1 -0
  49. package/dist/esm/types/create-user-request.d.ts +45 -0
  50. package/dist/esm/types/create-user-request.d.ts.map +1 -0
  51. package/dist/esm/types/create-user-response.d.ts +65 -0
  52. package/dist/esm/types/create-user-response.d.ts.map +1 -0
  53. package/dist/esm/types/delete-account-assignment-request.d.ts +61 -0
  54. package/dist/esm/types/delete-account-assignment-request.d.ts.map +1 -0
  55. package/dist/esm/types/delete-account-assignment-response.d.ts +25 -0
  56. package/dist/esm/types/delete-account-assignment-response.d.ts.map +1 -0
  57. package/dist/esm/types/delete-group-request.d.ts +25 -0
  58. package/dist/esm/types/delete-group-request.d.ts.map +1 -0
  59. package/dist/esm/types/delete-group-response.d.ts +20 -0
  60. package/dist/esm/types/delete-group-response.d.ts.map +1 -0
  61. package/dist/esm/types/delete-permission-set-request.d.ts +25 -0
  62. package/dist/esm/types/delete-permission-set-request.d.ts.map +1 -0
  63. package/dist/esm/types/delete-permission-set-response.d.ts +20 -0
  64. package/dist/esm/types/delete-permission-set-response.d.ts.map +1 -0
  65. package/dist/esm/types/delete-scimserver-credential-request.d.ts +25 -0
  66. package/dist/esm/types/delete-scimserver-credential-request.d.ts.map +1 -0
  67. package/dist/esm/types/delete-scimserver-credential-response.d.ts +20 -0
  68. package/dist/esm/types/delete-scimserver-credential-response.d.ts.map +1 -0
  69. package/dist/esm/types/delete-user-provisioning-event-request.d.ts +25 -0
  70. package/dist/esm/types/delete-user-provisioning-event-request.d.ts.map +1 -0
  71. package/dist/esm/types/delete-user-provisioning-event-response.d.ts +20 -0
  72. package/dist/esm/types/delete-user-provisioning-event-response.d.ts.map +1 -0
  73. package/dist/esm/types/delete-user-provisioning-request.d.ts +25 -0
  74. package/dist/esm/types/delete-user-provisioning-request.d.ts.map +1 -0
  75. package/dist/esm/types/delete-user-provisioning-response.d.ts +20 -0
  76. package/dist/esm/types/delete-user-provisioning-response.d.ts.map +1 -0
  77. package/dist/esm/types/delete-user-request.d.ts +25 -0
  78. package/dist/esm/types/delete-user-request.d.ts.map +1 -0
  79. package/dist/esm/types/delete-user-response.d.ts +20 -0
  80. package/dist/esm/types/delete-user-response.d.ts.map +1 -0
  81. package/dist/esm/types/deprovision-permission-set-request.d.ts +30 -0
  82. package/dist/esm/types/deprovision-permission-set-request.d.ts.map +1 -0
  83. package/dist/esm/types/deprovision-permission-set-response.d.ts +25 -0
  84. package/dist/esm/types/deprovision-permission-set-response.d.ts.map +1 -0
  85. package/dist/esm/types/detach-policy-to-user-provision-request.d.ts +30 -0
  86. package/dist/esm/types/detach-policy-to-user-provision-request.d.ts.map +1 -0
  87. package/dist/esm/types/detach-policy-to-user-provision-response.d.ts +20 -0
  88. package/dist/esm/types/detach-policy-to-user-provision-response.d.ts.map +1 -0
  89. package/dist/esm/types/disable-portal-login-setting-request.d.ts +25 -0
  90. package/dist/esm/types/disable-portal-login-setting-request.d.ts.map +1 -0
  91. package/dist/esm/types/disable-portal-login-setting-response.d.ts +20 -0
  92. package/dist/esm/types/disable-portal-login-setting-response.d.ts.map +1 -0
  93. package/dist/esm/types/disable-service-request.d.ts +20 -0
  94. package/dist/esm/types/disable-service-request.d.ts.map +1 -0
  95. package/dist/esm/types/disable-service-response.d.ts +20 -0
  96. package/dist/esm/types/disable-service-response.d.ts.map +1 -0
  97. package/dist/esm/types/enable-portal-login-setting-request.d.ts +25 -0
  98. package/dist/esm/types/enable-portal-login-setting-request.d.ts.map +1 -0
  99. package/dist/esm/types/enable-portal-login-setting-response.d.ts +20 -0
  100. package/dist/esm/types/enable-portal-login-setting-response.d.ts.map +1 -0
  101. package/dist/esm/types/enable-service-request.d.ts +20 -0
  102. package/dist/esm/types/enable-service-request.d.ts.map +1 -0
  103. package/dist/esm/types/enable-service-response.d.ts +20 -0
  104. package/dist/esm/types/enable-service-response.d.ts.map +1 -0
  105. package/dist/esm/types/get-external-samlidentity-provider-request.d.ts +20 -0
  106. package/dist/esm/types/get-external-samlidentity-provider-request.d.ts.map +1 -0
  107. package/dist/esm/types/get-external-samlidentity-provider-response.d.ts +46 -0
  108. package/dist/esm/types/get-external-samlidentity-provider-response.d.ts.map +1 -0
  109. package/dist/esm/types/get-group-request.d.ts +25 -0
  110. package/dist/esm/types/get-group-request.d.ts.map +1 -0
  111. package/dist/esm/types/get-group-response.d.ts +60 -0
  112. package/dist/esm/types/get-group-response.d.ts.map +1 -0
  113. package/dist/esm/types/get-mfasettings-request.d.ts +20 -0
  114. package/dist/esm/types/get-mfasettings-request.d.ts.map +1 -0
  115. package/dist/esm/types/get-mfasettings-response.d.ts +25 -0
  116. package/dist/esm/types/get-mfasettings-response.d.ts.map +1 -0
  117. package/dist/esm/types/get-permission-set-request.d.ts +25 -0
  118. package/dist/esm/types/get-permission-set-request.d.ts.map +1 -0
  119. package/dist/esm/types/get-permission-set-response.d.ts +55 -0
  120. package/dist/esm/types/get-permission-set-response.d.ts.map +1 -0
  121. package/dist/esm/types/get-portal-login-config-request.d.ts +20 -0
  122. package/dist/esm/types/get-portal-login-config-request.d.ts.map +1 -0
  123. package/dist/esm/types/get-portal-login-config-response.d.ts +35 -0
  124. package/dist/esm/types/get-portal-login-config-response.d.ts.map +1 -0
  125. package/dist/esm/types/get-samlservice-provider-request.d.ts +20 -0
  126. package/dist/esm/types/get-samlservice-provider-request.d.ts.map +1 -0
  127. package/dist/esm/types/get-samlservice-provider-response.d.ts +35 -0
  128. package/dist/esm/types/get-samlservice-provider-response.d.ts.map +1 -0
  129. package/dist/esm/types/get-service-status-request.d.ts +20 -0
  130. package/dist/esm/types/get-service-status-request.d.ts.map +1 -0
  131. package/dist/esm/types/get-service-status-response.d.ts +31 -0
  132. package/dist/esm/types/get-service-status-response.d.ts.map +1 -0
  133. package/dist/esm/types/get-task-status-request.d.ts +25 -0
  134. package/dist/esm/types/get-task-status-request.d.ts.map +1 -0
  135. package/dist/esm/types/get-task-status-response.d.ts +45 -0
  136. package/dist/esm/types/get-task-status-response.d.ts.map +1 -0
  137. package/dist/esm/types/get-user-provisioning-request.d.ts +25 -0
  138. package/dist/esm/types/get-user-provisioning-request.d.ts.map +1 -0
  139. package/dist/esm/types/get-user-provisioning-response.d.ts +85 -0
  140. package/dist/esm/types/get-user-provisioning-response.d.ts.map +1 -0
  141. package/dist/esm/types/get-user-request.d.ts +25 -0
  142. package/dist/esm/types/get-user-request.d.ts.map +1 -0
  143. package/dist/esm/types/get-user-response.d.ts +70 -0
  144. package/dist/esm/types/get-user-response.d.ts.map +1 -0
  145. package/dist/esm/types/group-for-list-groups-output.d.ts +68 -0
  146. package/dist/esm/types/group-for-list-groups-output.d.ts.map +1 -0
  147. package/dist/esm/types/idp-certificate-for-create-external-samlidentity-provider-output.d.ts +30 -0
  148. package/dist/esm/types/idp-certificate-for-create-external-samlidentity-provider-output.d.ts.map +1 -0
  149. package/dist/esm/types/idp-certificate-for-get-external-samlidentity-provider-output.d.ts +30 -0
  150. package/dist/esm/types/idp-certificate-for-get-external-samlidentity-provider-output.d.ts.map +1 -0
  151. package/dist/esm/types/index.d.ts +132 -0
  152. package/dist/esm/types/index.d.ts.map +1 -0
  153. package/dist/esm/types/instance-for-get-service-status-output.d.ts +53 -0
  154. package/dist/esm/types/instance-for-get-service-status-output.d.ts.map +1 -0
  155. package/dist/esm/types/list-account-assignments-request.d.ts +58 -0
  156. package/dist/esm/types/list-account-assignments-request.d.ts.map +1 -0
  157. package/dist/esm/types/list-account-assignments-response.d.ts +41 -0
  158. package/dist/esm/types/list-account-assignments-response.d.ts.map +1 -0
  159. package/dist/esm/types/list-group-members-request.d.ts +40 -0
  160. package/dist/esm/types/list-group-members-request.d.ts.map +1 -0
  161. package/dist/esm/types/list-group-members-response.d.ts +41 -0
  162. package/dist/esm/types/list-group-members-response.d.ts.map +1 -0
  163. package/dist/esm/types/list-groups-request.d.ts +48 -0
  164. package/dist/esm/types/list-groups-request.d.ts.map +1 -0
  165. package/dist/esm/types/list-groups-response.d.ts +41 -0
  166. package/dist/esm/types/list-groups-response.d.ts.map +1 -0
  167. package/dist/esm/types/list-permission-policies-in-permission-set-request.d.ts +48 -0
  168. package/dist/esm/types/list-permission-policies-in-permission-set-request.d.ts.map +1 -0
  169. package/dist/esm/types/list-permission-policies-in-permission-set-response.d.ts +41 -0
  170. package/dist/esm/types/list-permission-policies-in-permission-set-response.d.ts.map +1 -0
  171. package/dist/esm/types/list-permission-set-provisionings-request.d.ts +55 -0
  172. package/dist/esm/types/list-permission-set-provisionings-request.d.ts.map +1 -0
  173. package/dist/esm/types/list-permission-set-provisionings-response.d.ts +41 -0
  174. package/dist/esm/types/list-permission-set-provisionings-response.d.ts.map +1 -0
  175. package/dist/esm/types/list-permission-sets-request.d.ts +40 -0
  176. package/dist/esm/types/list-permission-sets-request.d.ts.map +1 -0
  177. package/dist/esm/types/list-permission-sets-response.d.ts +41 -0
  178. package/dist/esm/types/list-permission-sets-response.d.ts.map +1 -0
  179. package/dist/esm/types/list-portal-login-settings-request.d.ts +20 -0
  180. package/dist/esm/types/list-portal-login-settings-request.d.ts.map +1 -0
  181. package/dist/esm/types/list-portal-login-settings-response.d.ts +26 -0
  182. package/dist/esm/types/list-portal-login-settings-response.d.ts.map +1 -0
  183. package/dist/esm/types/list-scimserver-credentials-request.d.ts +20 -0
  184. package/dist/esm/types/list-scimserver-credentials-request.d.ts.map +1 -0
  185. package/dist/esm/types/list-scimserver-credentials-response.d.ts +26 -0
  186. package/dist/esm/types/list-scimserver-credentials-response.d.ts.map +1 -0
  187. package/dist/esm/types/list-tasks-request.d.ts +68 -0
  188. package/dist/esm/types/list-tasks-request.d.ts.map +1 -0
  189. package/dist/esm/types/list-tasks-response.d.ts +41 -0
  190. package/dist/esm/types/list-tasks-response.d.ts.map +1 -0
  191. package/dist/esm/types/list-user-provisioning-events-request.d.ts +48 -0
  192. package/dist/esm/types/list-user-provisioning-events-request.d.ts.map +1 -0
  193. package/dist/esm/types/list-user-provisioning-events-response.d.ts +41 -0
  194. package/dist/esm/types/list-user-provisioning-events-response.d.ts.map +1 -0
  195. package/dist/esm/types/list-user-provisionings-request.d.ts +35 -0
  196. package/dist/esm/types/list-user-provisionings-request.d.ts.map +1 -0
  197. package/dist/esm/types/list-user-provisionings-response.d.ts +41 -0
  198. package/dist/esm/types/list-user-provisionings-response.d.ts.map +1 -0
  199. package/dist/esm/types/list-users-request.d.ts +53 -0
  200. package/dist/esm/types/list-users-request.d.ts.map +1 -0
  201. package/dist/esm/types/list-users-response.d.ts +41 -0
  202. package/dist/esm/types/list-users-response.d.ts.map +1 -0
  203. package/dist/esm/types/member-for-list-group-members-output.d.ts +65 -0
  204. package/dist/esm/types/member-for-list-group-members-output.d.ts.map +1 -0
  205. package/dist/esm/types/permission-policy-for-list-permission-policies-in-permission-set-output.d.ts +48 -0
  206. package/dist/esm/types/permission-policy-for-list-permission-policies-in-permission-set-output.d.ts.map +1 -0
  207. package/dist/esm/types/permission-set-for-list-permission-sets-output.d.ts +60 -0
  208. package/dist/esm/types/permission-set-for-list-permission-sets-output.d.ts.map +1 -0
  209. package/dist/esm/types/permission-set-provisioning-for-list-permission-set-provisionings-output.d.ts +55 -0
  210. package/dist/esm/types/permission-set-provisioning-for-list-permission-set-provisionings-output.d.ts.map +1 -0
  211. package/dist/esm/types/portal-login-setting-for-list-portal-login-settings-output.d.ts +30 -0
  212. package/dist/esm/types/portal-login-setting-for-list-portal-login-settings-output.d.ts.map +1 -0
  213. package/dist/esm/types/provision-permission-set-request.d.ts +30 -0
  214. package/dist/esm/types/provision-permission-set-request.d.ts.map +1 -0
  215. package/dist/esm/types/provision-permission-set-response.d.ts +25 -0
  216. package/dist/esm/types/provision-permission-set-response.d.ts.map +1 -0
  217. package/dist/esm/types/remove-permission-policy-from-permission-set-request.d.ts +43 -0
  218. package/dist/esm/types/remove-permission-policy-from-permission-set-request.d.ts.map +1 -0
  219. package/dist/esm/types/remove-permission-policy-from-permission-set-response.d.ts +20 -0
  220. package/dist/esm/types/remove-permission-policy-from-permission-set-response.d.ts.map +1 -0
  221. package/dist/esm/types/remove-user-from-group-request.d.ts +30 -0
  222. package/dist/esm/types/remove-user-from-group-request.d.ts.map +1 -0
  223. package/dist/esm/types/remove-user-from-group-response.d.ts +20 -0
  224. package/dist/esm/types/remove-user-from-group-response.d.ts.map +1 -0
  225. package/dist/esm/types/reset-password-request.d.ts +40 -0
  226. package/dist/esm/types/reset-password-request.d.ts.map +1 -0
  227. package/dist/esm/types/reset-password-response.d.ts +25 -0
  228. package/dist/esm/types/reset-password-response.d.ts.map +1 -0
  229. package/dist/esm/types/retry-user-provisioning-event-request.d.ts +25 -0
  230. package/dist/esm/types/retry-user-provisioning-event-request.d.ts.map +1 -0
  231. package/dist/esm/types/retry-user-provisioning-event-response.d.ts +20 -0
  232. package/dist/esm/types/retry-user-provisioning-event-response.d.ts.map +1 -0
  233. package/dist/esm/types/scimserver-credential-for-list-scimserver-credentials-output.d.ts +45 -0
  234. package/dist/esm/types/scimserver-credential-for-list-scimserver-credentials-output.d.ts.map +1 -0
  235. package/dist/esm/types/task-for-list-tasks-output.d.ts +80 -0
  236. package/dist/esm/types/task-for-list-tasks-output.d.ts.map +1 -0
  237. package/dist/esm/types/update-group-request.d.ts +35 -0
  238. package/dist/esm/types/update-group-request.d.ts.map +1 -0
  239. package/dist/esm/types/update-group-response.d.ts +20 -0
  240. package/dist/esm/types/update-group-response.d.ts.map +1 -0
  241. package/dist/esm/types/update-inline-policy-to-permission-set-request.d.ts +30 -0
  242. package/dist/esm/types/update-inline-policy-to-permission-set-request.d.ts.map +1 -0
  243. package/dist/esm/types/update-inline-policy-to-permission-set-response.d.ts +20 -0
  244. package/dist/esm/types/update-inline-policy-to-permission-set-response.d.ts.map +1 -0
  245. package/dist/esm/types/update-instance-name-request.d.ts +25 -0
  246. package/dist/esm/types/update-instance-name-request.d.ts.map +1 -0
  247. package/dist/esm/types/update-instance-name-response.d.ts +20 -0
  248. package/dist/esm/types/update-instance-name-response.d.ts.map +1 -0
  249. package/dist/esm/types/update-mfasettings-request.d.ts +25 -0
  250. package/dist/esm/types/update-mfasettings-request.d.ts.map +1 -0
  251. package/dist/esm/types/update-mfasettings-response.d.ts +20 -0
  252. package/dist/esm/types/update-mfasettings-response.d.ts.map +1 -0
  253. package/dist/esm/types/update-permission-set-request.d.ts +40 -0
  254. package/dist/esm/types/update-permission-set-request.d.ts.map +1 -0
  255. package/dist/esm/types/update-permission-set-response.d.ts +20 -0
  256. package/dist/esm/types/update-permission-set-response.d.ts.map +1 -0
  257. package/dist/esm/types/update-samlservice-provider-request.d.ts +25 -0
  258. package/dist/esm/types/update-samlservice-provider-request.d.ts.map +1 -0
  259. package/dist/esm/types/update-samlservice-provider-response.d.ts +20 -0
  260. package/dist/esm/types/update-samlservice-provider-response.d.ts.map +1 -0
  261. package/dist/esm/types/update-user-request.d.ts +50 -0
  262. package/dist/esm/types/update-user-request.d.ts.map +1 -0
  263. package/dist/esm/types/update-user-response.d.ts +20 -0
  264. package/dist/esm/types/update-user-response.d.ts.map +1 -0
  265. package/dist/esm/types/user-for-list-users-output.d.ts +72 -0
  266. package/dist/esm/types/user-for-list-users-output.d.ts.map +1 -0
  267. package/dist/esm/types/user-provisioning-event-for-list-user-provisioning-events-output.d.ts +80 -0
  268. package/dist/esm/types/user-provisioning-event-for-list-user-provisioning-events-output.d.ts.map +1 -0
  269. package/dist/esm/types/user-provisioning-for-list-user-provisionings-output.d.ts +116 -0
  270. package/dist/esm/types/user-provisioning-for-list-user-provisionings-output.d.ts.map +1 -0
  271. package/package.json +41 -0
@@ -0,0 +1,661 @@
1
+ /**
2
+ * cloudidentity
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
13
+ import { AddInlinePolicyToPermissionSetRequest } from './types/index';
14
+ import { AddInlinePolicyToPermissionSetResponse } from './types/index';
15
+ import { AddSystemPolicyToPermissionSetRequest } from './types/index';
16
+ import { AddSystemPolicyToPermissionSetResponse } from './types/index';
17
+ import { AddUserToGroupRequest } from './types/index';
18
+ import { AddUserToGroupResponse } from './types/index';
19
+ import { AttachPolicyToUserProvisionRequest } from './types/index';
20
+ import { AttachPolicyToUserProvisionResponse } from './types/index';
21
+ import { CreateAccountAssignmentRequest } from './types/index';
22
+ import { CreateAccountAssignmentResponse } from './types/index';
23
+ import { CreateExternalSAMLIdentityProviderRequest } from './types/index';
24
+ import { CreateExternalSAMLIdentityProviderResponse } from './types/index';
25
+ import { CreateGroupRequest } from './types/index';
26
+ import { CreateGroupResponse } from './types/index';
27
+ import { CreatePermissionSetRequest } from './types/index';
28
+ import { CreatePermissionSetResponse } from './types/index';
29
+ import { CreateSCIMServerCredentialRequest } from './types/index';
30
+ import { CreateSCIMServerCredentialResponse } from './types/index';
31
+ import { CreateUserProvisioningRequest } from './types/index';
32
+ import { CreateUserProvisioningResponse } from './types/index';
33
+ import { CreateUserRequest } from './types/index';
34
+ import { CreateUserResponse } from './types/index';
35
+ import { DeleteAccountAssignmentRequest } from './types/index';
36
+ import { DeleteAccountAssignmentResponse } from './types/index';
37
+ import { DeleteGroupRequest } from './types/index';
38
+ import { DeleteGroupResponse } from './types/index';
39
+ import { DeletePermissionSetRequest } from './types/index';
40
+ import { DeletePermissionSetResponse } from './types/index';
41
+ import { DeleteSCIMServerCredentialRequest } from './types/index';
42
+ import { DeleteSCIMServerCredentialResponse } from './types/index';
43
+ import { DeleteUserProvisioningEventRequest } from './types/index';
44
+ import { DeleteUserProvisioningEventResponse } from './types/index';
45
+ import { DeleteUserProvisioningRequest } from './types/index';
46
+ import { DeleteUserProvisioningResponse } from './types/index';
47
+ import { DeleteUserRequest } from './types/index';
48
+ import { DeleteUserResponse } from './types/index';
49
+ import { DeprovisionPermissionSetRequest } from './types/index';
50
+ import { DeprovisionPermissionSetResponse } from './types/index';
51
+ import { DetachPolicyToUserProvisionRequest } from './types/index';
52
+ import { DetachPolicyToUserProvisionResponse } from './types/index';
53
+ import { DisablePortalLoginSettingRequest } from './types/index';
54
+ import { DisablePortalLoginSettingResponse } from './types/index';
55
+ import { DisableServiceRequest } from './types/index';
56
+ import { DisableServiceResponse } from './types/index';
57
+ import { EnablePortalLoginSettingRequest } from './types/index';
58
+ import { EnablePortalLoginSettingResponse } from './types/index';
59
+ import { EnableServiceRequest } from './types/index';
60
+ import { EnableServiceResponse } from './types/index';
61
+ import { GetExternalSAMLIdentityProviderRequest } from './types/index';
62
+ import { GetExternalSAMLIdentityProviderResponse } from './types/index';
63
+ import { GetGroupRequest } from './types/index';
64
+ import { GetGroupResponse } from './types/index';
65
+ import { GetMFASettingsRequest } from './types/index';
66
+ import { GetMFASettingsResponse } from './types/index';
67
+ import { GetPermissionSetRequest } from './types/index';
68
+ import { GetPermissionSetResponse } from './types/index';
69
+ import { GetPortalLoginConfigRequest } from './types/index';
70
+ import { GetPortalLoginConfigResponse } from './types/index';
71
+ import { GetSAMLServiceProviderRequest } from './types/index';
72
+ import { GetSAMLServiceProviderResponse } from './types/index';
73
+ import { GetServiceStatusRequest } from './types/index';
74
+ import { GetServiceStatusResponse } from './types/index';
75
+ import { GetTaskStatusRequest } from './types/index';
76
+ import { GetTaskStatusResponse } from './types/index';
77
+ import { GetUserProvisioningRequest } from './types/index';
78
+ import { GetUserProvisioningResponse } from './types/index';
79
+ import { GetUserRequest } from './types/index';
80
+ import { GetUserResponse } from './types/index';
81
+ import { ListAccountAssignmentsRequest } from './types/index';
82
+ import { ListAccountAssignmentsResponse } from './types/index';
83
+ import { ListGroupMembersRequest } from './types/index';
84
+ import { ListGroupMembersResponse } from './types/index';
85
+ import { ListGroupsRequest } from './types/index';
86
+ import { ListGroupsResponse } from './types/index';
87
+ import { ListPermissionPoliciesInPermissionSetRequest } from './types/index';
88
+ import { ListPermissionPoliciesInPermissionSetResponse } from './types/index';
89
+ import { ListPermissionSetProvisioningsRequest } from './types/index';
90
+ import { ListPermissionSetProvisioningsResponse } from './types/index';
91
+ import { ListPermissionSetsRequest } from './types/index';
92
+ import { ListPermissionSetsResponse } from './types/index';
93
+ import { ListPortalLoginSettingsRequest } from './types/index';
94
+ import { ListPortalLoginSettingsResponse } from './types/index';
95
+ import { ListSCIMServerCredentialsRequest } from './types/index';
96
+ import { ListSCIMServerCredentialsResponse } from './types/index';
97
+ import { ListTasksRequest } from './types/index';
98
+ import { ListTasksResponse } from './types/index';
99
+ import { ListUserProvisioningEventsRequest } from './types/index';
100
+ import { ListUserProvisioningEventsResponse } from './types/index';
101
+ import { ListUserProvisioningsRequest } from './types/index';
102
+ import { ListUserProvisioningsResponse } from './types/index';
103
+ import { ListUsersRequest } from './types/index';
104
+ import { ListUsersResponse } from './types/index';
105
+ import { ProvisionPermissionSetRequest } from './types/index';
106
+ import { ProvisionPermissionSetResponse } from './types/index';
107
+ import { RemovePermissionPolicyFromPermissionSetRequest } from './types/index';
108
+ import { RemovePermissionPolicyFromPermissionSetResponse } from './types/index';
109
+ import { RemoveUserFromGroupRequest } from './types/index';
110
+ import { RemoveUserFromGroupResponse } from './types/index';
111
+ import { ResetPasswordRequest } from './types/index';
112
+ import { ResetPasswordResponse } from './types/index';
113
+ import { RetryUserProvisioningEventRequest } from './types/index';
114
+ import { RetryUserProvisioningEventResponse } from './types/index';
115
+ import { UpdateGroupRequest } from './types/index';
116
+ import { UpdateGroupResponse } from './types/index';
117
+ import { UpdateInlinePolicyToPermissionSetRequest } from './types/index';
118
+ import { UpdateInlinePolicyToPermissionSetResponse } from './types/index';
119
+ import { UpdateInstanceNameRequest } from './types/index';
120
+ import { UpdateInstanceNameResponse } from './types/index';
121
+ import { UpdateMFASettingsRequest } from './types/index';
122
+ import { UpdateMFASettingsResponse } from './types/index';
123
+ import { UpdatePermissionSetRequest } from './types/index';
124
+ import { UpdatePermissionSetResponse } from './types/index';
125
+ import { UpdateSAMLServiceProviderRequest } from './types/index';
126
+ import { UpdateSAMLServiceProviderResponse } from './types/index';
127
+ import { UpdateUserRequest } from './types/index';
128
+ import { UpdateUserResponse } from './types/index';
129
+ export type AddInlinePolicyToPermissionSetCommandOutput = CommandOutput<AddInlinePolicyToPermissionSetResponse>;
130
+ export type AddSystemPolicyToPermissionSetCommandOutput = CommandOutput<AddSystemPolicyToPermissionSetResponse>;
131
+ export type AddUserToGroupCommandOutput = CommandOutput<AddUserToGroupResponse>;
132
+ export type AttachPolicyToUserProvisionCommandOutput = CommandOutput<AttachPolicyToUserProvisionResponse>;
133
+ export type CreateAccountAssignmentCommandOutput = CommandOutput<CreateAccountAssignmentResponse>;
134
+ export type CreateExternalSAMLIdentityProviderCommandOutput = CommandOutput<CreateExternalSAMLIdentityProviderResponse>;
135
+ export type CreateGroupCommandOutput = CommandOutput<CreateGroupResponse>;
136
+ export type CreatePermissionSetCommandOutput = CommandOutput<CreatePermissionSetResponse>;
137
+ export type CreateSCIMServerCredentialCommandOutput = CommandOutput<CreateSCIMServerCredentialResponse>;
138
+ export type CreateUserCommandOutput = CommandOutput<CreateUserResponse>;
139
+ export type CreateUserProvisioningCommandOutput = CommandOutput<CreateUserProvisioningResponse>;
140
+ export type DeleteAccountAssignmentCommandOutput = CommandOutput<DeleteAccountAssignmentResponse>;
141
+ export type DeleteGroupCommandOutput = CommandOutput<DeleteGroupResponse>;
142
+ export type DeletePermissionSetCommandOutput = CommandOutput<DeletePermissionSetResponse>;
143
+ export type DeleteSCIMServerCredentialCommandOutput = CommandOutput<DeleteSCIMServerCredentialResponse>;
144
+ export type DeleteUserCommandOutput = CommandOutput<DeleteUserResponse>;
145
+ export type DeleteUserProvisioningCommandOutput = CommandOutput<DeleteUserProvisioningResponse>;
146
+ export type DeleteUserProvisioningEventCommandOutput = CommandOutput<DeleteUserProvisioningEventResponse>;
147
+ export type DeprovisionPermissionSetCommandOutput = CommandOutput<DeprovisionPermissionSetResponse>;
148
+ export type DetachPolicyToUserProvisionCommandOutput = CommandOutput<DetachPolicyToUserProvisionResponse>;
149
+ export type DisablePortalLoginSettingCommandOutput = CommandOutput<DisablePortalLoginSettingResponse>;
150
+ export type DisableServiceCommandOutput = CommandOutput<DisableServiceResponse>;
151
+ export type EnablePortalLoginSettingCommandOutput = CommandOutput<EnablePortalLoginSettingResponse>;
152
+ export type EnableServiceCommandOutput = CommandOutput<EnableServiceResponse>;
153
+ export type GetExternalSAMLIdentityProviderCommandOutput = CommandOutput<GetExternalSAMLIdentityProviderResponse>;
154
+ export type GetGroupCommandOutput = CommandOutput<GetGroupResponse>;
155
+ export type GetMFASettingsCommandOutput = CommandOutput<GetMFASettingsResponse>;
156
+ export type GetPermissionSetCommandOutput = CommandOutput<GetPermissionSetResponse>;
157
+ export type GetPortalLoginConfigCommandOutput = CommandOutput<GetPortalLoginConfigResponse>;
158
+ export type GetSAMLServiceProviderCommandOutput = CommandOutput<GetSAMLServiceProviderResponse>;
159
+ export type GetServiceStatusCommandOutput = CommandOutput<GetServiceStatusResponse>;
160
+ export type GetTaskStatusCommandOutput = CommandOutput<GetTaskStatusResponse>;
161
+ export type GetUserCommandOutput = CommandOutput<GetUserResponse>;
162
+ export type GetUserProvisioningCommandOutput = CommandOutput<GetUserProvisioningResponse>;
163
+ export type ListAccountAssignmentsCommandOutput = CommandOutput<ListAccountAssignmentsResponse>;
164
+ export type ListGroupMembersCommandOutput = CommandOutput<ListGroupMembersResponse>;
165
+ export type ListGroupsCommandOutput = CommandOutput<ListGroupsResponse>;
166
+ export type ListPermissionPoliciesInPermissionSetCommandOutput = CommandOutput<ListPermissionPoliciesInPermissionSetResponse>;
167
+ export type ListPermissionSetProvisioningsCommandOutput = CommandOutput<ListPermissionSetProvisioningsResponse>;
168
+ export type ListPermissionSetsCommandOutput = CommandOutput<ListPermissionSetsResponse>;
169
+ export type ListPortalLoginSettingsCommandOutput = CommandOutput<ListPortalLoginSettingsResponse>;
170
+ export type ListSCIMServerCredentialsCommandOutput = CommandOutput<ListSCIMServerCredentialsResponse>;
171
+ export type ListTasksCommandOutput = CommandOutput<ListTasksResponse>;
172
+ export type ListUserProvisioningEventsCommandOutput = CommandOutput<ListUserProvisioningEventsResponse>;
173
+ export type ListUserProvisioningsCommandOutput = CommandOutput<ListUserProvisioningsResponse>;
174
+ export type ListUsersCommandOutput = CommandOutput<ListUsersResponse>;
175
+ export type ProvisionPermissionSetCommandOutput = CommandOutput<ProvisionPermissionSetResponse>;
176
+ export type RemovePermissionPolicyFromPermissionSetCommandOutput = CommandOutput<RemovePermissionPolicyFromPermissionSetResponse>;
177
+ export type RemoveUserFromGroupCommandOutput = CommandOutput<RemoveUserFromGroupResponse>;
178
+ export type ResetPasswordCommandOutput = CommandOutput<ResetPasswordResponse>;
179
+ export type RetryUserProvisioningEventCommandOutput = CommandOutput<RetryUserProvisioningEventResponse>;
180
+ export type UpdateGroupCommandOutput = CommandOutput<UpdateGroupResponse>;
181
+ export type UpdateInlinePolicyToPermissionSetCommandOutput = CommandOutput<UpdateInlinePolicyToPermissionSetResponse>;
182
+ export type UpdateInstanceNameCommandOutput = CommandOutput<UpdateInstanceNameResponse>;
183
+ export type UpdateMFASettingsCommandOutput = CommandOutput<UpdateMFASettingsResponse>;
184
+ export type UpdatePermissionSetCommandOutput = CommandOutput<UpdatePermissionSetResponse>;
185
+ export type UpdateSAMLServiceProviderCommandOutput = CommandOutput<UpdateSAMLServiceProviderResponse>;
186
+ export type UpdateUserCommandOutput = CommandOutput<UpdateUserResponse>;
187
+ /**
188
+ * CLOUDIDENTITYClient Service Client
189
+ */
190
+ export declare class CLOUDIDENTITYClient extends Client {
191
+ constructor(config?: ClientConfig);
192
+ }
193
+ /**
194
+ * Command to AddInlinePolicyToPermissionSet
195
+ */
196
+ export declare class AddInlinePolicyToPermissionSetCommand extends Command<AddInlinePolicyToPermissionSetRequest, AddInlinePolicyToPermissionSetCommandOutput, 'AddInlinePolicyToPermissionSetCommand'> {
197
+ static readonly metaPath = "/AddInlinePolicyToPermissionSet/2023-01-01/cloudidentity/post/application_json/";
198
+ constructor(input: AddInlinePolicyToPermissionSetRequest);
199
+ }
200
+ /**
201
+ * Command to AddSystemPolicyToPermissionSet
202
+ */
203
+ export declare class AddSystemPolicyToPermissionSetCommand extends Command<AddSystemPolicyToPermissionSetRequest, AddSystemPolicyToPermissionSetCommandOutput, 'AddSystemPolicyToPermissionSetCommand'> {
204
+ static readonly metaPath = "/AddSystemPolicyToPermissionSet/2023-01-01/cloudidentity/post/application_json/";
205
+ constructor(input: AddSystemPolicyToPermissionSetRequest);
206
+ }
207
+ /**
208
+ * Command to AddUserToGroup
209
+ */
210
+ export declare class AddUserToGroupCommand extends Command<AddUserToGroupRequest, AddUserToGroupCommandOutput, 'AddUserToGroupCommand'> {
211
+ static readonly metaPath = "/AddUserToGroup/2023-01-01/cloudidentity/post/application_json/";
212
+ constructor(input: AddUserToGroupRequest);
213
+ }
214
+ /**
215
+ * Command to AttachPolicyToUserProvision
216
+ */
217
+ export declare class AttachPolicyToUserProvisionCommand extends Command<AttachPolicyToUserProvisionRequest, AttachPolicyToUserProvisionCommandOutput, 'AttachPolicyToUserProvisionCommand'> {
218
+ static readonly metaPath = "/AttachPolicyToUserProvision/2023-01-01/cloudidentity/post/application_json/";
219
+ constructor(input: AttachPolicyToUserProvisionRequest);
220
+ }
221
+ /**
222
+ * Command to CreateAccountAssignment
223
+ */
224
+ export declare class CreateAccountAssignmentCommand extends Command<CreateAccountAssignmentRequest, CreateAccountAssignmentCommandOutput, 'CreateAccountAssignmentCommand'> {
225
+ static readonly metaPath = "/CreateAccountAssignment/2023-01-01/cloudidentity/post/application_json/";
226
+ constructor(input: CreateAccountAssignmentRequest);
227
+ }
228
+ /**
229
+ * Command to CreateExternalSAMLIdentityProvider
230
+ */
231
+ export declare class CreateExternalSAMLIdentityProviderCommand extends Command<CreateExternalSAMLIdentityProviderRequest, CreateExternalSAMLIdentityProviderCommandOutput, 'CreateExternalSAMLIdentityProviderCommand'> {
232
+ static readonly metaPath = "/CreateExternalSAMLIdentityProvider/2023-01-01/cloudidentity/post/application_json/";
233
+ constructor(input: CreateExternalSAMLIdentityProviderRequest);
234
+ }
235
+ /**
236
+ * Command to CreateGroup
237
+ */
238
+ export declare class CreateGroupCommand extends Command<CreateGroupRequest, CreateGroupCommandOutput, 'CreateGroupCommand'> {
239
+ static readonly metaPath = "/CreateGroup/2023-01-01/cloudidentity/post/application_json/";
240
+ constructor(input: CreateGroupRequest);
241
+ }
242
+ /**
243
+ * Command to CreatePermissionSet
244
+ */
245
+ export declare class CreatePermissionSetCommand extends Command<CreatePermissionSetRequest, CreatePermissionSetCommandOutput, 'CreatePermissionSetCommand'> {
246
+ static readonly metaPath = "/CreatePermissionSet/2023-01-01/cloudidentity/post/application_json/";
247
+ constructor(input: CreatePermissionSetRequest);
248
+ }
249
+ /**
250
+ * Command to CreateSCIMServerCredential
251
+ */
252
+ export declare class CreateSCIMServerCredentialCommand extends Command<CreateSCIMServerCredentialRequest, CreateSCIMServerCredentialCommandOutput, 'CreateSCIMServerCredentialCommand'> {
253
+ static readonly metaPath = "/CreateSCIMServerCredential/2023-01-01/cloudidentity/post/application_json/";
254
+ constructor(input: CreateSCIMServerCredentialRequest);
255
+ }
256
+ /**
257
+ * Command to CreateUser
258
+ */
259
+ export declare class CreateUserCommand extends Command<CreateUserRequest, CreateUserCommandOutput, 'CreateUserCommand'> {
260
+ static readonly metaPath = "/CreateUser/2023-01-01/cloudidentity/post/application_json/";
261
+ constructor(input: CreateUserRequest);
262
+ }
263
+ /**
264
+ * Command to CreateUserProvisioning
265
+ */
266
+ export declare class CreateUserProvisioningCommand extends Command<CreateUserProvisioningRequest, CreateUserProvisioningCommandOutput, 'CreateUserProvisioningCommand'> {
267
+ static readonly metaPath = "/CreateUserProvisioning/2023-01-01/cloudidentity/post/application_json/";
268
+ constructor(input: CreateUserProvisioningRequest);
269
+ }
270
+ /**
271
+ * Command to DeleteAccountAssignment
272
+ */
273
+ export declare class DeleteAccountAssignmentCommand extends Command<DeleteAccountAssignmentRequest, DeleteAccountAssignmentCommandOutput, 'DeleteAccountAssignmentCommand'> {
274
+ static readonly metaPath = "/DeleteAccountAssignment/2023-01-01/cloudidentity/post/application_json/";
275
+ constructor(input: DeleteAccountAssignmentRequest);
276
+ }
277
+ /**
278
+ * Command to DeleteGroup
279
+ */
280
+ export declare class DeleteGroupCommand extends Command<DeleteGroupRequest, DeleteGroupCommandOutput, 'DeleteGroupCommand'> {
281
+ static readonly metaPath = "/DeleteGroup/2023-01-01/cloudidentity/post/application_json/";
282
+ constructor(input: DeleteGroupRequest);
283
+ }
284
+ /**
285
+ * Command to DeletePermissionSet
286
+ */
287
+ export declare class DeletePermissionSetCommand extends Command<DeletePermissionSetRequest, DeletePermissionSetCommandOutput, 'DeletePermissionSetCommand'> {
288
+ static readonly metaPath = "/DeletePermissionSet/2023-01-01/cloudidentity/post/application_json/";
289
+ constructor(input: DeletePermissionSetRequest);
290
+ }
291
+ /**
292
+ * Command to DeleteSCIMServerCredential
293
+ */
294
+ export declare class DeleteSCIMServerCredentialCommand extends Command<DeleteSCIMServerCredentialRequest, DeleteSCIMServerCredentialCommandOutput, 'DeleteSCIMServerCredentialCommand'> {
295
+ static readonly metaPath = "/DeleteSCIMServerCredential/2023-01-01/cloudidentity/post/application_json/";
296
+ constructor(input: DeleteSCIMServerCredentialRequest);
297
+ }
298
+ /**
299
+ * Command to DeleteUser
300
+ */
301
+ export declare class DeleteUserCommand extends Command<DeleteUserRequest, DeleteUserCommandOutput, 'DeleteUserCommand'> {
302
+ static readonly metaPath = "/DeleteUser/2023-01-01/cloudidentity/post/application_json/";
303
+ constructor(input: DeleteUserRequest);
304
+ }
305
+ /**
306
+ * Command to DeleteUserProvisioning
307
+ */
308
+ export declare class DeleteUserProvisioningCommand extends Command<DeleteUserProvisioningRequest, DeleteUserProvisioningCommandOutput, 'DeleteUserProvisioningCommand'> {
309
+ static readonly metaPath = "/DeleteUserProvisioning/2023-01-01/cloudidentity/post/application_json/";
310
+ constructor(input: DeleteUserProvisioningRequest);
311
+ }
312
+ /**
313
+ * Command to DeleteUserProvisioningEvent
314
+ */
315
+ export declare class DeleteUserProvisioningEventCommand extends Command<DeleteUserProvisioningEventRequest, DeleteUserProvisioningEventCommandOutput, 'DeleteUserProvisioningEventCommand'> {
316
+ static readonly metaPath = "/DeleteUserProvisioningEvent/2023-01-01/cloudidentity/post/application_json/";
317
+ constructor(input: DeleteUserProvisioningEventRequest);
318
+ }
319
+ /**
320
+ * Command to DeprovisionPermissionSet
321
+ */
322
+ export declare class DeprovisionPermissionSetCommand extends Command<DeprovisionPermissionSetRequest, DeprovisionPermissionSetCommandOutput, 'DeprovisionPermissionSetCommand'> {
323
+ static readonly metaPath = "/DeprovisionPermissionSet/2023-01-01/cloudidentity/post/application_json/";
324
+ constructor(input: DeprovisionPermissionSetRequest);
325
+ }
326
+ /**
327
+ * Command to DetachPolicyToUserProvision
328
+ */
329
+ export declare class DetachPolicyToUserProvisionCommand extends Command<DetachPolicyToUserProvisionRequest, DetachPolicyToUserProvisionCommandOutput, 'DetachPolicyToUserProvisionCommand'> {
330
+ static readonly metaPath = "/DetachPolicyToUserProvision/2023-01-01/cloudidentity/post/application_json/";
331
+ constructor(input: DetachPolicyToUserProvisionRequest);
332
+ }
333
+ /**
334
+ * Command to DisablePortalLoginSetting
335
+ */
336
+ export declare class DisablePortalLoginSettingCommand extends Command<DisablePortalLoginSettingRequest, DisablePortalLoginSettingCommandOutput, 'DisablePortalLoginSettingCommand'> {
337
+ static readonly metaPath = "/DisablePortalLoginSetting/2023-01-01/cloudidentity/post/application_json/";
338
+ constructor(input: DisablePortalLoginSettingRequest);
339
+ }
340
+ /**
341
+ * Command to DisableService
342
+ */
343
+ export declare class DisableServiceCommand extends Command<DisableServiceRequest, DisableServiceCommandOutput, 'DisableServiceCommand'> {
344
+ static readonly metaPath = "/DisableService/2023-01-01/cloudidentity/post/application_json/";
345
+ constructor(input: DisableServiceRequest);
346
+ }
347
+ /**
348
+ * Command to EnablePortalLoginSetting
349
+ */
350
+ export declare class EnablePortalLoginSettingCommand extends Command<EnablePortalLoginSettingRequest, EnablePortalLoginSettingCommandOutput, 'EnablePortalLoginSettingCommand'> {
351
+ static readonly metaPath = "/EnablePortalLoginSetting/2023-01-01/cloudidentity/post/application_json/";
352
+ constructor(input: EnablePortalLoginSettingRequest);
353
+ }
354
+ /**
355
+ * Command to EnableService
356
+ */
357
+ export declare class EnableServiceCommand extends Command<EnableServiceRequest, EnableServiceCommandOutput, 'EnableServiceCommand'> {
358
+ static readonly metaPath = "/EnableService/2023-01-01/cloudidentity/post/application_json/";
359
+ constructor(input: EnableServiceRequest);
360
+ }
361
+ /**
362
+ * Command to GetExternalSAMLIdentityProvider
363
+ */
364
+ export declare class GetExternalSAMLIdentityProviderCommand extends Command<GetExternalSAMLIdentityProviderRequest, GetExternalSAMLIdentityProviderCommandOutput, 'GetExternalSAMLIdentityProviderCommand'> {
365
+ static readonly metaPath = "/GetExternalSAMLIdentityProvider/2023-01-01/cloudidentity/post/application_json/";
366
+ constructor(input: GetExternalSAMLIdentityProviderRequest);
367
+ }
368
+ /**
369
+ * Command to GetGroup
370
+ */
371
+ export declare class GetGroupCommand extends Command<GetGroupRequest, GetGroupCommandOutput, 'GetGroupCommand'> {
372
+ static readonly metaPath = "/GetGroup/2023-01-01/cloudidentity/post/application_json/";
373
+ constructor(input: GetGroupRequest);
374
+ }
375
+ /**
376
+ * Command to GetMFASettings
377
+ */
378
+ export declare class GetMFASettingsCommand extends Command<GetMFASettingsRequest, GetMFASettingsCommandOutput, 'GetMFASettingsCommand'> {
379
+ static readonly metaPath = "/GetMFASettings/2023-01-01/cloudidentity/post/application_json/";
380
+ constructor(input: GetMFASettingsRequest);
381
+ }
382
+ /**
383
+ * Command to GetPermissionSet
384
+ */
385
+ export declare class GetPermissionSetCommand extends Command<GetPermissionSetRequest, GetPermissionSetCommandOutput, 'GetPermissionSetCommand'> {
386
+ static readonly metaPath = "/GetPermissionSet/2023-01-01/cloudidentity/post/application_json/";
387
+ constructor(input: GetPermissionSetRequest);
388
+ }
389
+ /**
390
+ * Command to GetPortalLoginConfig
391
+ */
392
+ export declare class GetPortalLoginConfigCommand extends Command<GetPortalLoginConfigRequest, GetPortalLoginConfigCommandOutput, 'GetPortalLoginConfigCommand'> {
393
+ static readonly metaPath = "/GetPortalLoginConfig/2023-01-01/cloudidentity/post/application_json/";
394
+ constructor(input: GetPortalLoginConfigRequest);
395
+ }
396
+ /**
397
+ * Command to GetSAMLServiceProvider
398
+ */
399
+ export declare class GetSAMLServiceProviderCommand extends Command<GetSAMLServiceProviderRequest, GetSAMLServiceProviderCommandOutput, 'GetSAMLServiceProviderCommand'> {
400
+ static readonly metaPath = "/GetSAMLServiceProvider/2023-01-01/cloudidentity/post/application_json/";
401
+ constructor(input: GetSAMLServiceProviderRequest);
402
+ }
403
+ /**
404
+ * Command to GetServiceStatus
405
+ */
406
+ export declare class GetServiceStatusCommand extends Command<GetServiceStatusRequest, GetServiceStatusCommandOutput, 'GetServiceStatusCommand'> {
407
+ static readonly metaPath = "/GetServiceStatus/2023-01-01/cloudidentity/post/application_json/";
408
+ constructor(input: GetServiceStatusRequest);
409
+ }
410
+ /**
411
+ * Command to GetTaskStatus
412
+ */
413
+ export declare class GetTaskStatusCommand extends Command<GetTaskStatusRequest, GetTaskStatusCommandOutput, 'GetTaskStatusCommand'> {
414
+ static readonly metaPath = "/GetTaskStatus/2023-01-01/cloudidentity/post/application_json/";
415
+ constructor(input: GetTaskStatusRequest);
416
+ }
417
+ /**
418
+ * Command to GetUser
419
+ */
420
+ export declare class GetUserCommand extends Command<GetUserRequest, GetUserCommandOutput, 'GetUserCommand'> {
421
+ static readonly metaPath = "/GetUser/2023-01-01/cloudidentity/post/application_json/";
422
+ constructor(input: GetUserRequest);
423
+ }
424
+ /**
425
+ * Command to GetUserProvisioning
426
+ */
427
+ export declare class GetUserProvisioningCommand extends Command<GetUserProvisioningRequest, GetUserProvisioningCommandOutput, 'GetUserProvisioningCommand'> {
428
+ static readonly metaPath = "/GetUserProvisioning/2023-01-01/cloudidentity/post/application_json/";
429
+ constructor(input: GetUserProvisioningRequest);
430
+ }
431
+ /**
432
+ * Command to ListAccountAssignments
433
+ */
434
+ export declare class ListAccountAssignmentsCommand extends Command<ListAccountAssignmentsRequest, ListAccountAssignmentsCommandOutput, 'ListAccountAssignmentsCommand'> {
435
+ static readonly metaPath = "/ListAccountAssignments/2023-01-01/cloudidentity/post/application_json/";
436
+ constructor(input: ListAccountAssignmentsRequest);
437
+ }
438
+ /**
439
+ * Command to ListGroupMembers
440
+ */
441
+ export declare class ListGroupMembersCommand extends Command<ListGroupMembersRequest, ListGroupMembersCommandOutput, 'ListGroupMembersCommand'> {
442
+ static readonly metaPath = "/ListGroupMembers/2023-01-01/cloudidentity/post/application_json/";
443
+ constructor(input: ListGroupMembersRequest);
444
+ }
445
+ /**
446
+ * Command to ListGroups
447
+ */
448
+ export declare class ListGroupsCommand extends Command<ListGroupsRequest, ListGroupsCommandOutput, 'ListGroupsCommand'> {
449
+ static readonly metaPath = "/ListGroups/2023-01-01/cloudidentity/post/application_json/";
450
+ constructor(input: ListGroupsRequest);
451
+ }
452
+ /**
453
+ * Command to ListPermissionPoliciesInPermissionSet
454
+ */
455
+ export declare class ListPermissionPoliciesInPermissionSetCommand extends Command<ListPermissionPoliciesInPermissionSetRequest, ListPermissionPoliciesInPermissionSetCommandOutput, 'ListPermissionPoliciesInPermissionSetCommand'> {
456
+ static readonly metaPath = "/ListPermissionPoliciesInPermissionSet/2023-01-01/cloudidentity/post/application_json/";
457
+ constructor(input: ListPermissionPoliciesInPermissionSetRequest);
458
+ }
459
+ /**
460
+ * Command to ListPermissionSetProvisionings
461
+ */
462
+ export declare class ListPermissionSetProvisioningsCommand extends Command<ListPermissionSetProvisioningsRequest, ListPermissionSetProvisioningsCommandOutput, 'ListPermissionSetProvisioningsCommand'> {
463
+ static readonly metaPath = "/ListPermissionSetProvisionings/2023-01-01/cloudidentity/post/application_json/";
464
+ constructor(input: ListPermissionSetProvisioningsRequest);
465
+ }
466
+ /**
467
+ * Command to ListPermissionSets
468
+ */
469
+ export declare class ListPermissionSetsCommand extends Command<ListPermissionSetsRequest, ListPermissionSetsCommandOutput, 'ListPermissionSetsCommand'> {
470
+ static readonly metaPath = "/ListPermissionSets/2023-01-01/cloudidentity/post/application_json/";
471
+ constructor(input: ListPermissionSetsRequest);
472
+ }
473
+ /**
474
+ * Command to ListPortalLoginSettings
475
+ */
476
+ export declare class ListPortalLoginSettingsCommand extends Command<ListPortalLoginSettingsRequest, ListPortalLoginSettingsCommandOutput, 'ListPortalLoginSettingsCommand'> {
477
+ static readonly metaPath = "/ListPortalLoginSettings/2023-01-01/cloudidentity/post/application_json/";
478
+ constructor(input: ListPortalLoginSettingsRequest);
479
+ }
480
+ /**
481
+ * Command to ListSCIMServerCredentials
482
+ */
483
+ export declare class ListSCIMServerCredentialsCommand extends Command<ListSCIMServerCredentialsRequest, ListSCIMServerCredentialsCommandOutput, 'ListSCIMServerCredentialsCommand'> {
484
+ static readonly metaPath = "/ListSCIMServerCredentials/2023-01-01/cloudidentity/post/application_json/";
485
+ constructor(input: ListSCIMServerCredentialsRequest);
486
+ }
487
+ /**
488
+ * Command to ListTasks
489
+ */
490
+ export declare class ListTasksCommand extends Command<ListTasksRequest, ListTasksCommandOutput, 'ListTasksCommand'> {
491
+ static readonly metaPath = "/ListTasks/2023-01-01/cloudidentity/post/application_json/";
492
+ constructor(input: ListTasksRequest);
493
+ }
494
+ /**
495
+ * Command to ListUserProvisioningEvents
496
+ */
497
+ export declare class ListUserProvisioningEventsCommand extends Command<ListUserProvisioningEventsRequest, ListUserProvisioningEventsCommandOutput, 'ListUserProvisioningEventsCommand'> {
498
+ static readonly metaPath = "/ListUserProvisioningEvents/2023-01-01/cloudidentity/post/application_json/";
499
+ constructor(input: ListUserProvisioningEventsRequest);
500
+ }
501
+ /**
502
+ * Command to ListUserProvisionings
503
+ */
504
+ export declare class ListUserProvisioningsCommand extends Command<ListUserProvisioningsRequest, ListUserProvisioningsCommandOutput, 'ListUserProvisioningsCommand'> {
505
+ static readonly metaPath = "/ListUserProvisionings/2023-01-01/cloudidentity/post/application_json/";
506
+ constructor(input: ListUserProvisioningsRequest);
507
+ }
508
+ /**
509
+ * Command to ListUsers
510
+ */
511
+ export declare class ListUsersCommand extends Command<ListUsersRequest, ListUsersCommandOutput, 'ListUsersCommand'> {
512
+ static readonly metaPath = "/ListUsers/2023-01-01/cloudidentity/post/application_json/";
513
+ constructor(input: ListUsersRequest);
514
+ }
515
+ /**
516
+ * Command to ProvisionPermissionSet
517
+ */
518
+ export declare class ProvisionPermissionSetCommand extends Command<ProvisionPermissionSetRequest, ProvisionPermissionSetCommandOutput, 'ProvisionPermissionSetCommand'> {
519
+ static readonly metaPath = "/ProvisionPermissionSet/2023-01-01/cloudidentity/post/application_json/";
520
+ constructor(input: ProvisionPermissionSetRequest);
521
+ }
522
+ /**
523
+ * Command to RemovePermissionPolicyFromPermissionSet
524
+ */
525
+ export declare class RemovePermissionPolicyFromPermissionSetCommand extends Command<RemovePermissionPolicyFromPermissionSetRequest, RemovePermissionPolicyFromPermissionSetCommandOutput, 'RemovePermissionPolicyFromPermissionSetCommand'> {
526
+ static readonly metaPath = "/RemovePermissionPolicyFromPermissionSet/2023-01-01/cloudidentity/post/application_json/";
527
+ constructor(input: RemovePermissionPolicyFromPermissionSetRequest);
528
+ }
529
+ /**
530
+ * Command to RemoveUserFromGroup
531
+ */
532
+ export declare class RemoveUserFromGroupCommand extends Command<RemoveUserFromGroupRequest, RemoveUserFromGroupCommandOutput, 'RemoveUserFromGroupCommand'> {
533
+ static readonly metaPath = "/RemoveUserFromGroup/2023-01-01/cloudidentity/post/application_json/";
534
+ constructor(input: RemoveUserFromGroupRequest);
535
+ }
536
+ /**
537
+ * Command to ResetPassword
538
+ */
539
+ export declare class ResetPasswordCommand extends Command<ResetPasswordRequest, ResetPasswordCommandOutput, 'ResetPasswordCommand'> {
540
+ static readonly metaPath = "/ResetPassword/2023-01-01/cloudidentity/post/application_json/";
541
+ constructor(input: ResetPasswordRequest);
542
+ }
543
+ /**
544
+ * Command to RetryUserProvisioningEvent
545
+ */
546
+ export declare class RetryUserProvisioningEventCommand extends Command<RetryUserProvisioningEventRequest, RetryUserProvisioningEventCommandOutput, 'RetryUserProvisioningEventCommand'> {
547
+ static readonly metaPath = "/RetryUserProvisioningEvent/2023-01-01/cloudidentity/post/application_json/";
548
+ constructor(input: RetryUserProvisioningEventRequest);
549
+ }
550
+ /**
551
+ * Command to UpdateGroup
552
+ */
553
+ export declare class UpdateGroupCommand extends Command<UpdateGroupRequest, UpdateGroupCommandOutput, 'UpdateGroupCommand'> {
554
+ static readonly metaPath = "/UpdateGroup/2023-01-01/cloudidentity/post/application_json/";
555
+ constructor(input: UpdateGroupRequest);
556
+ }
557
+ /**
558
+ * Command to UpdateInlinePolicyToPermissionSet
559
+ */
560
+ export declare class UpdateInlinePolicyToPermissionSetCommand extends Command<UpdateInlinePolicyToPermissionSetRequest, UpdateInlinePolicyToPermissionSetCommandOutput, 'UpdateInlinePolicyToPermissionSetCommand'> {
561
+ static readonly metaPath = "/UpdateInlinePolicyToPermissionSet/2023-01-01/cloudidentity/post/application_json/";
562
+ constructor(input: UpdateInlinePolicyToPermissionSetRequest);
563
+ }
564
+ /**
565
+ * Command to UpdateInstanceName
566
+ */
567
+ export declare class UpdateInstanceNameCommand extends Command<UpdateInstanceNameRequest, UpdateInstanceNameCommandOutput, 'UpdateInstanceNameCommand'> {
568
+ static readonly metaPath = "/UpdateInstanceName/2023-01-01/cloudidentity/post/application_json/";
569
+ constructor(input: UpdateInstanceNameRequest);
570
+ }
571
+ /**
572
+ * Command to UpdateMFASettings
573
+ */
574
+ export declare class UpdateMFASettingsCommand extends Command<UpdateMFASettingsRequest, UpdateMFASettingsCommandOutput, 'UpdateMFASettingsCommand'> {
575
+ static readonly metaPath = "/UpdateMFASettings/2023-01-01/cloudidentity/post/application_json/";
576
+ constructor(input: UpdateMFASettingsRequest);
577
+ }
578
+ /**
579
+ * Command to UpdatePermissionSet
580
+ */
581
+ export declare class UpdatePermissionSetCommand extends Command<UpdatePermissionSetRequest, UpdatePermissionSetCommandOutput, 'UpdatePermissionSetCommand'> {
582
+ static readonly metaPath = "/UpdatePermissionSet/2023-01-01/cloudidentity/post/application_json/";
583
+ constructor(input: UpdatePermissionSetRequest);
584
+ }
585
+ /**
586
+ * Command to UpdateSAMLServiceProvider
587
+ */
588
+ export declare class UpdateSAMLServiceProviderCommand extends Command<UpdateSAMLServiceProviderRequest, UpdateSAMLServiceProviderCommandOutput, 'UpdateSAMLServiceProviderCommand'> {
589
+ static readonly metaPath = "/UpdateSAMLServiceProvider/2023-01-01/cloudidentity/post/application_json/";
590
+ constructor(input: UpdateSAMLServiceProviderRequest);
591
+ }
592
+ /**
593
+ * Command to UpdateUser
594
+ */
595
+ export declare class UpdateUserCommand extends Command<UpdateUserRequest, UpdateUserCommandOutput, 'UpdateUserCommand'> {
596
+ static readonly metaPath = "/UpdateUser/2023-01-01/cloudidentity/post/application_json/";
597
+ constructor(input: UpdateUserRequest);
598
+ }
599
+ declare const _default: {
600
+ CLOUDIDENTITYClient: typeof CLOUDIDENTITYClient;
601
+ AddInlinePolicyToPermissionSetCommand: typeof AddInlinePolicyToPermissionSetCommand;
602
+ AddSystemPolicyToPermissionSetCommand: typeof AddSystemPolicyToPermissionSetCommand;
603
+ AddUserToGroupCommand: typeof AddUserToGroupCommand;
604
+ AttachPolicyToUserProvisionCommand: typeof AttachPolicyToUserProvisionCommand;
605
+ CreateAccountAssignmentCommand: typeof CreateAccountAssignmentCommand;
606
+ CreateExternalSAMLIdentityProviderCommand: typeof CreateExternalSAMLIdentityProviderCommand;
607
+ CreateGroupCommand: typeof CreateGroupCommand;
608
+ CreatePermissionSetCommand: typeof CreatePermissionSetCommand;
609
+ CreateSCIMServerCredentialCommand: typeof CreateSCIMServerCredentialCommand;
610
+ CreateUserCommand: typeof CreateUserCommand;
611
+ CreateUserProvisioningCommand: typeof CreateUserProvisioningCommand;
612
+ DeleteAccountAssignmentCommand: typeof DeleteAccountAssignmentCommand;
613
+ DeleteGroupCommand: typeof DeleteGroupCommand;
614
+ DeletePermissionSetCommand: typeof DeletePermissionSetCommand;
615
+ DeleteSCIMServerCredentialCommand: typeof DeleteSCIMServerCredentialCommand;
616
+ DeleteUserCommand: typeof DeleteUserCommand;
617
+ DeleteUserProvisioningCommand: typeof DeleteUserProvisioningCommand;
618
+ DeleteUserProvisioningEventCommand: typeof DeleteUserProvisioningEventCommand;
619
+ DeprovisionPermissionSetCommand: typeof DeprovisionPermissionSetCommand;
620
+ DetachPolicyToUserProvisionCommand: typeof DetachPolicyToUserProvisionCommand;
621
+ DisablePortalLoginSettingCommand: typeof DisablePortalLoginSettingCommand;
622
+ DisableServiceCommand: typeof DisableServiceCommand;
623
+ EnablePortalLoginSettingCommand: typeof EnablePortalLoginSettingCommand;
624
+ EnableServiceCommand: typeof EnableServiceCommand;
625
+ GetExternalSAMLIdentityProviderCommand: typeof GetExternalSAMLIdentityProviderCommand;
626
+ GetGroupCommand: typeof GetGroupCommand;
627
+ GetMFASettingsCommand: typeof GetMFASettingsCommand;
628
+ GetPermissionSetCommand: typeof GetPermissionSetCommand;
629
+ GetPortalLoginConfigCommand: typeof GetPortalLoginConfigCommand;
630
+ GetSAMLServiceProviderCommand: typeof GetSAMLServiceProviderCommand;
631
+ GetServiceStatusCommand: typeof GetServiceStatusCommand;
632
+ GetTaskStatusCommand: typeof GetTaskStatusCommand;
633
+ GetUserCommand: typeof GetUserCommand;
634
+ GetUserProvisioningCommand: typeof GetUserProvisioningCommand;
635
+ ListAccountAssignmentsCommand: typeof ListAccountAssignmentsCommand;
636
+ ListGroupMembersCommand: typeof ListGroupMembersCommand;
637
+ ListGroupsCommand: typeof ListGroupsCommand;
638
+ ListPermissionPoliciesInPermissionSetCommand: typeof ListPermissionPoliciesInPermissionSetCommand;
639
+ ListPermissionSetProvisioningsCommand: typeof ListPermissionSetProvisioningsCommand;
640
+ ListPermissionSetsCommand: typeof ListPermissionSetsCommand;
641
+ ListPortalLoginSettingsCommand: typeof ListPortalLoginSettingsCommand;
642
+ ListSCIMServerCredentialsCommand: typeof ListSCIMServerCredentialsCommand;
643
+ ListTasksCommand: typeof ListTasksCommand;
644
+ ListUserProvisioningEventsCommand: typeof ListUserProvisioningEventsCommand;
645
+ ListUserProvisioningsCommand: typeof ListUserProvisioningsCommand;
646
+ ListUsersCommand: typeof ListUsersCommand;
647
+ ProvisionPermissionSetCommand: typeof ProvisionPermissionSetCommand;
648
+ RemovePermissionPolicyFromPermissionSetCommand: typeof RemovePermissionPolicyFromPermissionSetCommand;
649
+ RemoveUserFromGroupCommand: typeof RemoveUserFromGroupCommand;
650
+ ResetPasswordCommand: typeof ResetPasswordCommand;
651
+ RetryUserProvisioningEventCommand: typeof RetryUserProvisioningEventCommand;
652
+ UpdateGroupCommand: typeof UpdateGroupCommand;
653
+ UpdateInlinePolicyToPermissionSetCommand: typeof UpdateInlinePolicyToPermissionSetCommand;
654
+ UpdateInstanceNameCommand: typeof UpdateInstanceNameCommand;
655
+ UpdateMFASettingsCommand: typeof UpdateMFASettingsCommand;
656
+ UpdatePermissionSetCommand: typeof UpdatePermissionSetCommand;
657
+ UpdateSAMLServiceProviderCommand: typeof UpdateSAMLServiceProviderCommand;
658
+ UpdateUserCommand: typeof UpdateUserCommand;
659
+ };
660
+ export default _default;
661
+ //# sourceMappingURL=api.d.ts.map