oci-identity 2.6.0 → 2.9.0

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 (312) hide show
  1. package/lib/client.d.ts +698 -192
  2. package/lib/client.js +1765 -283
  3. package/lib/client.js.map +1 -1
  4. package/lib/identity-waiter.d.ts +15 -0
  5. package/lib/identity-waiter.js +23 -0
  6. package/lib/identity-waiter.js.map +1 -1
  7. package/lib/model/allowed-domain-license-type-summary.d.ts +40 -0
  8. package/lib/model/allowed-domain-license-type-summary.js +29 -0
  9. package/lib/model/allowed-domain-license-type-summary.js.map +1 -0
  10. package/lib/model/bulk-edit-resource.d.ts +1 -1
  11. package/lib/model/change-domain-compartment-details.d.ts +24 -0
  12. package/lib/model/change-domain-compartment-details.js +29 -0
  13. package/lib/model/change-domain-compartment-details.js.map +1 -0
  14. package/lib/model/change-domain-license-type-details.d.ts +25 -0
  15. package/lib/model/change-domain-license-type-details.js +29 -0
  16. package/lib/model/change-domain-license-type-details.js.map +1 -0
  17. package/lib/model/change-tas-domain-license-type-details.d.ts +25 -0
  18. package/lib/model/change-tas-domain-license-type-details.js +29 -0
  19. package/lib/model/change-tas-domain-license-type-details.js.map +1 -0
  20. package/lib/model/create-domain-details.d.ts +99 -0
  21. package/lib/model/create-domain-details.js +29 -0
  22. package/lib/model/create-domain-details.js.map +1 -0
  23. package/lib/model/domain-replication-states.d.ts +41 -0
  24. package/lib/model/domain-replication-states.js +37 -0
  25. package/lib/model/domain-replication-states.js.map +1 -0
  26. package/lib/model/domain-replication.d.ts +34 -0
  27. package/lib/model/domain-replication.js +61 -0
  28. package/lib/model/domain-replication.js.map +1 -0
  29. package/lib/model/domain-summary.d.ts +136 -0
  30. package/lib/model/domain-summary.js +94 -0
  31. package/lib/model/domain-summary.js.map +1 -0
  32. package/lib/model/domain.d.ts +140 -0
  33. package/lib/model/domain.js +94 -0
  34. package/lib/model/domain.js.map +1 -0
  35. package/lib/model/enable-replication-to-region-details.d.ts +30 -0
  36. package/lib/model/enable-replication-to-region-details.js +29 -0
  37. package/lib/model/enable-replication-to-region-details.js.map +1 -0
  38. package/lib/model/iam-work-request-error-summary.d.ts +33 -0
  39. package/lib/model/iam-work-request-error-summary.js +29 -0
  40. package/lib/model/iam-work-request-error-summary.js.map +1 -0
  41. package/lib/model/iam-work-request-log-summary.d.ts +32 -0
  42. package/lib/model/iam-work-request-log-summary.js +29 -0
  43. package/lib/model/iam-work-request-log-summary.js.map +1 -0
  44. package/lib/model/iam-work-request-resource.d.ts +53 -0
  45. package/lib/model/iam-work-request-resource.js +42 -0
  46. package/lib/model/iam-work-request-resource.js.map +1 -0
  47. package/lib/model/iam-work-request-summary.d.ts +94 -0
  48. package/lib/model/iam-work-request-summary.js +91 -0
  49. package/lib/model/iam-work-request-summary.js.map +1 -0
  50. package/lib/model/iam-work-request.d.ts +93 -0
  51. package/lib/model/iam-work-request.js +91 -0
  52. package/lib/model/iam-work-request.js.map +1 -0
  53. package/lib/model/import-standard-tags-details.d.ts +28 -0
  54. package/lib/model/import-standard-tags-details.js +29 -0
  55. package/lib/model/import-standard-tags-details.js.map +1 -0
  56. package/lib/model/index.d.ts +42 -0
  57. package/lib/model/index.js +45 -3
  58. package/lib/model/index.js.map +1 -1
  59. package/lib/model/replicated-region-details.d.ts +49 -0
  60. package/lib/model/replicated-region-details.js +42 -0
  61. package/lib/model/replicated-region-details.js.map +1 -0
  62. package/lib/model/standard-tag-definition-template.d.ts +64 -0
  63. package/lib/model/standard-tag-definition-template.js +50 -0
  64. package/lib/model/standard-tag-definition-template.js.map +1 -0
  65. package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
  66. package/lib/model/standard-tag-namespace-template-summary.js +29 -0
  67. package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
  68. package/lib/model/standard-tag-namespace-template.d.ts +38 -0
  69. package/lib/model/standard-tag-namespace-template.js +61 -0
  70. package/lib/model/standard-tag-namespace-template.js.map +1 -0
  71. package/lib/model/tagging-work-request-summary.d.ts +1 -0
  72. package/lib/model/tagging-work-request-summary.js +1 -0
  73. package/lib/model/tagging-work-request-summary.js.map +1 -1
  74. package/lib/model/tagging-work-request.d.ts +1 -0
  75. package/lib/model/tagging-work-request.js +1 -0
  76. package/lib/model/tagging-work-request.js.map +1 -1
  77. package/lib/model/update-domain-details.d.ts +54 -0
  78. package/lib/model/update-domain-details.js +29 -0
  79. package/lib/model/update-domain-details.js.map +1 -0
  80. package/lib/request/activate-domain-request.d.ts +44 -0
  81. package/lib/request/activate-domain-request.js +15 -0
  82. package/lib/request/activate-domain-request.js.map +1 -0
  83. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  84. package/lib/request/add-user-to-group-request.d.ts +1 -1
  85. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  86. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  87. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  88. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  89. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  90. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  91. package/lib/request/change-domain-compartment-request.d.ts +49 -0
  92. package/lib/request/change-domain-compartment-request.js +15 -0
  93. package/lib/request/change-domain-compartment-request.js.map +1 -0
  94. package/lib/request/change-domain-license-type-request.d.ts +49 -0
  95. package/lib/request/change-domain-license-type-request.js +15 -0
  96. package/lib/request/change-domain-license-type-request.js.map +1 -0
  97. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  98. package/lib/request/create-auth-token-request.d.ts +1 -1
  99. package/lib/request/create-compartment-request.d.ts +1 -1
  100. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  101. package/lib/request/create-domain-request.d.ts +38 -0
  102. package/lib/request/create-domain-request.js +15 -0
  103. package/lib/request/create-domain-request.js.map +1 -0
  104. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  105. package/lib/request/create-group-request.d.ts +1 -1
  106. package/lib/request/create-identity-provider-request.d.ts +1 -1
  107. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  108. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  109. package/lib/request/create-network-source-request.d.ts +1 -1
  110. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  111. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  112. package/lib/request/create-policy-request.d.ts +1 -1
  113. package/lib/request/create-region-subscription-request.d.ts +1 -1
  114. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  115. package/lib/request/create-swift-password-request.d.ts +1 -1
  116. package/lib/request/create-tag-default-request.d.ts +1 -1
  117. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  118. package/lib/request/create-tag-request.d.ts +1 -1
  119. package/lib/request/create-user-request.d.ts +1 -1
  120. package/lib/request/deactivate-domain-request.d.ts +44 -0
  121. package/lib/request/deactivate-domain-request.js +15 -0
  122. package/lib/request/deactivate-domain-request.js.map +1 -0
  123. package/lib/request/delete-api-key-request.d.ts +1 -1
  124. package/lib/request/delete-auth-token-request.d.ts +1 -1
  125. package/lib/request/delete-compartment-request.d.ts +1 -1
  126. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  127. package/lib/request/delete-domain-request.d.ts +35 -0
  128. package/lib/request/delete-domain-request.js +15 -0
  129. package/lib/request/delete-domain-request.js.map +1 -0
  130. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  131. package/lib/request/delete-group-request.d.ts +1 -1
  132. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  133. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  134. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  135. package/lib/request/delete-network-source-request.d.ts +1 -1
  136. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  137. package/lib/request/delete-policy-request.d.ts +1 -1
  138. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  139. package/lib/request/delete-swift-password-request.d.ts +1 -1
  140. package/lib/request/delete-tag-default-request.d.ts +1 -1
  141. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  142. package/lib/request/delete-tag-request.d.ts +1 -1
  143. package/lib/request/delete-user-request.d.ts +1 -1
  144. package/lib/request/enable-replication-to-region-request.d.ts +49 -0
  145. package/lib/request/enable-replication-to-region-request.js +15 -0
  146. package/lib/request/enable-replication-to-region-request.js.map +1 -0
  147. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  148. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  149. package/lib/request/get-compartment-request.d.ts +1 -1
  150. package/lib/request/get-domain-request.d.ts +28 -0
  151. package/lib/request/get-domain-request.js +15 -0
  152. package/lib/request/get-domain-request.js.map +1 -0
  153. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  154. package/lib/request/get-group-request.d.ts +1 -1
  155. package/lib/request/get-iam-work-request-request.d.ts +28 -0
  156. package/lib/request/get-iam-work-request-request.js +15 -0
  157. package/lib/request/get-iam-work-request-request.js.map +1 -0
  158. package/lib/request/get-identity-provider-request.d.ts +1 -1
  159. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  160. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  161. package/lib/request/get-network-source-request.d.ts +1 -1
  162. package/lib/request/get-policy-request.d.ts +1 -1
  163. package/lib/request/get-standard-tag-template-request.d.ts +28 -0
  164. package/lib/request/get-standard-tag-template-request.js +15 -0
  165. package/lib/request/get-standard-tag-template-request.js.map +1 -0
  166. package/lib/request/get-tag-default-request.d.ts +1 -1
  167. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  168. package/lib/request/get-tag-request.d.ts +1 -1
  169. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  170. package/lib/request/get-tenancy-request.d.ts +1 -1
  171. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  172. package/lib/request/get-user-request.d.ts +1 -1
  173. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  174. package/lib/request/get-work-request-request.d.ts +1 -1
  175. package/lib/request/import-standard-tags-request.d.ts +38 -0
  176. package/lib/request/import-standard-tags-request.js +15 -0
  177. package/lib/request/import-standard-tags-request.js.map +1 -0
  178. package/lib/request/index.d.ts +36 -0
  179. package/lib/request/index.js +7 -1
  180. package/lib/request/index.js.map +1 -1
  181. package/lib/request/list-allowed-domain-license-types-request.d.ts +28 -0
  182. package/lib/request/list-allowed-domain-license-types-request.js +15 -0
  183. package/lib/request/list-allowed-domain-license-types-request.js.map +1 -0
  184. package/lib/request/list-api-keys-request.d.ts +1 -1
  185. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  186. package/lib/request/list-availability-domains-request.d.ts +1 -1
  187. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  188. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  189. package/lib/request/list-compartments-request.d.ts +1 -1
  190. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  191. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  192. package/lib/request/list-domains-request.d.ts +101 -0
  193. package/lib/request/list-domains-request.js +29 -0
  194. package/lib/request/list-domains-request.js.map +1 -0
  195. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  196. package/lib/request/list-fault-domains-request.d.ts +1 -1
  197. package/lib/request/list-groups-request.d.ts +1 -1
  198. package/lib/request/list-iam-work-request-errors-request.d.ts +50 -0
  199. package/lib/request/list-iam-work-request-errors-request.js +24 -0
  200. package/lib/request/list-iam-work-request-errors-request.js.map +1 -0
  201. package/lib/request/list-iam-work-request-logs-request.d.ts +50 -0
  202. package/lib/request/list-iam-work-request-logs-request.js +24 -0
  203. package/lib/request/list-iam-work-request-logs-request.js.map +1 -0
  204. package/lib/request/list-iam-work-requests-request.d.ts +43 -0
  205. package/lib/request/list-iam-work-requests-request.js +15 -0
  206. package/lib/request/list-iam-work-requests-request.js.map +1 -0
  207. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  208. package/lib/request/list-identity-providers-request.d.ts +1 -1
  209. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  210. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  211. package/lib/request/list-network-sources-request.d.ts +1 -1
  212. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  213. package/lib/request/list-policies-request.d.ts +1 -1
  214. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  215. package/lib/request/list-regions-request.d.ts +1 -1
  216. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  217. package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
  218. package/lib/request/list-standard-tag-namespaces-request.js +15 -0
  219. package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
  220. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  221. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  222. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  223. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  224. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  225. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  226. package/lib/request/list-tags-request.d.ts +1 -1
  227. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  228. package/lib/request/list-users-request.d.ts +1 -1
  229. package/lib/request/list-work-requests-request.d.ts +1 -1
  230. package/lib/request/move-compartment-request.d.ts +1 -1
  231. package/lib/request/recover-compartment-request.d.ts +1 -1
  232. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  233. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  234. package/lib/request/update-auth-token-request.d.ts +1 -1
  235. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  236. package/lib/request/update-compartment-request.d.ts +1 -1
  237. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  238. package/lib/request/update-domain-request.d.ts +40 -0
  239. package/lib/request/update-domain-request.js +15 -0
  240. package/lib/request/update-domain-request.js.map +1 -0
  241. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  242. package/lib/request/update-group-request.d.ts +1 -1
  243. package/lib/request/update-identity-provider-request.d.ts +1 -1
  244. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  245. package/lib/request/update-network-source-request.d.ts +1 -1
  246. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  247. package/lib/request/update-policy-request.d.ts +1 -1
  248. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  249. package/lib/request/update-swift-password-request.d.ts +1 -1
  250. package/lib/request/update-tag-default-request.d.ts +1 -1
  251. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  252. package/lib/request/update-tag-request.d.ts +1 -1
  253. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  254. package/lib/request/update-user-request.d.ts +1 -1
  255. package/lib/request/update-user-state-request.d.ts +1 -1
  256. package/lib/request/upload-api-key-request.d.ts +1 -1
  257. package/lib/response/activate-domain-response.d.ts +25 -0
  258. package/lib/response/activate-domain-response.js +15 -0
  259. package/lib/response/activate-domain-response.js.map +1 -0
  260. package/lib/response/change-domain-compartment-response.d.ts +25 -0
  261. package/lib/response/change-domain-compartment-response.js +15 -0
  262. package/lib/response/change-domain-compartment-response.js.map +1 -0
  263. package/lib/response/change-domain-license-type-response.d.ts +25 -0
  264. package/lib/response/change-domain-license-type-response.js +15 -0
  265. package/lib/response/change-domain-license-type-response.js.map +1 -0
  266. package/lib/response/create-domain-response.d.ts +25 -0
  267. package/lib/response/create-domain-response.js +15 -0
  268. package/lib/response/create-domain-response.js.map +1 -0
  269. package/lib/response/deactivate-domain-response.d.ts +25 -0
  270. package/lib/response/deactivate-domain-response.js +15 -0
  271. package/lib/response/deactivate-domain-response.js.map +1 -0
  272. package/lib/response/delete-domain-response.d.ts +25 -0
  273. package/lib/response/delete-domain-response.js +15 -0
  274. package/lib/response/delete-domain-response.js.map +1 -0
  275. package/lib/response/enable-replication-to-region-response.d.ts +25 -0
  276. package/lib/response/enable-replication-to-region-response.js +15 -0
  277. package/lib/response/enable-replication-to-region-response.js.map +1 -0
  278. package/lib/response/get-domain-response.d.ts +29 -0
  279. package/lib/response/get-domain-response.js +15 -0
  280. package/lib/response/get-domain-response.js.map +1 -0
  281. package/lib/response/get-iam-work-request-response.d.ts +25 -0
  282. package/lib/response/get-iam-work-request-response.js +15 -0
  283. package/lib/response/get-iam-work-request-response.js.map +1 -0
  284. package/lib/response/get-standard-tag-template-response.d.ts +25 -0
  285. package/lib/response/get-standard-tag-template-response.js +15 -0
  286. package/lib/response/get-standard-tag-template-response.js.map +1 -0
  287. package/lib/response/import-standard-tags-response.d.ts +25 -0
  288. package/lib/response/import-standard-tags-response.js +15 -0
  289. package/lib/response/import-standard-tags-response.js.map +1 -0
  290. package/lib/response/index.d.ts +36 -0
  291. package/lib/response/list-allowed-domain-license-types-response.d.ts +32 -0
  292. package/lib/response/list-allowed-domain-license-types-response.js +15 -0
  293. package/lib/response/list-allowed-domain-license-types-response.js.map +1 -0
  294. package/lib/response/list-domains-response.d.ts +32 -0
  295. package/lib/response/list-domains-response.js +15 -0
  296. package/lib/response/list-domains-response.js.map +1 -0
  297. package/lib/response/list-iam-work-request-errors-response.d.ts +32 -0
  298. package/lib/response/list-iam-work-request-errors-response.js +15 -0
  299. package/lib/response/list-iam-work-request-errors-response.js.map +1 -0
  300. package/lib/response/list-iam-work-request-logs-response.d.ts +37 -0
  301. package/lib/response/list-iam-work-request-logs-response.js +15 -0
  302. package/lib/response/list-iam-work-request-logs-response.js.map +1 -0
  303. package/lib/response/list-iam-work-requests-response.d.ts +32 -0
  304. package/lib/response/list-iam-work-requests-response.js +15 -0
  305. package/lib/response/list-iam-work-requests-response.js.map +1 -0
  306. package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
  307. package/lib/response/list-standard-tag-namespaces-response.js +15 -0
  308. package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
  309. package/lib/response/update-domain-response.d.ts +25 -0
  310. package/lib/response/update-domain-response.js +15 -0
  311. package/lib/response/update-domain-response.js.map +1 -0
  312. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -18,7 +18,7 @@ import { IdentityWaiter } from "./identity-waiter";
