oci-identity 2.30.0 → 2.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/client.d.ts +181 -142
  2. package/lib/client.js +439 -152
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-lock-details.d.ts +41 -0
  5. package/lib/model/add-lock-details.js +34 -0
  6. package/lib/model/add-lock-details.js.map +1 -0
  7. package/lib/model/create-network-source-details.d.ts +1 -3
  8. package/lib/model/create-network-source-details.js.map +1 -1
  9. package/lib/model/create-tag-default-details.d.ts +5 -0
  10. package/lib/model/create-tag-default-details.js +34 -2
  11. package/lib/model/create-tag-default-details.js.map +1 -1
  12. package/lib/model/create-tag-namespace-details.d.ts +5 -0
  13. package/lib/model/create-tag-namespace-details.js +34 -2
  14. package/lib/model/create-tag-namespace-details.js.map +1 -1
  15. package/lib/model/index.d.ts +6 -0
  16. package/lib/model/index.js +9 -3
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/network-sources-summary.d.ts +1 -2
  19. package/lib/model/network-sources-summary.js.map +1 -1
  20. package/lib/model/network-sources.d.ts +1 -3
  21. package/lib/model/network-sources.js.map +1 -1
  22. package/lib/model/remove-lock-details.d.ts +30 -0
  23. package/lib/model/remove-lock-details.js +34 -0
  24. package/lib/model/remove-lock-details.js.map +1 -0
  25. package/lib/model/resource-lock.d.ts +56 -0
  26. package/lib/model/resource-lock.js +39 -0
  27. package/lib/model/resource-lock.js.map +1 -0
  28. package/lib/model/tag-default-summary.d.ts +5 -0
  29. package/lib/model/tag-default-summary.js +34 -2
  30. package/lib/model/tag-default-summary.js.map +1 -1
  31. package/lib/model/tag-default.d.ts +5 -0
  32. package/lib/model/tag-default.js +34 -2
  33. package/lib/model/tag-default.js.map +1 -1
  34. package/lib/model/tag-namespace-summary.d.ts +5 -0
  35. package/lib/model/tag-namespace-summary.js +34 -2
  36. package/lib/model/tag-namespace-summary.js.map +1 -1
  37. package/lib/model/tag-namespace.d.ts +5 -0
  38. package/lib/model/tag-namespace.js +34 -2
  39. package/lib/model/tag-namespace.js.map +1 -1
  40. package/lib/model/update-network-source-details.d.ts +1 -2
  41. package/lib/model/update-network-source-details.js.map +1 -1
  42. package/lib/request/activate-domain-request.d.ts +1 -1
  43. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  44. package/lib/request/add-tag-default-lock-request.d.ts +49 -0
  45. package/lib/request/add-tag-default-lock-request.js +15 -0
  46. package/lib/request/add-tag-default-lock-request.js.map +1 -0
  47. package/lib/request/add-tag-namespace-lock-request.d.ts +50 -0
  48. package/lib/request/add-tag-namespace-lock-request.js +15 -0
  49. package/lib/request/add-tag-namespace-lock-request.js.map +1 -0
  50. package/lib/request/add-user-to-group-request.d.ts +1 -1
  51. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  52. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  53. package/lib/request/bulk-delete-tags-request.d.ts +5 -1
  54. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  55. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  56. package/lib/request/cascade-delete-tag-namespace-request.d.ts +5 -1
  57. package/lib/request/change-domain-compartment-request.d.ts +1 -1
  58. package/lib/request/change-domain-license-type-request.d.ts +1 -1
  59. package/lib/request/change-tag-namespace-compartment-request.d.ts +5 -1
  60. package/lib/request/create-auth-token-request.d.ts +1 -1
  61. package/lib/request/create-compartment-request.d.ts +1 -1
  62. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  63. package/lib/request/create-db-credential-request.d.ts +1 -1
  64. package/lib/request/create-domain-request.d.ts +1 -1
  65. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  66. package/lib/request/create-group-request.d.ts +1 -1
  67. package/lib/request/create-identity-provider-request.d.ts +1 -1
  68. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  69. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  70. package/lib/request/create-network-source-request.d.ts +1 -1
  71. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  72. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  73. package/lib/request/create-policy-request.d.ts +1 -1
  74. package/lib/request/create-region-subscription-request.d.ts +1 -1
  75. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  76. package/lib/request/create-swift-password-request.d.ts +1 -1
  77. package/lib/request/create-tag-default-request.d.ts +1 -1
  78. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  79. package/lib/request/create-tag-request.d.ts +5 -1
  80. package/lib/request/create-user-request.d.ts +1 -1
  81. package/lib/request/deactivate-domain-request.d.ts +1 -1
  82. package/lib/request/delete-api-key-request.d.ts +1 -1
  83. package/lib/request/delete-auth-token-request.d.ts +1 -1
  84. package/lib/request/delete-compartment-request.d.ts +1 -1
  85. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  86. package/lib/request/delete-db-credential-request.d.ts +1 -1
  87. package/lib/request/delete-domain-request.d.ts +1 -1
  88. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  89. package/lib/request/delete-group-request.d.ts +1 -1
  90. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  91. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  92. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  93. package/lib/request/delete-network-source-request.d.ts +1 -1
  94. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  95. package/lib/request/delete-policy-request.d.ts +1 -1
  96. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  97. package/lib/request/delete-swift-password-request.d.ts +1 -1
  98. package/lib/request/delete-tag-default-request.d.ts +5 -1
  99. package/lib/request/delete-tag-namespace-request.d.ts +5 -1
  100. package/lib/request/delete-tag-request.d.ts +5 -1
  101. package/lib/request/delete-user-request.d.ts +1 -1
  102. package/lib/request/enable-replication-to-region-request.d.ts +1 -1
  103. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  104. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  105. package/lib/request/get-compartment-request.d.ts +1 -1
  106. package/lib/request/get-domain-request.d.ts +1 -1
  107. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  108. package/lib/request/get-group-request.d.ts +1 -1
  109. package/lib/request/get-iam-work-request-request.d.ts +1 -1
  110. package/lib/request/get-identity-provider-request.d.ts +1 -1
  111. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  112. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  113. package/lib/request/get-network-source-request.d.ts +1 -1
  114. package/lib/request/get-policy-request.d.ts +1 -1
  115. package/lib/request/get-standard-tag-template-request.d.ts +1 -1
  116. package/lib/request/get-tag-default-request.d.ts +1 -1
  117. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  118. package/lib/request/get-tag-request.d.ts +1 -1
  119. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  120. package/lib/request/get-tenancy-request.d.ts +1 -1
  121. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  122. package/lib/request/get-user-request.d.ts +1 -1
  123. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  124. package/lib/request/get-work-request-request.d.ts +1 -1
  125. package/lib/request/import-standard-tags-request.d.ts +1 -1
  126. package/lib/request/index.d.ts +8 -0
  127. package/lib/request/index.js.map +1 -1
  128. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  129. package/lib/request/list-api-keys-request.d.ts +1 -1
  130. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  131. package/lib/request/list-availability-domains-request.d.ts +1 -1
  132. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  133. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  134. package/lib/request/list-compartments-request.d.ts +1 -1
  135. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  136. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  137. package/lib/request/list-db-credentials-request.d.ts +1 -1
  138. package/lib/request/list-domains-request.d.ts +1 -1
  139. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  140. package/lib/request/list-fault-domains-request.d.ts +1 -1
  141. package/lib/request/list-groups-request.d.ts +1 -1
  142. package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
  143. package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
  144. package/lib/request/list-iam-work-requests-request.d.ts +1 -1
  145. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  146. package/lib/request/list-identity-providers-request.d.ts +1 -1
  147. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  148. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  149. package/lib/request/list-network-sources-request.d.ts +1 -1
  150. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  151. package/lib/request/list-policies-request.d.ts +1 -1
  152. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  153. package/lib/request/list-regions-request.d.ts +1 -1
  154. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  155. package/lib/request/list-standard-tag-namespaces-request.d.ts +1 -1
  156. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  157. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  158. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  159. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  160. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  161. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  162. package/lib/request/list-tags-request.d.ts +1 -1
  163. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  164. package/lib/request/list-users-request.d.ts +1 -1
  165. package/lib/request/list-work-requests-request.d.ts +1 -1
  166. package/lib/request/move-compartment-request.d.ts +1 -1
  167. package/lib/request/recover-compartment-request.d.ts +1 -1
  168. package/lib/request/remove-tag-default-lock-request.d.ts +49 -0
  169. package/lib/request/remove-tag-default-lock-request.js +15 -0
  170. package/lib/request/remove-tag-default-lock-request.js.map +1 -0
  171. package/lib/request/remove-tag-namespace-lock-request.d.ts +50 -0
  172. package/lib/request/remove-tag-namespace-lock-request.js +15 -0
  173. package/lib/request/remove-tag-namespace-lock-request.js.map +1 -0
  174. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  175. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  176. package/lib/request/update-auth-token-request.d.ts +1 -1
  177. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  178. package/lib/request/update-compartment-request.d.ts +1 -1
  179. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  180. package/lib/request/update-domain-request.d.ts +1 -1
  181. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  182. package/lib/request/update-group-request.d.ts +1 -1
  183. package/lib/request/update-identity-provider-request.d.ts +1 -1
  184. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  185. package/lib/request/update-network-source-request.d.ts +1 -1
  186. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  187. package/lib/request/update-policy-request.d.ts +1 -1
  188. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  189. package/lib/request/update-swift-password-request.d.ts +1 -1
  190. package/lib/request/update-tag-default-request.d.ts +5 -1
  191. package/lib/request/update-tag-namespace-request.d.ts +5 -1
  192. package/lib/request/update-tag-request.d.ts +5 -1
  193. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  194. package/lib/request/update-user-request.d.ts +1 -1
  195. package/lib/request/update-user-state-request.d.ts +1 -1
  196. package/lib/request/upload-api-key-request.d.ts +1 -1
  197. package/lib/response/add-tag-default-lock-response.d.ts +27 -0
  198. package/lib/response/add-tag-default-lock-response.js +15 -0
  199. package/lib/response/add-tag-default-lock-response.js.map +1 -0
  200. package/lib/response/add-tag-namespace-lock-response.d.ts +27 -0
  201. package/lib/response/add-tag-namespace-lock-response.js +15 -0
  202. package/lib/response/add-tag-namespace-lock-response.js.map +1 -0
  203. package/lib/response/index.d.ts +8 -0
  204. package/lib/response/remove-tag-default-lock-response.d.ts +27 -0
  205. package/lib/response/remove-tag-default-lock-response.js +15 -0
  206. package/lib/response/remove-tag-default-lock-response.js.map +1 -0
  207. package/lib/response/remove-tag-namespace-lock-response.d.ts +27 -0
  208. package/lib/response/remove-tag-namespace-lock-response.js +15 -0
  209. package/lib/response/remove-tag-namespace-lock-response.js.map +1 -0
  210. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -83,7 +83,7 @@ export declare class IdentityClient {
83
83
  * @param ActivateDomainRequest
84
84
  * @return ActivateDomainResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ActivateDomain.ts.html |here} to see how to use ActivateDomain API.
