oci-identity 2.6.0 → 2.6.1

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 (275) hide show
  1. package/lib/client.d.ts +634 -191
  2. package/lib/client.js +1592 -330
  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/change-domain-compartment-details.d.ts +24 -0
  11. package/lib/model/change-domain-compartment-details.js +29 -0
  12. package/lib/model/change-domain-compartment-details.js.map +1 -0
  13. package/lib/model/change-domain-license-type-details.d.ts +25 -0
  14. package/lib/model/change-domain-license-type-details.js +29 -0
  15. package/lib/model/change-domain-license-type-details.js.map +1 -0
  16. package/lib/model/change-tas-domain-license-type-details.d.ts +25 -0
  17. package/lib/model/change-tas-domain-license-type-details.js +29 -0
  18. package/lib/model/change-tas-domain-license-type-details.js.map +1 -0
  19. package/lib/model/create-domain-details.d.ts +99 -0
  20. package/lib/model/create-domain-details.js +29 -0
  21. package/lib/model/create-domain-details.js.map +1 -0
  22. package/lib/model/domain-replication-states.d.ts +41 -0
  23. package/lib/model/domain-replication-states.js +37 -0
  24. package/lib/model/domain-replication-states.js.map +1 -0
  25. package/lib/model/domain-replication.d.ts +34 -0
  26. package/lib/model/domain-replication.js +61 -0
  27. package/lib/model/domain-replication.js.map +1 -0
  28. package/lib/model/domain-summary.d.ts +136 -0
  29. package/lib/model/domain-summary.js +94 -0
  30. package/lib/model/domain-summary.js.map +1 -0
  31. package/lib/model/domain.d.ts +140 -0
  32. package/lib/model/domain.js +94 -0
  33. package/lib/model/domain.js.map +1 -0
  34. package/lib/model/enable-replication-to-region-details.d.ts +30 -0
  35. package/lib/model/enable-replication-to-region-details.js +29 -0
  36. package/lib/model/enable-replication-to-region-details.js.map +1 -0
  37. package/lib/model/iam-work-request-error-summary.d.ts +33 -0
  38. package/lib/model/iam-work-request-error-summary.js +29 -0
  39. package/lib/model/iam-work-request-error-summary.js.map +1 -0
  40. package/lib/model/iam-work-request-log-summary.d.ts +32 -0
  41. package/lib/model/iam-work-request-log-summary.js +29 -0
  42. package/lib/model/iam-work-request-log-summary.js.map +1 -0
  43. package/lib/model/iam-work-request-resource.d.ts +53 -0
  44. package/lib/model/iam-work-request-resource.js +42 -0
  45. package/lib/model/iam-work-request-resource.js.map +1 -0
  46. package/lib/model/iam-work-request-summary.d.ts +94 -0
  47. package/lib/model/iam-work-request-summary.js +91 -0
  48. package/lib/model/iam-work-request-summary.js.map +1 -0
  49. package/lib/model/iam-work-request.d.ts +93 -0
  50. package/lib/model/iam-work-request.js +91 -0
  51. package/lib/model/iam-work-request.js.map +1 -0
  52. package/lib/model/index.d.ts +34 -0
  53. package/lib/model/index.js +37 -3
  54. package/lib/model/index.js.map +1 -1
  55. package/lib/model/replicated-region-details.d.ts +49 -0
  56. package/lib/model/replicated-region-details.js +42 -0
  57. package/lib/model/replicated-region-details.js.map +1 -0
  58. package/lib/model/update-domain-details.d.ts +54 -0
  59. package/lib/model/update-domain-details.js +29 -0
  60. package/lib/model/update-domain-details.js.map +1 -0
  61. package/lib/request/activate-domain-request.d.ts +44 -0
  62. package/lib/request/activate-domain-request.js +15 -0
  63. package/lib/request/activate-domain-request.js.map +1 -0
  64. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  65. package/lib/request/add-user-to-group-request.d.ts +1 -1
  66. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  67. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  68. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  69. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  70. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  71. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  72. package/lib/request/change-domain-compartment-request.d.ts +49 -0
  73. package/lib/request/change-domain-compartment-request.js +15 -0
  74. package/lib/request/change-domain-compartment-request.js.map +1 -0
  75. package/lib/request/change-domain-license-type-request.d.ts +49 -0
  76. package/lib/request/change-domain-license-type-request.js +15 -0
  77. package/lib/request/change-domain-license-type-request.js.map +1 -0
  78. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  79. package/lib/request/create-auth-token-request.d.ts +1 -1
  80. package/lib/request/create-compartment-request.d.ts +1 -1
  81. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  82. package/lib/request/create-domain-request.d.ts +38 -0
  83. package/lib/request/create-domain-request.js +15 -0
  84. package/lib/request/create-domain-request.js.map +1 -0
  85. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  86. package/lib/request/create-group-request.d.ts +1 -1
  87. package/lib/request/create-identity-provider-request.d.ts +1 -1
  88. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  89. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  90. package/lib/request/create-network-source-request.d.ts +1 -1
  91. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  92. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  93. package/lib/request/create-policy-request.d.ts +1 -1
  94. package/lib/request/create-region-subscription-request.d.ts +1 -1
  95. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  96. package/lib/request/create-swift-password-request.d.ts +1 -1
  97. package/lib/request/create-tag-default-request.d.ts +1 -1
  98. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  99. package/lib/request/create-tag-request.d.ts +1 -1
  100. package/lib/request/create-user-request.d.ts +1 -1
  101. package/lib/request/deactivate-domain-request.d.ts +44 -0
  102. package/lib/request/deactivate-domain-request.js +15 -0
  103. package/lib/request/deactivate-domain-request.js.map +1 -0
  104. package/lib/request/delete-api-key-request.d.ts +1 -1
  105. package/lib/request/delete-auth-token-request.d.ts +1 -1
  106. package/lib/request/delete-compartment-request.d.ts +1 -1
  107. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  108. package/lib/request/delete-domain-request.d.ts +35 -0
  109. package/lib/request/delete-domain-request.js +15 -0
  110. package/lib/request/delete-domain-request.js.map +1 -0
  111. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  112. package/lib/request/delete-group-request.d.ts +1 -1
  113. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  114. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  115. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  116. package/lib/request/delete-network-source-request.d.ts +1 -1
  117. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  118. package/lib/request/delete-policy-request.d.ts +1 -1
  119. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  120. package/lib/request/delete-swift-password-request.d.ts +1 -1
  121. package/lib/request/delete-tag-default-request.d.ts +1 -1
  122. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  123. package/lib/request/delete-tag-request.d.ts +1 -1
  124. package/lib/request/delete-user-request.d.ts +1 -1
  125. package/lib/request/enable-replication-to-region-request.d.ts +49 -0
  126. package/lib/request/enable-replication-to-region-request.js +15 -0
  127. package/lib/request/enable-replication-to-region-request.js.map +1 -0
  128. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  129. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  130. package/lib/request/get-compartment-request.d.ts +1 -1
  131. package/lib/request/get-domain-request.d.ts +28 -0
  132. package/lib/request/get-domain-request.js +15 -0
  133. package/lib/request/get-domain-request.js.map +1 -0
  134. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  135. package/lib/request/get-group-request.d.ts +1 -1
  136. package/lib/request/get-iam-work-request-request.d.ts +28 -0
  137. package/lib/request/get-iam-work-request-request.js +15 -0
  138. package/lib/request/get-iam-work-request-request.js.map +1 -0
  139. package/lib/request/get-identity-provider-request.d.ts +1 -1
  140. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  141. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  142. package/lib/request/get-network-source-request.d.ts +1 -1
  143. package/lib/request/get-policy-request.d.ts +1 -1
  144. package/lib/request/get-tag-default-request.d.ts +1 -1
  145. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  146. package/lib/request/get-tag-request.d.ts +1 -1
  147. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  148. package/lib/request/get-tenancy-request.d.ts +1 -1
  149. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  150. package/lib/request/get-user-request.d.ts +1 -1
  151. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  152. package/lib/request/get-work-request-request.d.ts +1 -1
  153. package/lib/request/index.d.ts +30 -0
  154. package/lib/request/index.js +7 -1
  155. package/lib/request/index.js.map +1 -1
  156. package/lib/request/list-allowed-domain-license-types-request.d.ts +28 -0
  157. package/lib/request/list-allowed-domain-license-types-request.js +15 -0
  158. package/lib/request/list-allowed-domain-license-types-request.js.map +1 -0
  159. package/lib/request/list-api-keys-request.d.ts +1 -1
  160. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  161. package/lib/request/list-availability-domains-request.d.ts +1 -1
  162. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  163. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  164. package/lib/request/list-compartments-request.d.ts +1 -1
  165. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  166. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  167. package/lib/request/list-domains-request.d.ts +101 -0
  168. package/lib/request/list-domains-request.js +29 -0
  169. package/lib/request/list-domains-request.js.map +1 -0
  170. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  171. package/lib/request/list-fault-domains-request.d.ts +1 -1
  172. package/lib/request/list-groups-request.d.ts +1 -1
  173. package/lib/request/list-iam-work-request-errors-request.d.ts +50 -0
  174. package/lib/request/list-iam-work-request-errors-request.js +24 -0
  175. package/lib/request/list-iam-work-request-errors-request.js.map +1 -0
  176. package/lib/request/list-iam-work-request-logs-request.d.ts +50 -0
  177. package/lib/request/list-iam-work-request-logs-request.js +24 -0
  178. package/lib/request/list-iam-work-request-logs-request.js.map +1 -0
  179. package/lib/request/list-iam-work-requests-request.d.ts +43 -0
  180. package/lib/request/list-iam-work-requests-request.js +15 -0
  181. package/lib/request/list-iam-work-requests-request.js.map +1 -0
  182. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  183. package/lib/request/list-identity-providers-request.d.ts +1 -1
  184. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  185. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  186. package/lib/request/list-network-sources-request.d.ts +1 -1
  187. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  188. package/lib/request/list-policies-request.d.ts +1 -1
  189. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  190. package/lib/request/list-regions-request.d.ts +1 -1
  191. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  192. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  193. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  194. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  195. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  196. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  197. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  198. package/lib/request/list-tags-request.d.ts +1 -1
  199. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  200. package/lib/request/list-users-request.d.ts +1 -1
  201. package/lib/request/list-work-requests-request.d.ts +1 -1
  202. package/lib/request/move-compartment-request.d.ts +1 -1
  203. package/lib/request/recover-compartment-request.d.ts +1 -1
  204. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  205. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  206. package/lib/request/update-auth-token-request.d.ts +1 -1
  207. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  208. package/lib/request/update-compartment-request.d.ts +1 -1
  209. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  210. package/lib/request/update-domain-request.d.ts +40 -0
  211. package/lib/request/update-domain-request.js +15 -0
  212. package/lib/request/update-domain-request.js.map +1 -0
  213. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  214. package/lib/request/update-group-request.d.ts +1 -1
  215. package/lib/request/update-identity-provider-request.d.ts +1 -1
  216. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  217. package/lib/request/update-network-source-request.d.ts +1 -1
  218. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  219. package/lib/request/update-policy-request.d.ts +1 -1
  220. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  221. package/lib/request/update-swift-password-request.d.ts +1 -1
  222. package/lib/request/update-tag-default-request.d.ts +1 -1
  223. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  224. package/lib/request/update-tag-request.d.ts +1 -1
  225. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  226. package/lib/request/update-user-request.d.ts +1 -1
  227. package/lib/request/update-user-state-request.d.ts +1 -1
  228. package/lib/request/upload-api-key-request.d.ts +1 -1
  229. package/lib/response/activate-domain-response.d.ts +25 -0
  230. package/lib/response/activate-domain-response.js +15 -0
  231. package/lib/response/activate-domain-response.js.map +1 -0
  232. package/lib/response/change-domain-compartment-response.d.ts +25 -0
  233. package/lib/response/change-domain-compartment-response.js +15 -0
  234. package/lib/response/change-domain-compartment-response.js.map +1 -0
  235. package/lib/response/change-domain-license-type-response.d.ts +25 -0
  236. package/lib/response/change-domain-license-type-response.js +15 -0
  237. package/lib/response/change-domain-license-type-response.js.map +1 -0
  238. package/lib/response/create-domain-response.d.ts +25 -0
  239. package/lib/response/create-domain-response.js +15 -0
  240. package/lib/response/create-domain-response.js.map +1 -0
  241. package/lib/response/deactivate-domain-response.d.ts +25 -0
  242. package/lib/response/deactivate-domain-response.js +15 -0
  243. package/lib/response/deactivate-domain-response.js.map +1 -0
  244. package/lib/response/delete-domain-response.d.ts +25 -0
  245. package/lib/response/delete-domain-response.js +15 -0
  246. package/lib/response/delete-domain-response.js.map +1 -0
  247. package/lib/response/enable-replication-to-region-response.d.ts +25 -0
  248. package/lib/response/enable-replication-to-region-response.js +15 -0
  249. package/lib/response/enable-replication-to-region-response.js.map +1 -0
  250. package/lib/response/get-domain-response.d.ts +29 -0
  251. package/lib/response/get-domain-response.js +15 -0
  252. package/lib/response/get-domain-response.js.map +1 -0
  253. package/lib/response/get-iam-work-request-response.d.ts +25 -0
  254. package/lib/response/get-iam-work-request-response.js +15 -0
  255. package/lib/response/get-iam-work-request-response.js.map +1 -0
  256. package/lib/response/index.d.ts +30 -0
  257. package/lib/response/list-allowed-domain-license-types-response.d.ts +32 -0
  258. package/lib/response/list-allowed-domain-license-types-response.js +15 -0
  259. package/lib/response/list-allowed-domain-license-types-response.js.map +1 -0
  260. package/lib/response/list-domains-response.d.ts +32 -0
  261. package/lib/response/list-domains-response.js +15 -0
  262. package/lib/response/list-domains-response.js.map +1 -0
  263. package/lib/response/list-iam-work-request-errors-response.d.ts +32 -0
  264. package/lib/response/list-iam-work-request-errors-response.js +15 -0
  265. package/lib/response/list-iam-work-request-errors-response.js.map +1 -0
  266. package/lib/response/list-iam-work-request-logs-response.d.ts +37 -0
  267. package/lib/response/list-iam-work-request-logs-response.js +15 -0
  268. package/lib/response/list-iam-work-request-logs-response.js.map +1 -0
  269. package/lib/response/list-iam-work-requests-response.d.ts +32 -0
  270. package/lib/response/list-iam-work-requests-response.js +15 -0
  271. package/lib/response/list-iam-work-requests-response.js.map +1 -0
  272. package/lib/response/update-domain-response.d.ts +25 -0
  273. package/lib/response/update-domain-response.js +15 -0
  274. package/lib/response/update-domain-response.js.map +1 -0
  275. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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.6.1/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,7 +1174,7 @@ 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.6.1/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
