oci-identity 2.6.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/lib/client.d.ts +698 -192
  2. package/lib/client.js +1765 -283
  3. package/lib/client.js.map +1 -1
  4. package/lib/identity-waiter.d.ts +15 -0
  5. package/lib/identity-waiter.js +23 -0
  6. package/lib/identity-waiter.js.map +1 -1
  7. package/lib/model/allowed-domain-license-type-summary.d.ts +40 -0
  8. package/lib/model/allowed-domain-license-type-summary.js +29 -0
  9. package/lib/model/allowed-domain-license-type-summary.js.map +1 -0
  10. package/lib/model/bulk-edit-resource.d.ts +1 -1
  11. package/lib/model/change-domain-compartment-details.d.ts +24 -0
  12. package/lib/model/change-domain-compartment-details.js +29 -0
  13. package/lib/model/change-domain-compartment-details.js.map +1 -0
  14. package/lib/model/change-domain-license-type-details.d.ts +25 -0
  15. package/lib/model/change-domain-license-type-details.js +29 -0
  16. package/lib/model/change-domain-license-type-details.js.map +1 -0
  17. package/lib/model/change-tas-domain-license-type-details.d.ts +25 -0
  18. package/lib/model/change-tas-domain-license-type-details.js +29 -0
  19. package/lib/model/change-tas-domain-license-type-details.js.map +1 -0
  20. package/lib/model/create-domain-details.d.ts +99 -0
  21. package/lib/model/create-domain-details.js +29 -0
  22. package/lib/model/create-domain-details.js.map +1 -0
  23. package/lib/model/domain-replication-states.d.ts +41 -0
  24. package/lib/model/domain-replication-states.js +37 -0
  25. package/lib/model/domain-replication-states.js.map +1 -0
  26. package/lib/model/domain-replication.d.ts +34 -0
  27. package/lib/model/domain-replication.js +61 -0
  28. package/lib/model/domain-replication.js.map +1 -0
  29. package/lib/model/domain-summary.d.ts +136 -0
  30. package/lib/model/domain-summary.js +94 -0
  31. package/lib/model/domain-summary.js.map +1 -0
  32. package/lib/model/domain.d.ts +140 -0
  33. package/lib/model/domain.js +94 -0
  34. package/lib/model/domain.js.map +1 -0
  35. package/lib/model/enable-replication-to-region-details.d.ts +30 -0
  36. package/lib/model/enable-replication-to-region-details.js +29 -0
  37. package/lib/model/enable-replication-to-region-details.js.map +1 -0
  38. package/lib/model/iam-work-request-error-summary.d.ts +33 -0
  39. package/lib/model/iam-work-request-error-summary.js +29 -0
  40. package/lib/model/iam-work-request-error-summary.js.map +1 -0
  41. package/lib/model/iam-work-request-log-summary.d.ts +32 -0
  42. package/lib/model/iam-work-request-log-summary.js +29 -0
  43. package/lib/model/iam-work-request-log-summary.js.map +1 -0
  44. package/lib/model/iam-work-request-resource.d.ts +53 -0
  45. package/lib/model/iam-work-request-resource.js +42 -0
  46. package/lib/model/iam-work-request-resource.js.map +1 -0
  47. package/lib/model/iam-work-request-summary.d.ts +94 -0
  48. package/lib/model/iam-work-request-summary.js +91 -0
  49. package/lib/model/iam-work-request-summary.js.map +1 -0
  50. package/lib/model/iam-work-request.d.ts +93 -0
  51. package/lib/model/iam-work-request.js +91 -0
  52. package/lib/model/iam-work-request.js.map +1 -0
  53. package/lib/model/import-standard-tags-details.d.ts +28 -0
  54. package/lib/model/import-standard-tags-details.js +29 -0
  55. package/lib/model/import-standard-tags-details.js.map +1 -0
  56. package/lib/model/index.d.ts +42 -0
  57. package/lib/model/index.js +45 -3
  58. package/lib/model/index.js.map +1 -1
  59. package/lib/model/replicated-region-details.d.ts +49 -0
  60. package/lib/model/replicated-region-details.js +42 -0
  61. package/lib/model/replicated-region-details.js.map +1 -0
  62. package/lib/model/standard-tag-definition-template.d.ts +64 -0
  63. package/lib/model/standard-tag-definition-template.js +50 -0
  64. package/lib/model/standard-tag-definition-template.js.map +1 -0
  65. package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
  66. package/lib/model/standard-tag-namespace-template-summary.js +29 -0
  67. package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
  68. package/lib/model/standard-tag-namespace-template.d.ts +38 -0
  69. package/lib/model/standard-tag-namespace-template.js +61 -0
  70. package/lib/model/standard-tag-namespace-template.js.map +1 -0
  71. package/lib/model/tagging-work-request-summary.d.ts +1 -0
  72. package/lib/model/tagging-work-request-summary.js +1 -0
  73. package/lib/model/tagging-work-request-summary.js.map +1 -1
  74. package/lib/model/tagging-work-request.d.ts +1 -0
  75. package/lib/model/tagging-work-request.js +1 -0
  76. package/lib/model/tagging-work-request.js.map +1 -1
  77. package/lib/model/update-domain-details.d.ts +54 -0
  78. package/lib/model/update-domain-details.js +29 -0
  79. package/lib/model/update-domain-details.js.map +1 -0
  80. package/lib/request/activate-domain-request.d.ts +44 -0
  81. package/lib/request/activate-domain-request.js +15 -0
  82. package/lib/request/activate-domain-request.js.map +1 -0
  83. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  84. package/lib/request/add-user-to-group-request.d.ts +1 -1
  85. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  86. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  87. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  88. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  89. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  90. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  91. package/lib/request/change-domain-compartment-request.d.ts +49 -0
  92. package/lib/request/change-domain-compartment-request.js +15 -0
  93. package/lib/request/change-domain-compartment-request.js.map +1 -0
  94. package/lib/request/change-domain-license-type-request.d.ts +49 -0
  95. package/lib/request/change-domain-license-type-request.js +15 -0
  96. package/lib/request/change-domain-license-type-request.js.map +1 -0
  97. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  98. package/lib/request/create-auth-token-request.d.ts +1 -1
  99. package/lib/request/create-compartment-request.d.ts +1 -1
  100. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  101. package/lib/request/create-domain-request.d.ts +38 -0
  102. package/lib/request/create-domain-request.js +15 -0
  103. package/lib/request/create-domain-request.js.map +1 -0
  104. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  105. package/lib/request/create-group-request.d.ts +1 -1
  106. package/lib/request/create-identity-provider-request.d.ts +1 -1
  107. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  108. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  109. package/lib/request/create-network-source-request.d.ts +1 -1
  110. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  111. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  112. package/lib/request/create-policy-request.d.ts +1 -1
  113. package/lib/request/create-region-subscription-request.d.ts +1 -1
  114. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  115. package/lib/request/create-swift-password-request.d.ts +1 -1
  116. package/lib/request/create-tag-default-request.d.ts +1 -1
  117. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  118. package/lib/request/create-tag-request.d.ts +1 -1
  119. package/lib/request/create-user-request.d.ts +1 -1
  120. package/lib/request/deactivate-domain-request.d.ts +44 -0
  121. package/lib/request/deactivate-domain-request.js +15 -0
  122. package/lib/request/deactivate-domain-request.js.map +1 -0
  123. package/lib/request/delete-api-key-request.d.ts +1 -1
  124. package/lib/request/delete-auth-token-request.d.ts +1 -1
  125. package/lib/request/delete-compartment-request.d.ts +1 -1
  126. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  127. package/lib/request/delete-domain-request.d.ts +35 -0
  128. package/lib/request/delete-domain-request.js +15 -0
  129. package/lib/request/delete-domain-request.js.map +1 -0
  130. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  131. package/lib/request/delete-group-request.d.ts +1 -1
  132. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  133. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  134. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  135. package/lib/request/delete-network-source-request.d.ts +1 -1
  136. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  137. package/lib/request/delete-policy-request.d.ts +1 -1
  138. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  139. package/lib/request/delete-swift-password-request.d.ts +1 -1
  140. package/lib/request/delete-tag-default-request.d.ts +1 -1
  141. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  142. package/lib/request/delete-tag-request.d.ts +1 -1
  143. package/lib/request/delete-user-request.d.ts +1 -1
  144. package/lib/request/enable-replication-to-region-request.d.ts +49 -0
  145. package/lib/request/enable-replication-to-region-request.js +15 -0
  146. package/lib/request/enable-replication-to-region-request.js.map +1 -0
  147. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  148. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  149. package/lib/request/get-compartment-request.d.ts +1 -1
  150. package/lib/request/get-domain-request.d.ts +28 -0
  151. package/lib/request/get-domain-request.js +15 -0
  152. package/lib/request/get-domain-request.js.map +1 -0
  153. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  154. package/lib/request/get-group-request.d.ts +1 -1
  155. package/lib/request/get-iam-work-request-request.d.ts +28 -0
  156. package/lib/request/get-iam-work-request-request.js +15 -0
  157. package/lib/request/get-iam-work-request-request.js.map +1 -0
  158. package/lib/request/get-identity-provider-request.d.ts +1 -1
  159. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  160. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  161. package/lib/request/get-network-source-request.d.ts +1 -1
  162. package/lib/request/get-policy-request.d.ts +1 -1
  163. package/lib/request/get-standard-tag-template-request.d.ts +28 -0
  164. package/lib/request/get-standard-tag-template-request.js +15 -0
  165. package/lib/request/get-standard-tag-template-request.js.map +1 -0
  166. package/lib/request/get-tag-default-request.d.ts +1 -1
  167. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  168. package/lib/request/get-tag-request.d.ts +1 -1
  169. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  170. package/lib/request/get-tenancy-request.d.ts +1 -1
  171. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  172. package/lib/request/get-user-request.d.ts +1 -1
  173. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  174. package/lib/request/get-work-request-request.d.ts +1 -1
  175. package/lib/request/import-standard-tags-request.d.ts +38 -0
  176. package/lib/request/import-standard-tags-request.js +15 -0
  177. package/lib/request/import-standard-tags-request.js.map +1 -0
  178. package/lib/request/index.d.ts +36 -0
  179. package/lib/request/index.js +7 -1
  180. package/lib/request/index.js.map +1 -1
  181. package/lib/request/list-allowed-domain-license-types-request.d.ts +28 -0
  182. package/lib/request/list-allowed-domain-license-types-request.js +15 -0
  183. package/lib/request/list-allowed-domain-license-types-request.js.map +1 -0
  184. package/lib/request/list-api-keys-request.d.ts +1 -1
  185. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  186. package/lib/request/list-availability-domains-request.d.ts +1 -1
  187. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  188. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  189. package/lib/request/list-compartments-request.d.ts +1 -1
  190. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  191. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  192. package/lib/request/list-domains-request.d.ts +101 -0
  193. package/lib/request/list-domains-request.js +29 -0
  194. package/lib/request/list-domains-request.js.map +1 -0
  195. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  196. package/lib/request/list-fault-domains-request.d.ts +1 -1
  197. package/lib/request/list-groups-request.d.ts +1 -1
  198. package/lib/request/list-iam-work-request-errors-request.d.ts +50 -0
  199. package/lib/request/list-iam-work-request-errors-request.js +24 -0
  200. package/lib/request/list-iam-work-request-errors-request.js.map +1 -0
  201. package/lib/request/list-iam-work-request-logs-request.d.ts +50 -0
  202. package/lib/request/list-iam-work-request-logs-request.js +24 -0
  203. package/lib/request/list-iam-work-request-logs-request.js.map +1 -0
  204. package/lib/request/list-iam-work-requests-request.d.ts +43 -0
  205. package/lib/request/list-iam-work-requests-request.js +15 -0
  206. package/lib/request/list-iam-work-requests-request.js.map +1 -0
  207. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  208. package/lib/request/list-identity-providers-request.d.ts +1 -1
  209. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  210. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  211. package/lib/request/list-network-sources-request.d.ts +1 -1
  212. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  213. package/lib/request/list-policies-request.d.ts +1 -1
  214. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  215. package/lib/request/list-regions-request.d.ts +1 -1
  216. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  217. package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
  218. package/lib/request/list-standard-tag-namespaces-request.js +15 -0
  219. package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
  220. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  221. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  222. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  223. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  224. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  225. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  226. package/lib/request/list-tags-request.d.ts +1 -1
  227. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  228. package/lib/request/list-users-request.d.ts +1 -1
  229. package/lib/request/list-work-requests-request.d.ts +1 -1
  230. package/lib/request/move-compartment-request.d.ts +1 -1
  231. package/lib/request/recover-compartment-request.d.ts +1 -1
  232. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  233. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  234. package/lib/request/update-auth-token-request.d.ts +1 -1
  235. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  236. package/lib/request/update-compartment-request.d.ts +1 -1
  237. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  238. package/lib/request/update-domain-request.d.ts +40 -0
  239. package/lib/request/update-domain-request.js +15 -0
  240. package/lib/request/update-domain-request.js.map +1 -0
  241. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  242. package/lib/request/update-group-request.d.ts +1 -1
  243. package/lib/request/update-identity-provider-request.d.ts +1 -1
  244. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  245. package/lib/request/update-network-source-request.d.ts +1 -1
  246. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  247. package/lib/request/update-policy-request.d.ts +1 -1
  248. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  249. package/lib/request/update-swift-password-request.d.ts +1 -1
  250. package/lib/request/update-tag-default-request.d.ts +1 -1
  251. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  252. package/lib/request/update-tag-request.d.ts +1 -1
  253. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  254. package/lib/request/update-user-request.d.ts +1 -1
  255. package/lib/request/update-user-state-request.d.ts +1 -1
  256. package/lib/request/upload-api-key-request.d.ts +1 -1
  257. package/lib/response/activate-domain-response.d.ts +25 -0
  258. package/lib/response/activate-domain-response.js +15 -0
  259. package/lib/response/activate-domain-response.js.map +1 -0
  260. package/lib/response/change-domain-compartment-response.d.ts +25 -0
  261. package/lib/response/change-domain-compartment-response.js +15 -0
  262. package/lib/response/change-domain-compartment-response.js.map +1 -0
  263. package/lib/response/change-domain-license-type-response.d.ts +25 -0
  264. package/lib/response/change-domain-license-type-response.js +15 -0
  265. package/lib/response/change-domain-license-type-response.js.map +1 -0
  266. package/lib/response/create-domain-response.d.ts +25 -0
  267. package/lib/response/create-domain-response.js +15 -0
  268. package/lib/response/create-domain-response.js.map +1 -0
  269. package/lib/response/deactivate-domain-response.d.ts +25 -0
  270. package/lib/response/deactivate-domain-response.js +15 -0
  271. package/lib/response/deactivate-domain-response.js.map +1 -0
  272. package/lib/response/delete-domain-response.d.ts +25 -0
  273. package/lib/response/delete-domain-response.js +15 -0
  274. package/lib/response/delete-domain-response.js.map +1 -0
  275. package/lib/response/enable-replication-to-region-response.d.ts +25 -0
  276. package/lib/response/enable-replication-to-region-response.js +15 -0
  277. package/lib/response/enable-replication-to-region-response.js.map +1 -0
  278. package/lib/response/get-domain-response.d.ts +29 -0
  279. package/lib/response/get-domain-response.js +15 -0
  280. package/lib/response/get-domain-response.js.map +1 -0
  281. package/lib/response/get-iam-work-request-response.d.ts +25 -0
  282. package/lib/response/get-iam-work-request-response.js +15 -0
  283. package/lib/response/get-iam-work-request-response.js.map +1 -0
  284. package/lib/response/get-standard-tag-template-response.d.ts +25 -0
  285. package/lib/response/get-standard-tag-template-response.js +15 -0
  286. package/lib/response/get-standard-tag-template-response.js.map +1 -0
  287. package/lib/response/import-standard-tags-response.d.ts +25 -0
  288. package/lib/response/import-standard-tags-response.js +15 -0
  289. package/lib/response/import-standard-tags-response.js.map +1 -0
  290. package/lib/response/index.d.ts +36 -0
  291. package/lib/response/list-allowed-domain-license-types-response.d.ts +32 -0
  292. package/lib/response/list-allowed-domain-license-types-response.js +15 -0
  293. package/lib/response/list-allowed-domain-license-types-response.js.map +1 -0
  294. package/lib/response/list-domains-response.d.ts +32 -0
  295. package/lib/response/list-domains-response.js +15 -0
  296. package/lib/response/list-domains-response.js.map +1 -0
  297. package/lib/response/list-iam-work-request-errors-response.d.ts +32 -0
  298. package/lib/response/list-iam-work-request-errors-response.js +15 -0
  299. package/lib/response/list-iam-work-request-errors-response.js.map +1 -0
  300. package/lib/response/list-iam-work-request-logs-response.d.ts +37 -0
  301. package/lib/response/list-iam-work-request-logs-response.js +15 -0
  302. package/lib/response/list-iam-work-request-logs-response.js.map +1 -0
  303. package/lib/response/list-iam-work-requests-response.d.ts +32 -0
  304. package/lib/response/list-iam-work-requests-response.js +15 -0
  305. package/lib/response/list-iam-work-requests-response.js.map +1 -0
  306. package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
  307. package/lib/response/list-standard-tag-namespaces-response.js +15 -0
  308. package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
  309. package/lib/response/update-domain-response.d.ts +25 -0
  310. package/lib/response/update-domain-response.js +15 -0
  311. package/lib/response/update-domain-response.js.map +1 -0
  312. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetGroup.ts.html |here} to see how to use GetGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetGroup.ts.html |here} to see how to use GetGroupRequest.