87
87
  */
88
88
  activateDomain(activateDomainRequest: requests.ActivateDomainRequest): Promise<responses.ActivateDomainResponse>;
89
89
  /**
@@ -93,9 +93,29 @@ export declare class IdentityClient {
93
93
  * @param ActivateMfaTotpDeviceRequest
94
94
  * @return ActivateMfaTotpDeviceResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ActivateMfaTotpDevice.ts.html |here} to see how to use ActivateMfaTotpDevice API.
97
97
  */
98
98
  activateMfaTotpDevice(activateMfaTotpDeviceRequest: requests.ActivateMfaTotpDeviceRequest): Promise<responses.ActivateMfaTotpDeviceResponse>;
99
+ /**
100
+ * Add a resource lock to a tag default.
101
+ *
102
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
103
+ * @param AddTagDefaultLockRequest
104
+ * @return AddTagDefaultLockResponse
105
+ * @throws OciError when an error occurs
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddTagDefaultLock.ts.html |here} to see how to use AddTagDefaultLock API.
107
+ */
108
+ addTagDefaultLock(addTagDefaultLockRequest: requests.AddTagDefaultLockRequest): Promise<responses.AddTagDefaultLockResponse>;
109
+ /**
110
+ * Add a resource lock to a tag namespace.
111
+ *
112
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
113
+ * @param AddTagNamespaceLockRequest
114
+ * @return AddTagNamespaceLockResponse
115
+ * @throws OciError when an error occurs
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddTagNamespaceLock.ts.html |here} to see how to use AddTagNamespaceLock API.
117
+ */
118
+ addTagNamespaceLock(addTagNamespaceLockRequest: requests.AddTagNamespaceLockRequest): Promise<responses.AddTagNamespaceLockResponse>;
99
119
  /**
100
120
  * Adds the specified user to the specified group and returns a `UserGroupMembership` object with its own OCID.
101
121
  * <p>
@@ -106,7 +126,7 @@ export declare class IdentityClient {
106
126
  * @param AddUserToGroupRequest
107
127
  * @return AddUserToGroupResponse
108
128
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AddUserToGroup.ts.html |here} to see how to use AddUserToGroup API.
110
130
  */
111
131
  addUserToGroup(addUserToGroupRequest: requests.AddUserToGroupRequest): Promise<responses.AddUserToGroupResponse>;
112
132
  /**
@@ -119,7 +139,7 @@ export declare class IdentityClient {
119
139
  * @param AssembleEffectiveTagSetRequest
120
140
  * @return AssembleEffectiveTagSetResponse
121
141
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/AssembleEffectiveTagSet.ts.html |here} to see how to use AssembleEffectiveTagSet API.
123
143
  */
124
144
  assembleEffectiveTagSet(assembleEffectiveTagSetRequest: requests.AssembleEffectiveTagSetRequest): Promise<responses.AssembleEffectiveTagSetResponse>;
125
145
  /**
@@ -133,7 +153,7 @@ export declare class IdentityClient {
133
153
  * @param BulkDeleteResourcesRequest
134
154
  * @return BulkDeleteResourcesResponse
135
155
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkDeleteResources.ts.html |here} to see how to use BulkDeleteResources API.
137
157
  */
138
158
  bulkDeleteResources(bulkDeleteResourcesRequest: requests.BulkDeleteResourcesRequest): Promise<responses.BulkDeleteResourcesResponse>;
139
159
  /**
@@ -163,7 +183,7 @@ export declare class IdentityClient {
163
183
  * @param BulkDeleteTagsRequest
164
184
  * @return BulkDeleteTagsResponse
165
185
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkDeleteTags.ts.html |here} to see how to use BulkDeleteTags API.
167
187
  */
168
188
  bulkDeleteTags(bulkDeleteTagsRequest: requests.BulkDeleteTagsRequest): Promise<responses.BulkDeleteTagsResponse>;
169
189
  /**
@@ -186,7 +206,7 @@ export declare class IdentityClient {
186
206
  * @param BulkEditTagsRequest
187
207
  * @return BulkEditTagsResponse
188
208
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkEditTags.ts.html |here} to see how to use BulkEditTags API.
190
210
  */
191
211
  bulkEditTags(bulkEditTagsRequest: requests.BulkEditTagsRequest): Promise<responses.BulkEditTagsResponse>;
192
212
  /**
@@ -200,7 +220,7 @@ export declare class IdentityClient {
200
220
  * @param BulkMoveResourcesRequest
201
221
  * @return BulkMoveResourcesResponse
202
222
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/BulkMoveResources.ts.html |here} to see how to use BulkMoveResources API.
204
224
  */
205
225
  bulkMoveResources(bulkMoveResourcesRequest: requests.BulkMoveResourcesRequest): Promise<responses.BulkMoveResourcesResponse>;
206
226
  /**
@@ -228,7 +248,7 @@ export declare class IdentityClient {
228
248
  * @param CascadeDeleteTagNamespaceRequest
229
249
  * @return CascadeDeleteTagNamespaceResponse
230
250
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CascadeDeleteTagNamespace.ts.html |here} to see how to use CascadeDeleteTagNamespace API.
232
252
  */
233
253
  cascadeDeleteTagNamespace(cascadeDeleteTagNamespaceRequest: requests.CascadeDeleteTagNamespaceRequest): Promise<responses.CascadeDeleteTagNamespaceResponse>;
234
254
  /**
@@ -241,7 +261,7 @@ export declare class IdentityClient {
241
261
  * @param ChangeDomainCompartmentRequest
242
262
  * @return ChangeDomainCompartmentResponse
243
263
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeDomainCompartment.ts.html |here} to see how to use ChangeDomainCompartment API.
245
265
  */
246
266
  changeDomainCompartment(changeDomainCompartmentRequest: requests.ChangeDomainCompartmentRequest): Promise<responses.ChangeDomainCompartmentResponse>;
247
267
  /**
@@ -259,7 +279,7 @@ export declare class IdentityClient {
259
279
  * @param ChangeDomainLicenseTypeRequest
260
280
  * @return ChangeDomainLicenseTypeResponse
261
281
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeDomainLicenseType.ts.html |here} to see how to use ChangeDomainLicenseType API.
263
283
  */
264
284
  changeDomainLicenseType(changeDomainLicenseTypeRequest: requests.ChangeDomainLicenseTypeRequest): Promise<responses.ChangeDomainLicenseTypeResponse>;
265
285
  /**
@@ -274,7 +294,7 @@ export declare class IdentityClient {
274
294
  * @param ChangeTagNamespaceCompartmentRequest
275
295
  * @return ChangeTagNamespaceCompartmentResponse
276
296
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ChangeTagNamespaceCompartment.ts.html |here} to see how to use ChangeTagNamespaceCompartment API.
278
298
  */
279
299
  changeTagNamespaceCompartment(changeTagNamespaceCompartmentRequest: requests.ChangeTagNamespaceCompartmentRequest): Promise<responses.ChangeTagNamespaceCompartmentResponse>;
280
300
  /**
@@ -293,7 +313,7 @@ export declare class IdentityClient {
293
313
  * @param CreateAuthTokenRequest
294
314
  * @return CreateAuthTokenResponse
295
315
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateAuthToken.ts.html |here} to see how to use CreateAuthToken API.
297
317
  */
298
318
  createAuthToken(createAuthTokenRequest: requests.CreateAuthTokenRequest): Promise<responses.CreateAuthTokenResponse>;
299
319
  /**
@@ -319,7 +339,7 @@ export declare class IdentityClient {
319
339
  * @param CreateCompartmentRequest
320
340
  * @return CreateCompartmentResponse
321
341
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateCompartment.ts.html |here} to see how to use CreateCompartment API.
323
343
  */
324
344
  createCompartment(createCompartmentRequest: requests.CreateCompartmentRequest): Promise<responses.CreateCompartmentResponse>;
325
345
  /**
@@ -339,7 +359,7 @@ export declare class IdentityClient {
339
359
  * @param CreateCustomerSecretKeyRequest
340
360
  * @return CreateCustomerSecretKeyResponse
341
361
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateCustomerSecretKey.ts.html |here} to see how to use CreateCustomerSecretKey API.
343
363
  */
344
364
  createCustomerSecretKey(createCustomerSecretKeyRequest: requests.CreateCustomerSecretKeyRequest): Promise<responses.CreateCustomerSecretKeyResponse>;
345
365
  /**
@@ -349,7 +369,7 @@ export declare class IdentityClient {
349
369
  * @param CreateDbCredentialRequest
350
370
  * @return CreateDbCredentialResponse
351
371
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateDbCredential.ts.html |here} to see how to use CreateDbCredential API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateDbCredential.ts.html |here} to see how to use CreateDbCredential API.
353
373
  */
354
374
  createDbCredential(createDbCredentialRequest: requests.CreateDbCredentialRequest): Promise<responses.CreateDbCredentialResponse>;
355
375
  /**
@@ -366,7 +386,7 @@ export declare class IdentityClient {
366
386
  * @param CreateDomainRequest
367
387
  * @return CreateDomainResponse
368
388
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateDomain.ts.html |here} to see how to use CreateDomain API.
370
390
  */
371
391
  createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
372
392
  /**
@@ -393,7 +413,7 @@ export declare class IdentityClient {
393
413
  * @param CreateDynamicGroupRequest
394
414
  * @return CreateDynamicGroupResponse
395
415
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateDynamicGroup.ts.html |here} to see how to use CreateDynamicGroup API.
397
417
  */
398
418
  createDynamicGroup(createDynamicGroupRequest: requests.CreateDynamicGroupRequest): Promise<responses.CreateDynamicGroupResponse>;