18
18
  export declare enum IdentityApiKeys {
19
19
  }
20
20
  /**
21
- * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
21
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
22
22
  */
23
23
  export declare class IdentityClient {
24
24
  protected static serviceEndpointTemplate: string;
@@ -67,6 +67,32 @@ export declare class IdentityClient {
67
67
  * @return The service waiters.
68
68
  */
69
69
  getWaiters(): IdentityWaiter;
70
+ /**
71
+ * If the domain's {@code lifecycleState} is INACTIVE,
72
+ * 1. Set the {@code lifecycleDetails} to ACTIVATING and asynchronously starts enabling
73
+ * the domain and return 202 ACCEPTED.
74
+ * 1.1 Sets the domain status to ENABLED and set specified domain's
75
+ * {@code lifecycleState} to ACTIVE and set the {@code lifecycleDetails} to null.
76
+ * <p>
77
+ To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
78
+ * the async operation's status. Deactivate a domain can be done using HTTP POST
79
+ * /domains/{domainId}/actions/deactivate.
80
+ * <p>
81
+ - If the domain's {@code lifecycleState} is ACTIVE, returns 202 ACCEPTED with no action
82
+ * taken on service side.
83
+ * - If domain is of {@code type} DEFAULT or DEFAULT_LIGHTWEIGHT or domain's {@code lifecycleState} is not INACTIVE,
84
+ * returns 400 BAD REQUEST.
85
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
86
+ * - If the authenticated user is part of the domain to be activated, returns 400 BAD REQUEST
87
+ * - If error occurs while activating domain, returns 500 INTERNAL SERVER ERROR.
88
+ *
89
+ * This operation does not retry by default if the user has not defined a retry configuration.
90
+ * @param ActivateDomainRequest
91
+ * @return ActivateDomainResponse
92
+ * @throws OciError when an error occurs
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
94
+ */
95
+ activateDomain(activateDomainRequest: requests.ActivateDomainRequest): Promise<responses.ActivateDomainResponse>;
70
96
  /**
71
97
  * Activates the specified MFA TOTP device for the user. Activation requires manual interaction with the Console.
72
98
  *
@@ -74,7 +100,7 @@ export declare class IdentityClient {
74
100
  * @param ActivateMfaTotpDeviceRequest
75
101
  * @return ActivateMfaTotpDeviceResponse
76
102
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
78
104
  */
79
105
  activateMfaTotpDevice(activateMfaTotpDeviceRequest: requests.ActivateMfaTotpDeviceRequest): Promise<responses.ActivateMfaTotpDeviceResponse>;
80
106
  /**
@@ -87,7 +113,7 @@ export declare class IdentityClient {
87
113
  * @param AddUserToGroupRequest
88
114
  * @return AddUserToGroupResponse
89
115
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
91
117
  */
92
118
  addUserToGroup(addUserToGroupRequest: requests.AddUserToGroupRequest): Promise<responses.AddUserToGroupResponse>;
93
119
  /**
@@ -100,7 +126,7 @@ export declare class IdentityClient {
100
126
  * @param AssembleEffectiveTagSetRequest
101
127
  * @return AssembleEffectiveTagSetResponse
102
128
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
104
130
  */
105
131
  assembleEffectiveTagSet(assembleEffectiveTagSetRequest: requests.AssembleEffectiveTagSetRequest): Promise<responses.AssembleEffectiveTagSetResponse>;
106
132
  /**
@@ -114,7 +140,7 @@ export declare class IdentityClient {
114
140
  * @param BulkDeleteResourcesRequest
115
141
  * @return BulkDeleteResourcesResponse
116
142
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
118
144
  */
119
145
  bulkDeleteResources(bulkDeleteResourcesRequest: requests.BulkDeleteResourcesRequest): Promise<responses.BulkDeleteResourcesResponse>;
120
146
  /**
@@ -144,7 +170,7 @@ export declare class IdentityClient {
144
170
  * @param BulkDeleteTagsRequest
145
171
  * @return BulkDeleteTagsResponse
146
172
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
148
174
  */
149
175
  bulkDeleteTags(bulkDeleteTagsRequest: requests.BulkDeleteTagsRequest): Promise<responses.BulkDeleteTagsResponse>;
150
176
  /**
@@ -167,7 +193,7 @@ export declare class IdentityClient {
167
193
  * @param BulkEditTagsRequest
168
194
  * @return BulkEditTagsResponse
169
195
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
171
197
  */
172
198
  bulkEditTags(bulkEditTagsRequest: requests.BulkEditTagsRequest): Promise<responses.BulkEditTagsResponse>;
173
199
  /**
@@ -181,7 +207,7 @@ export declare class IdentityClient {
181
207
  * @param BulkMoveResourcesRequest
182
208
  * @return BulkMoveResourcesResponse
183
209
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
185
211
  */
186
212
  bulkMoveResources(bulkMoveResourcesRequest: requests.BulkMoveResourcesRequest): Promise<responses.BulkMoveResourcesResponse>;
187
213
  /**
@@ -209,9 +235,54 @@ export declare class IdentityClient {
209
235
  * @param CascadeDeleteTagNamespaceRequest
210
236
  * @return CascadeDeleteTagNamespaceResponse
211
237
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
213
239
  */
214
240
  cascadeDeleteTagNamespace(cascadeDeleteTagNamespaceRequest: requests.CascadeDeleteTagNamespaceRequest): Promise<responses.CascadeDeleteTagNamespaceResponse>;
241
+ /**
242
+ * Change the containing compartment for a domain.
243
+ * <p>
244
+ This is an asynchronous call where the Domain's compartment is changed and is updated with the new compartment information.
245
+ * To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
246
+ * the async operation's status.
247
+ * <p>
248
+ The compartment change is complete when accessed via domain URL and
249
+ * also returns new compartment OCID.
250
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
251
+ * - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
252
+ * - If Domain is not active or being updated, returns 400 BAD REQUEST.
253
+ * - If error occurs while changing compartment for domain, return 500 INTERNAL SERVER ERROR.
254
+ *
255
+ * This operation does not retry by default if the user has not defined a retry configuration.
256
+ * @param ChangeDomainCompartmentRequest
257
+ * @return ChangeDomainCompartmentResponse
258
+ * @throws OciError when an error occurs
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
260
+ */
261
+ changeDomainCompartment(changeDomainCompartmentRequest: requests.ChangeDomainCompartmentRequest): Promise<responses.ChangeDomainCompartmentResponse>;
262
+ /**
263
+ * If the domain's {@code lifecycleState} is ACTIVE, validates the requested {@code licenseType} update
264
+ * is allowed and
265
+ * 1. Set the {@code lifecycleDetails} to UPDATING
266
+ * 2. Asynchronously starts updating the domain and return 202 ACCEPTED.
267
+ * 2.1 Successfully updates specified domain's {@code licenseType}.
268
+ * 3. On completion set the {@code lifecycleDetails} to null.
269
+ * To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
270
+ * the async operation's status.
271
+ * <p>
272
+ - If license type update is successful, return 202 ACCEPTED
273
+ * - If requested {@code licenseType} validation fails, returns 400 Bad request.
274
+ * - If Domain is not active or being updated, returns 400 BAD REQUEST.
275
+ * - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
276
+ * - If the domain doesn't exists, returns 404 NOT FOUND
277
+ * - If any internal error occurs, returns 500 INTERNAL SERVER ERROR.
278
+ *
279
+ * This operation does not retry by default if the user has not defined a retry configuration.
280
+ * @param ChangeDomainLicenseTypeRequest
281
+ * @return ChangeDomainLicenseTypeResponse
282
+ * @throws OciError when an error occurs
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
284
+ */
285
+ changeDomainLicenseType(changeDomainLicenseTypeRequest: requests.ChangeDomainLicenseTypeRequest): Promise<responses.ChangeDomainLicenseTypeResponse>;
215
286
  /**
216
287
  * Moves the specified tag namespace to the specified compartment within the same tenancy.
217
288
  * <p>
@@ -224,7 +295,7 @@ export declare class IdentityClient {
224
295
  * @param ChangeTagNamespaceCompartmentRequest
225
296
  * @return ChangeTagNamespaceCompartmentResponse
226
297
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
228
299
  */
229
300
  changeTagNamespaceCompartment(changeTagNamespaceCompartmentRequest: requests.ChangeTagNamespaceCompartmentRequest): Promise<responses.ChangeTagNamespaceCompartmentResponse>;
230
301
  /**
@@ -243,7 +314,7 @@ export declare class IdentityClient {
243
314
  * @param CreateAuthTokenRequest
244
315
  * @return CreateAuthTokenResponse
245
316
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
247
318
  */
248
319
  createAuthToken(createAuthTokenRequest: requests.CreateAuthTokenRequest): Promise<responses.CreateAuthTokenResponse>;
249
320
  /**
@@ -271,7 +342,7 @@ export declare class IdentityClient {
271
342
  * @param CreateCompartmentRequest
272
343
  * @return CreateCompartmentResponse
273
344
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
275
346
  */
276
347
  createCompartment(createCompartmentRequest: requests.CreateCompartmentRequest): Promise<responses.CreateCompartmentResponse>;
277
348
  /**
@@ -291,9 +362,34 @@ export declare class IdentityClient {
291
362
  * @param CreateCustomerSecretKeyRequest
292
363
  * @return CreateCustomerSecretKeyResponse
293
364
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
295
366
  */
296
367
  createCustomerSecretKey(createCustomerSecretKeyRequest: requests.CreateCustomerSecretKeyRequest): Promise<responses.CreateCustomerSecretKeyResponse>;
368
+ /**
369
+ * Creates a new domain in the tenancy with domain home in {@code homeRegion}. This is an asynchronous call - where, at start,
370
+ * {@code lifecycleState} of this domain is set to CREATING and {@code lifecycleDetails} to UPDATING. On domain creation completion
371
+ * this Domain's {@code lifecycleState} will be set to ACTIVE and {@code lifecycleDetails} to null.
372
+ * <p>
373
+ To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
374
+ * the async operation's status.
375
+ * <p>
376
+ After creating a `Domain`, make sure its `lifecycleState` changes from CREATING to ACTIVE
377
+ * before using it.
378
+ * If the domain's {@code displayName} already exists, returns 400 BAD REQUEST.
379
+ * If any one of admin related fields are provided and one of the following 3 fields
380
+ * - {@code adminEmail}, {@code adminLastName} and {@code adminUserName} - is not provided,
381
+ * returns 400 BAD REQUEST.
382
+ * - If {@code isNotificationBypassed} is NOT provided when admin information is provided,
383
+ * returns 400 BAD REQUEST.
384
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
385
+ *
386
+ * This operation does not retry by default if the user has not defined a retry configuration.
387
+ * @param CreateDomainRequest
388
+ * @return CreateDomainResponse
389
+ * @throws OciError when an error occurs
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
391
+ */
392
+ createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
297
393
  /**
298
394
  * Creates a new dynamic group in your tenancy.
299
395
  * <p>
@@ -318,7 +414,7 @@ export declare class IdentityClient {
318
414
  * @param CreateDynamicGroupRequest
319
415
  * @return CreateDynamicGroupResponse
320
416
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
322
418
  */
323
419
  createDynamicGroup(createDynamicGroupRequest: requests.CreateDynamicGroupRequest): Promise<responses.CreateDynamicGroupResponse>;
324
420
  /**
@@ -348,11 +444,13 @@ export declare class IdentityClient {
348
444
  * @param CreateGroupRequest
349
445
  * @return CreateGroupResponse
350
446
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
352
448
  */
353
449
  createGroup(createGroupRequest: requests.CreateGroupRequest): Promise<responses.CreateGroupResponse>;
354
450
  /**
355
- * Creates a new identity provider in your tenancy. For more information, see
451
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
452
+ * <p>
453
+ Creates a new identity provider in your tenancy. For more information, see
356
454
  * [Identity Providers and Federation](https://docs.cloud.oracle.com/Content/Identity/Concepts/federation.htm).
357
455
  * <p>
358
456
  You must specify your tenancy's OCID as the compartment ID in the request object.
@@ -375,19 +473,21 @@ export declare class IdentityClient {
375
473
  * @param CreateIdentityProviderRequest
376
474
  * @return CreateIdentityProviderResponse
377
475
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
379
477
  */
380
478
  createIdentityProvider(createIdentityProviderRequest: requests.CreateIdentityProviderRequest): Promise<responses.CreateIdentityProviderResponse>;
381
479
  /**
382
- * Creates a single mapping between an IdP group and an IAM Service
383
- * {@link Group}.
384
- *
385
- * This operation does not retry by default if the user has not defined a retry configuration.
386
- * @param CreateIdpGroupMappingRequest
387
- * @return CreateIdpGroupMappingResponse
388
- * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
390
- */
480
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
481
+ * <p>
482
+ Creates a single mapping between an IdP group and an IAM Service
483
+ * {@link Group}.
484
+ *
485
+ * This operation does not retry by default if the user has not defined a retry configuration.
486
+ * @param CreateIdpGroupMappingRequest
487
+ * @return CreateIdpGroupMappingResponse
488
+ * @throws OciError when an error occurs
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
490
+ */
391
491
  createIdpGroupMapping(createIdpGroupMappingRequest: requests.CreateIdpGroupMappingRequest): Promise<responses.CreateIdpGroupMappingResponse>;
392
492
  /**
393
493
  * Creates a new MFA TOTP device for the user. A user can have one MFA TOTP device.
@@ -396,7 +496,7 @@ export declare class IdentityClient {
396
496
  * @param CreateMfaTotpDeviceRequest
397
497
  * @return CreateMfaTotpDeviceResponse
398
498
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
400
500
  */
401
501
  createMfaTotpDevice(createMfaTotpDeviceRequest: requests.CreateMfaTotpDeviceRequest): Promise<responses.CreateMfaTotpDeviceResponse>;
402
502
  /**
@@ -426,7 +526,7 @@ export declare class IdentityClient {
426
526
  * @param CreateNetworkSourceRequest
427
527
  * @return CreateNetworkSourceResponse
428
528
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
430
530
  */
431
531
  createNetworkSource(createNetworkSourceRequest: requests.CreateNetworkSourceRequest): Promise<responses.CreateNetworkSourceResponse>;
432
532
  /**
@@ -436,7 +536,7 @@ export declare class IdentityClient {
436
536
  * @param CreateOAuthClientCredentialRequest
437
537
  * @return CreateOAuthClientCredentialResponse
438
538
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
440
540
  */
441
541
  createOAuthClientCredential(createOAuthClientCredentialRequest: requests.CreateOAuthClientCredentialRequest): Promise<responses.CreateOAuthClientCredentialResponse>;
442
542
  /**
@@ -456,7 +556,7 @@ export declare class IdentityClient {
456
556
  * @param CreateOrResetUIPasswordRequest
457
557
  * @return CreateOrResetUIPasswordResponse
458
558
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
460
560
  */
461
561
  createOrResetUIPassword(createOrResetUIPasswordRequest: requests.CreateOrResetUIPasswordRequest): Promise<responses.CreateOrResetUIPasswordResponse>;
462
562
  /**
@@ -482,7 +582,7 @@ export declare class IdentityClient {
482
582
  * @param CreatePolicyRequest
483
583
  * @return CreatePolicyResponse
484
584
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
486
586
  */
487
587
  createPolicy(createPolicyRequest: requests.CreatePolicyRequest): Promise<responses.CreatePolicyResponse>;
488
588
  /**
@@ -492,7 +592,7 @@ export declare class IdentityClient {
492
592
  * @param CreateRegionSubscriptionRequest
493
593
  * @return CreateRegionSubscriptionResponse
494
594
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
496
596
  */
497
597
  createRegionSubscription(createRegionSubscriptionRequest: requests.CreateRegionSubscriptionRequest): Promise<responses.CreateRegionSubscriptionResponse>;
498
598
  /**
@@ -505,7 +605,7 @@ export declare class IdentityClient {
505
605
  * @param CreateSmtpCredentialRequest
506
606
  * @return CreateSmtpCredentialResponse
507
607
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
509
609
  */
510
610
  createSmtpCredential(createSmtpCredentialRequest: requests.CreateSmtpCredentialRequest): Promise<responses.CreateSmtpCredentialResponse>;
511
611
  /**
@@ -526,7 +626,7 @@ export declare class IdentityClient {
526
626
  * @param CreateSwiftPasswordRequest
527
627
  * @return CreateSwiftPasswordResponse
528
628
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
530
630
  */
531
631
  createSwiftPassword(createSwiftPasswordRequest: requests.CreateSwiftPasswordRequest): Promise<responses.CreateSwiftPasswordResponse>;
532
632
  /**
@@ -557,7 +657,7 @@ export declare class IdentityClient {
557
657
  * @param CreateTagRequest
558
658
  * @return CreateTagResponse
559
659
  * @throws OciError when an error occurs
560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
561
661
  */
562
662
  createTag(createTagRequest: requests.CreateTagRequest): Promise<responses.CreateTagResponse>;
563
663
  /**
@@ -574,7 +674,7 @@ export declare class IdentityClient {
574
674
  * @param CreateTagDefaultRequest
575
675
  * @return CreateTagDefaultResponse
576
676
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
578
678
  */
579
679
  createTagDefault(createTagDefaultRequest: requests.CreateTagDefaultRequest): Promise<responses.CreateTagDefaultResponse>;
580
680
  /**
@@ -597,7 +697,7 @@ export declare class IdentityClient {
597
697
  * @param CreateTagNamespaceRequest
598
698
  * @return CreateTagNamespaceResponse
599
699
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
601
701
  */
602
702
  createTagNamespace(createTagNamespaceRequest: requests.CreateTagNamespaceRequest): Promise<responses.CreateTagNamespaceResponse>;
603
703
  /**
@@ -641,9 +741,36 @@ export declare class IdentityClient {
641
741
  * @param CreateUserRequest
642
742
  * @return CreateUserResponse
643
743
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
645
745
  */
646
746
  createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
747
+ /**
748
+ * If the domain's {@code lifecycleState} is ACTIVE and no active Apps are present in domain,
749
+ * 1. Set the {@code lifecycleDetails} to DEACTIVATING and asynchronously starts disabling
750
+ * the domain and return 202 ACCEPTED.
751
+ * 1.1 Sets the domain status to DISABLED and set specified domain's
752
+ * {@code lifecycleState} to INACTIVE and set the {@code lifecycleDetails} to null.
753
+ * <p>
754
+ To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
755
+ * the async operation's status. Activate a domain can be done using HTTP POST
756
+ * /domains/{domainId}/actions/activate.
757
+ * <p>
758
+ - If the domain's {@code lifecycleState} is INACTIVE, returns 202 ACCEPTED with no action
759
+ * taken on service side.
760
+ * - If domain is of {@code type} DEFAULT or DEFAULT_LIGHTWEIGHT or domain's {@code lifecycleState}
761
+ * is not ACTIVE, returns 400 BAD REQUEST.
762
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
763
+ * - If any active Apps in domain, returns 400 BAD REQUEST.
764
+ * - If the authenticated user is part of the domain to be activated, returns 400 BAD REQUEST
765
+ * - If error occurs while deactivating domain, returns 500 INTERNAL SERVER ERROR.
766
+ *
767
+ * This operation does not retry by default if the user has not defined a retry configuration.
768
+ * @param DeactivateDomainRequest
769
+ * @return DeactivateDomainResponse
770
+ * @throws OciError when an error occurs
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
772
+ */
773
+ deactivateDomain(deactivateDomainRequest: requests.DeactivateDomainRequest): Promise<responses.DeactivateDomainResponse>;
647
774
  /**
648
775
  * Deletes the specified API signing key for the specified user.
649
776
  * <p>
@@ -656,7 +783,7 @@ export declare class IdentityClient {
656
783
  * @param DeleteApiKeyRequest
657
784
  * @return DeleteApiKeyResponse
658
785
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
660
787
  */
661
788
  deleteApiKey(deleteApiKeyRequest: requests.DeleteApiKeyRequest): Promise<responses.DeleteApiKeyResponse>;
662
789
  /**
@@ -666,7 +793,7 @@ export declare class IdentityClient {
666
793
  * @param DeleteAuthTokenRequest
667
794
  * @return DeleteAuthTokenResponse
668
795
  * @throws OciError when an error occurs
669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
670
797
  */
671
798
  deleteAuthToken(deleteAuthTokenRequest: requests.DeleteAuthTokenRequest): Promise<responses.DeleteAuthTokenResponse>;
672
799
  /**
@@ -676,7 +803,7 @@ export declare class IdentityClient {
676
803
  * @param DeleteCompartmentRequest
677
804
  * @return DeleteCompartmentResponse
678
805
  * @throws OciError when an error occurs
679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
680
807
  */
681
808
  deleteCompartment(deleteCompartmentRequest: requests.DeleteCompartmentRequest): Promise<responses.DeleteCompartmentResponse>;
682
809
  /**
@@ -686,9 +813,35 @@ export declare class IdentityClient {
686
813
  * @param DeleteCustomerSecretKeyRequest
687
814
  * @return DeleteCustomerSecretKeyResponse
688
815
  * @throws OciError when an error occurs
689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
690
817
  */
691
818
  deleteCustomerSecretKey(deleteCustomerSecretKeyRequest: requests.DeleteCustomerSecretKeyRequest): Promise<responses.DeleteCustomerSecretKeyResponse>;
819
+ /**
820
+ * Soft Deletes a domain.
821
+ * <p>
822
+ This is an asynchronous API, where, if the domain's {@code lifecycleState} is INACTIVE and
823
+ * no active Apps are present in underlying stripe,
824
+ * 1. Sets the specified domain's {@code lifecycleState} to DELETING.
825
+ * 2. Domains marked as DELETING will be cleaned up by a periodic task unless customer request it to be undo via ticket.
826
+ * 3. Work request is created and returned as opc-work-request-id along with 202 ACCEPTED.
827
+ * To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
828
+ * the async operation's status.
829
+ * <p>
830
+ - If the domain's {@code lifecycleState} is DELETING, returns 202 Accepted as a deletion
831
+ * is already in progress for this domain.
832
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
833
+ * - If domain is of {@code type} DEFAULT or DEFAULT_LIGHTWEIGHT, returns 400 BAD REQUEST.
834
+ * - If any active Apps in domain, returns 400 BAD REQUEST.
835
+ * - If the authenticated user is part of the domain to be deleted, returns 400 BAD REQUEST.
836
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
837
+ *
838
+ * This operation does not retry by default if the user has not defined a retry configuration.
839
+ * @param DeleteDomainRequest
840
+ * @return DeleteDomainResponse
841
+ * @throws OciError when an error occurs
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
843
+ */
844
+ deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
692
845
  /**
693
846
  * Deletes the specified dynamic group.
694
847
  *
@@ -696,7 +849,7 @@ export declare class IdentityClient {
696
849
  * @param DeleteDynamicGroupRequest
697
850
  * @return DeleteDynamicGroupResponse
698
851
  * @throws OciError when an error occurs
699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
700
853
  */
701
854
  deleteDynamicGroup(deleteDynamicGroupRequest: requests.DeleteDynamicGroupRequest): Promise<responses.DeleteDynamicGroupResponse>;
702
855
  /**
@@ -706,28 +859,33 @@ export declare class IdentityClient {
706
859
  * @param DeleteGroupRequest
707
860
  * @return DeleteGroupResponse
708
861
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
710
863
  */
711
864
  deleteGroup(deleteGroupRequest: requests.DeleteGroupRequest): Promise<responses.DeleteGroupResponse>;
712
865
  /**
713
- * Deletes the specified identity provider. The identity provider must not have
714
- * any group mappings (see {@link IdpGroupMapping}).
715
- *
716
- * This operation does not retry by default if the user has not defined a retry configuration.
717
- * @param DeleteIdentityProviderRequest
718
- * @return DeleteIdentityProviderResponse
719
- * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
721
- */
866
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
867
+ * <p>
868
+ Deletes the specified identity provider. The identity provider must not have
869
+ * any group mappings (see {@link IdpGroupMapping}).
870
+ *
871
+ * This operation does not retry by default if the user has not defined a retry configuration.
872
+ * @param DeleteIdentityProviderRequest
873
+ * @return DeleteIdentityProviderResponse
874
+ * @throws OciError when an error occurs
875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
876
+ */
722
877
  deleteIdentityProvider(deleteIdentityProviderRequest: requests.DeleteIdentityProviderRequest): Promise<responses.DeleteIdentityProviderResponse>;
723
878
  /**
724
- * Deletes the specified group mapping.
725
- * This operation does not retry by default if the user has not defined a retry configuration.
726
- * @param DeleteIdpGroupMappingRequest
727
- * @return DeleteIdpGroupMappingResponse
728
- * @throws OciError when an error occurs
729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
730
- */
879
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
880
+ * <p>
881
+ Deletes the specified group mapping.
882
+ *
883
+ * This operation does not retry by default if the user has not defined a retry configuration.
884
+ * @param DeleteIdpGroupMappingRequest
885
+ * @return DeleteIdpGroupMappingResponse
886
+ * @throws OciError when an error occurs
887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
888
+ */
731
889
  deleteIdpGroupMapping(deleteIdpGroupMappingRequest: requests.DeleteIdpGroupMappingRequest): Promise<responses.DeleteIdpGroupMappingResponse>;
732
890
  /**
733
891
  * Deletes the specified MFA TOTP device for the specified user.
@@ -736,7 +894,7 @@ export declare class IdentityClient {
736
894
  * @param DeleteMfaTotpDeviceRequest
737
895
  * @return DeleteMfaTotpDeviceResponse
738
896
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
740
898
  */
741
899
  deleteMfaTotpDevice(deleteMfaTotpDeviceRequest: requests.DeleteMfaTotpDeviceRequest): Promise<responses.DeleteMfaTotpDeviceResponse>;
742
900
  /**
@@ -746,7 +904,7 @@ export declare class IdentityClient {
746
904
  * @param DeleteNetworkSourceRequest
747
905
  * @return DeleteNetworkSourceResponse
748
906
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
750
908
  */
751
909
  deleteNetworkSource(deleteNetworkSourceRequest: requests.DeleteNetworkSourceRequest): Promise<responses.DeleteNetworkSourceResponse>;
752
910
  /**
@@ -756,7 +914,7 @@ export declare class IdentityClient {
756
914
  * @param DeleteOAuthClientCredentialRequest
757
915
  * @return DeleteOAuthClientCredentialResponse
758
916
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
760
918
  */
761
919
  deleteOAuthClientCredential(deleteOAuthClientCredentialRequest: requests.DeleteOAuthClientCredentialRequest): Promise<responses.DeleteOAuthClientCredentialResponse>;
762
920
  /**
@@ -765,7 +923,7 @@ export declare class IdentityClient {
765
923
  * @param DeletePolicyRequest
766
924
  * @return DeletePolicyResponse
767
925
  * @throws OciError when an error occurs
768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
769
927
  */
770
928
  deletePolicy(deletePolicyRequest: requests.DeletePolicyRequest): Promise<responses.DeletePolicyResponse>;
771
929
  /**
@@ -775,7 +933,7 @@ export declare class IdentityClient {
775
933
  * @param DeleteSmtpCredentialRequest
776
934
  * @return DeleteSmtpCredentialResponse
777
935
  * @throws OciError when an error occurs
778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
779
937
  */
780
938
  deleteSmtpCredential(deleteSmtpCredentialRequest: requests.DeleteSmtpCredentialRequest): Promise<responses.DeleteSmtpCredentialResponse>;
781
939
  /**
@@ -787,7 +945,7 @@ export declare class IdentityClient {
787
945
  * @param DeleteSwiftPasswordRequest
788
946
  * @return DeleteSwiftPasswordResponse
789
947
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
791
949
  */
792
950
  deleteSwiftPassword(deleteSwiftPasswordRequest: requests.DeleteSwiftPasswordRequest): Promise<responses.DeleteSwiftPasswordResponse>;
793
951
  /**
@@ -817,7 +975,7 @@ export declare class IdentityClient {
817
975
  * @param DeleteTagRequest
818
976
  * @return DeleteTagResponse
819
977
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
821
979
  */
822
980
  deleteTag(deleteTagRequest: requests.DeleteTagRequest): Promise<responses.DeleteTagResponse>;
823
981
  /**
@@ -827,7 +985,7 @@ export declare class IdentityClient {
827
985
  * @param DeleteTagDefaultRequest
828
986
  * @return DeleteTagDefaultResponse
829
987
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
831
989
  */
832
990
  deleteTagDefault(deleteTagDefaultRequest: requests.DeleteTagDefaultRequest): Promise<responses.DeleteTagDefaultResponse>;
833
991
  /**
@@ -843,7 +1001,7 @@ export declare class IdentityClient {
843
1001
  * @param DeleteTagNamespaceRequest
844
1002
  * @return DeleteTagNamespaceResponse
845
1003
  * @throws OciError when an error occurs
846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
847
1005
  */
848
1006
  deleteTagNamespace(deleteTagNamespaceRequest: requests.DeleteTagNamespaceRequest): Promise<responses.DeleteTagNamespaceResponse>;
849
1007
  /**
@@ -852,9 +1010,31 @@ export declare class IdentityClient {
852
1010
  * @param DeleteUserRequest
853
1011
  * @return DeleteUserResponse
854
1012
  * @throws OciError when an error occurs
855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
1013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
856
1014
  */
857
1015
  deleteUser(deleteUserRequest: requests.DeleteUserRequest): Promise<responses.DeleteUserResponse>;
1016
+ /**
1017
+ * Replicate domain to a new region. This is an asynchronous call - where, at start,
1018
+ * {@code state} of this domain in replica region is set to ENABLING_REPLICATION.
1019
+ * On domain replication completion the {@code state} will be set to REPLICATION_ENABLED.
1020
+ * <p>
1021
+ To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
1022
+ * the async operation's status.
1023
+ * <p>
1024
+ If the replica region's {@code state} is already ENABLING_REPLICATION or REPLICATION_ENABLED,
1025
+ * returns 409 CONFLICT.
1026
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
1027
+ * - If home region is same as replication region, return 400 BAD REQUEST.
1028
+ * - If Domain is not active or being updated, returns 400 BAD REQUEST.
1029
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1030
+ *
1031
+ * This operation does not retry by default if the user has not defined a retry configuration.
1032
+ * @param EnableReplicationToRegionRequest
1033
+ * @return EnableReplicationToRegionResponse
1034
+ * @throws OciError when an error occurs
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
1036
+ */
1037
+ enableReplicationToRegion(enableReplicationToRegionRequest: requests.EnableReplicationToRegionRequest): Promise<responses.EnableReplicationToRegionResponse>;
858
1038
  /**
859
1039
  * Generate seed for the MFA TOTP device.
860
1040
  *
@@ -862,7 +1042,7 @@ export declare class IdentityClient {
862
1042
  * @param GenerateTotpSeedRequest
863
1043
  * @return GenerateTotpSeedResponse
864
1044
  * @throws OciError when an error occurs
865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
866
1046
  */
867
1047
  generateTotpSeed(generateTotpSeedRequest: requests.GenerateTotpSeedRequest): Promise<responses.GenerateTotpSeedResponse>;
868
1048
  /**
@@ -873,7 +1053,7 @@ export declare class IdentityClient {
873
1053
  * @param GetAuthenticationPolicyRequest
874
1054
  * @return GetAuthenticationPolicyResponse
875
1055
  * @throws OciError when an error occurs
876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
1056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
877
1057
  */
878
1058
  getAuthenticationPolicy(getAuthenticationPolicyRequest: requests.GetAuthenticationPolicyRequest): Promise<responses.GetAuthenticationPolicyResponse>;
879
1059
  /**
@@ -890,9 +1070,22 @@ export declare class IdentityClient {
890
1070
  * @param GetCompartmentRequest
891
1071
  * @return GetCompartmentResponse
892
1072
  * @throws OciError when an error occurs
893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
894
1074
  */
895
1075
  getCompartment(getCompartmentRequest: requests.GetCompartmentRequest): Promise<responses.GetCompartmentResponse>;
1076
+ /**
1077
+ * Get the specified domain's information.
1078
+ * <p>
1079
+ - If the domain doesn't exists, returns 404 NOT FOUND.
1080
+ * - If any internal error occurs, returns 500 INTERNAL SERVER ERROR.
1081
+ *
1082
+ * This operation does not retry by default if the user has not defined a retry configuration.
1083
+ * @param GetDomainRequest
1084
+ * @return GetDomainResponse
1085
+ * @throws OciError when an error occurs
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
1087
+ */
1088
+ getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
896
1089
  /**
897
1090
  * Gets the specified dynamic group's information.
898
1091
  *
@@ -900,7 +1093,7 @@ export declare class IdentityClient {
900
1093
  * @param GetDynamicGroupRequest
901
1094
  * @return GetDynamicGroupResponse
902
1095
  * @throws OciError when an error occurs
903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
1096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
904
1097
  */
905
1098
  getDynamicGroup(getDynamicGroupRequest: requests.GetDynamicGroupRequest): Promise<responses.GetDynamicGroupResponse>;
906
1099
  /**
@@ -914,26 +1107,46 @@ export declare class IdentityClient {
914
1107
  * @param GetGroupRequest
915
1108
  * @return GetGroupResponse
916
1109
  * @throws OciError when an error occurs
917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
1110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
918
1111
  */
919
1112
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
920
1113
  /**
921
- * Gets the specified identity provider's information.
922
- * This operation does not retry by default if the user has not defined a retry configuration.
923
- * @param GetIdentityProviderRequest
924
- * @return GetIdentityProviderResponse
925
- * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
927
- */
1114
+ * Gets details on a specified IAM work request. For asynchronous operations in Identity and Access Management service, opc-work-request-id header values contains
1115
+ * iam work request id that can be provided in this API to track the current status of the operation.
1116
+ * <p>
1117
+ - If workrequest exists, returns 202 ACCEPTED
1118
+ * - If workrequest does not exist, returns 404 NOT FOUND
1119
+ *
1120
+ * This operation does not retry by default if the user has not defined a retry configuration.
1121
+ * @param GetIamWorkRequestRequest
1122
+ * @return GetIamWorkRequestResponse
1123
+ * @throws OciError when an error occurs
1124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
1125
+ */
1126
+ getIamWorkRequest(getIamWorkRequestRequest: requests.GetIamWorkRequestRequest): Promise<responses.GetIamWorkRequestResponse>;
1127
+ /**
1128
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1129
+ * <p>
1130
+ Gets the specified identity provider's information.
1131
+ *
1132
+ * This operation does not retry by default if the user has not defined a retry configuration.
1133
+ * @param GetIdentityProviderRequest
1134
+ * @return GetIdentityProviderResponse
1135
+ * @throws OciError when an error occurs
1136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
1137
+ */
928
1138
  getIdentityProvider(getIdentityProviderRequest: requests.GetIdentityProviderRequest): Promise<responses.GetIdentityProviderResponse>;
929
1139
  /**
930
- * Gets the specified group mapping.
931
- * This operation does not retry by default if the user has not defined a retry configuration.
932
- * @param GetIdpGroupMappingRequest
933
- * @return GetIdpGroupMappingResponse
934
- * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
936
- */
1140
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1141
+ * <p>
1142
+ Gets the specified group mapping.
1143
+ *
1144
+ * This operation does not retry by default if the user has not defined a retry configuration.
1145
+ * @param GetIdpGroupMappingRequest
1146
+ * @return GetIdpGroupMappingResponse
1147
+ * @throws OciError when an error occurs
1148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
1149
+ */
937
1150
  getIdpGroupMapping(getIdpGroupMappingRequest: requests.GetIdpGroupMappingRequest): Promise<responses.GetIdpGroupMappingResponse>;
938
1151
  /**
939
1152
  * Get the specified MFA TOTP device for the specified user.
@@ -942,7 +1155,7 @@ export declare class IdentityClient {
942
1155
  * @param GetMfaTotpDeviceRequest
943
1156
  * @return GetMfaTotpDeviceResponse
944
1157
  * @throws OciError when an error occurs
945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
1158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
946
1159
  */
947
1160
  getMfaTotpDevice(getMfaTotpDeviceRequest: requests.GetMfaTotpDeviceRequest): Promise<responses.GetMfaTotpDeviceResponse>;
948
1161
  /**
@@ -952,7 +1165,7 @@ export declare class IdentityClient {
952
1165
  * @param GetNetworkSourceRequest
953
1166
  * @return GetNetworkSourceResponse
954
1167
  * @throws OciError when an error occurs
955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
956
1169
  */
957
1170
  getNetworkSource(getNetworkSourceRequest: requests.GetNetworkSourceRequest): Promise<responses.GetNetworkSourceResponse>;
958
1171
  /**
@@ -961,16 +1174,26 @@ export declare class IdentityClient {
961
1174
  * @param GetPolicyRequest
962
1175
  * @return GetPolicyResponse
963
1176
  * @throws OciError when an error occurs
964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
1177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
965
1178
  */
966
1179
  getPolicy(getPolicyRequest: requests.GetPolicyRequest): Promise<responses.GetPolicyResponse>;
1180
+ /**
1181
+ * Retrieve the standard tag namespace template given the standard tag namespace name.
1182
+ *
1183
+ * This operation does not retry by default if the user has not defined a retry configuration.
1184
+ * @param GetStandardTagTemplateRequest
1185
+ * @return GetStandardTagTemplateResponse
1186
+ * @throws OciError when an error occurs
1187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
1188
+ */
1189
+ getStandardTagTemplate(getStandardTagTemplateRequest: requests.GetStandardTagTemplateRequest): Promise<responses.GetStandardTagTemplateResponse>;
967
1190
  /**
968
1191
  * Gets the specified tag's information.
969
1192
  * This operation does not retry by default if the user has not defined a retry configuration.
970
1193
  * @param GetTagRequest
971
1194
  * @return GetTagResponse
972
1195
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
974
1197
  */
975
1198
  getTag(getTagRequest: requests.GetTagRequest): Promise<responses.GetTagResponse>;
976
1199
  /**
@@ -980,7 +1203,7 @@ export declare class IdentityClient {
980
1203
  * @param GetTagDefaultRequest
981
1204
  * @return GetTagDefaultResponse
982
1205
  * @throws OciError when an error occurs
983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
984
1207
  */
985
1208
  getTagDefault(getTagDefaultRequest: requests.GetTagDefaultRequest): Promise<responses.GetTagDefaultResponse>;
986
1209
  /**
@@ -990,18 +1213,18 @@ export declare class IdentityClient {
990
1213
  * @param GetTagNamespaceRequest
991
1214
  * @return GetTagNamespaceResponse
992
1215
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
1216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
994
1217
  */
995
1218
  getTagNamespace(getTagNamespaceRequest: requests.GetTagNamespaceRequest): Promise<responses.GetTagNamespaceResponse>;
996
1219
  /**
997
1220
  * Gets details on a specified work request. The workRequestID is returned in the opc-workrequest-id header
998
- * for any asynchronous operation in the Identity and Access Management service.
1221
+ * for any asynchronous operation in tagging service.
999
1222
  *
1000
1223
  * This operation does not retry by default if the user has not defined a retry configuration.
1001
1224
  * @param GetTaggingWorkRequestRequest
1002
1225
  * @return GetTaggingWorkRequestResponse
1003
1226
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
1227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
1005
1228
  */
1006
1229
  getTaggingWorkRequest(getTaggingWorkRequestRequest: requests.GetTaggingWorkRequestRequest): Promise<responses.GetTaggingWorkRequestResponse>;
1007
1230
  /**
@@ -1010,7 +1233,7 @@ export declare class IdentityClient {
1010
1233
  * @param GetTenancyRequest
1011
1234
  * @return GetTenancyResponse
1012
1235
  * @throws OciError when an error occurs
1013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
1236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
1014
1237
  */
1015
1238
  getTenancy(getTenancyRequest: requests.GetTenancyRequest): Promise<responses.GetTenancyResponse>;
1016
1239
  /**
@@ -1019,7 +1242,7 @@ export declare class IdentityClient {
1019
1242
  * @param GetUserRequest
1020
1243
  * @return GetUserResponse
1021
1244
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
1245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
1023
1246
  */
1024
1247
  getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
1025
1248
  /**
@@ -1028,7 +1251,7 @@ export declare class IdentityClient {
1028
1251
  * @param GetUserGroupMembershipRequest
1029
1252
  * @return GetUserGroupMembershipResponse
1030
1253
  * @throws OciError when an error occurs
1031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
1254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
1032
1255
  */
1033
1256
  getUserGroupMembership(getUserGroupMembershipRequest: requests.GetUserGroupMembershipRequest): Promise<responses.GetUserGroupMembershipResponse>;
1034
1257
  /**
@@ -1039,20 +1262,47 @@ export declare class IdentityClient {
1039
1262
  * @param GetUserUIPasswordInformationRequest
1040
1263
  * @return GetUserUIPasswordInformationResponse
1041
1264
  * @throws OciError when an error occurs
1042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
1265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
1043
1266
  */
1044
1267
  getUserUIPasswordInformation(getUserUIPasswordInformationRequest: requests.GetUserUIPasswordInformationRequest): Promise<responses.GetUserUIPasswordInformationResponse>;
1045
1268
  /**
1046
1269
  * Gets details on a specified work request. The workRequestID is returned in the opc-workrequest-id header
1047
- * for any asynchronous operation in the Identity and Access Management service.
1270
+ * for any asynchronous operation in the compartment service.
1048
1271
  *
1049
1272
  * This operation does not retry by default if the user has not defined a retry configuration.
1050
1273
  * @param GetWorkRequestRequest
1051
1274
  * @return GetWorkRequestResponse
1052
1275
  * @throws OciError when an error occurs
1053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1054
1277
  */
1055
1278
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1279
+ /**
1280
+ * OCI will release Tag Namespaces that our customers can import.
1281
+ * These Tag Namespaces will provide Tags for our customers and Partners to provide consistency and enable data reporting.
1282
+ *
1283
+ * This operation does not retry by default if the user has not defined a retry configuration.
1284
+ * @param ImportStandardTagsRequest
1285
+ * @return ImportStandardTagsResponse
1286
+ * @throws OciError when an error occurs
1287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
1288
+ */
1289
+ importStandardTags(importStandardTagsRequest: requests.ImportStandardTagsRequest): Promise<responses.ImportStandardTagsResponse>;
1290
+ /**
1291
+ * List the allowed domain license types supported by OCI
1292
+ * If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
1293
+ * If {@code name} is provided, it filters and returns resources that match the given license type name.
1294
+ * Otherwise, returns all valid license types that are currently supported.
1295
+ * <p>
1296
+ - If license type details are retrieved sucessfully, return 202 ACCEPTED.
1297
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1298
+ *
1299
+ * This operation does not retry by default if the user has not defined a retry configuration.
1300
+ * @param ListAllowedDomainLicenseTypesRequest
1301
+ * @return ListAllowedDomainLicenseTypesResponse
1302
+ * @throws OciError when an error occurs
1303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
1304
+ */
1305
+ listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest: requests.ListAllowedDomainLicenseTypesRequest): Promise<responses.ListAllowedDomainLicenseTypesResponse>;
1056
1306
  /**
1057
1307
  * Lists the API signing keys for the specified user. A user can have a maximum of three keys.
1058
1308
  * <p>
@@ -1063,7 +1313,7 @@ export declare class IdentityClient {
1063
1313
  * @param ListApiKeysRequest
1064
1314
  * @return ListApiKeysResponse
1065
1315
  * @throws OciError when an error occurs
1066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
1316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
1067
1317
  */
1068
1318
  listApiKeys(listApiKeysRequest: requests.ListApiKeysRequest): Promise<responses.ListApiKeysResponse>;
1069
1319
  /**
@@ -1074,7 +1324,7 @@ export declare class IdentityClient {
1074
1324
  * @param ListAuthTokensRequest
1075
1325
  * @return ListAuthTokensResponse
1076
1326
  * @throws OciError when an error occurs
1077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
1327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
1078
1328
  */
1079
1329
  listAuthTokens(listAuthTokensRequest: requests.ListAuthTokensRequest): Promise<responses.ListAuthTokensResponse>;
1080
1330
  /**
@@ -1088,7 +1338,7 @@ export declare class IdentityClient {
1088
1338
  * @param ListAvailabilityDomainsRequest
1089
1339
  * @return ListAvailabilityDomainsResponse
1090
1340
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
1092
1342
  */
1093
1343
  listAvailabilityDomains(listAvailabilityDomainsRequest: requests.ListAvailabilityDomainsRequest): Promise<responses.ListAvailabilityDomainsResponse>;
1094
1344
  /**
@@ -1104,7 +1354,7 @@ export declare class IdentityClient {
1104
1354
  * @param ListBulkActionResourceTypesRequest
1105
1355
  * @return ListBulkActionResourceTypesResponse
1106
1356
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
1357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
1108
1358
  */
1109
1359
  listBulkActionResourceTypes(listBulkActionResourceTypesRequest: requests.ListBulkActionResourceTypesRequest): Promise<responses.ListBulkActionResourceTypesResponse>;
1110
1360
  /**
@@ -1114,7 +1364,7 @@ export declare class IdentityClient {
1114
1364
  * @param ListBulkEditTagsResourceTypesRequest
1115
1365
  * @return ListBulkEditTagsResourceTypesResponse
1116
1366
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
1367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
1118
1368
  */
1119
1369
  listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest: requests.ListBulkEditTagsResourceTypesRequest): Promise<responses.ListBulkEditTagsResourceTypesResponse>;