16
16
  */
17
17
  export interface GetGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetIamWorkRequest.ts.html |here} to see how to use GetIamWorkRequestRequest.
16
+ */
17
+ export interface GetIamWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the IAM work request.
20
+ */
21
+ "iamWorkRequestId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
24
+ * particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-iam-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-iam-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/get-iam-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProviderRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetIdentityProvider.ts.html |here} to see how to use GetIdentityProviderRequest.
16
16
  */
17
17
  export interface GetIdentityProviderRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetIdpGroupMapping.ts.html |here} to see how to use GetIdpGroupMappingRequest.
16
16
  */
17
17
  export interface GetIdpGroupMappingRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDeviceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetMfaTotpDevice.ts.html |here} to see how to use GetMfaTotpDeviceRequest.
16
16
  */
17
17
  export interface GetMfaTotpDeviceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetNetworkSource.ts.html |here} to see how to use GetNetworkSourceRequest.
16
16
  */
17
17
  export interface GetNetworkSourceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetPolicy.ts.html |here} to see how to use GetPolicyRequest.
16
16
  */
17
17
  export interface GetPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetStandardTagTemplate.ts.html |here} to see how to use GetStandardTagTemplateRequest.
16
+ */
17
+ export interface GetStandardTagTemplateRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compartment (remember that the tenancy is simply the root compartment).
20
+ *
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The name of the standard tag namespace tempate that is requested
25
+ *
26
+ */
27
+ "standardTagNamespaceName": string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-standard-tag-template-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-standard-tag-template-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/get-standard-tag-template-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefaultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTagDefault.ts.html |here} to see how to use GetTagDefaultRequest.
16
16
  */