399
419
  /**
@@ -423,7 +443,7 @@ export declare class IdentityClient {
423
443
  * @param CreateGroupRequest
424
444
  * @return CreateGroupResponse
425
445
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateGroup.ts.html |here} to see how to use CreateGroup API.
427
447
  */
428
448
  createGroup(createGroupRequest: requests.CreateGroupRequest): Promise<responses.CreateGroupResponse>;
429
449
  /**
@@ -452,7 +472,7 @@ export declare class IdentityClient {
452
472
  * @param CreateIdentityProviderRequest
453
473
  * @return CreateIdentityProviderResponse
454
474
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateIdentityProvider.ts.html |here} to see how to use CreateIdentityProvider API.
456
476
  */
457
477
  createIdentityProvider(createIdentityProviderRequest: requests.CreateIdentityProviderRequest): Promise<responses.CreateIdentityProviderResponse>;
458
478
  /**
@@ -465,7 +485,7 @@ export declare class IdentityClient {
465
485
  * @param CreateIdpGroupMappingRequest
466
486
  * @return CreateIdpGroupMappingResponse
467
487
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateIdpGroupMapping.ts.html |here} to see how to use CreateIdpGroupMapping API.
469
489
  */
470
490
  createIdpGroupMapping(createIdpGroupMappingRequest: requests.CreateIdpGroupMappingRequest): Promise<responses.CreateIdpGroupMappingResponse>;
471
491
  /**
@@ -475,7 +495,7 @@ export declare class IdentityClient {
475
495
  * @param CreateMfaTotpDeviceRequest
476
496
  * @return CreateMfaTotpDeviceResponse
477
497
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateMfaTotpDevice.ts.html |here} to see how to use CreateMfaTotpDevice API.
479
499
  */
480
500
  createMfaTotpDevice(createMfaTotpDeviceRequest: requests.CreateMfaTotpDeviceRequest): Promise<responses.CreateMfaTotpDeviceResponse>;
481
501
  /**
@@ -505,7 +525,7 @@ export declare class IdentityClient {
505
525
  * @param CreateNetworkSourceRequest
506
526
  * @return CreateNetworkSourceResponse
507
527
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateNetworkSource.ts.html |here} to see how to use CreateNetworkSource API.
509
529
  */
510
530
  createNetworkSource(createNetworkSourceRequest: requests.CreateNetworkSourceRequest): Promise<responses.CreateNetworkSourceResponse>;
511
531
  /**
@@ -515,7 +535,7 @@ export declare class IdentityClient {
515
535
  * @param CreateOAuthClientCredentialRequest
516
536
  * @return CreateOAuthClientCredentialResponse
517
537
  * @throws OciError when an error occurs
518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateOAuthClientCredential.ts.html |here} to see how to use CreateOAuthClientCredential API.
519
539
  */
520
540
  createOAuthClientCredential(createOAuthClientCredentialRequest: requests.CreateOAuthClientCredentialRequest): Promise<responses.CreateOAuthClientCredentialResponse>;
521
541
  /**
@@ -539,7 +559,7 @@ export declare class IdentityClient {
539
559
  * @param CreateOrResetUIPasswordRequest
540
560
  * @return CreateOrResetUIPasswordResponse
541
561
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateOrResetUIPassword.ts.html |here} to see how to use CreateOrResetUIPassword API.
543
563
  */
544
564
  createOrResetUIPassword(createOrResetUIPasswordRequest: requests.CreateOrResetUIPasswordRequest): Promise<responses.CreateOrResetUIPasswordResponse>;
545
565
  /**
@@ -565,7 +585,7 @@ export declare class IdentityClient {
565
585
  * @param CreatePolicyRequest
566
586
  * @return CreatePolicyResponse
567
587
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreatePolicy.ts.html |here} to see how to use CreatePolicy API.
569
589
  */
570
590
  createPolicy(createPolicyRequest: requests.CreatePolicyRequest): Promise<responses.CreatePolicyResponse>;
571
591
  /**
@@ -575,7 +595,7 @@ export declare class IdentityClient {
575
595
  * @param CreateRegionSubscriptionRequest
576
596
  * @return CreateRegionSubscriptionResponse
577
597
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateRegionSubscription.ts.html |here} to see how to use CreateRegionSubscription API.
579
599
  */
580
600
  createRegionSubscription(createRegionSubscriptionRequest: requests.CreateRegionSubscriptionRequest): Promise<responses.CreateRegionSubscriptionResponse>;
581
601
  /**
@@ -588,7 +608,7 @@ export declare class IdentityClient {
588
608
  * @param CreateSmtpCredentialRequest
589
609
  * @return CreateSmtpCredentialResponse
590
610
  * @throws OciError when an error occurs
591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateSmtpCredential.ts.html |here} to see how to use CreateSmtpCredential API.
592
612
  */
593
613
  createSmtpCredential(createSmtpCredentialRequest: requests.CreateSmtpCredentialRequest): Promise<responses.CreateSmtpCredentialResponse>;
594
614
  /**
@@ -609,7 +629,7 @@ export declare class IdentityClient {
609
629
  * @param CreateSwiftPasswordRequest
610
630
  * @return CreateSwiftPasswordResponse
611
631
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateSwiftPassword.ts.html |here} to see how to use CreateSwiftPassword API.
613
633
  */
614
634
  createSwiftPassword(createSwiftPasswordRequest: requests.CreateSwiftPasswordRequest): Promise<responses.CreateSwiftPasswordResponse>;
615
635
  /**
@@ -640,7 +660,7 @@ export declare class IdentityClient {
640
660
  * @param CreateTagRequest
641
661
  * @return CreateTagResponse
642
662
  * @throws OciError when an error occurs
643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateTag.ts.html |here} to see how to use CreateTag API.
644
664
  */
645
665
  createTag(createTagRequest: requests.CreateTagRequest): Promise<responses.CreateTagResponse>;
646
666
  /**
@@ -657,7 +677,7 @@ export declare class IdentityClient {
657
677
  * @param CreateTagDefaultRequest
658
678
  * @return CreateTagDefaultResponse
659
679
  * @throws OciError when an error occurs
660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateTagDefault.ts.html |here} to see how to use CreateTagDefault API.
661
681
  */
662
682
  createTagDefault(createTagDefaultRequest: requests.CreateTagDefaultRequest): Promise<responses.CreateTagDefaultResponse>;
663
683
  /**
@@ -680,7 +700,7 @@ export declare class IdentityClient {
680
700
  * @param CreateTagNamespaceRequest
681
701
  * @return CreateTagNamespaceResponse
682
702
  * @throws OciError when an error occurs
683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateTagNamespace.ts.html |here} to see how to use CreateTagNamespace API.
684
704
  */
685
705
  createTagNamespace(createTagNamespaceRequest: requests.CreateTagNamespaceRequest): Promise<responses.CreateTagNamespaceResponse>;
686
706
  /**
@@ -724,7 +744,7 @@ export declare class IdentityClient {
724
744
  * @param CreateUserRequest
725
745
  * @return CreateUserResponse
726
746
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/CreateUser.ts.html |here} to see how to use CreateUser API.
728
748
  */
729
749
  createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
730
750
  /**
@@ -742,7 +762,7 @@ export declare class IdentityClient {
742
762
  * @param DeactivateDomainRequest
743
763
  * @return DeactivateDomainResponse
744
764
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeactivateDomain.ts.html |here} to see how to use DeactivateDomain API.
746
766
  */
747
767
  deactivateDomain(deactivateDomainRequest: requests.DeactivateDomainRequest): Promise<responses.DeactivateDomainResponse>;
748
768
  /**
@@ -757,7 +777,7 @@ export declare class IdentityClient {
757
777
  * @param DeleteApiKeyRequest
758
778
  * @return DeleteApiKeyResponse
759
779
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteApiKey.ts.html |here} to see how to use DeleteApiKey API.
761
781
  */
762
782
  deleteApiKey(deleteApiKeyRequest: requests.DeleteApiKeyRequest): Promise<responses.DeleteApiKeyResponse>;
763
783
  /**
@@ -767,7 +787,7 @@ export declare class IdentityClient {
767
787
  * @param DeleteAuthTokenRequest
768
788
  * @return DeleteAuthTokenResponse
769
789
  * @throws OciError when an error occurs
770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteAuthToken.ts.html |here} to see how to use DeleteAuthToken API.
771
791
  */
772
792
  deleteAuthToken(deleteAuthTokenRequest: requests.DeleteAuthTokenRequest): Promise<responses.DeleteAuthTokenResponse>;
773
793
  /**
@@ -777,7 +797,7 @@ export declare class IdentityClient {
777
797
  * @param DeleteCompartmentRequest
778
798
  * @return DeleteCompartmentResponse
779
799
  * @throws OciError when an error occurs
780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteCompartment.ts.html |here} to see how to use DeleteCompartment API.
781
801
  */
782
802
  deleteCompartment(deleteCompartmentRequest: requests.DeleteCompartmentRequest): Promise<responses.DeleteCompartmentResponse>;
783
803
  /**
@@ -787,7 +807,7 @@ export declare class IdentityClient {
787
807
  * @param DeleteCustomerSecretKeyRequest
788
808
  * @return DeleteCustomerSecretKeyResponse
789
809
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteCustomerSecretKey.ts.html |here} to see how to use DeleteCustomerSecretKey API.
791
811
  */
792
812
  deleteCustomerSecretKey(deleteCustomerSecretKeyRequest: requests.DeleteCustomerSecretKeyRequest): Promise<responses.DeleteCustomerSecretKeyResponse>;
793
813
  /**
@@ -797,7 +817,7 @@ export declare class IdentityClient {
797
817
  * @param DeleteDbCredentialRequest
798
818
  * @return DeleteDbCredentialResponse
799
819
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredential API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteDbCredential.ts.html |here} to see how to use DeleteDbCredential API.
801
821
  */
802
822
  deleteDbCredential(deleteDbCredentialRequest: requests.DeleteDbCredentialRequest): Promise<responses.DeleteDbCredentialResponse>;
803
823
  /**
@@ -813,7 +833,7 @@ export declare class IdentityClient {
813
833
  * @param DeleteDomainRequest
814
834
  * @return DeleteDomainResponse
815
835
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
817
837
  */
818
838
  deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