1120
1370
  /**
@@ -1141,7 +1391,7 @@ export declare class IdentityClient {
1141
1391
  * @param ListCompartmentsRequest
1142
1392
  * @return ListCompartmentsResponse
1143
1393
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
1394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
1145
1395
  */
1146
1396
  listCompartments(listCompartmentsRequest: requests.ListCompartmentsRequest): Promise<responses.ListCompartmentsResponse>;
1147
1397
  /**
@@ -1184,7 +1434,7 @@ export declare class IdentityClient {
1184
1434
  * @param ListCostTrackingTagsRequest
1185
1435
  * @return ListCostTrackingTagsResponse
1186
1436
  * @throws OciError when an error occurs
1187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
1437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
1188
1438
  */
1189
1439
  listCostTrackingTags(listCostTrackingTagsRequest: requests.ListCostTrackingTagsRequest): Promise<responses.ListCostTrackingTagsResponse>;
1190
1440
  /**
@@ -1227,9 +1477,52 @@ export declare class IdentityClient {
1227
1477
  * @param ListCustomerSecretKeysRequest
1228
1478
  * @return ListCustomerSecretKeysResponse
1229
1479
  * @throws OciError when an error occurs
1230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
1480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
1231
1481
  */
1232
1482
  listCustomerSecretKeys(listCustomerSecretKeysRequest: requests.ListCustomerSecretKeysRequest): Promise<responses.ListCustomerSecretKeysResponse>;