17
17
  export interface GetTagDefaultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTagNamespace.ts.html |here} to see how to use GetTagNamespaceRequest.
16
16
  */
17
17
  export interface GetTagNamespaceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTag.ts.html |here} to see how to use GetTagRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTag.ts.html |here} to see how to use GetTagRequest.
16
16
  */
17
17
  export interface GetTagRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTaggingWorkRequest.ts.html |here} to see how to use GetTaggingWorkRequestRequest.
16
16
  */
17
17
  export interface GetTaggingWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetTenancy.ts.html |here} to see how to use GetTenancyRequest.
16
16
  */
17
17
  export interface GetTenancyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembershipRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetUserGroupMembership.ts.html |here} to see how to use GetUserGroupMembershipRequest.
16
16
  */
17
17
  export interface GetUserGroupMembershipRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetUser.ts.html |here} to see how to use GetUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetUser.ts.html |here} to see how to use GetUserRequest.
16
16
  */
17
17
  export interface GetUserRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetUserUIPasswordInformation.ts.html |here} to see how to use GetUserUIPasswordInformationRequest.
16
16
  */
17
17
  export interface GetUserUIPasswordInformationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ImportStandardTags.ts.html |here} to see how to use ImportStandardTagsRequest.
17
+ */
18
+ export interface ImportStandardTagsRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
21
+ * particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId"?: string;
25
+ /**
26
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
27
+ * server error without risk of executing that same action again. Retry tokens expire after 24
28
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
29
+ * has been deleted and purged from the system, then a retry of the original creation request
30
+ * may be rejected).
31
+ *
32
+ */
33
+ "opcRetryToken"?: string;
34
+ /**
35
+ * The request object for creating or updating standard tag namespace.
36
+ */
37
+ "importStandardTagsDetails"?: model.ImportStandardTagsDetails;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=import-standard-tags-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-standard-tags-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/import-standard-tags-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -10,6 +10,8 @@
10
10
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as ActivateDomainRequest from "./activate-domain-request";
14
+ export import ActivateDomainRequest = ActivateDomainRequest.ActivateDomainRequest;
13
15
  import * as ActivateMfaTotpDeviceRequest from "./activate-mfa-totp-device-request";