819
839
  /**
@@ -823,7 +843,7 @@ export declare class IdentityClient {
823
843
  * @param DeleteDynamicGroupRequest
824
844
  * @return DeleteDynamicGroupResponse
825
845
  * @throws OciError when an error occurs
826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteDynamicGroup.ts.html |here} to see how to use DeleteDynamicGroup API.
827
847
  */
828
848
  deleteDynamicGroup(deleteDynamicGroupRequest: requests.DeleteDynamicGroupRequest): Promise<responses.DeleteDynamicGroupResponse>;
829
849
  /**
@@ -833,7 +853,7 @@ export declare class IdentityClient {
833
853
  * @param DeleteGroupRequest
834
854
  * @return DeleteGroupResponse
835
855
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteGroup.ts.html |here} to see how to use DeleteGroup API.
837
857
  */
838
858
  deleteGroup(deleteGroupRequest: requests.DeleteGroupRequest): Promise<responses.DeleteGroupResponse>;
839
859
  /**
@@ -846,7 +866,7 @@ export declare class IdentityClient {
846
866
  * @param DeleteIdentityProviderRequest
847
867
  * @return DeleteIdentityProviderResponse
848
868
  * @throws OciError when an error occurs
849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteIdentityProvider.ts.html |here} to see how to use DeleteIdentityProvider API.
850
870
  */
851
871
  deleteIdentityProvider(deleteIdentityProviderRequest: requests.DeleteIdentityProviderRequest): Promise<responses.DeleteIdentityProviderResponse>;
852
872
  /**
@@ -858,7 +878,7 @@ export declare class IdentityClient {
858
878
  * @param DeleteIdpGroupMappingRequest
859
879
  * @return DeleteIdpGroupMappingResponse
860
880
  * @throws OciError when an error occurs
861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteIdpGroupMapping.ts.html |here} to see how to use DeleteIdpGroupMapping API.
862
882
  */
863
883
  deleteIdpGroupMapping(deleteIdpGroupMappingRequest: requests.DeleteIdpGroupMappingRequest): Promise<responses.DeleteIdpGroupMappingResponse>;
864
884
  /**
@@ -868,7 +888,7 @@ export declare class IdentityClient {
868
888
  * @param DeleteMfaTotpDeviceRequest
869
889
  * @return DeleteMfaTotpDeviceResponse
870
890
  * @throws OciError when an error occurs
871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteMfaTotpDevice.ts.html |here} to see how to use DeleteMfaTotpDevice API.
872
892
  */
873
893
  deleteMfaTotpDevice(deleteMfaTotpDeviceRequest: requests.DeleteMfaTotpDeviceRequest): Promise<responses.DeleteMfaTotpDeviceResponse>;
874
894
  /**
@@ -878,7 +898,7 @@ export declare class IdentityClient {
878
898
  * @param DeleteNetworkSourceRequest
879
899
  * @return DeleteNetworkSourceResponse
880
900
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteNetworkSource.ts.html |here} to see how to use DeleteNetworkSource API.
882
902
  */
883
903
  deleteNetworkSource(deleteNetworkSourceRequest: requests.DeleteNetworkSourceRequest): Promise<responses.DeleteNetworkSourceResponse>;
884
904
  /**
@@ -888,7 +908,7 @@ export declare class IdentityClient {
888
908
  * @param DeleteOAuthClientCredentialRequest
889
909
  * @return DeleteOAuthClientCredentialResponse
890
910
  * @throws OciError when an error occurs
891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteOAuthClientCredential.ts.html |here} to see how to use DeleteOAuthClientCredential API.
892
912
  */
893
913
  deleteOAuthClientCredential(deleteOAuthClientCredentialRequest: requests.DeleteOAuthClientCredentialRequest): Promise<responses.DeleteOAuthClientCredentialResponse>;
894
914
  /**
@@ -897,7 +917,7 @@ export declare class IdentityClient {
897
917
  * @param DeletePolicyRequest
898
918
  * @return DeletePolicyResponse
899
919
  * @throws OciError when an error occurs
900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeletePolicy.ts.html |here} to see how to use DeletePolicy API.
901
921
  */
902
922
  deletePolicy(deletePolicyRequest: requests.DeletePolicyRequest): Promise<responses.DeletePolicyResponse>;
903
923
  /**
@@ -907,7 +927,7 @@ export declare class IdentityClient {
907
927
  * @param DeleteSmtpCredentialRequest
908
928
  * @return DeleteSmtpCredentialResponse
909
929
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteSmtpCredential.ts.html |here} to see how to use DeleteSmtpCredential API.
911
931
  */
912
932
  deleteSmtpCredential(deleteSmtpCredentialRequest: requests.DeleteSmtpCredentialRequest): Promise<responses.DeleteSmtpCredentialResponse>;
913
933
  /**
@@ -919,7 +939,7 @@ export declare class IdentityClient {
919
939
  * @param DeleteSwiftPasswordRequest
920
940
  * @return DeleteSwiftPasswordResponse
921
941
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteSwiftPassword.ts.html |here} to see how to use DeleteSwiftPassword API.
923
943
  */
924
944
  deleteSwiftPassword(deleteSwiftPasswordRequest: requests.DeleteSwiftPasswordRequest): Promise<responses.DeleteSwiftPasswordResponse>;
925
945
  /**
@@ -927,7 +947,6 @@ export declare class IdentityClient {
927
947
  * tag from all resources in your tenancy.
928
948
  * <p>
929
949
  These things happen immediately:
930
- * \u00A0
931
950
  * * If the tag was a cost-tracking tag, it no longer counts against your 10 cost-tracking
932
951
  * tags limit, whether you first disabled it or not.
933
952
  * * If the tag was used with dynamic groups, none of the rules that contain the tag will
@@ -949,7 +968,7 @@ export declare class IdentityClient {
949
968
  * @param DeleteTagRequest
950
969
  * @return DeleteTagResponse
951
970
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteTag.ts.html |here} to see how to use DeleteTag API.
953
972
  */
954
973
  deleteTag(deleteTagRequest: requests.DeleteTagRequest): Promise<responses.DeleteTagResponse>;
955
974
  /**
@@ -959,7 +978,7 @@ export declare class IdentityClient {
959
978
  * @param DeleteTagDefaultRequest
960
979
  * @return DeleteTagDefaultResponse
961
980
  * @throws OciError when an error occurs
962
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteTagDefault.ts.html |here} to see how to use DeleteTagDefault API.
963
982
  */
964
983
  deleteTagDefault(deleteTagDefaultRequest: requests.DeleteTagDefaultRequest): Promise<responses.DeleteTagDefaultResponse>;
965
984
  /**
@@ -975,7 +994,7 @@ export declare class IdentityClient {
975
994
  * @param DeleteTagNamespaceRequest
976
995
  * @return DeleteTagNamespaceResponse
977
996
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteTagNamespace.ts.html |here} to see how to use DeleteTagNamespace API.
979
998
  */
980
999
  deleteTagNamespace(deleteTagNamespaceRequest: requests.DeleteTagNamespaceRequest): Promise<responses.DeleteTagNamespaceResponse>;
981
1000
  /**
@@ -984,7 +1003,7 @@ export declare class IdentityClient {
984
1003
  * @param DeleteUserRequest
985
1004
  * @return DeleteUserResponse
986
1005
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/DeleteUser.ts.html |here} to see how to use DeleteUser API.
988
1007
  */
989
1008
  deleteUser(deleteUserRequest: requests.DeleteUserRequest): Promise<responses.DeleteUserResponse>;
990
1009
  /**
@@ -1003,7 +1022,7 @@ export declare class IdentityClient {
1003
1022
  * @param EnableReplicationToRegionRequest
1004
1023
  * @return EnableReplicationToRegionResponse
1005
1024
  * @throws OciError when an error occurs
1006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
1025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/EnableReplicationToRegion.ts.html |here} to see how to use EnableReplicationToRegion API.
1007
1026
  */
1008
1027
  enableReplicationToRegion(enableReplicationToRegionRequest: requests.EnableReplicationToRegionRequest): Promise<responses.EnableReplicationToRegionResponse>;
1009
1028
  /**
@@ -1013,7 +1032,7 @@ export declare class IdentityClient {
1013
1032
  * @param GenerateTotpSeedRequest
1014
1033
  * @return GenerateTotpSeedResponse
1015
1034
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GenerateTotpSeed.ts.html |here} to see how to use GenerateTotpSeed API.
1017
1036
  */
1018
1037
  generateTotpSeed(generateTotpSeedRequest: requests.GenerateTotpSeedRequest): Promise<responses.GenerateTotpSeedResponse>;
1019
1038
  /**
@@ -1024,7 +1043,7 @@ export declare class IdentityClient {
1024
1043
  * @param GetAuthenticationPolicyRequest
1025
1044
  * @return GetAuthenticationPolicyResponse
1026
1045
  * @throws OciError when an error occurs
1027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
1046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetAuthenticationPolicy.ts.html |here} to see how to use GetAuthenticationPolicy API.
1028
1047
  */
1029
1048
  getAuthenticationPolicy(getAuthenticationPolicyRequest: requests.GetAuthenticationPolicyRequest): Promise<responses.GetAuthenticationPolicyResponse>;
1030
1049
  /**
@@ -1041,7 +1060,7 @@ export declare class IdentityClient {
1041
1060
  * @param GetCompartmentRequest
1042
1061
  * @return GetCompartmentResponse
1043
1062
  * @throws OciError when an error occurs
1044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
1063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetCompartment.ts.html |here} to see how to use GetCompartment API.
1045
1064
  */
1046
1065
  getCompartment(getCompartmentRequest: requests.GetCompartmentRequest): Promise<responses.GetCompartmentResponse>;
1047
1066
  /**
@@ -1051,7 +1070,7 @@ export declare class IdentityClient {
1051
1070
  * @param GetDomainRequest
1052
1071
  * @return GetDomainResponse
1053
1072
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetDomain.ts.html |here} to see how to use GetDomain API.
1055
1074
  */
1056
1075
  getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
1057
1076
  /**
@@ -1061,7 +1080,7 @@ export declare class IdentityClient {
1061
1080
  * @param GetDynamicGroupRequest
1062
1081
  * @return GetDynamicGroupResponse
1063
1082
  * @throws OciError when an error occurs
1064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
1083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetDynamicGroup.ts.html |here} to see how to use GetDynamicGroup API.
1065
1084
  */