965
1178
  */
966
1179
  getPolicy(getPolicyRequest: requests.GetPolicyRequest): Promise<responses.GetPolicyResponse>;
967
1180
  /**
@@ -970,7 +1183,7 @@ export declare class IdentityClient {
970
1183
  * @param GetTagRequest
971
1184
  * @return GetTagResponse
972
1185
  * @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.
1186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetTag.ts.html |here} to see how to use GetTag API.
974
1187
  */
975
1188
  getTag(getTagRequest: requests.GetTagRequest): Promise<responses.GetTagResponse>;
976
1189
  /**
@@ -980,7 +1193,7 @@ export declare class IdentityClient {
980
1193
  * @param GetTagDefaultRequest
981
1194
  * @return GetTagDefaultResponse
982
1195
  * @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.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
984
1197
  */
985
1198
  getTagDefault(getTagDefaultRequest: requests.GetTagDefaultRequest): Promise<responses.GetTagDefaultResponse>;
986
1199
  /**
@@ -990,18 +1203,18 @@ export declare class IdentityClient {
990
1203
  * @param GetTagNamespaceRequest
991
1204
  * @return GetTagNamespaceResponse
992
1205
  * @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.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
994
1207
  */
995
1208
  getTagNamespace(getTagNamespaceRequest: requests.GetTagNamespaceRequest): Promise<responses.GetTagNamespaceResponse>;