14
16
  export import ActivateMfaTotpDeviceRequest = ActivateMfaTotpDeviceRequest.ActivateMfaTotpDeviceRequest;
15
17
  import * as AddUserToGroupRequest from "./add-user-to-group-request";
@@ -26,6 +28,10 @@ import * as BulkMoveResourcesRequest from "./bulk-move-resources-request";
26
28
  export import BulkMoveResourcesRequest = BulkMoveResourcesRequest.BulkMoveResourcesRequest;
27
29
  import * as CascadeDeleteTagNamespaceRequest from "./cascade-delete-tag-namespace-request";
28
30
  export import CascadeDeleteTagNamespaceRequest = CascadeDeleteTagNamespaceRequest.CascadeDeleteTagNamespaceRequest;
31
+ import * as ChangeDomainCompartmentRequest from "./change-domain-compartment-request";
32
+ export import ChangeDomainCompartmentRequest = ChangeDomainCompartmentRequest.ChangeDomainCompartmentRequest;
33
+ import * as ChangeDomainLicenseTypeRequest from "./change-domain-license-type-request";
34
+ export import ChangeDomainLicenseTypeRequest = ChangeDomainLicenseTypeRequest.ChangeDomainLicenseTypeRequest;
29
35
  import * as ChangeTagNamespaceCompartmentRequest from "./change-tag-namespace-compartment-request";