1066
1085
  getDynamicGroup(getDynamicGroupRequest: requests.GetDynamicGroupRequest): Promise<responses.GetDynamicGroupResponse>;
1067
1086
  /**
@@ -1075,7 +1094,7 @@ export declare class IdentityClient {
1075
1094
  * @param GetGroupRequest
1076
1095
  * @return GetGroupResponse
1077
1096
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetGroup.ts.html |here} to see how to use GetGroup API.
1079
1098
  */
1080
1099
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
1081
1100
  /**
@@ -1085,7 +1104,7 @@ export declare class IdentityClient {
1085
1104
  * @param GetIamWorkRequestRequest
1086
1105
  * @return GetIamWorkRequestResponse
1087
1106
  * @throws OciError when an error occurs
1088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
1107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequest API.
1089
1108
  */
1090
1109
  getIamWorkRequest(getIamWorkRequestRequest: requests.GetIamWorkRequestRequest): Promise<responses.GetIamWorkRequestResponse>;
1091
1110
  /**
@@ -1097,7 +1116,7 @@ export declare class IdentityClient {
1097
1116
  * @param GetIdentityProviderRequest
1098
1117
  * @return GetIdentityProviderResponse
1099
1118
  * @throws OciError when an error occurs
1100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
1119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProvider API.
1101
1120
  */
1102
1121
  getIdentityProvider(getIdentityProviderRequest: requests.GetIdentityProviderRequest): Promise<responses.GetIdentityProviderResponse>;
1103
1122
  /**
@@ -1109,7 +1128,7 @@ export declare class IdentityClient {
1109
1128
  * @param GetIdpGroupMappingRequest
1110
1129
  * @return GetIdpGroupMappingResponse
1111
1130
  * @throws OciError when an error occurs
1112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
1131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMapping API.
1113
1132
  */
1114
1133
  getIdpGroupMapping(getIdpGroupMappingRequest: requests.GetIdpGroupMappingRequest): Promise<responses.GetIdpGroupMappingResponse>;
1115
1134
  /**
@@ -1119,7 +1138,7 @@ export declare class IdentityClient {
1119
1138
  * @param GetMfaTotpDeviceRequest
1120
1139
  * @return GetMfaTotpDeviceResponse
1121
1140
  * @throws OciError when an error occurs
1122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
1141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDevice API.
1123
1142
  */
1124
1143
  getMfaTotpDevice(getMfaTotpDeviceRequest: requests.GetMfaTotpDeviceRequest): Promise<responses.GetMfaTotpDeviceResponse>;
1125
1144
  /**
@@ -1129,7 +1148,7 @@ export declare class IdentityClient {
1129
1148
  * @param GetNetworkSourceRequest
1130
1149
  * @return GetNetworkSourceResponse
1131
1150
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
1151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSource API.
1133
1152
  */
1134
1153
  getNetworkSource(getNetworkSourceRequest: requests.GetNetworkSourceRequest): Promise<responses.GetNetworkSourceResponse>;
1135
1154
  /**
@@ -1138,7 +1157,7 @@ export declare class IdentityClient {
1138
1157
  * @param GetPolicyRequest
1139
1158
  * @return GetPolicyResponse
1140
1159
  * @throws OciError when an error occurs
1141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
1160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicy API.
1142
1161
  */
1143
1162
  getPolicy(getPolicyRequest: requests.GetPolicyRequest): Promise<responses.GetPolicyResponse>;
1144
1163
  /**
@@ -1148,7 +1167,7 @@ export declare class IdentityClient {
1148
1167
  * @param GetStandardTagTemplateRequest
1149
1168
  * @return GetStandardTagTemplateResponse
1150
1169
  * @throws OciError when an error occurs
1151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
1170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplate API.
1152
1171
  */
1153
1172
  getStandardTagTemplate(getStandardTagTemplateRequest: requests.GetStandardTagTemplateRequest): Promise<responses.GetStandardTagTemplateResponse>;
1154
1173
  /**
@@ -1157,7 +1176,7 @@ export declare class IdentityClient {
1157
1176
  * @param GetTagRequest
1158
1177
  * @return GetTagResponse
1159
1178
  * @throws OciError when an error occurs
1160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
1179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTag.ts.html |here} to see how to use GetTag API.
1161
1180
  */
1162
1181
  getTag(getTagRequest: requests.GetTagRequest): Promise<responses.GetTagResponse>;
1163
1182
  /**
@@ -1167,7 +1186,7 @@ export declare class IdentityClient {
1167
1186
  * @param GetTagDefaultRequest
1168
1187
  * @return GetTagDefaultResponse
1169
1188
  * @throws OciError when an error occurs
1170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefault API.
1171
1190
  */
1172
1191
  getTagDefault(getTagDefaultRequest: requests.GetTagDefaultRequest): Promise<responses.GetTagDefaultResponse>;
1173
1192
  /**
@@ -1177,7 +1196,7 @@ export declare class IdentityClient {
1177
1196
  * @param GetTagNamespaceRequest
1178
1197
  * @return GetTagNamespaceResponse
1179
1198
  * @throws OciError when an error occurs
1180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
1199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespace API.
1181
1200
  */
1182
1201
  getTagNamespace(getTagNamespaceRequest: requests.GetTagNamespaceRequest): Promise<responses.GetTagNamespaceResponse>;
1183
1202
  /**
@@ -1188,7 +1207,7 @@ export declare class IdentityClient {
1188
1207
  * @param GetTaggingWorkRequestRequest
1189
1208
  * @return GetTaggingWorkRequestResponse
1190
1209
  * @throws OciError when an error occurs
1191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequest API.
1192
1211
  */
1193
1212
  getTaggingWorkRequest(getTaggingWorkRequestRequest: requests.GetTaggingWorkRequestRequest): Promise<responses.GetTaggingWorkRequestResponse>;
1194
1213
  /**
@@ -1197,7 +1216,7 @@ export declare class IdentityClient {
1197
1216
  * @param GetTenancyRequest
1198
1217
  * @return GetTenancyResponse
1199
1218
  * @throws OciError when an error occurs
1200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
1219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancy API.
1201
1220
  */
1202
1221
  getTenancy(getTenancyRequest: requests.GetTenancyRequest): Promise<responses.GetTenancyResponse>;
1203
1222
  /**
@@ -1206,7 +1225,7 @@ export declare class IdentityClient {
1206
1225
  * @param GetUserRequest
1207
1226
  * @return GetUserResponse
1208
1227
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetUser.ts.html |here} to see how to use GetUser API.
1210
1229
  */
1211
1230
  getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
1212
1231
  /**
@@ -1215,7 +1234,7 @@ export declare class IdentityClient {
1215
1234
  * @param GetUserGroupMembershipRequest
1216
1235
  * @return GetUserGroupMembershipResponse
1217
1236
  * @throws OciError when an error occurs
1218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
1237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembership API.
1219
1238
  */
1220
1239
  getUserGroupMembership(getUserGroupMembershipRequest: requests.GetUserGroupMembershipRequest): Promise<responses.GetUserGroupMembershipResponse>;
1221
1240
  /**
@@ -1226,7 +1245,7 @@ export declare class IdentityClient {
1226
1245
  * @param GetUserUIPasswordInformationRequest
1227
1246
  * @return GetUserUIPasswordInformationResponse
1228
1247
  * @throws OciError when an error occurs
1229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
1248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformation API.
1230
1249
  */
1231
1250
  getUserUIPasswordInformation(getUserUIPasswordInformationRequest: requests.GetUserUIPasswordInformationRequest): Promise<responses.GetUserUIPasswordInformationResponse>;
1232
1251
  /**
@@ -1237,7 +1256,7 @@ export declare class IdentityClient {
1237
1256
  * @param GetWorkRequestRequest
1238
1257
  * @return GetWorkRequestResponse
1239
1258
  * @throws OciError when an error occurs
1240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1241
1260
  */
1242
1261
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1243
1262
  /**
@@ -1248,7 +1267,7 @@ export declare class IdentityClient {
1248
1267
  * @param ImportStandardTagsRequest
1249
1268
  * @return ImportStandardTagsResponse
1250
1269
  * @throws OciError when an error occurs
1251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
1270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTags API.
1252
1271
  */
1253
1272
  importStandardTags(importStandardTagsRequest: requests.ImportStandardTagsRequest): Promise<responses.ImportStandardTagsResponse>;
1254
1273
  /**
@@ -1262,7 +1281,7 @@ export declare class IdentityClient {
1262
1281
  * @param ListAllowedDomainLicenseTypesRequest
1263
1282
  * @return ListAllowedDomainLicenseTypesResponse
1264
1283
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
1284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypes API.
1266
1285
  */
1267
1286
  listAllowedDomainLicenseTypes(listAllowedDomainLicenseTypesRequest: requests.ListAllowedDomainLicenseTypesRequest): Promise<responses.ListAllowedDomainLicenseTypesResponse>;
1268
1287
  /**
@@ -1275,7 +1294,7 @@ export declare class IdentityClient {
1275
1294
  * @param ListApiKeysRequest
1276
1295
  * @return ListApiKeysResponse
1277
1296
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
1297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeys API.
1279
1298
  */
1280
1299
  listApiKeys(listApiKeysRequest: requests.ListApiKeysRequest): Promise<responses.ListApiKeysResponse>;
1281
1300
  /**
@@ -1286,7 +1305,7 @@ export declare class IdentityClient {
1286
1305
  * @param ListAuthTokensRequest
1287
1306
  * @return ListAuthTokensResponse
1288
1307
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
1308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokens API.
1290
1309
  */
1291
1310
  listAuthTokens(listAuthTokensRequest: requests.ListAuthTokensRequest): Promise<responses.ListAuthTokensResponse>;
1292
1311
  /**
@@ -1300,7 +1319,7 @@ export declare class IdentityClient {
1300
1319
  * @param ListAvailabilityDomainsRequest
1301
1320
  * @return ListAvailabilityDomainsResponse
1302
1321
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
1322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomains API.
1304
1323
  */
1305
1324
  listAvailabilityDomains(listAvailabilityDomainsRequest: requests.ListAvailabilityDomainsRequest): Promise<responses.ListAvailabilityDomainsResponse>;
1306
1325
  /**
@@ -1316,7 +1335,7 @@ export declare class IdentityClient {
1316
1335
  * @param ListBulkActionResourceTypesRequest
1317
1336
  * @return ListBulkActionResourceTypesResponse
1318
1337
  * @throws OciError when an error occurs
1319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
1338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypes API.
1320
1339
  */