996
1209
  /**
997
1210
  * 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.
1211
+ * for any asynchronous operation in tagging service.
999
1212
  *
1000
1213
  * This operation does not retry by default if the user has not defined a retry configuration.
1001
1214
  * @param GetTaggingWorkRequestRequest
1002
1215
  * @return GetTaggingWorkRequestResponse
1003
1216
  * @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.
1217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
1005
1218
  */
1006
1219
  getTaggingWorkRequest(getTaggingWorkRequestRequest: requests.GetTaggingWorkRequestRequest): Promise<responses.GetTaggingWorkRequestResponse>;
1007
1220
  /**
@@ -1010,7 +1223,7 @@ export declare class IdentityClient {
1010
1223
  * @param GetTenancyRequest
1011
1224
  * @return GetTenancyResponse
1012
1225
  * @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.
1226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
1014
1227
  */
1015
1228
  getTenancy(getTenancyRequest: requests.GetTenancyRequest): Promise<responses.GetTenancyResponse>;
1016
1229
  /**
@@ -1019,7 +1232,7 @@ export declare class IdentityClient {
1019
1232
  * @param GetUserRequest
1020
1233
  * @return GetUserResponse
1021
1234
  * @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.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetUser.ts.html |here} to see how to use GetUser API.
1023
1236
  */
1024
1237
  getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
1025
1238
  /**
@@ -1028,7 +1241,7 @@ export declare class IdentityClient {
1028
1241
  * @param GetUserGroupMembershipRequest
1029
1242
  * @return GetUserGroupMembershipResponse
1030
1243
  * @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.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
1032
1245
  */
1033
1246
  getUserGroupMembership(getUserGroupMembershipRequest: requests.GetUserGroupMembershipRequest): Promise<responses.GetUserGroupMembershipResponse>;
1034
1247
  /**
@@ -1039,20 +1252,36 @@ export declare class IdentityClient {
1039
1252
  * @param GetUserUIPasswordInformationRequest
1040
1253
  * @return GetUserUIPasswordInformationResponse
1041
1254
  * @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.
1255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
1043
1256
  */
1044
1257
  getUserUIPasswordInformation(getUserUIPasswordInformationRequest: requests.GetUserUIPasswordInformationRequest): Promise<responses.GetUserUIPasswordInformationResponse>;
1045
1258
  /**
1046
1259
  * 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.
1260
+ * for any asynchronous operation in the compartment service.
1048
1261
  *
1049
1262
  * This operation does not retry by default if the user has not defined a retry configuration.
1050
1263
  * @param GetWorkRequestRequest
1051
1264
  * @return GetWorkRequestResponse
1052
1265
  * @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.
1266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1054
1267
  */
1055
1268
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1269
+ /**
1270
+ * List the allowed domain license types supported by OCI
1271
+ * If {@code currentLicenseTypeName} provided, returns allowed license types a domain with the specified license type name can migrate to.
1272
+ * If {@code name} is provided, it filters and returns resources that match the given license type name.
1273
+ * Otherwise, returns all valid license types that are currently supported.
1274
+ * <p>
1275
+ - If license type details are retrieved sucessfully, return 202 ACCEPTED.
1276
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1277
+ *
1278
+ * This operation does not retry by default if the user has not defined a retry configuration.
1279
+ * @param ListAllowedDomainLicenseTypesRequest
1280
+ * @return ListAllowedDomainLicenseTypesResponse
1281
+ * @throws OciError when an error occurs
1282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
1283
+ */
1284
+ listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest: requests.ListAllowedDomainLicenseTypesRequest): Promise<responses.ListAllowedDomainLicenseTypesResponse>;
1056
1285
  /**
1057
1286
  * Lists the API signing keys for the specified user. A user can have a maximum of three keys.
1058
1287
  * <p>
@@ -1063,7 +1292,7 @@ export declare class IdentityClient {
1063
1292
  * @param ListApiKeysRequest
1064
1293
  * @return ListApiKeysResponse
1065
1294
  * @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.
1295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
1067
1296
  */
1068
1297
  listApiKeys(listApiKeysRequest: requests.ListApiKeysRequest): Promise<responses.ListApiKeysResponse>;
1069
1298
  /**
@@ -1074,7 +1303,7 @@ export declare class IdentityClient {
1074
1303
  * @param ListAuthTokensRequest
1075
1304
  * @return ListAuthTokensResponse
1076
1305
  * @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.
1306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
1078
1307
  */
1079
1308
  listAuthTokens(listAuthTokensRequest: requests.ListAuthTokensRequest): Promise<responses.ListAuthTokensResponse>;
1080
1309
  /**
@@ -1088,7 +1317,7 @@ export declare class IdentityClient {
1088
1317
  * @param ListAvailabilityDomainsRequest
1089
1318
  * @return ListAvailabilityDomainsResponse
1090
1319
  * @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.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
1092
1321
  */
1093
1322
  listAvailabilityDomains(listAvailabilityDomainsRequest: requests.ListAvailabilityDomainsRequest): Promise<responses.ListAvailabilityDomainsResponse>;
1094
1323
  /**
@@ -1104,7 +1333,7 @@ export declare class IdentityClient {
1104
1333
  * @param ListBulkActionResourceTypesRequest
1105
1334
  * @return ListBulkActionResourceTypesResponse
1106
1335
  * @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.
1336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
1108
1337
  */