30
36
  export import ChangeTagNamespaceCompartmentRequest = ChangeTagNamespaceCompartmentRequest.ChangeTagNamespaceCompartmentRequest;
31
37
  import * as CreateAuthTokenRequest from "./create-auth-token-request";
@@ -34,6 +40,8 @@ import * as CreateCompartmentRequest from "./create-compartment-request";
34
40
  export import CreateCompartmentRequest = CreateCompartmentRequest.CreateCompartmentRequest;
35
41
  import * as CreateCustomerSecretKeyRequest from "./create-customer-secret-key-request";
36
42
  export import CreateCustomerSecretKeyRequest = CreateCustomerSecretKeyRequest.CreateCustomerSecretKeyRequest;
43
+ import * as CreateDomainRequest from "./create-domain-request";
44
+ export import CreateDomainRequest = CreateDomainRequest.CreateDomainRequest;
37
45
  import * as CreateDynamicGroupRequest from "./create-dynamic-group-request";
38
46
  export import CreateDynamicGroupRequest = CreateDynamicGroupRequest.CreateDynamicGroupRequest;
39
47
  import * as CreateGroupRequest from "./create-group-request";
@@ -66,6 +74,8 @@ import * as CreateTagNamespaceRequest from "./create-tag-namespace-request";
66
74
  export import CreateTagNamespaceRequest = CreateTagNamespaceRequest.CreateTagNamespaceRequest;
67
75
  import * as CreateUserRequest from "./create-user-request";
68
76
  export import CreateUserRequest = CreateUserRequest.CreateUserRequest;