1321
1340
  listBulkActionResourceTypes(listBulkActionResourceTypesRequest: requests.ListBulkActionResourceTypesRequest): Promise<responses.ListBulkActionResourceTypesResponse>;
1322
1341
  /**
@@ -1326,7 +1345,7 @@ export declare class IdentityClient {
1326
1345
  * @param ListBulkEditTagsResourceTypesRequest
1327
1346
  * @return ListBulkEditTagsResourceTypesResponse
1328
1347
  * @throws OciError when an error occurs
1329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
1348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypes API.
1330
1349
  */
1331
1350
  listBulkEditTagsResourceTypes(listBulkEditTagsResourceTypesRequest: requests.ListBulkEditTagsResourceTypesRequest): Promise<responses.ListBulkEditTagsResourceTypesResponse>;
1332
1351
  /**
@@ -1353,7 +1372,7 @@ export declare class IdentityClient {
1353
1372
  * @param ListCompartmentsRequest
1354
1373
  * @return ListCompartmentsResponse
1355
1374
  * @throws OciError when an error occurs
1356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
1375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartments API.
1357
1376
  */
1358
1377
  listCompartments(listCompartmentsRequest: requests.ListCompartmentsRequest): Promise<responses.ListCompartmentsResponse>;
1359
1378
  /**
@@ -1396,7 +1415,7 @@ export declare class IdentityClient {
1396
1415
  * @param ListCostTrackingTagsRequest
1397
1416
  * @return ListCostTrackingTagsResponse
1398
1417
  * @throws OciError when an error occurs
1399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTags API.
1400
1419
  */
1401
1420
  listCostTrackingTags(listCostTrackingTagsRequest: requests.ListCostTrackingTagsRequest): Promise<responses.ListCostTrackingTagsResponse>;
1402
1421
  /**
@@ -1439,7 +1458,7 @@ export declare class IdentityClient {
1439
1458
  * @param ListCustomerSecretKeysRequest
1440
1459
  * @return ListCustomerSecretKeysResponse
1441
1460
  * @throws OciError when an error occurs
1442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
1461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeys API.
1443
1462
  */
1444
1463
  listCustomerSecretKeys(listCustomerSecretKeysRequest: requests.ListCustomerSecretKeysRequest): Promise<responses.ListCustomerSecretKeysResponse>;
1445
1464
  /**
@@ -1449,7 +1468,7 @@ export declare class IdentityClient {
1449
1468
  * @param ListDbCredentialsRequest
1450
1469
  * @return ListDbCredentialsResponse
1451
1470
  * @throws OciError when an error occurs
1452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentials API.
1471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListDbCredentials.ts.html |here} to see how to use ListDbCredentials API.
1453
1472
  */
1454
1473
  listDbCredentials(listDbCredentialsRequest: requests.ListDbCredentialsRequest): Promise<responses.ListDbCredentialsResponse>;
1455
1474
  /**
@@ -1491,7 +1510,7 @@ export declare class IdentityClient {
1491
1510
  * @param ListDomainsRequest
1492
1511
  * @return ListDomainsResponse
1493
1512
  * @throws OciError when an error occurs
1494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
1513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListDomains.ts.html |here} to see how to use ListDomains API.
1495
1514
  */
1496
1515
  listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
1497
1516
  /**
@@ -1535,7 +1554,7 @@ export declare class IdentityClient {
1535
1554
  * @param ListDynamicGroupsRequest
1536
1555
  * @return ListDynamicGroupsResponse
1537
1556
  * @throws OciError when an error occurs
1538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
1557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListDynamicGroups.ts.html |here} to see how to use ListDynamicGroups API.
1539
1558
  */
1540
1559
  listDynamicGroups(listDynamicGroupsRequest: requests.ListDynamicGroupsRequest): Promise<responses.ListDynamicGroupsResponse>;
1541
1560
  /**
@@ -1579,7 +1598,7 @@ export declare class IdentityClient {
1579
1598
  * @param ListFaultDomainsRequest
1580
1599
  * @return ListFaultDomainsResponse
1581
1600
  * @throws OciError when an error occurs
1582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
1601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListFaultDomains.ts.html |here} to see how to use ListFaultDomains API.
1583
1602
  */
1584
1603
  listFaultDomains(listFaultDomainsRequest: requests.ListFaultDomainsRequest): Promise<responses.ListFaultDomainsResponse>;
1585
1604
  /**
@@ -1591,7 +1610,7 @@ export declare class IdentityClient {
1591
1610
  * @param ListGroupsRequest
1592
1611
  * @return ListGroupsResponse
1593
1612
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
1613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListGroups.ts.html |here} to see how to use ListGroups API.
1595
1614
  */
1596
1615
  listGroups(listGroupsRequest: requests.ListGroupsRequest): Promise<responses.ListGroupsResponse>;
1597
1616
  /**
@@ -1633,7 +1652,7 @@ export declare class IdentityClient {
1633
1652
  * @param ListIamWorkRequestErrorsRequest
1634
1653
  * @return ListIamWorkRequestErrorsResponse
1635
1654
  * @throws OciError when an error occurs
1636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
1655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIamWorkRequestErrors.ts.html |here} to see how to use ListIamWorkRequestErrors API.
1637
1656
  */
1638
1657
  listIamWorkRequestErrors(listIamWorkRequestErrorsRequest: requests.ListIamWorkRequestErrorsRequest): Promise<responses.ListIamWorkRequestErrorsResponse>;
1639
1658
  /**
@@ -1675,7 +1694,7 @@ export declare class IdentityClient {
1675
1694
  * @param ListIamWorkRequestLogsRequest
1676
1695
  * @return ListIamWorkRequestLogsResponse
1677
1696
  * @throws OciError when an error occurs
1678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
1697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIamWorkRequestLogs.ts.html |here} to see how to use ListIamWorkRequestLogs API.
1679
1698
  */
1680
1699
  listIamWorkRequestLogs(listIamWorkRequestLogsRequest: requests.ListIamWorkRequestLogsRequest): Promise<responses.ListIamWorkRequestLogsResponse>;
1681
1700
  /**
@@ -1717,7 +1736,7 @@ export declare class IdentityClient {
1717
1736
  * @param ListIamWorkRequestsRequest
1718
1737
  * @return ListIamWorkRequestsResponse
1719
1738
  * @throws OciError when an error occurs
1720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
1739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIamWorkRequests.ts.html |here} to see how to use ListIamWorkRequests API.
1721
1740
  */
1722
1741
  listIamWorkRequests(listIamWorkRequestsRequest: requests.ListIamWorkRequestsRequest): Promise<responses.ListIamWorkRequestsResponse>;
1723
1742
  /**
@@ -1761,7 +1780,7 @@ export declare class IdentityClient {
1761
1780
  * @param ListIdentityProviderGroupsRequest
1762
1781
  * @return ListIdentityProviderGroupsResponse
1763
1782
  * @throws OciError when an error occurs
1764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
1783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIdentityProviderGroups.ts.html |here} to see how to use ListIdentityProviderGroups API.
1765
1784
  */
1766
1785
  listIdentityProviderGroups(listIdentityProviderGroupsRequest: requests.ListIdentityProviderGroupsRequest): Promise<responses.ListIdentityProviderGroupsResponse>;
1767
1786
  /**
@@ -1808,7 +1827,7 @@ export declare class IdentityClient {
1808
1827
  * @param ListIdentityProvidersRequest
1809
1828
  * @return ListIdentityProvidersResponse
1810
1829
  * @throws OciError when an error occurs
1811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
1830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIdentityProviders.ts.html |here} to see how to use ListIdentityProviders API.
1812
1831
  */
1813
1832
  listIdentityProviders(listIdentityProvidersRequest: requests.ListIdentityProvidersRequest): Promise<responses.ListIdentityProvidersResponse>;
1814
1833
  /**
@@ -1852,7 +1871,7 @@ export declare class IdentityClient {
1852
1871
  * @param ListIdpGroupMappingsRequest
1853
1872
  * @return ListIdpGroupMappingsResponse
1854
1873
  * @throws OciError when an error occurs
1855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
1874
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListIdpGroupMappings.ts.html |here} to see how to use ListIdpGroupMappings API.
1856
1875
  */
1857
1876
  listIdpGroupMappings(listIdpGroupMappingsRequest: requests.ListIdpGroupMappingsRequest): Promise<responses.ListIdpGroupMappingsResponse>;
1858
1877
  /**
@@ -1895,7 +1914,7 @@ export declare class IdentityClient {
1895
1914
  * @param ListMfaTotpDevicesRequest
1896
1915
  * @return ListMfaTotpDevicesResponse
1897
1916
  * @throws OciError when an error occurs
1898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
1917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListMfaTotpDevices.ts.html |here} to see how to use ListMfaTotpDevices API.
1899
1918
  */
1900
1919
  listMfaTotpDevices(listMfaTotpDevicesRequest: requests.ListMfaTotpDevicesRequest): Promise<responses.ListMfaTotpDevicesResponse>;
1901
1920
  /**
@@ -1939,7 +1958,7 @@ export declare class IdentityClient {
1939
1958
  * @param ListNetworkSourcesRequest
1940
1959
  * @return ListNetworkSourcesResponse
1941
1960
  * @throws OciError when an error occurs
1942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
1961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListNetworkSources.ts.html |here} to see how to use ListNetworkSources API.
1943
1962
  */
1944
1963
  listNetworkSources(listNetworkSourcesRequest: requests.ListNetworkSourcesRequest): Promise<responses.ListNetworkSourcesResponse>;
1945
1964
  /**
@@ -1981,7 +2000,7 @@ export declare class IdentityClient {
1981
2000
  * @param ListOAuthClientCredentialsRequest
1982
2001
  * @return ListOAuthClientCredentialsResponse
1983
2002
  * @throws OciError when an error occurs
1984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
2003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListOAuthClientCredentials.ts.html |here} to see how to use ListOAuthClientCredentials API.
1985
2004
  */
1986
2005
  listOAuthClientCredentials(listOAuthClientCredentialsRequest: requests.ListOAuthClientCredentialsRequest): Promise<responses.ListOAuthClientCredentialsResponse>;