1483
+ /**
1484
+ * List all domains that are homed or have a replica region in current region.
1485
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1486
+ *
1487
+ * This operation does not retry by default if the user has not defined a retry configuration.
1488
+ * @param ListDomainsRequest
1489
+ * @return ListDomainsResponse
1490
+ * @throws OciError when an error occurs
1491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
1492
+ */
1493
+ listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
1494
+ /**
1495
+ * NOTE: This function is deprecated in favor of listDomainsRecordIterator function.
1496
+ * Creates a new async iterator which will iterate over the models.DomainSummary objects
1497
+ * contained in responses from the listDomains operation. This iterator will fetch more data from the
1498
+ * server as needed.
1499
+ *
1500
+ * @param request a request which can be sent to the service operation
1501
+ */
1502
+ listAllDomains(request: requests.ListDomainsRequest): AsyncIterableIterator<model.DomainSummary>;
1503
+ /**
1504
+ * NOTE: This function is deprecated in favor of listDomainsResponseIterator function.
1505
+ * Creates a new async iterator which will iterate over the responses received from the listDomains operation. This iterator
1506
+ * will fetch more data from the server as needed.
1507
+ *
1508
+ * @param request a request which can be sent to the service operation
1509
+ */
1510
+ listAllDomainsResponses(request: requests.ListDomainsRequest): AsyncIterableIterator<responses.ListDomainsResponse>;
1511
+ /**
1512
+ * Creates a new async iterator which will iterate over the models.DomainSummary objects
1513
+ * contained in responses from the listDomains operation. This iterator will fetch more data from the
1514
+ * server as needed.
1515
+ *
1516
+ * @param request a request which can be sent to the service operation
1517
+ */
1518
+ listDomainsRecordIterator(request: requests.ListDomainsRequest): AsyncIterableIterator<model.DomainSummary>;
1519
+ /**
1520
+ * Creates a new async iterator which will iterate over the responses received from the listDomains operation. This iterator
1521
+ * will fetch more data from the server as needed.
1522
+ *
1523
+ * @param request a request which can be sent to the service operation
1524
+ */
1525
+ listDomainsResponseIterator(request: requests.ListDomainsRequest): AsyncIterableIterator<responses.ListDomainsResponse>;
1233
1526
  /**
1234
1527
  * Lists the dynamic groups in your tenancy. You must specify your tenancy's OCID as the value for
1235
1528
  * the compartment ID (remember that the tenancy is simply the root compartment).
@@ -1239,7 +1532,7 @@ export declare class IdentityClient {
1239
1532
  * @param ListDynamicGroupsRequest
1240
1533
  * @return ListDynamicGroupsResponse
1241
1534
  * @throws OciError when an error occurs
1242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
1535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
1243
1536
  */