77
+ import * as DeactivateDomainRequest from "./deactivate-domain-request";
78
+ export import DeactivateDomainRequest = DeactivateDomainRequest.DeactivateDomainRequest;
69
79
  import * as DeleteApiKeyRequest from "./delete-api-key-request";
70
80
  export import DeleteApiKeyRequest = DeleteApiKeyRequest.DeleteApiKeyRequest;
71
81
  import * as DeleteAuthTokenRequest from "./delete-auth-token-request";
@@ -74,6 +84,8 @@ import * as DeleteCompartmentRequest from "./delete-compartment-request";
74
84
  export import DeleteCompartmentRequest = DeleteCompartmentRequest.DeleteCompartmentRequest;
75
85
  import * as DeleteCustomerSecretKeyRequest from "./delete-customer-secret-key-request";
76
86
  export import DeleteCustomerSecretKeyRequest = DeleteCustomerSecretKeyRequest.DeleteCustomerSecretKeyRequest;
87
+ import * as DeleteDomainRequest from "./delete-domain-request";
88
+ export import DeleteDomainRequest = DeleteDomainRequest.DeleteDomainRequest;
77
89
  import * as DeleteDynamicGroupRequest from "./delete-dynamic-group-request";
78
90
  export import DeleteDynamicGroupRequest = DeleteDynamicGroupRequest.DeleteDynamicGroupRequest;
79
91
  import * as DeleteGroupRequest from "./delete-group-request";
@@ -102,16 +114,22 @@ import * as DeleteTagNamespaceRequest from "./delete-tag-namespace-request";
102
114
  export import DeleteTagNamespaceRequest = DeleteTagNamespaceRequest.DeleteTagNamespaceRequest;
103
115
  import * as DeleteUserRequest from "./delete-user-request";
104
116
  export import DeleteUserRequest = DeleteUserRequest.DeleteUserRequest;
117
+ import * as EnableReplicationToRegionRequest from "./enable-replication-to-region-request";
118
+ export import EnableReplicationToRegionRequest = EnableReplicationToRegionRequest.EnableReplicationToRegionRequest;
105
119
  import * as GenerateTotpSeedRequest from "./generate-totp-seed-request";
106
120
  export import GenerateTotpSeedRequest = GenerateTotpSeedRequest.GenerateTotpSeedRequest;
107
121
  import * as GetAuthenticationPolicyRequest from "./get-authentication-policy-request";
108
122
  export import GetAuthenticationPolicyRequest = GetAuthenticationPolicyRequest.GetAuthenticationPolicyRequest;
109
123
  import * as GetCompartmentRequest from "./get-compartment-request";
110
124
  export import GetCompartmentRequest = GetCompartmentRequest.GetCompartmentRequest;
125
+ import * as GetDomainRequest from "./get-domain-request";
126
+ export import GetDomainRequest = GetDomainRequest.GetDomainRequest;
111
127
  import * as GetDynamicGroupRequest from "./get-dynamic-group-request";
112
128
  export import GetDynamicGroupRequest = GetDynamicGroupRequest.GetDynamicGroupRequest;
113
129
  import * as GetGroupRequest from "./get-group-request";
114
130
  export import GetGroupRequest = GetGroupRequest.GetGroupRequest;
131
+ import * as GetIamWorkRequestRequest from "./get-iam-work-request-request";
132
+ export import GetIamWorkRequestRequest = GetIamWorkRequestRequest.GetIamWorkRequestRequest;
115
133
  import * as GetIdentityProviderRequest from "./get-identity-provider-request";
116
134
  export import GetIdentityProviderRequest = GetIdentityProviderRequest.GetIdentityProviderRequest;
117
135
  import * as GetIdpGroupMappingRequest from "./get-idp-group-mapping-request";
@@ -122,6 +140,8 @@ import * as GetNetworkSourceRequest from "./get-network-source-request";
122
140
  export import GetNetworkSourceRequest = GetNetworkSourceRequest.GetNetworkSourceRequest;
123
141
  import * as GetPolicyRequest from "./get-policy-request";
124
142
  export import GetPolicyRequest = GetPolicyRequest.GetPolicyRequest;
143
+ import * as GetStandardTagTemplateRequest from "./get-standard-tag-template-request";
144
+ export import GetStandardTagTemplateRequest = GetStandardTagTemplateRequest.GetStandardTagTemplateRequest;
125
145
  import * as GetTagRequest from "./get-tag-request";
126
146
  export import GetTagRequest = GetTagRequest.GetTagRequest;
127
147
  import * as GetTagDefaultRequest from "./get-tag-default-request";
@@ -140,6 +160,10 @@ import * as GetUserUIPasswordInformationRequest from "./get-user-uipassword-info
140
160
  export import GetUserUIPasswordInformationRequest = GetUserUIPasswordInformationRequest.GetUserUIPasswordInformationRequest;
141
161
  import * as GetWorkRequestRequest from "./get-work-request-request";