1987
2006
  /**
@@ -2027,7 +2046,7 @@ export declare class IdentityClient {
2027
2046
  * @param ListPoliciesRequest
2028
2047
  * @return ListPoliciesResponse
2029
2048
  * @throws OciError when an error occurs
2030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2031
2050
  */
2032
2051
  listPolicies(listPoliciesRequest: requests.ListPoliciesRequest): Promise<responses.ListPoliciesResponse>;
2033
2052
  /**
@@ -2068,7 +2087,7 @@ export declare class IdentityClient {
2068
2087
  * @param ListRegionSubscriptionsRequest
2069
2088
  * @return ListRegionSubscriptionsResponse
2070
2089
  * @throws OciError when an error occurs
2071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
2090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListRegionSubscriptions.ts.html |here} to see how to use ListRegionSubscriptions API.
2072
2091
  */
2073
2092
  listRegionSubscriptions(listRegionSubscriptionsRequest: requests.ListRegionSubscriptionsRequest): Promise<responses.ListRegionSubscriptionsResponse>;
2074
2093
  /**
@@ -2077,7 +2096,7 @@ export declare class IdentityClient {
2077
2096
  * @param ListRegionsRequest
2078
2097
  * @return ListRegionsResponse
2079
2098
  * @throws OciError when an error occurs
2080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
2099
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListRegions.ts.html |here} to see how to use ListRegions API.
2081
2100
  */
2082
2101
  listRegions(listRegionsRequest: requests.ListRegionsRequest): Promise<responses.ListRegionsResponse>;
2083
2102
  /**
@@ -2088,7 +2107,7 @@ export declare class IdentityClient {
2088
2107
  * @param ListSmtpCredentialsRequest
2089
2108
  * @return ListSmtpCredentialsResponse
2090
2109
  * @throws OciError when an error occurs
2091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
2110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListSmtpCredentials.ts.html |here} to see how to use ListSmtpCredentials API.
2092
2111
  */
2093
2112
  listSmtpCredentials(listSmtpCredentialsRequest: requests.ListSmtpCredentialsRequest): Promise<responses.ListSmtpCredentialsResponse>;
2094
2113
  /**
@@ -2098,7 +2117,7 @@ export declare class IdentityClient {
2098
2117
  * @param ListStandardTagNamespacesRequest
2099
2118
  * @return ListStandardTagNamespacesResponse
2100
2119
  * @throws OciError when an error occurs
2101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
2120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListStandardTagNamespaces.ts.html |here} to see how to use ListStandardTagNamespaces API.
2102
2121
  */
2103
2122
  listStandardTagNamespaces(listStandardTagNamespacesRequest: requests.ListStandardTagNamespacesRequest): Promise<responses.ListStandardTagNamespacesResponse>;
2104
2123
  /**
@@ -2143,7 +2162,7 @@ export declare class IdentityClient {
2143
2162
  * @param ListSwiftPasswordsRequest
2144
2163
  * @return ListSwiftPasswordsResponse
2145
2164
  * @throws OciError when an error occurs
2146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
2165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListSwiftPasswords.ts.html |here} to see how to use ListSwiftPasswords API.
2147
2166
  */
2148
2167
  listSwiftPasswords(listSwiftPasswordsRequest: requests.ListSwiftPasswordsRequest): Promise<responses.ListSwiftPasswordsResponse>;
2149
2168
  /**
@@ -2153,7 +2172,7 @@ export declare class IdentityClient {
2153
2172
  * @param ListTagDefaultsRequest
2154
2173
  * @return ListTagDefaultsResponse
2155
2174
  * @throws OciError when an error occurs
2156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
2175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaults API.
2157
2176
  */
2158
2177
  listTagDefaults(listTagDefaultsRequest: requests.ListTagDefaultsRequest): Promise<responses.ListTagDefaultsResponse>;
2159
2178
  /**
@@ -2195,7 +2214,7 @@ export declare class IdentityClient {
2195
2214
  * @param ListTagNamespacesRequest
2196
2215
  * @return ListTagNamespacesResponse
2197
2216
  * @throws OciError when an error occurs
2198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
2217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespaces API.
2199
2218
  */
2200
2219
  listTagNamespaces(listTagNamespacesRequest: requests.ListTagNamespacesRequest): Promise<responses.ListTagNamespacesResponse>;
2201
2220
  /**
@@ -2237,7 +2256,7 @@ export declare class IdentityClient {
2237
2256
  * @param ListTaggingWorkRequestErrorsRequest
2238
2257
  * @return ListTaggingWorkRequestErrorsResponse
2239
2258
  * @throws OciError when an error occurs
2240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
2259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrors API.
2241
2260
  */
2242
2261
  listTaggingWorkRequestErrors(listTaggingWorkRequestErrorsRequest: requests.ListTaggingWorkRequestErrorsRequest): Promise<responses.ListTaggingWorkRequestErrorsResponse>;
2243
2262
  /**
@@ -2279,7 +2298,7 @@ export declare class IdentityClient {
2279
2298
  * @param ListTaggingWorkRequestLogsRequest
2280
2299
  * @return ListTaggingWorkRequestLogsResponse
2281
2300
  * @throws OciError when an error occurs
2282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
2301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogs API.
2283
2302
  */
2284
2303
  listTaggingWorkRequestLogs(listTaggingWorkRequestLogsRequest: requests.ListTaggingWorkRequestLogsRequest): Promise<responses.ListTaggingWorkRequestLogsResponse>;
2285
2304
  /**
@@ -2321,7 +2340,7 @@ export declare class IdentityClient {
2321
2340
  * @param ListTaggingWorkRequestsRequest
2322
2341
  * @return ListTaggingWorkRequestsResponse
2323
2342
  * @throws OciError when an error occurs
2324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
2343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequests API.
2325
2344
  */
2326
2345
  listTaggingWorkRequests(listTaggingWorkRequestsRequest: requests.ListTaggingWorkRequestsRequest): Promise<responses.ListTaggingWorkRequestsResponse>;
2327
2346
  /**
@@ -2363,7 +2382,7 @@ export declare class IdentityClient {
2363
2382
  * @param ListTagsRequest
2364
2383
  * @return ListTagsResponse
2365
2384
  * @throws OciError when an error occurs
2366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
2385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListTags.ts.html |here} to see how to use ListTags API.
2367
2386
  */
2368
2387
  listTags(listTagsRequest: requests.ListTagsRequest): Promise<responses.ListTagsResponse>;
2369
2388
  /**
@@ -2414,7 +2433,7 @@ export declare class IdentityClient {
2414
2433
  * @param ListUserGroupMembershipsRequest
2415
2434
  * @return ListUserGroupMembershipsResponse
2416
2435
  * @throws OciError when an error occurs
2417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
2436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMemberships API.
2418
2437
  */
2419
2438
  listUserGroupMemberships(listUserGroupMembershipsRequest: requests.ListUserGroupMembershipsRequest): Promise<responses.ListUserGroupMembershipsResponse>;
2420
2439
  /**
@@ -2458,7 +2477,7 @@ export declare class IdentityClient {
2458
2477
  * @param ListUsersRequest
2459
2478
  * @return ListUsersResponse
2460
2479
  * @throws OciError when an error occurs
2461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
2480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListUsers.ts.html |here} to see how to use ListUsers API.
2462
2481
  */
2463
2482
  listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
2464
2483
  /**
@@ -2500,7 +2519,7 @@ export declare class IdentityClient {
2500
2519
  * @param ListWorkRequestsRequest
2501
2520
  * @return ListWorkRequestsResponse
2502
2521
  * @throws OciError when an error occurs
2503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2504
2523
  */
2505
2524
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
2506
2525
  /**
@@ -2549,7 +2568,7 @@ export declare class IdentityClient {
2549
2568
  * @param MoveCompartmentRequest
2550
2569
  * @return MoveCompartmentResponse
2551
2570
  * @throws OciError when an error occurs
2552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
2571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartment API.
2553
2572
  */
2554
2573
  moveCompartment(moveCompartmentRequest: requests.MoveCompartmentRequest): Promise<responses.MoveCompartmentResponse>;
2555
2574
  /**
@@ -2559,16 +2578,36 @@ export declare class IdentityClient {
2559
2578
  * @param RecoverCompartmentRequest
2560
2579
  * @return RecoverCompartmentResponse
2561
2580
  * @throws OciError when an error occurs
2562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
2581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartment API.
2563
2582
  */
2564
2583
  recoverCompartment(recoverCompartmentRequest: requests.RecoverCompartmentRequest): Promise<responses.RecoverCompartmentResponse>;
2584
+ /**
2585
+ * Remove a resource lock from a tag default.
2586
+ *
2587
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2588
+ * @param RemoveTagDefaultLockRequest
2589
+ * @return RemoveTagDefaultLockResponse
2590
+ * @throws OciError when an error occurs
2591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RemoveTagDefaultLock.ts.html |here} to see how to use RemoveTagDefaultLock API.
2592
+ */
2593
+ removeTagDefaultLock(removeTagDefaultLockRequest: requests.RemoveTagDefaultLockRequest): Promise<responses.RemoveTagDefaultLockResponse>;
2594
+ /**
2595
+ * Remove a resource lock from a tag namespace.
2596
+ *
2597
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2598
+ * @param RemoveTagNamespaceLockRequest
2599
+ * @return RemoveTagNamespaceLockResponse
2600
+ * @throws OciError when an error occurs
2601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RemoveTagNamespaceLock.ts.html |here} to see how to use RemoveTagNamespaceLock API.
2602
+ */
2603
+ removeTagNamespaceLock(removeTagNamespaceLockRequest: requests.RemoveTagNamespaceLockRequest): Promise<responses.RemoveTagNamespaceLockResponse>;
2565
2604
  /**
2566
2605
  * Removes a user from a group by deleting the corresponding `UserGroupMembership`.
2567
2606
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2568
2607
  * @param RemoveUserFromGroupRequest
2569
2608
  * @return RemoveUserFromGroupResponse
2570
2609
  * @throws OciError when an error occurs
2571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
2610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroup API.
2572
2611
  */
2573
2612
  removeUserFromGroup(removeUserFromGroupRequest: requests.RemoveUserFromGroupRequest): Promise<responses.RemoveUserFromGroupResponse>;
2574
2613
  /**
@@ -2578,7 +2617,7 @@ export declare class IdentityClient {
2578
2617
  * @param ResetIdpScimClientRequest
2579
2618
  * @return ResetIdpScimClientResponse
2580
2619
  * @throws OciError when an error occurs
2581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
2620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClient API.
2582
2621
  */