1244
1537
  listDynamicGroups(listDynamicGroupsRequest: requests.ListDynamicGroupsRequest): Promise<responses.ListDynamicGroupsResponse>;
1245
1538
  /**
@@ -1283,7 +1576,7 @@ export declare class IdentityClient {
1283
1576
  * @param ListFaultDomainsRequest
1284
1577
  * @return ListFaultDomainsResponse
1285
1578
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
1579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
1287
1580
  */
1288
1581
  listFaultDomains(listFaultDomainsRequest: requests.ListFaultDomainsRequest): Promise<responses.ListFaultDomainsResponse>;
1289
1582
  /**
@@ -1295,7 +1588,7 @@ export declare class IdentityClient {
1295
1588
  * @param ListGroupsRequest
1296
1589
  * @return ListGroupsResponse
1297
1590
  * @throws OciError when an error occurs
1298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
1591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
1299
1592
  */
1300
1593
  listGroups(listGroupsRequest: requests.ListGroupsRequest): Promise<responses.ListGroupsResponse>;
1301
1594
  /**
@@ -1331,13 +1624,153 @@ export declare class IdentityClient {
1331
1624
  */
1332
1625
  listGroupsResponseIterator(request: requests.ListGroupsRequest): AsyncIterableIterator<responses.ListGroupsResponse>;