142
162
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
163
+ import * as ImportStandardTagsRequest from "./import-standard-tags-request";
164
+ export import ImportStandardTagsRequest = ImportStandardTagsRequest.ImportStandardTagsRequest;
165
+ import * as ListAllowedDomainLicenseTypesRequest from "./list-allowed-domain-license-types-request";
166
+ export import ListAllowedDomainLicenseTypesRequest = ListAllowedDomainLicenseTypesRequest.ListAllowedDomainLicenseTypesRequest;
143
167
  import * as ListApiKeysRequest from "./list-api-keys-request";
144
168
  export import ListApiKeysRequest = ListApiKeysRequest.ListApiKeysRequest;
145
169
  import * as ListAuthTokensRequest from "./list-auth-tokens-request";
@@ -156,12 +180,20 @@ import * as ListCostTrackingTagsRequest from "./list-cost-tracking-tags-request"
156
180
  export import ListCostTrackingTagsRequest = ListCostTrackingTagsRequest.ListCostTrackingTagsRequest;
157
181
  import * as ListCustomerSecretKeysRequest from "./list-customer-secret-keys-request";
158
182
  export import ListCustomerSecretKeysRequest = ListCustomerSecretKeysRequest.ListCustomerSecretKeysRequest;
183
+ import * as ListDomainsRequest from "./list-domains-request";
184
+ export import ListDomainsRequest = ListDomainsRequest.ListDomainsRequest;
159
185
  import * as ListDynamicGroupsRequest from "./list-dynamic-groups-request";
160
186
  export import ListDynamicGroupsRequest = ListDynamicGroupsRequest.ListDynamicGroupsRequest;
161
187
  import * as ListFaultDomainsRequest from "./list-fault-domains-request";
162
188
  export import ListFaultDomainsRequest = ListFaultDomainsRequest.ListFaultDomainsRequest;
163
189
  import * as ListGroupsRequest from "./list-groups-request";
164
190
  export import ListGroupsRequest = ListGroupsRequest.ListGroupsRequest;
191
+ import * as ListIamWorkRequestErrorsRequest from "./list-iam-work-request-errors-request";
192
+ export import ListIamWorkRequestErrorsRequest = ListIamWorkRequestErrorsRequest.ListIamWorkRequestErrorsRequest;
193
+ import * as ListIamWorkRequestLogsRequest from "./list-iam-work-request-logs-request";
194
+ export import ListIamWorkRequestLogsRequest = ListIamWorkRequestLogsRequest.ListIamWorkRequestLogsRequest;
195
+ import * as ListIamWorkRequestsRequest from "./list-iam-work-requests-request";
196
+ export import ListIamWorkRequestsRequest = ListIamWorkRequestsRequest.ListIamWorkRequestsRequest;
165
197
  import * as ListIdentityProviderGroupsRequest from "./list-identity-provider-groups-request";
166
198
  export import ListIdentityProviderGroupsRequest = ListIdentityProviderGroupsRequest.ListIdentityProviderGroupsRequest;
167
199
  import * as ListIdentityProvidersRequest from "./list-identity-providers-request";
@@ -182,6 +214,8 @@ import * as ListRegionsRequest from "./list-regions-request";
182
214
  export import ListRegionsRequest = ListRegionsRequest.ListRegionsRequest;
183
215
  import * as ListSmtpCredentialsRequest from "./list-smtp-credentials-request";
184
216
  export import ListSmtpCredentialsRequest = ListSmtpCredentialsRequest.ListSmtpCredentialsRequest;
217
+ import * as ListStandardTagNamespacesRequest from "./list-standard-tag-namespaces-request";
218
+ export import ListStandardTagNamespacesRequest = ListStandardTagNamespacesRequest.ListStandardTagNamespacesRequest;
185
219
  import * as ListSwiftPasswordsRequest from "./list-swift-passwords-request";
186
220
  export import ListSwiftPasswordsRequest = ListSwiftPasswordsRequest.ListSwiftPasswordsRequest;
187
221
  import * as ListTagDefaultsRequest from "./list-tag-defaults-request";
@@ -218,6 +252,8 @@ import * as UpdateCompartmentRequest from "./update-compartment-request";
218
252
  export import UpdateCompartmentRequest = UpdateCompartmentRequest.UpdateCompartmentRequest;
219
253
  import * as UpdateCustomerSecretKeyRequest from "./update-customer-secret-key-request";
220
254
  export import UpdateCustomerSecretKeyRequest = UpdateCustomerSecretKeyRequest.UpdateCustomerSecretKeyRequest;
255
+ import * as UpdateDomainRequest from "./update-domain-request";
256
+ export import UpdateDomainRequest = UpdateDomainRequest.UpdateDomainRequest;
221
257
  import * as UpdateDynamicGroupRequest from "./update-dynamic-group-request";
222
258
  export import UpdateDynamicGroupRequest = UpdateDynamicGroupRequest.UpdateDynamicGroupRequest;
223
259
  import * as UpdateGroupRequest from "./update-group-request";