2583
2622
  resetIdpScimClient(resetIdpScimClientRequest: requests.ResetIdpScimClientRequest): Promise<responses.ResetIdpScimClientResponse>;
2584
2623
  /**
@@ -2588,7 +2627,7 @@ export declare class IdentityClient {
2588
2627
  * @param UpdateAuthTokenRequest
2589
2628
  * @return UpdateAuthTokenResponse
2590
2629
  * @throws OciError when an error occurs
2591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
2630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthToken API.
2592
2631
  */
2593
2632
  updateAuthToken(updateAuthTokenRequest: requests.UpdateAuthTokenRequest): Promise<responses.UpdateAuthTokenResponse>;
2594
2633
  /**
@@ -2598,7 +2637,7 @@ export declare class IdentityClient {
2598
2637
  * @param UpdateAuthenticationPolicyRequest
2599
2638
  * @return UpdateAuthenticationPolicyResponse
2600
2639
  * @throws OciError when an error occurs
2601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
2640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicy API.
2602
2641
  */
2603
2642
  updateAuthenticationPolicy(updateAuthenticationPolicyRequest: requests.UpdateAuthenticationPolicyRequest): Promise<responses.UpdateAuthenticationPolicyResponse>;
2604
2643
  /**
@@ -2607,7 +2646,7 @@ export declare class IdentityClient {
2607
2646
  * @param UpdateCompartmentRequest
2608
2647
  * @return UpdateCompartmentResponse
2609
2648
  * @throws OciError when an error occurs
2610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
2649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartment API.
2611
2650
  */
2612
2651
  updateCompartment(updateCompartmentRequest: requests.UpdateCompartmentRequest): Promise<responses.UpdateCompartmentResponse>;
2613
2652
  /**
@@ -2617,7 +2656,7 @@ export declare class IdentityClient {
2617
2656
  * @param UpdateCustomerSecretKeyRequest
2618
2657
  * @return UpdateCustomerSecretKeyResponse
2619
2658
  * @throws OciError when an error occurs
2620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
2659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKey API.
2621
2660
  */
2622
2661
  updateCustomerSecretKey(updateCustomerSecretKeyRequest: requests.UpdateCustomerSecretKeyRequest): Promise<responses.UpdateCustomerSecretKeyResponse>;
2623
2662
  /**
@@ -2630,7 +2669,7 @@ export declare class IdentityClient {
2630
2669
  * @param UpdateDomainRequest
2631
2670
  * @return UpdateDomainResponse
2632
2671
  * @throws OciError when an error occurs
2633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
2672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
2634
2673
  */
2635
2674
  updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
2636
2675
  /**
@@ -2639,7 +2678,7 @@ export declare class IdentityClient {
2639
2678
  * @param UpdateDynamicGroupRequest
2640
2679
  * @return UpdateDynamicGroupResponse
2641
2680
  * @throws OciError when an error occurs
2642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
2681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroup API.
2643
2682
  */
2644
2683
  updateDynamicGroup(updateDynamicGroupRequest: requests.UpdateDynamicGroupRequest): Promise<responses.UpdateDynamicGroupResponse>;
2645
2684
  /**
@@ -2648,7 +2687,7 @@ export declare class IdentityClient {
2648
2687
  * @param UpdateGroupRequest
2649
2688
  * @return UpdateGroupResponse
2650
2689
  * @throws OciError when an error occurs
2651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
2690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
2652
2691
  */
2653
2692
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
2654
2693
  /**
@@ -2660,7 +2699,7 @@ export declare class IdentityClient {
2660
2699
  * @param UpdateIdentityProviderRequest
2661
2700
  * @return UpdateIdentityProviderResponse
2662
2701
  * @throws OciError when an error occurs
2663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
2702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProvider API.
2664
2703
  */
2665
2704
  updateIdentityProvider(updateIdentityProviderRequest: requests.UpdateIdentityProviderRequest): Promise<responses.UpdateIdentityProviderResponse>;
2666
2705
  /**
@@ -2672,7 +2711,7 @@ export declare class IdentityClient {
2672
2711
  * @param UpdateIdpGroupMappingRequest
2673
2712
  * @return UpdateIdpGroupMappingResponse
2674
2713
  * @throws OciError when an error occurs
2675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
2714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMapping API.
2676
2715
  */
2677
2716
  updateIdpGroupMapping(updateIdpGroupMappingRequest: requests.UpdateIdpGroupMappingRequest): Promise<responses.UpdateIdpGroupMappingResponse>;
2678
2717
  /**
@@ -2682,7 +2721,7 @@ export declare class IdentityClient {
2682
2721
  * @param UpdateNetworkSourceRequest
2683
2722
  * @return UpdateNetworkSourceResponse
2684
2723
  * @throws OciError when an error occurs
2685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
2724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSource API.
2686
2725
  */
2687
2726
  updateNetworkSource(updateNetworkSourceRequest: requests.UpdateNetworkSourceRequest): Promise<responses.UpdateNetworkSourceResponse>;
2688
2727
  /**
@@ -2692,7 +2731,7 @@ export declare class IdentityClient {
2692
2731
  * @param UpdateOAuthClientCredentialRequest
2693
2732
  * @return UpdateOAuthClientCredentialResponse
2694
2733
  * @throws OciError when an error occurs
2695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
2734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredential API.
2696
2735
  */
2697
2736
  updateOAuthClientCredential(updateOAuthClientCredentialRequest: requests.UpdateOAuthClientCredentialRequest): Promise<responses.UpdateOAuthClientCredentialResponse>;
2698
2737
  /**
@@ -2704,7 +2743,7 @@ export declare class IdentityClient {
2704
2743
  * @param UpdatePolicyRequest
2705
2744
  * @return UpdatePolicyResponse
2706
2745
  * @throws OciError when an error occurs
2707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
2746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicy API.
2708
2747
  */
2709
2748
  updatePolicy(updatePolicyRequest: requests.UpdatePolicyRequest): Promise<responses.UpdatePolicyResponse>;
2710
2749
  /**
@@ -2714,7 +2753,7 @@ export declare class IdentityClient {
2714
2753
  * @param UpdateSmtpCredentialRequest
2715
2754
  * @return UpdateSmtpCredentialResponse
2716
2755
  * @throws OciError when an error occurs
2717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
2756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredential API.
2718
2757
  */
2719
2758
  updateSmtpCredential(updateSmtpCredentialRequest: requests.UpdateSmtpCredentialRequest): Promise<responses.UpdateSmtpCredentialResponse>;
2720
2759
  /**
@@ -2726,7 +2765,7 @@ export declare class IdentityClient {
2726
2765
  * @param UpdateSwiftPasswordRequest
2727
2766
  * @return UpdateSwiftPasswordResponse
2728
2767
  * @throws OciError when an error occurs
2729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
2768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPassword API.
2730
2769
  */
2731
2770
  updateSwiftPassword(updateSwiftPasswordRequest: requests.UpdateSwiftPasswordRequest): Promise<responses.UpdateSwiftPasswordResponse>;
2732
2771
  /**
@@ -2745,7 +2784,7 @@ export declare class IdentityClient {
2745
2784
  * @param UpdateTagRequest
2746
2785
  * @return UpdateTagResponse
2747
2786
  * @throws OciError when an error occurs
2748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
2787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTag API.
2749
2788
  */
2750
2789
  updateTag(updateTagRequest: requests.UpdateTagRequest): Promise<responses.UpdateTagResponse>;
2751
2790
  /**
@@ -2760,7 +2799,7 @@ export declare class IdentityClient {
2760
2799
  * @param UpdateTagDefaultRequest
2761
2800
  * @return UpdateTagDefaultResponse
2762
2801
  * @throws OciError when an error occurs
2763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
2802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefault API.
2764
2803
  */
2765
2804
  updateTagDefault(updateTagDefaultRequest: requests.UpdateTagDefaultRequest): Promise<responses.UpdateTagDefaultResponse>;
2766
2805
  /**
@@ -2778,7 +2817,7 @@ export declare class IdentityClient {
2778
2817
  * @param UpdateTagNamespaceRequest
2779
2818
  * @return UpdateTagNamespaceResponse
2780
2819
  * @throws OciError when an error occurs
2781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
2820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespace API.
2782
2821
  */
2783
2822
  updateTagNamespace(updateTagNamespaceRequest: requests.UpdateTagNamespaceRequest): Promise<responses.UpdateTagNamespaceResponse>;
2784
2823
  /**
@@ -2787,7 +2826,7 @@ export declare class IdentityClient {
2787
2826
  * @param UpdateUserRequest
2788
2827
  * @return UpdateUserResponse
2789
2828
  * @throws OciError when an error occurs
2790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
2829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUser API.
2791
2830
  */
2792
2831
  updateUser(updateUserRequest: requests.UpdateUserRequest): Promise<responses.UpdateUserResponse>;
2793
2832
  /**
@@ -2797,7 +2836,7 @@ export declare class IdentityClient {
2797
2836
  * @param UpdateUserCapabilitiesRequest
2798
2837
  * @return UpdateUserCapabilitiesResponse
2799
2838
  * @throws OciError when an error occurs
2800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
2839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilities API.
2801
2840
  */
2802
2841
  updateUserCapabilities(updateUserCapabilitiesRequest: requests.UpdateUserCapabilitiesRequest): Promise<responses.UpdateUserCapabilitiesResponse>;
2803
2842
  /**
@@ -2807,7 +2846,7 @@ export declare class IdentityClient {
2807
2846
  * @param UpdateUserStateRequest
2808
2847
  * @return UpdateUserStateResponse
2809
2848
  * @throws OciError when an error occurs
2810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
2849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserState API.
2811
2850
  */
2812
2851
  updateUserState(updateUserStateRequest: requests.UpdateUserStateRequest): Promise<responses.UpdateUserStateResponse>;
2813
2852
  /**
@@ -2831,7 +2870,7 @@ export declare class IdentityClient {
2831
2870
  * @param UploadApiKeyRequest
2832
2871
  * @return UploadApiKeyResponse
2833
2872
  * @throws OciError when an error occurs
2834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
2873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKey API.
2835
2874
  */
2836
2875
  uploadApiKey(uploadApiKeyRequest: requests.UploadApiKeyRequest): Promise<responses.UploadApiKeyResponse>;
2837
2876
  }