1109
1338
  listBulkActionResourceTypes(listBulkActionResourceTypesRequest: requests.ListBulkActionResourceTypesRequest): Promise<responses.ListBulkActionResourceTypesResponse>;
1110
1339
  /**
@@ -1114,7 +1343,7 @@ export declare class IdentityClient {
1114
1343
  * @param ListBulkEditTagsResourceTypesRequest
1115
1344
  * @return ListBulkEditTagsResourceTypesResponse
1116
1345
  * @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.
1346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
1118
1347
  */
1119
1348
  listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest: requests.ListBulkEditTagsResourceTypesRequest): Promise<responses.ListBulkEditTagsResourceTypesResponse>;
1120
1349
  /**
@@ -1141,7 +1370,7 @@ export declare class IdentityClient {
1141
1370
  * @param ListCompartmentsRequest
1142
1371
  * @return ListCompartmentsResponse
1143
1372
  * @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.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
1145
1374
  */
1146
1375
  listCompartments(listCompartmentsRequest: requests.ListCompartmentsRequest): Promise<responses.ListCompartmentsResponse>;
1147
1376
  /**
@@ -1184,7 +1413,7 @@ export declare class IdentityClient {
1184
1413
  * @param ListCostTrackingTagsRequest
1185
1414
  * @return ListCostTrackingTagsResponse
1186
1415
  * @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.
1416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
1188
1417
  */
1189
1418
  listCostTrackingTags(listCostTrackingTagsRequest: requests.ListCostTrackingTagsRequest): Promise<responses.ListCostTrackingTagsResponse>;
1190
1419
  /**
@@ -1227,9 +1456,52 @@ export declare class IdentityClient {
1227
1456
  * @param ListCustomerSecretKeysRequest
1228
1457
  * @return ListCustomerSecretKeysResponse
1229
1458
  * @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.
1459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
1231
1460
  */
1232
1461
  listCustomerSecretKeys(listCustomerSecretKeysRequest: requests.ListCustomerSecretKeysRequest): Promise<responses.ListCustomerSecretKeysResponse>;
1462
+ /**
1463
+ * List all domains that are homed or have a replica region in current region.
1464
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1465
+ *
1466
+ * This operation does not retry by default if the user has not defined a retry configuration.
1467
+ * @param ListDomainsRequest
1468
+ * @return ListDomainsResponse
1469
+ * @throws OciError when an error occurs
1470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
1471
+ */
1472
+ listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
1473
+ /**
1474
+ * NOTE: This function is deprecated in favor of listDomainsRecordIterator function.
1475
+ * Creates a new async iterator which will iterate over the models.DomainSummary objects
1476
+ * contained in responses from the listDomains operation. This iterator will fetch more data from the
1477
+ * server as needed.
1478
+ *
1479
+ * @param request a request which can be sent to the service operation
1480
+ */
1481
+ listAllDomains(request: requests.ListDomainsRequest): AsyncIterableIterator<model.DomainSummary>;
1482
+ /**
1483
+ * NOTE: This function is deprecated in favor of listDomainsResponseIterator function.
1484
+ * Creates a new async iterator which will iterate over the responses received from the listDomains operation. This iterator
1485
+ * will fetch more data from the server as needed.
1486
+ *
1487
+ * @param request a request which can be sent to the service operation
1488
+ */
1489
+ listAllDomainsResponses(request: requests.ListDomainsRequest): AsyncIterableIterator<responses.ListDomainsResponse>;
1490
+ /**
1491
+ * Creates a new async iterator which will iterate over the models.DomainSummary objects
1492
+ * contained in responses from the listDomains operation. This iterator will fetch more data from the
1493
+ * server as needed.
1494
+ *
1495
+ * @param request a request which can be sent to the service operation
1496
+ */
1497
+ listDomainsRecordIterator(request: requests.ListDomainsRequest): AsyncIterableIterator<model.DomainSummary>;
1498
+ /**
1499
+ * Creates a new async iterator which will iterate over the responses received from the listDomains operation. This iterator
1500
+ * will fetch more data from the server as needed.
1501
+ *
1502
+ * @param request a request which can be sent to the service operation
1503
+ */
1504
+ listDomainsResponseIterator(request: requests.ListDomainsRequest): AsyncIterableIterator<responses.ListDomainsResponse>;
1233
1505
  /**
1234
1506
  * Lists the dynamic groups in your tenancy. You must specify your tenancy's OCID as the value for
1235
1507
  * the compartment ID (remember that the tenancy is simply the root compartment).
@@ -1239,7 +1511,7 @@ export declare class IdentityClient {
1239
1511
  * @param ListDynamicGroupsRequest
1240
1512
  * @return ListDynamicGroupsResponse
1241
1513
  * @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.
1514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
1243
1515
  */
1244
1516
  listDynamicGroups(listDynamicGroupsRequest: requests.ListDynamicGroupsRequest): Promise<responses.ListDynamicGroupsResponse>;
1245
1517
  /**
@@ -1283,7 +1555,7 @@ export declare class IdentityClient {
1283
1555
  * @param ListFaultDomainsRequest
1284
1556
  * @return ListFaultDomainsResponse
1285
1557
  * @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.
1558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
1287
1559
  */
1288
1560
  listFaultDomains(listFaultDomainsRequest: requests.ListFaultDomainsRequest): Promise<responses.ListFaultDomainsResponse>;
1289
1561
  /**
@@ -1295,7 +1567,7 @@ export declare class IdentityClient {
1295
1567
  * @param ListGroupsRequest
1296
1568
  * @return ListGroupsResponse
1297
1569
  * @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.
1570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
1299
1571
  */
1300
1572
  listGroups(listGroupsRequest: requests.ListGroupsRequest): Promise<responses.ListGroupsResponse>;
1301
1573
  /**
@@ -1331,13 +1603,153 @@ export declare class IdentityClient {
1331
1603
  */
1332
1604
  listGroupsResponseIterator(request: requests.ListGroupsRequest): AsyncIterableIterator<responses.ListGroupsResponse>;