1333
1626
  /**
1334
- * Lists the identity provider groups.
1335
- * This operation does not retry by default if the user has not defined a retry configuration.
1336
- * @param ListIdentityProviderGroupsRequest
1337
- * @return ListIdentityProviderGroupsResponse
1338
- * @throws OciError when an error occurs
1339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
1627
+ * Gets error details for a specified IAM work request. For asynchronous operations in Identity and Access Management service, opc-work-request-id header values contains
1628
+ * iam work request id that can be provided in this API to track the current status of the operation.
1629
+ * <p>
1630
+ - If workrequest exists, returns 202 ACCEPTED
1631
+ * - If workrequest does not exist, returns 404 NOT FOUND
1632
+ *
1633
+ * This operation does not retry by default if the user has not defined a retry configuration.
1634
+ * @param ListIamWorkRequestErrorsRequest
1635
+ * @return ListIamWorkRequestErrorsResponse
1636
+ * @throws OciError when an error occurs
1637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
1638
+ */
1639
+ listIamWorkRequestErrors(listIamWorkRequestErrorsRequest: requests.ListIamWorkRequestErrorsRequest): Promise<responses.ListIamWorkRequestErrorsResponse>;
1640
+ /**
1641
+ * NOTE: This function is deprecated in favor of listIamWorkRequestErrorsRecordIterator function.
1642
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestErrorSummary objects
1643
+ * contained in responses from the listIamWorkRequestErrors operation. This iterator will fetch more data from the
1644
+ * server as needed.
1645
+ *
1646
+ * @param request a request which can be sent to the service operation
1647
+ */
1648
+ listAllIamWorkRequestErrors(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<model.IamWorkRequestErrorSummary>;
1649
+ /**
1650
+ * NOTE: This function is deprecated in favor of listIamWorkRequestErrorsResponseIterator function.
1651
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestErrors operation. This iterator
1652
+ * will fetch more data from the server as needed.
1653
+ *
1654
+ * @param request a request which can be sent to the service operation
1655
+ */
1656
+ listAllIamWorkRequestErrorsResponses(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListIamWorkRequestErrorsResponse>;
1657
+ /**
1658
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestErrorSummary objects
1659
+ * contained in responses from the listIamWorkRequestErrors operation. This iterator will fetch more data from the
1660
+ * server as needed.
1661
+ *
1662
+ * @param request a request which can be sent to the service operation
1663
+ */
1664
+ listIamWorkRequestErrorsRecordIterator(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<model.IamWorkRequestErrorSummary>;
1665
+ /**
1666
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestErrors operation. This iterator
1667
+ * will fetch more data from the server as needed.
1668
+ *
1669
+ * @param request a request which can be sent to the service operation
1670
+ */
1671
+ listIamWorkRequestErrorsResponseIterator(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListIamWorkRequestErrorsResponse>;
1672
+ /**
1673
+ * Gets logs for a specified IAM work request. For asynchronous operations in Identity and Access Management service, opc-work-request-id header values contains
1674
+ * iam work request id that can be provided in this API to track the current status of the operation.
1675
+ * <p>
1676
+ - If workrequest exists, returns 202 ACCEPTED
1677
+ * - If workrequest does not exist, returns 404 NOT FOUND
1678
+ *
1679
+ * This operation does not retry by default if the user has not defined a retry configuration.
1680
+ * @param ListIamWorkRequestLogsRequest
1681
+ * @return ListIamWorkRequestLogsResponse
1682
+ * @throws OciError when an error occurs
1683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
1684
+ */
1685
+ listIamWorkRequestLogs(listIamWorkRequestLogsRequest: requests.ListIamWorkRequestLogsRequest): Promise<responses.ListIamWorkRequestLogsResponse>;
1686
+ /**
1687
+ * NOTE: This function is deprecated in favor of listIamWorkRequestLogsRecordIterator function.
1688
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestLogSummary objects
1689
+ * contained in responses from the listIamWorkRequestLogs operation. This iterator will fetch more data from the
1690
+ * server as needed.
1691
+ *
1692
+ * @param request a request which can be sent to the service operation
1693
+ */
1694
+ listAllIamWorkRequestLogs(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<model.IamWorkRequestLogSummary>;
1695
+ /**
1696
+ * NOTE: This function is deprecated in favor of listIamWorkRequestLogsResponseIterator function.
1697
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestLogs operation. This iterator
1698
+ * will fetch more data from the server as needed.
1699
+ *
1700
+ * @param request a request which can be sent to the service operation
1701
+ */
1702
+ listAllIamWorkRequestLogsResponses(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<responses.ListIamWorkRequestLogsResponse>;
1703
+ /**
1704
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestLogSummary objects
1705
+ * contained in responses from the listIamWorkRequestLogs operation. This iterator will fetch more data from the
1706
+ * server as needed.
1707
+ *
1708
+ * @param request a request which can be sent to the service operation
1709
+ */
1710
+ listIamWorkRequestLogsRecordIterator(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<model.IamWorkRequestLogSummary>;
1711
+ /**
1712
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestLogs operation. This iterator
1713
+ * will fetch more data from the server as needed.
1714
+ *
1715
+ * @param request a request which can be sent to the service operation
1716
+ */
1717
+ listIamWorkRequestLogsResponseIterator(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<responses.ListIamWorkRequestLogsResponse>;
1718
+ /**
1719
+ * List the IAM work requests in compartment
1720
+ * <p>
1721
+ - If IAM workrequest details are retrieved sucessfully, return 202 ACCEPTED.
1722
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1723
+ *
1724
+ * This operation does not retry by default if the user has not defined a retry configuration.
1725
+ * @param ListIamWorkRequestsRequest
1726
+ * @return ListIamWorkRequestsResponse
1727
+ * @throws OciError when an error occurs
1728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
1729
+ */
1730
+ listIamWorkRequests(listIamWorkRequestsRequest: requests.ListIamWorkRequestsRequest): Promise<responses.ListIamWorkRequestsResponse>;
1731
+ /**
1732
+ * NOTE: This function is deprecated in favor of listIamWorkRequestsRecordIterator function.
1733
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestSummary objects
1734
+ * contained in responses from the listIamWorkRequests operation. This iterator will fetch more data from the
1735
+ * server as needed.
1736
+ *
1737
+ * @param request a request which can be sent to the service operation
1738
+ */
1739
+ listAllIamWorkRequests(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<model.IamWorkRequestSummary>;
1740
+ /**
1741
+ * NOTE: This function is deprecated in favor of listIamWorkRequestsResponseIterator function.
1742
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequests operation. This iterator
1743
+ * will fetch more data from the server as needed.
1744
+ *
1745
+ * @param request a request which can be sent to the service operation
1746
+ */
1747
+ listAllIamWorkRequestsResponses(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<responses.ListIamWorkRequestsResponse>;
1748
+ /**
1749
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestSummary objects
1750
+ * contained in responses from the listIamWorkRequests operation. This iterator will fetch more data from the
1751
+ * server as needed.
1752
+ *
1753
+ * @param request a request which can be sent to the service operation
1340
1754
  */
1755
+ listIamWorkRequestsRecordIterator(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<model.IamWorkRequestSummary>;
1756
+ /**
1757
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequests operation. This iterator
1758
+ * will fetch more data from the server as needed.
1759
+ *
1760
+ * @param request a request which can be sent to the service operation
1761
+ */
1762
+ listIamWorkRequestsResponseIterator(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<responses.ListIamWorkRequestsResponse>;
1763
+ /**
1764
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1765
+ * <p>
1766
+ Lists the identity provider groups.
1767
+ *
1768
+ * This operation does not retry by default if the user has not defined a retry configuration.
1769
+ * @param ListIdentityProviderGroupsRequest
1770
+ * @return ListIdentityProviderGroupsResponse
1771
+ * @throws OciError when an error occurs
1772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
1773
+ */
1341
1774
  listIdentityProviderGroups(listIdentityProviderGroupsRequest: requests.ListIdentityProviderGroupsRequest): Promise<responses.ListIdentityProviderGroupsResponse>;
1342
1775
  /**
1343
1776
  * NOTE: This function is deprecated in favor of listIdentityProviderGroupsRecordIterator function.
@@ -1372,17 +1805,19 @@ export declare class IdentityClient {
1372
1805
  */
1373
1806
  listIdentityProviderGroupsResponseIterator(request: requests.ListIdentityProviderGroupsRequest): AsyncIterableIterator<responses.ListIdentityProviderGroupsResponse>;
1374
1807
  /**
1375
- * Lists all the identity providers in your tenancy. You must specify the identity provider type (e.g., `SAML2` for
1376
- * identity providers using the SAML2.0 protocol). You must specify your tenancy's OCID as the value for the
1377
- * compartment ID (remember that the tenancy is simply the root compartment).
1378
- * See [Where to Get the Tenancy's OCID and User's OCID](https://docs.cloud.oracle.com/Content/API/Concepts/apisigningkey.htm#five).
1379
- *
1380
- * This operation does not retry by default if the user has not defined a retry configuration.
1381
- * @param ListIdentityProvidersRequest
1382
- * @return ListIdentityProvidersResponse
1383
- * @throws OciError when an error occurs
1384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
1385
- */
1808
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1809
+ * <p>
1810
+ Lists all the identity providers in your tenancy. You must specify the identity provider type (e.g., `SAML2` for
1811
+ * identity providers using the SAML2.0 protocol). You must specify your tenancy's OCID as the value for the
1812
+ * compartment ID (remember that the tenancy is simply the root compartment).
1813
+ * See [Where to Get the Tenancy's OCID and User's OCID](https://docs.cloud.oracle.com/Content/API/Concepts/apisigningkey.htm#five).
1814
+ *
1815
+ * This operation does not retry by default if the user has not defined a retry configuration.
1816
+ * @param ListIdentityProvidersRequest
1817
+ * @return ListIdentityProvidersResponse
1818
+ * @throws OciError when an error occurs
1819
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
1820
+ */
1386
1821
  listIdentityProviders(listIdentityProvidersRequest: requests.ListIdentityProvidersRequest): Promise<responses.ListIdentityProvidersResponse>;
1387
1822
  /**
1388
1823
  * NOTE: This function is deprecated in favor of listIdentityProvidersRecordIterator function.
@@ -1417,14 +1852,16 @@ export declare class IdentityClient {
1417
1852
  */
1418
1853
  listIdentityProvidersResponseIterator(request: requests.ListIdentityProvidersRequest): AsyncIterableIterator<responses.ListIdentityProvidersResponse>;
1419
1854
  /**
1420
- * Lists the group mappings for the specified identity provider.
1421
- *
1422
- * This operation does not retry by default if the user has not defined a retry configuration.
1423
- * @param ListIdpGroupMappingsRequest
1424
- * @return ListIdpGroupMappingsResponse
1425
- * @throws OciError when an error occurs
1426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
1427
- */
1855
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1856
+ * <p>
1857
+ Lists the group mappings for the specified identity provider.
1858
+ *
1859
+ * This operation does not retry by default if the user has not defined a retry configuration.
1860
+ * @param ListIdpGroupMappingsRequest
1861
+ * @return ListIdpGroupMappingsResponse
1862
+ * @throws OciError when an error occurs
1863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
1864
+ */
1428
1865
  listIdpGroupMappings(listIdpGroupMappingsRequest: requests.ListIdpGroupMappingsRequest): Promise<responses.ListIdpGroupMappingsResponse>;
1429
1866
  /**
1430
1867
  * NOTE: This function is deprecated in favor of listIdpGroupMappingsRecordIterator function.
@@ -1466,7 +1903,7 @@ export declare class IdentityClient {
1466
1903
  * @param ListMfaTotpDevicesRequest
1467
1904
  * @return ListMfaTotpDevicesResponse
1468
1905
  * @throws OciError when an error occurs
1469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
1906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
1470
1907
  */
1471
1908
  listMfaTotpDevices(listMfaTotpDevicesRequest: requests.ListMfaTotpDevicesRequest): Promise<responses.ListMfaTotpDevicesResponse>;
1472
1909
  /**
@@ -1510,7 +1947,7 @@ export declare class IdentityClient {
1510
1947
  * @param ListNetworkSourcesRequest
1511
1948
  * @return ListNetworkSourcesResponse
1512
1949
  * @throws OciError when an error occurs
1513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
1950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
1514
1951
  */
1515
1952
  listNetworkSources(listNetworkSourcesRequest: requests.ListNetworkSourcesRequest): Promise<responses.ListNetworkSourcesResponse>;
1516
1953
  /**
@@ -1552,7 +1989,7 @@ export declare class IdentityClient {
1552
1989
  * @param ListOAuthClientCredentialsRequest
1553
1990
  * @return ListOAuthClientCredentialsResponse
1554
1991
  * @throws OciError when an error occurs
1555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
1992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
1556
1993
  */
1557
1994
  listOAuthClientCredentials(listOAuthClientCredentialsRequest: requests.ListOAuthClientCredentialsRequest): Promise<responses.ListOAuthClientCredentialsResponse>;
1558
1995
  /**
@@ -1598,7 +2035,7 @@ export declare class IdentityClient {
1598
2035
  * @param ListPoliciesRequest
1599
2036
  * @return ListPoliciesResponse
1600
2037
  * @throws OciError when an error occurs
1601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
1602
2039
  */
1603
2040
  listPolicies(listPoliciesRequest: requests.ListPoliciesRequest): Promise<responses.ListPoliciesResponse>;
1604
2041
  /**
@@ -1639,7 +2076,7 @@ export declare class IdentityClient {
1639
2076
  * @param ListRegionSubscriptionsRequest
1640
2077
  * @return ListRegionSubscriptionsResponse
1641
2078
  * @throws OciError when an error occurs
1642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
2079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
1643
2080
  */
1644
2081
  listRegionSubscriptions(listRegionSubscriptionsRequest: requests.ListRegionSubscriptionsRequest): Promise<responses.ListRegionSubscriptionsResponse>;
1645
2082
  /**
@@ -1648,7 +2085,7 @@ export declare class IdentityClient {
1648
2085
  * @param ListRegionsRequest
1649
2086
  * @return ListRegionsResponse
1650
2087
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
2088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
1652
2089
  */
1653
2090
  listRegions(listRegionsRequest: requests.ListRegionsRequest): Promise<responses.ListRegionsResponse>;
1654
2091
  /**
@@ -1659,9 +2096,51 @@ export declare class IdentityClient {
1659
2096
  * @param ListSmtpCredentialsRequest
1660
2097
  * @return ListSmtpCredentialsResponse
1661
2098
  * @throws OciError when an error occurs
1662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
2099
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
1663
2100
  */
1664
2101
  listSmtpCredentials(listSmtpCredentialsRequest: requests.ListSmtpCredentialsRequest): Promise<responses.ListSmtpCredentialsResponse>;
2102
+ /**
2103
+ * Lists available standard tag namespaces that users can create.
2104
+ *
2105
+ * This operation does not retry by default if the user has not defined a retry configuration.
2106
+ * @param ListStandardTagNamespacesRequest
2107
+ * @return ListStandardTagNamespacesResponse
2108
+ * @throws OciError when an error occurs
2109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
2110
+ */
2111
+ listStandardTagNamespaces(listStandardTagNamespacesRequest: requests.ListStandardTagNamespacesRequest): Promise<responses.ListStandardTagNamespacesResponse>;
2112
+ /**
2113
+ * NOTE: This function is deprecated in favor of listStandardTagNamespacesRecordIterator function.
2114
+ * Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
2115
+ * contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
2116
+ * server as needed.
2117
+ *
2118
+ * @param request a request which can be sent to the service operation
2119
+ */
2120
+ listAllStandardTagNamespaces(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<model.StandardTagNamespaceTemplateSummary>;
2121
+ /**
2122
+ * NOTE: This function is deprecated in favor of listStandardTagNamespacesResponseIterator function.
2123
+ * Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
2124
+ * will fetch more data from the server as needed.
2125
+ *
2126
+ * @param request a request which can be sent to the service operation
2127
+ */
2128
+ listAllStandardTagNamespacesResponses(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<responses.ListStandardTagNamespacesResponse>;
2129
+ /**
2130
+ * Creates a new async iterator which will iterate over the models.StandardTagNamespaceTemplateSummary objects
2131
+ * contained in responses from the listStandardTagNamespaces operation. This iterator will fetch more data from the
2132
+ * server as needed.
2133
+ *
2134
+ * @param request a request which can be sent to the service operation
2135
+ */
2136
+ listStandardTagNamespacesRecordIterator(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<model.StandardTagNamespaceTemplateSummary>;
2137
+ /**
2138
+ * Creates a new async iterator which will iterate over the responses received from the listStandardTagNamespaces operation. This iterator
2139
+ * will fetch more data from the server as needed.
2140
+ *
2141
+ * @param request a request which can be sent to the service operation
2142
+ */
2143
+ listStandardTagNamespacesResponseIterator(request: requests.ListStandardTagNamespacesRequest): AsyncIterableIterator<responses.ListStandardTagNamespacesResponse>;
1665
2144
  /**
1666
2145
  * **Deprecated. Use {@link #listAuthTokens(ListAuthTokensRequest) listAuthTokens} instead.**
1667
2146
  * <p>
@@ -1672,7 +2151,7 @@ export declare class IdentityClient {
1672
2151
  * @param ListSwiftPasswordsRequest
1673
2152
  * @return ListSwiftPasswordsResponse
1674
2153
  * @throws OciError when an error occurs
1675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
2154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
1676
2155
  */
1677
2156
  listSwiftPasswords(listSwiftPasswordsRequest: requests.ListSwiftPasswordsRequest): Promise<responses.ListSwiftPasswordsResponse>;
1678
2157
  /**
@@ -1682,7 +2161,7 @@ export declare class IdentityClient {
1682
2161
  * @param ListTagDefaultsRequest
1683
2162
  * @return ListTagDefaultsResponse
1684
2163
  * @throws OciError when an error occurs
1685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
2164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
1686
2165
  */
1687
2166
  listTagDefaults(listTagDefaultsRequest: requests.ListTagDefaultsRequest): Promise<responses.ListTagDefaultsResponse>;
1688
2167
  /**
@@ -1724,7 +2203,7 @@ export declare class IdentityClient {
1724
2203
  * @param ListTagNamespacesRequest
1725
2204
  * @return ListTagNamespacesResponse
1726
2205
  * @throws OciError when an error occurs
1727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
2206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
1728
2207
  */
1729
2208
  listTagNamespaces(listTagNamespacesRequest: requests.ListTagNamespacesRequest): Promise<responses.ListTagNamespacesResponse>;
1730
2209
  /**
@@ -1766,7 +2245,7 @@ export declare class IdentityClient {
1766
2245
  * @param ListTaggingWorkRequestErrorsRequest
1767
2246
  * @return ListTaggingWorkRequestErrorsResponse
1768
2247
  * @throws OciError when an error occurs
1769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
2248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
1770
2249
  */
1771
2250
  listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest: requests.ListTaggingWorkRequestErrorsRequest): Promise<responses.ListTaggingWorkRequestErrorsResponse>;
1772
2251
  /**
@@ -1808,7 +2287,7 @@ export declare class IdentityClient {
1808
2287
  * @param ListTaggingWorkRequestLogsRequest
1809
2288
  * @return ListTaggingWorkRequestLogsResponse
1810
2289
  * @throws OciError when an error occurs
1811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
1812
2291
  */
1813
2292
  listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest: requests.ListTaggingWorkRequestLogsRequest): Promise<responses.ListTaggingWorkRequestLogsResponse>;
1814
2293
  /**
@@ -1850,7 +2329,7 @@ export declare class IdentityClient {
1850
2329
  * @param ListTaggingWorkRequestsRequest
1851
2330
  * @return ListTaggingWorkRequestsResponse
1852
2331
  * @throws OciError when an error occurs
1853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
2332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
1854
2333
  */
1855
2334
  listTaggingWorkRequests(listTaggingWorkRequestsRequest: requests.ListTaggingWorkRequestsRequest): Promise<responses.ListTaggingWorkRequestsResponse>;
1856
2335
  /**
@@ -1892,7 +2371,7 @@ export declare class IdentityClient {
1892
2371
  * @param ListTagsRequest
1893
2372
  * @return ListTagsResponse
1894
2373
  * @throws OciError when an error occurs
1895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
2374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
1896
2375
  */
1897
2376
  listTags(listTagsRequest: requests.ListTagsRequest): Promise<responses.ListTagsResponse>;
1898
2377
  /**
@@ -1943,7 +2422,7 @@ export declare class IdentityClient {
1943
2422
  * @param ListUserGroupMembershipsRequest
1944
2423
  * @return ListUserGroupMembershipsResponse
1945
2424
  * @throws OciError when an error occurs
1946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
2425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
1947
2426
  */
1948
2427
  listUserGroupMemberships(listUserGroupMembershipsRequest: requests.ListUserGroupMembershipsRequest): Promise<responses.ListUserGroupMembershipsResponse>;
1949
2428
  /**
@@ -1987,7 +2466,7 @@ export declare class IdentityClient {
1987
2466
  * @param ListUsersRequest
1988
2467
  * @return ListUsersResponse
1989
2468
  * @throws OciError when an error occurs
1990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
2469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
1991
2470
  */
1992
2471
  listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
1993
2472
  /**
@@ -2029,7 +2508,7 @@ export declare class IdentityClient {
2029
2508
  * @param ListWorkRequestsRequest
2030
2509
  * @return ListWorkRequestsResponse
2031
2510
  * @throws OciError when an error occurs
2032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2033
2512
  */
2034
2513
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
2035
2514
  /**
@@ -2078,7 +2557,7 @@ export declare class IdentityClient {
2078
2557
  * @param MoveCompartmentRequest
2079
2558
  * @return MoveCompartmentResponse
2080
2559
  * @throws OciError when an error occurs
2081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
2560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
2082
2561
  */
2083
2562
  moveCompartment(moveCompartmentRequest: requests.MoveCompartmentRequest): Promise<responses.MoveCompartmentResponse>;
2084
2563
  /**
@@ -2088,7 +2567,7 @@ export declare class IdentityClient {
2088
2567
  * @param RecoverCompartmentRequest
2089
2568
  * @return RecoverCompartmentResponse
2090
2569
  * @throws OciError when an error occurs
2091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
2570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
2092
2571
  */
2093
2572
  recoverCompartment(recoverCompartmentRequest: requests.RecoverCompartmentRequest): Promise<responses.RecoverCompartmentResponse>;
2094
2573
  /**
@@ -2097,7 +2576,7 @@ export declare class IdentityClient {
2097
2576
  * @param RemoveUserFromGroupRequest
2098
2577
  * @return RemoveUserFromGroupResponse
2099
2578
  * @throws OciError when an error occurs
2100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
2579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
2101
2580
  */
2102
2581
  removeUserFromGroup(removeUserFromGroupRequest: requests.RemoveUserFromGroupRequest): Promise<responses.RemoveUserFromGroupResponse>;
2103
2582
  /**
@@ -2107,7 +2586,7 @@ export declare class IdentityClient {
2107
2586
  * @param ResetIdpScimClientRequest
2108
2587
  * @return ResetIdpScimClientResponse
2109
2588
  * @throws OciError when an error occurs
2110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
2589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
2111
2590
  */
2112
2591
  resetIdpScimClient(resetIdpScimClientRequest: requests.ResetIdpScimClientRequest): Promise<responses.ResetIdpScimClientResponse>;
2113
2592
  /**
@@ -2117,7 +2596,7 @@ export declare class IdentityClient {
2117
2596
  * @param UpdateAuthTokenRequest
2118
2597
  * @return UpdateAuthTokenResponse
2119
2598
  * @throws OciError when an error occurs
2120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
2599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
2121
2600
  */
2122
2601
  updateAuthToken(updateAuthTokenRequest: requests.UpdateAuthTokenRequest): Promise<responses.UpdateAuthTokenResponse>;
2123
2602
  /**
@@ -2127,7 +2606,7 @@ export declare class IdentityClient {
2127
2606
  * @param UpdateAuthenticationPolicyRequest
2128
2607
  * @return UpdateAuthenticationPolicyResponse
2129
2608
  * @throws OciError when an error occurs
2130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
2609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
2131
2610
  */
2132
2611
  updateAuthenticationPolicy(updateAuthenticationPolicyRequest: requests.UpdateAuthenticationPolicyRequest): Promise<responses.UpdateAuthenticationPolicyResponse>;
2133
2612
  /**
@@ -2136,7 +2615,7 @@ export declare class IdentityClient {
2136
2615
  * @param UpdateCompartmentRequest
2137
2616
  * @return UpdateCompartmentResponse
2138
2617
  * @throws OciError when an error occurs
2139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
2618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
2140
2619
  */
2141
2620
  updateCompartment(updateCompartmentRequest: requests.UpdateCompartmentRequest): Promise<responses.UpdateCompartmentResponse>;
2142
2621
  /**
@@ -2146,16 +2625,37 @@ export declare class IdentityClient {
2146
2625
  * @param UpdateCustomerSecretKeyRequest
2147
2626
  * @return UpdateCustomerSecretKeyResponse
2148
2627
  * @throws OciError when an error occurs
2149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
2628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
2150
2629
  */
2151
2630
  updateCustomerSecretKey(updateCustomerSecretKeyRequest: requests.UpdateCustomerSecretKeyRequest): Promise<responses.UpdateCustomerSecretKeyResponse>;
2631
+ /**
2632
+ * Updates domain information and associated stripe. This is an asynchronous call where
2633
+ * the associated stripe and domain are updated.
2634
+ * <p>
2635
+ To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
2636
+ * the async operation's status.
2637
+ * <p>
2638
+ - If the {@code displayName} is not unique within the tenancy, returns 400 BAD REQUEST.
2639
+ * - If any field other than {@code description} is requested to be updated for DEFAULT domain,
2640
+ * returns 400 BAD REQUEST.
2641
+ * - If Domain is not active or being updated, returns 400 BAD REQUEST.
2642
+ * - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
2643
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
2644
+ *
2645
+ * This operation does not retry by default if the user has not defined a retry configuration.
2646
+ * @param UpdateDomainRequest
2647
+ * @return UpdateDomainResponse
2648
+ * @throws OciError when an error occurs
2649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
2650
+ */
2651
+ updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
2152
2652
  /**
2153
2653
  * Updates the specified dynamic group.
2154
2654
  * This operation does not retry by default if the user has not defined a retry configuration.
2155
2655
  * @param UpdateDynamicGroupRequest
2156
2656
  * @return UpdateDynamicGroupResponse
2157
2657
  * @throws OciError when an error occurs
2158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
2658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
2159
2659
  */
2160
2660
  updateDynamicGroup(updateDynamicGroupRequest: requests.UpdateDynamicGroupRequest): Promise<responses.UpdateDynamicGroupResponse>;
2161
2661
  /**
@@ -2164,26 +2664,32 @@ export declare class IdentityClient {
2164
2664
  * @param UpdateGroupRequest
2165
2665
  * @return UpdateGroupResponse
2166
2666
  * @throws OciError when an error occurs
2167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
2667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
2168
2668
  */
2169
2669
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
2170
2670
  /**
2171
- * Updates the specified identity provider.
2172
- * This operation does not retry by default if the user has not defined a retry configuration.
2173
- * @param UpdateIdentityProviderRequest
2174
- * @return UpdateIdentityProviderResponse
2175
- * @throws OciError when an error occurs
2176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
2177
- */
2671
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
2672
+ * <p>
2673
+ Updates the specified identity provider.
2674
+ *
2675
+ * This operation does not retry by default if the user has not defined a retry configuration.
2676
+ * @param UpdateIdentityProviderRequest
2677
+ * @return UpdateIdentityProviderResponse
2678
+ * @throws OciError when an error occurs
2679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
2680
+ */
2178
2681
  updateIdentityProvider(updateIdentityProviderRequest: requests.UpdateIdentityProviderRequest): Promise<responses.UpdateIdentityProviderResponse>;
2179
2682
  /**
2180
- * Updates the specified group mapping.
2181
- * This operation does not retry by default if the user has not defined a retry configuration.
2182
- * @param UpdateIdpGroupMappingRequest
2183
- * @return UpdateIdpGroupMappingResponse
2184
- * @throws OciError when an error occurs
2185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
2186
- */
2683
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
2684
+ * <p>
2685
+ Updates the specified group mapping.
2686
+ *
2687
+ * This operation does not retry by default if the user has not defined a retry configuration.
2688
+ * @param UpdateIdpGroupMappingRequest
2689
+ * @return UpdateIdpGroupMappingResponse
2690
+ * @throws OciError when an error occurs
2691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
2692
+ */
2187
2693
  updateIdpGroupMapping(updateIdpGroupMappingRequest: requests.UpdateIdpGroupMappingRequest): Promise<responses.UpdateIdpGroupMappingResponse>;
2188
2694
  /**
2189
2695
  * Updates the specified network source.
@@ -2191,7 +2697,7 @@ export declare class IdentityClient {
2191
2697
  * @param UpdateNetworkSourceRequest
2192
2698
  * @return UpdateNetworkSourceResponse
2193
2699
  * @throws OciError when an error occurs
2194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
2700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
2195
2701
  */
2196
2702
  updateNetworkSource(updateNetworkSourceRequest: requests.UpdateNetworkSourceRequest): Promise<responses.UpdateNetworkSourceResponse>;
2197
2703
  /**
@@ -2201,7 +2707,7 @@ export declare class IdentityClient {
2201
2707
  * @param UpdateOAuthClientCredentialRequest
2202
2708
  * @return UpdateOAuthClientCredentialResponse
2203
2709
  * @throws OciError when an error occurs
2204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
2710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
2205
2711
  */
2206
2712
  updateOAuthClientCredential(updateOAuthClientCredentialRequest: requests.UpdateOAuthClientCredentialRequest): Promise<responses.UpdateOAuthClientCredentialResponse>;
2207
2713
  /**
@@ -2213,7 +2719,7 @@ export declare class IdentityClient {
2213
2719
  * @param UpdatePolicyRequest
2214
2720
  * @return UpdatePolicyResponse
2215
2721
  * @throws OciError when an error occurs
2216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
2722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
2217
2723
  */
2218
2724
  updatePolicy(updatePolicyRequest: requests.UpdatePolicyRequest): Promise<responses.UpdatePolicyResponse>;
2219
2725
  /**
@@ -2223,7 +2729,7 @@ export declare class IdentityClient {
2223
2729
  * @param UpdateSmtpCredentialRequest
2224
2730
  * @return UpdateSmtpCredentialResponse
2225
2731
  * @throws OciError when an error occurs
2226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
2732
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
2227
2733
  */
2228
2734
  updateSmtpCredential(updateSmtpCredentialRequest: requests.UpdateSmtpCredentialRequest): Promise<responses.UpdateSmtpCredentialResponse>;
2229
2735
  /**
@@ -2235,7 +2741,7 @@ export declare class IdentityClient {
2235
2741
  * @param UpdateSwiftPasswordRequest
2236
2742
  * @return UpdateSwiftPasswordResponse
2237
2743
  * @throws OciError when an error occurs
2238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
2744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
2239
2745
  */
2240
2746
  updateSwiftPassword(updateSwiftPasswordRequest: requests.UpdateSwiftPasswordRequest): Promise<responses.UpdateSwiftPasswordResponse>;
2241
2747
  /**
@@ -2254,7 +2760,7 @@ export declare class IdentityClient {
2254
2760
  * @param UpdateTagRequest
2255
2761
  * @return UpdateTagResponse
2256
2762
  * @throws OciError when an error occurs
2257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
2763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
2258
2764
  */
2259
2765
  updateTag(updateTagRequest: requests.UpdateTagRequest): Promise<responses.UpdateTagResponse>;
2260
2766
  /**
@@ -2269,7 +2775,7 @@ export declare class IdentityClient {
2269
2775
  * @param UpdateTagDefaultRequest
2270
2776
  * @return UpdateTagDefaultResponse
2271
2777
  * @throws OciError when an error occurs
2272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
2778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
2273
2779
  */
2274
2780
  updateTagDefault(updateTagDefaultRequest: requests.UpdateTagDefaultRequest): Promise<responses.UpdateTagDefaultResponse>;
2275
2781
  /**
@@ -2287,7 +2793,7 @@ export declare class IdentityClient {
2287
2793
  * @param UpdateTagNamespaceRequest
2288
2794
  * @return UpdateTagNamespaceResponse
2289
2795
  * @throws OciError when an error occurs
2290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
2796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
2291
2797
  */
2292
2798
  updateTagNamespace(updateTagNamespaceRequest: requests.UpdateTagNamespaceRequest): Promise<responses.UpdateTagNamespaceResponse>;
2293
2799
  /**
@@ -2296,7 +2802,7 @@ export declare class IdentityClient {
2296
2802
  * @param UpdateUserRequest
2297
2803
  * @return UpdateUserResponse
2298
2804
  * @throws OciError when an error occurs
2299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
2805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
2300
2806
  */
2301
2807
  updateUser(updateUserRequest: requests.UpdateUserRequest): Promise<responses.UpdateUserResponse>;
2302
2808
  /**
@@ -2306,7 +2812,7 @@ export declare class IdentityClient {
2306
2812
  * @param UpdateUserCapabilitiesRequest
2307
2813
  * @return UpdateUserCapabilitiesResponse
2308
2814
  * @throws OciError when an error occurs
2309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
2815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
2310
2816
  */
2311
2817
  updateUserCapabilities(updateUserCapabilitiesRequest: requests.UpdateUserCapabilitiesRequest): Promise<responses.UpdateUserCapabilitiesResponse>;
2312
2818
  /**
@@ -2316,7 +2822,7 @@ export declare class IdentityClient {
2316
2822
  * @param UpdateUserStateRequest
2317
2823
  * @return UpdateUserStateResponse
2318
2824
  * @throws OciError when an error occurs
2319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
2825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
2320
2826
  */
2321
2827
  updateUserState(updateUserStateRequest: requests.UpdateUserStateRequest): Promise<responses.UpdateUserStateResponse>;
2322
2828
  /**
@@ -2340,7 +2846,7 @@ export declare class IdentityClient {
2340
2846
  * @param UploadApiKeyRequest
2341
2847
  * @return UploadApiKeyResponse
2342
2848
  * @throws OciError when an error occurs
2343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
2849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
2344
2850
  */
2345
2851
  uploadApiKey(uploadApiKeyRequest: requests.UploadApiKeyRequest): Promise<responses.UploadApiKeyResponse>;
2346
2852
  }