@@ -31,15 +31,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListUsersRequest = exports.ListPoliciesRequest = exports.ListNetworkSourcesRequest = exports.ListMfaTotpDevicesRequest = exports.ListIdentityProvidersRequest = exports.ListGroupsRequest = exports.ListDynamicGroupsRequest = exports.ListCompartmentsRequest = exports.ListBulkActionResourceTypesRequest = void 0;
34
+ exports.ListUsersRequest = exports.ListPoliciesRequest = exports.ListNetworkSourcesRequest = exports.ListMfaTotpDevicesRequest = exports.ListIdentityProvidersRequest = exports.ListIamWorkRequestLogsRequest = exports.ListIamWorkRequestErrorsRequest = exports.ListGroupsRequest = exports.ListDynamicGroupsRequest = exports.ListDomainsRequest = exports.ListCompartmentsRequest = exports.ListBulkActionResourceTypesRequest = void 0;
35
35
  const ListBulkActionResourceTypesRequest = __importStar(require("./list-bulk-action-resource-types-request"));
36
36
  exports.ListBulkActionResourceTypesRequest = ListBulkActionResourceTypesRequest.ListBulkActionResourceTypesRequest;
37
37
  const ListCompartmentsRequest = __importStar(require("./list-compartments-request"));
38
38
  exports.ListCompartmentsRequest = ListCompartmentsRequest.ListCompartmentsRequest;
39
+ const ListDomainsRequest = __importStar(require("./list-domains-request"));
40
+ exports.ListDomainsRequest = ListDomainsRequest.ListDomainsRequest;
39
41
  const ListDynamicGroupsRequest = __importStar(require("./list-dynamic-groups-request"));
40
42
  exports.ListDynamicGroupsRequest = ListDynamicGroupsRequest.ListDynamicGroupsRequest;
41
43
  const ListGroupsRequest = __importStar(require("./list-groups-request"));
42
44
  exports.ListGroupsRequest = ListGroupsRequest.ListGroupsRequest;
45
+ const ListIamWorkRequestErrorsRequest = __importStar(require("./list-iam-work-request-errors-request"));
46
+ exports.ListIamWorkRequestErrorsRequest = ListIamWorkRequestErrorsRequest.ListIamWorkRequestErrorsRequest;
47
+ const ListIamWorkRequestLogsRequest = __importStar(require("./list-iam-work-request-logs-request"));
48
+ exports.ListIamWorkRequestLogsRequest = ListIamWorkRequestLogsRequest.ListIamWorkRequestLogsRequest;
43
49
  const ListIdentityProvidersRequest = __importStar(require("./list-identity-providers-request"));
44
50
  exports.ListIdentityProvidersRequest = ListIdentityProvidersRequest.ListIdentityProvidersRequest;
45
51
  const ListMfaTotpDevicesRequest = __importStar(require("./list-mfa-totp-devices-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA0IH,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AAGzH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAG3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAGvG,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAuB5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAkKH,8GAAgG;AAClF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AAGzH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAG3F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wGAA0F;AAC5E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAGvG,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAyB5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListAllowedDomainLicenseTypes.ts.html |here} to see how to use ListAllowedDomainLicenseTypesRequest.
16
+ */
17
+ export interface ListAllowedDomainLicenseTypesRequest extends common.BaseRequest {
18
+ /**
19
+ * The domain license type
20
+ */
21
+ "currentLicenseTypeName"?: string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
24
+ * particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-allowed-domain-license-types-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-allowed-domain-license-types-request.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/request/list-allowed-domain-license-types-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListApiKeys.ts.html |here} to see how to use ListApiKeysRequest.
16
16
  */
17
17
  export interface ListApiKeysRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokensRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListAuthTokens.ts.html |here} to see how to use ListAuthTokensRequest.
16
16
  */
17
17
  export interface ListAuthTokensRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomainsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListAvailabilityDomains.ts.html |here} to see how to use ListAvailabilityDomainsRequest.
16
16
  */
17
17
  export interface ListAvailabilityDomainsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListBulkActionResourceTypes.ts.html |here} to see how to use ListBulkActionResourceTypesRequest.
16
16
  */
17
17
  export interface ListBulkActionResourceTypesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListBulkEditTagsResourceTypes.ts.html |here} to see how to use ListBulkEditTagsResourceTypesRequest.
16
16
  */
17
17
  export interface ListBulkEditTagsResourceTypesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartmentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListCompartments.ts.html |here} to see how to use ListCompartmentsRequest.
16
16
  */
17
17
  export interface ListCompartmentsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTagsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListCostTrackingTags.ts.html |here} to see how to use ListCostTrackingTagsRequest.
16
16
  */
17
17
  export interface ListCostTrackingTagsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/identity/ListCustomerSecretKeys.ts.html |here} to see how to use ListCustomerSecretKeysRequest.
16
16
  */
17
17
  export interface ListCustomerSecretKeysRequest extends common.BaseRequest {
18
18
  /**