1333
1605
  /**
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.
1606
+ * 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
1607
+ * iam work request id that can be provided in this API to track the current status of the operation.
1608
+ * <p>
1609
+ - If workrequest exists, returns 202 ACCEPTED
1610
+ * - If workrequest does not exist, returns 404 NOT FOUND
1611
+ *
1612
+ * This operation does not retry by default if the user has not defined a retry configuration.
1613
+ * @param ListIamWorkRequestErrorsRequest
1614
+ * @return ListIamWorkRequestErrorsResponse
1615
+ * @throws OciError when an error occurs
1616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
1617
+ */
1618
+ listIamWorkRequestErrors(listIamWorkRequestErrorsRequest: requests.ListIamWorkRequestErrorsRequest): Promise<responses.ListIamWorkRequestErrorsResponse>;
1619
+ /**
1620
+ * NOTE: This function is deprecated in favor of listIamWorkRequestErrorsRecordIterator function.
1621
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestErrorSummary objects
1622
+ * contained in responses from the listIamWorkRequestErrors operation. This iterator will fetch more data from the
1623
+ * server as needed.
1624
+ *
1625
+ * @param request a request which can be sent to the service operation
1626
+ */
1627
+ listAllIamWorkRequestErrors(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<model.IamWorkRequestErrorSummary>;
1628
+ /**
1629
+ * NOTE: This function is deprecated in favor of listIamWorkRequestErrorsResponseIterator function.
1630
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestErrors operation. This iterator
1631
+ * will fetch more data from the server as needed.
1632
+ *
1633
+ * @param request a request which can be sent to the service operation
1634
+ */
1635
+ listAllIamWorkRequestErrorsResponses(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListIamWorkRequestErrorsResponse>;
1636
+ /**
1637
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestErrorSummary objects
1638
+ * contained in responses from the listIamWorkRequestErrors operation. This iterator will fetch more data from the
1639
+ * server as needed.
1640
+ *
1641
+ * @param request a request which can be sent to the service operation
1642
+ */
1643
+ listIamWorkRequestErrorsRecordIterator(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<model.IamWorkRequestErrorSummary>;
1644
+ /**
1645
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestErrors operation. This iterator
1646
+ * will fetch more data from the server as needed.
1647
+ *
1648
+ * @param request a request which can be sent to the service operation
1649
+ */
1650
+ listIamWorkRequestErrorsResponseIterator(request: requests.ListIamWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListIamWorkRequestErrorsResponse>;
1651
+ /**
1652
+ * Gets logs for a specified IAM work request. For asynchronous operations in Identity and Access Management service, opc-work-request-id header values contains
1653
+ * iam work request id that can be provided in this API to track the current status of the operation.
1654
+ * <p>
1655
+ - If workrequest exists, returns 202 ACCEPTED
1656
+ * - If workrequest does not exist, returns 404 NOT FOUND
1657
+ *
1658
+ * This operation does not retry by default if the user has not defined a retry configuration.
1659
+ * @param ListIamWorkRequestLogsRequest
1660
+ * @return ListIamWorkRequestLogsResponse
1661
+ * @throws OciError when an error occurs
1662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
1663
+ */
1664
+ listIamWorkRequestLogs(listIamWorkRequestLogsRequest: requests.ListIamWorkRequestLogsRequest): Promise<responses.ListIamWorkRequestLogsResponse>;
1665
+ /**
1666
+ * NOTE: This function is deprecated in favor of listIamWorkRequestLogsRecordIterator function.
1667
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestLogSummary objects
1668
+ * contained in responses from the listIamWorkRequestLogs operation. This iterator will fetch more data from the
1669
+ * server as needed.
1670
+ *
1671
+ * @param request a request which can be sent to the service operation
1672
+ */
1673
+ listAllIamWorkRequestLogs(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<model.IamWorkRequestLogSummary>;
1674
+ /**
1675
+ * NOTE: This function is deprecated in favor of listIamWorkRequestLogsResponseIterator function.
1676
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestLogs operation. This iterator
1677
+ * will fetch more data from the server as needed.
1678
+ *
1679
+ * @param request a request which can be sent to the service operation
1680
+ */
1681
+ listAllIamWorkRequestLogsResponses(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<responses.ListIamWorkRequestLogsResponse>;
1682
+ /**
1683
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestLogSummary objects
1684
+ * contained in responses from the listIamWorkRequestLogs operation. This iterator will fetch more data from the
1685
+ * server as needed.
1686
+ *
1687
+ * @param request a request which can be sent to the service operation
1688
+ */
1689
+ listIamWorkRequestLogsRecordIterator(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<model.IamWorkRequestLogSummary>;
1690
+ /**
1691
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequestLogs operation. This iterator
1692
+ * will fetch more data from the server as needed.
1693
+ *
1694
+ * @param request a request which can be sent to the service operation
1695
+ */
1696
+ listIamWorkRequestLogsResponseIterator(request: requests.ListIamWorkRequestLogsRequest): AsyncIterableIterator<responses.ListIamWorkRequestLogsResponse>;
1697
+ /**
1698
+ * List the IAM work requests in compartment
1699
+ * <p>
1700
+ - If IAM workrequest details are retrieved sucessfully, return 202 ACCEPTED.
1701
+ * - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
1702
+ *
1703
+ * This operation does not retry by default if the user has not defined a retry configuration.
1704
+ * @param ListIamWorkRequestsRequest
1705
+ * @return ListIamWorkRequestsResponse
1706
+ * @throws OciError when an error occurs
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
1708
+ */
1709
+ listIamWorkRequests(listIamWorkRequestsRequest: requests.ListIamWorkRequestsRequest): Promise<responses.ListIamWorkRequestsResponse>;
1710
+ /**
1711
+ * NOTE: This function is deprecated in favor of listIamWorkRequestsRecordIterator function.
1712
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestSummary objects
1713
+ * contained in responses from the listIamWorkRequests operation. This iterator will fetch more data from the
1714
+ * server as needed.
1715
+ *
1716
+ * @param request a request which can be sent to the service operation
1717
+ */
1718
+ listAllIamWorkRequests(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<model.IamWorkRequestSummary>;
1719
+ /**
1720
+ * NOTE: This function is deprecated in favor of listIamWorkRequestsResponseIterator function.
1721
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequests operation. This iterator
1722
+ * will fetch more data from the server as needed.
1723
+ *
1724
+ * @param request a request which can be sent to the service operation
1725
+ */
1726
+ listAllIamWorkRequestsResponses(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<responses.ListIamWorkRequestsResponse>;
1727
+ /**
1728
+ * Creates a new async iterator which will iterate over the models.IamWorkRequestSummary objects
1729
+ * contained in responses from the listIamWorkRequests operation. This iterator will fetch more data from the
1730
+ * server as needed.
1731
+ *
1732
+ * @param request a request which can be sent to the service operation
1340
1733
  */
1734
+ listIamWorkRequestsRecordIterator(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<model.IamWorkRequestSummary>;
1735
+ /**
1736
+ * Creates a new async iterator which will iterate over the responses received from the listIamWorkRequests operation. This iterator
1737
+ * will fetch more data from the server as needed.
1738
+ *
1739
+ * @param request a request which can be sent to the service operation
1740
+ */
1741
+ listIamWorkRequestsResponseIterator(request: requests.ListIamWorkRequestsRequest): AsyncIterableIterator<responses.ListIamWorkRequestsResponse>;
1742
+ /**
1743
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1744
+ * <p>
1745
+ Lists the identity provider groups.
1746
+ *
1747
+ * This operation does not retry by default if the user has not defined a retry configuration.
1748
+ * @param ListIdentityProviderGroupsRequest
1749
+ * @return ListIdentityProviderGroupsResponse
1750
+ * @throws OciError when an error occurs
1751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
1752
+ */
1341
1753
  listIdentityProviderGroups(listIdentityProviderGroupsRequest: requests.ListIdentityProviderGroupsRequest): Promise<responses.ListIdentityProviderGroupsResponse>;
1342
1754
  /**
1343
1755
  * NOTE: This function is deprecated in favor of listIdentityProviderGroupsRecordIterator function.
@@ -1372,17 +1784,19 @@ export declare class IdentityClient {
1372
1784
  */
1373
1785
  listIdentityProviderGroupsResponseIterator(request: requests.ListIdentityProviderGroupsRequest): AsyncIterableIterator<responses.ListIdentityProviderGroupsResponse>;
1374
1786
  /**
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
- */
1787
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1788
+ * <p>
1789
+ Lists all the identity providers in your tenancy. You must specify the identity provider type (e.g., `SAML2` for
1790
+ * identity providers using the SAML2.0 protocol). You must specify your tenancy's OCID as the value for the
1791
+ * compartment ID (remember that the tenancy is simply the root compartment).
1792
+ * See [Where to Get the Tenancy's OCID and User's OCID](https://docs.cloud.oracle.com/Content/API/Concepts/apisigningkey.htm#five).
1793
+ *
1794
+ * This operation does not retry by default if the user has not defined a retry configuration.
1795
+ * @param ListIdentityProvidersRequest
1796
+ * @return ListIdentityProvidersResponse
1797
+ * @throws OciError when an error occurs
1798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
1799
+ */
1386
1800
  listIdentityProviders(listIdentityProvidersRequest: requests.ListIdentityProvidersRequest): Promise<responses.ListIdentityProvidersResponse>;
1387
1801
  /**
1388
1802
  * NOTE: This function is deprecated in favor of listIdentityProvidersRecordIterator function.
@@ -1417,14 +1831,16 @@ export declare class IdentityClient {
1417
1831
  */
1418
1832
  listIdentityProvidersResponseIterator(request: requests.ListIdentityProvidersRequest): AsyncIterableIterator<responses.ListIdentityProvidersResponse>;
1419
1833
  /**
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
- */
1834
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
1835
+ * <p>
1836
+ Lists the group mappings for the specified identity provider.
1837
+ *
1838
+ * This operation does not retry by default if the user has not defined a retry configuration.
1839
+ * @param ListIdpGroupMappingsRequest
1840
+ * @return ListIdpGroupMappingsResponse
1841
+ * @throws OciError when an error occurs
1842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
1843
+ */
1428
1844
  listIdpGroupMappings(listIdpGroupMappingsRequest: requests.ListIdpGroupMappingsRequest): Promise<responses.ListIdpGroupMappingsResponse>;
1429
1845
  /**
1430
1846
  * NOTE: This function is deprecated in favor of listIdpGroupMappingsRecordIterator function.
@@ -1466,7 +1882,7 @@ export declare class IdentityClient {
1466
1882
  * @param ListMfaTotpDevicesRequest
1467
1883
  * @return ListMfaTotpDevicesResponse
1468
1884
  * @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.
1885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
1470
1886
  */
1471
1887
  listMfaTotpDevices(listMfaTotpDevicesRequest: requests.ListMfaTotpDevicesRequest): Promise<responses.ListMfaTotpDevicesResponse>;
1472
1888
  /**
@@ -1510,7 +1926,7 @@ export declare class IdentityClient {
1510
1926
  * @param ListNetworkSourcesRequest
1511
1927
  * @return ListNetworkSourcesResponse
1512
1928
  * @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.
1929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
1514
1930
  */
1515
1931
  listNetworkSources(listNetworkSourcesRequest: requests.ListNetworkSourcesRequest): Promise<responses.ListNetworkSourcesResponse>;
1516
1932
  /**
@@ -1552,7 +1968,7 @@ export declare class IdentityClient {
1552
1968
  * @param ListOAuthClientCredentialsRequest
1553
1969
  * @return ListOAuthClientCredentialsResponse
1554
1970
  * @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.
1971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
1556
1972
  */
1557
1973
  listOAuthClientCredentials(listOAuthClientCredentialsRequest: requests.ListOAuthClientCredentialsRequest): Promise<responses.ListOAuthClientCredentialsResponse>;
1558
1974
  /**
@@ -1598,7 +2014,7 @@ export declare class IdentityClient {
1598
2014
  * @param ListPoliciesRequest
1599
2015
  * @return ListPoliciesResponse
1600
2016
  * @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.
2017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
1602
2018
  */
1603
2019
  listPolicies(listPoliciesRequest: requests.ListPoliciesRequest): Promise<responses.ListPoliciesResponse>;
1604
2020
  /**
@@ -1639,7 +2055,7 @@ export declare class IdentityClient {
1639
2055
  * @param ListRegionSubscriptionsRequest
1640
2056
  * @return ListRegionSubscriptionsResponse
1641
2057
  * @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.
2058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
1643
2059
  */
1644
2060
  listRegionSubscriptions(listRegionSubscriptionsRequest: requests.ListRegionSubscriptionsRequest): Promise<responses.ListRegionSubscriptionsResponse>;
1645
2061
  /**
@@ -1648,7 +2064,7 @@ export declare class IdentityClient {
1648
2064
  * @param ListRegionsRequest
1649
2065
  * @return ListRegionsResponse
1650
2066
  * @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.
2067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
1652
2068
  */
1653
2069
  listRegions(listRegionsRequest: requests.ListRegionsRequest): Promise<responses.ListRegionsResponse>;
1654
2070
  /**
@@ -1659,7 +2075,7 @@ export declare class IdentityClient {
1659
2075
  * @param ListSmtpCredentialsRequest
1660
2076
  * @return ListSmtpCredentialsResponse
1661
2077
  * @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.
2078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
1663
2079
  */
1664
2080
  listSmtpCredentials(listSmtpCredentialsRequest: requests.ListSmtpCredentialsRequest): Promise<responses.ListSmtpCredentialsResponse>;
1665
2081
  /**
@@ -1672,7 +2088,7 @@ export declare class IdentityClient {
1672
2088
  * @param ListSwiftPasswordsRequest
1673
2089
  * @return ListSwiftPasswordsResponse
1674
2090
  * @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.
2091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
1676
2092
  */
1677
2093
  listSwiftPasswords(listSwiftPasswordsRequest: requests.ListSwiftPasswordsRequest): Promise<responses.ListSwiftPasswordsResponse>;
1678
2094
  /**
@@ -1682,7 +2098,7 @@ export declare class IdentityClient {
1682
2098
  * @param ListTagDefaultsRequest
1683
2099
  * @return ListTagDefaultsResponse
1684
2100
  * @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.
2101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
1686
2102
  */
1687
2103
  listTagDefaults(listTagDefaultsRequest: requests.ListTagDefaultsRequest): Promise<responses.ListTagDefaultsResponse>;
1688
2104
  /**
@@ -1724,7 +2140,7 @@ export declare class IdentityClient {
1724
2140
  * @param ListTagNamespacesRequest
1725
2141
  * @return ListTagNamespacesResponse
1726
2142
  * @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.
2143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
1728
2144
  */
1729
2145
  listTagNamespaces(listTagNamespacesRequest: requests.ListTagNamespacesRequest): Promise<responses.ListTagNamespacesResponse>;
1730
2146
  /**
@@ -1766,7 +2182,7 @@ export declare class IdentityClient {
1766
2182
  * @param ListTaggingWorkRequestErrorsRequest
1767
2183
  * @return ListTaggingWorkRequestErrorsResponse
1768
2184
  * @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.
2185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
1770
2186
  */
1771
2187
  listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest: requests.ListTaggingWorkRequestErrorsRequest): Promise<responses.ListTaggingWorkRequestErrorsResponse>;
1772
2188
  /**
@@ -1808,7 +2224,7 @@ export declare class IdentityClient {
1808
2224
  * @param ListTaggingWorkRequestLogsRequest
1809
2225
  * @return ListTaggingWorkRequestLogsResponse
1810
2226
  * @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.
2227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
1812
2228
  */
1813
2229
  listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest: requests.ListTaggingWorkRequestLogsRequest): Promise<responses.ListTaggingWorkRequestLogsResponse>;
1814
2230
  /**
@@ -1850,7 +2266,7 @@ export declare class IdentityClient {
1850
2266
  * @param ListTaggingWorkRequestsRequest
1851
2267
  * @return ListTaggingWorkRequestsResponse
1852
2268
  * @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.
2269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
1854
2270
  */
1855
2271
  listTaggingWorkRequests(listTaggingWorkRequestsRequest: requests.ListTaggingWorkRequestsRequest): Promise<responses.ListTaggingWorkRequestsResponse>;
1856
2272
  /**
@@ -1892,7 +2308,7 @@ export declare class IdentityClient {
1892
2308
  * @param ListTagsRequest
1893
2309
  * @return ListTagsResponse
1894
2310
  * @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.
2311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListTags.ts.html |here} to see how to use ListTags API.
1896
2312
  */
1897
2313
  listTags(listTagsRequest: requests.ListTagsRequest): Promise<responses.ListTagsResponse>;
1898
2314
  /**
@@ -1943,7 +2359,7 @@ export declare class IdentityClient {
1943
2359
  * @param ListUserGroupMembershipsRequest
1944
2360
  * @return ListUserGroupMembershipsResponse
1945
2361
  * @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.
2362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
1947
2363
  */
1948
2364
  listUserGroupMemberships(listUserGroupMembershipsRequest: requests.ListUserGroupMembershipsRequest): Promise<responses.ListUserGroupMembershipsResponse>;
1949
2365
  /**
@@ -1987,7 +2403,7 @@ export declare class IdentityClient {
1987
2403
  * @param ListUsersRequest
1988
2404
  * @return ListUsersResponse
1989
2405
  * @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.
2406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
1991
2407
  */
1992
2408
  listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
1993
2409
  /**
@@ -2029,7 +2445,7 @@ export declare class IdentityClient {
2029
2445
  * @param ListWorkRequestsRequest
2030
2446
  * @return ListWorkRequestsResponse
2031
2447
  * @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.
2448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2033
2449
  */
2034
2450
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
2035
2451
  /**
@@ -2078,7 +2494,7 @@ export declare class IdentityClient {
2078
2494
  * @param MoveCompartmentRequest
2079
2495
  * @return MoveCompartmentResponse
2080
2496
  * @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.
2497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
2082
2498
  */
2083
2499
  moveCompartment(moveCompartmentRequest: requests.MoveCompartmentRequest): Promise<responses.MoveCompartmentResponse>;
2084
2500
  /**
@@ -2088,7 +2504,7 @@ export declare class IdentityClient {
2088
2504
  * @param RecoverCompartmentRequest
2089
2505
  * @return RecoverCompartmentResponse
2090
2506
  * @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.
2507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
2092
2508
  */
2093
2509
  recoverCompartment(recoverCompartmentRequest: requests.RecoverCompartmentRequest): Promise<responses.RecoverCompartmentResponse>;
2094
2510
  /**
@@ -2097,7 +2513,7 @@ export declare class IdentityClient {
2097
2513
  * @param RemoveUserFromGroupRequest
2098
2514
  * @return RemoveUserFromGroupResponse
2099
2515
  * @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.
2516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
2101
2517
  */
2102
2518
  removeUserFromGroup(removeUserFromGroupRequest: requests.RemoveUserFromGroupRequest): Promise<responses.RemoveUserFromGroupResponse>;
2103
2519
  /**
@@ -2107,7 +2523,7 @@ export declare class IdentityClient {
2107
2523
  * @param ResetIdpScimClientRequest
2108
2524
  * @return ResetIdpScimClientResponse
2109
2525
  * @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.
2526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
2111
2527
  */
2112
2528
  resetIdpScimClient(resetIdpScimClientRequest: requests.ResetIdpScimClientRequest): Promise<responses.ResetIdpScimClientResponse>;
2113
2529
  /**
@@ -2117,7 +2533,7 @@ export declare class IdentityClient {
2117
2533
  * @param UpdateAuthTokenRequest
2118
2534
  * @return UpdateAuthTokenResponse
2119
2535
  * @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.
2536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
2121
2537
  */
2122
2538
  updateAuthToken(updateAuthTokenRequest: requests.UpdateAuthTokenRequest): Promise<responses.UpdateAuthTokenResponse>;
2123
2539
  /**
@@ -2127,7 +2543,7 @@ export declare class IdentityClient {
2127
2543
  * @param UpdateAuthenticationPolicyRequest
2128
2544
  * @return UpdateAuthenticationPolicyResponse
2129
2545
  * @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.
2546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
2131
2547
  */
2132
2548
  updateAuthenticationPolicy(updateAuthenticationPolicyRequest: requests.UpdateAuthenticationPolicyRequest): Promise<responses.UpdateAuthenticationPolicyResponse>;
2133
2549
  /**
@@ -2136,7 +2552,7 @@ export declare class IdentityClient {
2136
2552
  * @param UpdateCompartmentRequest
2137
2553
  * @return UpdateCompartmentResponse
2138
2554
  * @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.
2555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
2140
2556
  */
2141
2557
  updateCompartment(updateCompartmentRequest: requests.UpdateCompartmentRequest): Promise<responses.UpdateCompartmentResponse>;
2142
2558
  /**
@@ -2146,16 +2562,37 @@ export declare class IdentityClient {
2146
2562
  * @param UpdateCustomerSecretKeyRequest
2147
2563
  * @return UpdateCustomerSecretKeyResponse
2148
2564
  * @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.
2565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
2150
2566
  */
2151
2567
  updateCustomerSecretKey(updateCustomerSecretKeyRequest: requests.UpdateCustomerSecretKeyRequest): Promise<responses.UpdateCustomerSecretKeyResponse>;
2568
+ /**
2569
+ * Updates domain information and associated stripe. This is an asynchronous call where
2570
+ * the associated stripe and domain are updated.
2571
+ * <p>
2572
+ To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
2573
+ * the async operation's status.
2574
+ * <p>
2575
+ - If the {@code displayName} is not unique within the tenancy, returns 400 BAD REQUEST.
2576
+ * - If any field other than {@code description} is requested to be updated for DEFAULT domain,
2577
+ * returns 400 BAD REQUEST.
2578
+ * - If Domain is not active or being updated, returns 400 BAD REQUEST.
2579
+ * - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
2580
+ * - If the domain doesn't exists, returns 404 NOT FOUND.
2581
+ *
2582
+ * This operation does not retry by default if the user has not defined a retry configuration.
2583
+ * @param UpdateDomainRequest
2584
+ * @return UpdateDomainResponse
2585
+ * @throws OciError when an error occurs
2586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
2587
+ */
2588
+ updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
2152
2589
  /**
2153
2590
  * Updates the specified dynamic group.
2154
2591
  * This operation does not retry by default if the user has not defined a retry configuration.
2155
2592
  * @param UpdateDynamicGroupRequest
2156
2593
  * @return UpdateDynamicGroupResponse
2157
2594
  * @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.
2595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
2159
2596
  */
2160
2597
  updateDynamicGroup(updateDynamicGroupRequest: requests.UpdateDynamicGroupRequest): Promise<responses.UpdateDynamicGroupResponse>;
2161
2598
  /**
@@ -2164,26 +2601,32 @@ export declare class IdentityClient {
2164
2601
  * @param UpdateGroupRequest
2165
2602
  * @return UpdateGroupResponse
2166
2603
  * @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.
2604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
2168
2605
  */
2169
2606
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
2170
2607
  /**
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
- */
2608
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
2609
+ * <p>
2610
+ Updates the specified identity provider.
2611
+ *
2612
+ * This operation does not retry by default if the user has not defined a retry configuration.
2613
+ * @param UpdateIdentityProviderRequest
2614
+ * @return UpdateIdentityProviderResponse
2615
+ * @throws OciError when an error occurs
2616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
2617
+ */
2178
2618
  updateIdentityProvider(updateIdentityProviderRequest: requests.UpdateIdentityProviderRequest): Promise<responses.UpdateIdentityProviderResponse>;
2179
2619
  /**
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
- */
2620
+ * **Deprecated.** For more information, see [Deprecated IAM Service APIs](https://docs.cloud.oracle.com/Content/Identity/Reference/deprecatediamapis.htm).
2621
+ * <p>
2622
+ Updates the specified group mapping.
2623
+ *
2624
+ * This operation does not retry by default if the user has not defined a retry configuration.
2625
+ * @param UpdateIdpGroupMappingRequest
2626
+ * @return UpdateIdpGroupMappingResponse
2627
+ * @throws OciError when an error occurs
2628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
2629
+ */
2187
2630
  updateIdpGroupMapping(updateIdpGroupMappingRequest: requests.UpdateIdpGroupMappingRequest): Promise<responses.UpdateIdpGroupMappingResponse>;
2188
2631
  /**
2189
2632
  * Updates the specified network source.
@@ -2191,7 +2634,7 @@ export declare class IdentityClient {
2191
2634
  * @param UpdateNetworkSourceRequest
2192
2635
  * @return UpdateNetworkSourceResponse
2193
2636
  * @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.
2637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
2195
2638
  */
2196
2639
  updateNetworkSource(updateNetworkSourceRequest: requests.UpdateNetworkSourceRequest): Promise<responses.UpdateNetworkSourceResponse>;
2197
2640
  /**
@@ -2201,7 +2644,7 @@ export declare class IdentityClient {
2201
2644
  * @param UpdateOAuthClientCredentialRequest
2202
2645
  * @return UpdateOAuthClientCredentialResponse
2203
2646
  * @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.
2647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
2205
2648
  */
2206
2649
  updateOAuthClientCredential(updateOAuthClientCredentialRequest: requests.UpdateOAuthClientCredentialRequest): Promise<responses.UpdateOAuthClientCredentialResponse>;
2207
2650
  /**
@@ -2213,7 +2656,7 @@ export declare class IdentityClient {
2213
2656
  * @param UpdatePolicyRequest
2214
2657
  * @return UpdatePolicyResponse
2215
2658
  * @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.
2659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
2217
2660
  */
2218
2661
  updatePolicy(updatePolicyRequest: requests.UpdatePolicyRequest): Promise<responses.UpdatePolicyResponse>;
2219
2662
  /**
@@ -2223,7 +2666,7 @@ export declare class IdentityClient {
2223
2666
  * @param UpdateSmtpCredentialRequest
2224
2667
  * @return UpdateSmtpCredentialResponse
2225
2668
  * @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.
2669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
2227
2670
  */
2228
2671
  updateSmtpCredential(updateSmtpCredentialRequest: requests.UpdateSmtpCredentialRequest): Promise<responses.UpdateSmtpCredentialResponse>;
2229
2672
  /**
@@ -2235,7 +2678,7 @@ export declare class IdentityClient {
2235
2678
  * @param UpdateSwiftPasswordRequest
2236
2679
  * @return UpdateSwiftPasswordResponse
2237
2680
  * @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.
2681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
2239
2682
  */
2240
2683
  updateSwiftPassword(updateSwiftPasswordRequest: requests.UpdateSwiftPasswordRequest): Promise<responses.UpdateSwiftPasswordResponse>;
2241
2684
  /**
@@ -2254,7 +2697,7 @@ export declare class IdentityClient {
2254
2697
  * @param UpdateTagRequest
2255
2698
  * @return UpdateTagResponse
2256
2699
  * @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.
2700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
2258
2701
  */
2259
2702
  updateTag(updateTagRequest: requests.UpdateTagRequest): Promise<responses.UpdateTagResponse>;
2260
2703
  /**
@@ -2269,7 +2712,7 @@ export declare class IdentityClient {
2269
2712
  * @param UpdateTagDefaultRequest
2270
2713
  * @return UpdateTagDefaultResponse
2271
2714
  * @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.
2715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
2273
2716
  */
2274
2717
  updateTagDefault(updateTagDefaultRequest: requests.UpdateTagDefaultRequest): Promise<responses.UpdateTagDefaultResponse>;
2275
2718
  /**
@@ -2287,7 +2730,7 @@ export declare class IdentityClient {
2287
2730
  * @param UpdateTagNamespaceRequest
2288
2731
  * @return UpdateTagNamespaceResponse
2289
2732
  * @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.
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
2291
2734
  */
2292
2735
  updateTagNamespace(updateTagNamespaceRequest: requests.UpdateTagNamespaceRequest): Promise<responses.UpdateTagNamespaceResponse>;
2293
2736
  /**
@@ -2296,7 +2739,7 @@ export declare class IdentityClient {
2296
2739
  * @param UpdateUserRequest
2297
2740
  * @return UpdateUserResponse
2298
2741
  * @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.
2742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
2300
2743
  */
2301
2744
  updateUser(updateUserRequest: requests.UpdateUserRequest): Promise<responses.UpdateUserResponse>;
2302
2745
  /**
@@ -2306,7 +2749,7 @@ export declare class IdentityClient {
2306
2749
  * @param UpdateUserCapabilitiesRequest
2307
2750
  * @return UpdateUserCapabilitiesResponse
2308
2751
  * @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.
2752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
2310
2753
  */
2311
2754
  updateUserCapabilities(updateUserCapabilitiesRequest: requests.UpdateUserCapabilitiesRequest): Promise<responses.UpdateUserCapabilitiesResponse>;
2312
2755
  /**
@@ -2316,7 +2759,7 @@ export declare class IdentityClient {
2316
2759
  * @param UpdateUserStateRequest
2317
2760
  * @return UpdateUserStateResponse
2318
2761
  * @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.
2762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
2320
2763
  */
2321
2764
  updateUserState(updateUserStateRequest: requests.UpdateUserStateRequest): Promise<responses.UpdateUserStateResponse>;
2322
2765
  /**
@@ -2340,7 +2783,7 @@ export declare class IdentityClient {
2340
2783
  * @param UploadApiKeyRequest
2341
2784
  * @return UploadApiKeyResponse
2342
2785
  * @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.
2786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
2344
2787
  */
2345
2788
  uploadApiKey(uploadApiKeyRequest: requests.UploadApiKeyRequest): Promise<responses.UploadApiKeyResponse>;
2346
2789
  }