oci-tenantmanagercontrolplane 2.57.0 → 2.58.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +3 -2
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +204 -54
  5. package/lib/client.js +471 -55
  6. package/lib/client.js.map +1 -1
  7. package/lib/domain-waiter.d.ts +1 -1
  8. package/lib/domain-waiter.js +1 -1
  9. package/lib/domaingovernance-waiter.d.ts +1 -1
  10. package/lib/domaingovernance-waiter.js +1 -1
  11. package/lib/link-waiter.d.ts +1 -1
  12. package/lib/link-waiter.js +1 -1
  13. package/lib/model/action-type.d.ts +1 -1
  14. package/lib/model/action-type.js +1 -1
  15. package/lib/model/activate-order-details.d.ts +1 -1
  16. package/lib/model/activate-order-details.js +1 -1
  17. package/lib/model/assigned-subscription-collection.d.ts +1 -1
  18. package/lib/model/assigned-subscription-collection.js +1 -1
  19. package/lib/model/assigned-subscription-summary.d.ts +5 -1
  20. package/lib/model/assigned-subscription-summary.js +1 -1
  21. package/lib/model/assigned-subscription-summary.js.map +1 -1
  22. package/lib/model/assigned-subscription.d.ts +4 -4
  23. package/lib/model/assigned-subscription.js +1 -1
  24. package/lib/model/available-region-collection.d.ts +1 -1
  25. package/lib/model/available-region-collection.js +1 -1
  26. package/lib/model/available-region-summary.d.ts +1 -1
  27. package/lib/model/available-region-summary.js +1 -1
  28. package/lib/model/create-child-tenancy-details.d.ts +7 -2
  29. package/lib/model/create-child-tenancy-details.js +1 -1
  30. package/lib/model/create-child-tenancy-details.js.map +1 -1
  31. package/lib/model/create-domain-details.d.ts +2 -2
  32. package/lib/model/create-domain-details.js +1 -1
  33. package/lib/model/create-domain-governance-details.d.ts +2 -2
  34. package/lib/model/create-domain-governance-details.js +1 -1
  35. package/lib/model/create-sender-invitation-details.d.ts +6 -1
  36. package/lib/model/create-sender-invitation-details.js +35 -3
  37. package/lib/model/create-sender-invitation-details.js.map +1 -1
  38. package/lib/model/create-subscription-mapping-details.d.ts +1 -1
  39. package/lib/model/create-subscription-mapping-details.js +1 -1
  40. package/lib/model/domain-collection.d.ts +1 -1
  41. package/lib/model/domain-collection.js +1 -1
  42. package/lib/model/domain-governance-collection.d.ts +1 -1
  43. package/lib/model/domain-governance-collection.js +1 -1
  44. package/lib/model/domain-governance-summary.d.ts +2 -2
  45. package/lib/model/domain-governance-summary.js +1 -1
  46. package/lib/model/domain-governance.d.ts +2 -2
  47. package/lib/model/domain-governance.js +1 -1
  48. package/lib/model/domain-summary.d.ts +1 -1
  49. package/lib/model/domain-summary.js +1 -1
  50. package/lib/model/domain.d.ts +1 -1
  51. package/lib/model/domain.js +1 -1
  52. package/lib/model/governance-status.d.ts +28 -0
  53. package/lib/model/governance-status.js +39 -0
  54. package/lib/model/governance-status.js.map +1 -0
  55. package/lib/model/index.d.ts +5 -1
  56. package/lib/model/index.js +7 -3
  57. package/lib/model/index.js.map +1 -1
  58. package/lib/model/invitation-subject.d.ts +28 -0
  59. package/lib/model/invitation-subject.js +39 -0
  60. package/lib/model/invitation-subject.js.map +1 -0
  61. package/lib/model/lifecycle-state.d.ts +1 -1
  62. package/lib/model/lifecycle-state.js +1 -1
  63. package/lib/model/link-collection.d.ts +1 -1
  64. package/lib/model/link-collection.js +1 -1
  65. package/lib/model/link-summary.d.ts +1 -1
  66. package/lib/model/link-summary.js +1 -1
  67. package/lib/model/link.d.ts +1 -1
  68. package/lib/model/link.js +1 -1
  69. package/lib/model/operation-status.d.ts +1 -1
  70. package/lib/model/operation-status.js +1 -1
  71. package/lib/model/operation-type.d.ts +1 -1
  72. package/lib/model/operation-type.js +1 -1
  73. package/lib/model/order.d.ts +2 -2
  74. package/lib/model/order.js +1 -1
  75. package/lib/model/organization-collection.d.ts +1 -1
  76. package/lib/model/organization-collection.js +1 -1
  77. package/lib/model/organization-summary.d.ts +4 -4
  78. package/lib/model/organization-summary.js +1 -1
  79. package/lib/model/organization-tenancy-collection.d.ts +1 -1
  80. package/lib/model/organization-tenancy-collection.js +1 -1
  81. package/lib/model/organization-tenancy-lifecycle-state.d.ts +2 -2
  82. package/lib/model/organization-tenancy-lifecycle-state.js +2 -2
  83. package/lib/model/organization-tenancy-role.d.ts +2 -2
  84. package/lib/model/organization-tenancy-role.js +2 -2
  85. package/lib/model/organization-tenancy-summary.d.ts +10 -6
  86. package/lib/model/organization-tenancy-summary.js +1 -1
  87. package/lib/model/organization-tenancy-summary.js.map +1 -1
  88. package/lib/model/organization-tenancy.d.ts +11 -7
  89. package/lib/model/organization-tenancy.js +1 -1
  90. package/lib/model/organization-tenancy.js.map +1 -1
  91. package/lib/model/organization.d.ts +4 -4
  92. package/lib/model/organization.js +1 -1
  93. package/lib/model/promotion.d.ts +7 -7
  94. package/lib/model/promotion.js +1 -1
  95. package/lib/model/recipient-invitation-collection.d.ts +1 -1
  96. package/lib/model/recipient-invitation-collection.js +1 -1
  97. package/lib/model/recipient-invitation-status.d.ts +1 -1
  98. package/lib/model/recipient-invitation-status.js +1 -1
  99. package/lib/model/recipient-invitation-summary.d.ts +7 -3
  100. package/lib/model/recipient-invitation-summary.js +35 -3
  101. package/lib/model/recipient-invitation-summary.js.map +1 -1
  102. package/lib/model/recipient-invitation.d.ts +7 -3
  103. package/lib/model/recipient-invitation.js +35 -3
  104. package/lib/model/recipient-invitation.js.map +1 -1
  105. package/lib/model/sender-invitation-collection.d.ts +1 -1
  106. package/lib/model/sender-invitation-collection.js +1 -1
  107. package/lib/model/sender-invitation-status.d.ts +1 -1
  108. package/lib/model/sender-invitation-status.js +1 -1
  109. package/lib/model/sender-invitation-summary.d.ts +7 -3
  110. package/lib/model/sender-invitation-summary.js +35 -3
  111. package/lib/model/sender-invitation-summary.js.map +1 -1
  112. package/lib/model/sender-invitation.d.ts +7 -3
  113. package/lib/model/sender-invitation.js +35 -3
  114. package/lib/model/sender-invitation.js.map +1 -1
  115. package/lib/model/sku.d.ts +1 -1
  116. package/lib/model/sku.js +1 -1
  117. package/lib/model/sort-order.d.ts +1 -1
  118. package/lib/model/sort-order.js +1 -1
  119. package/lib/model/subscription-collection.d.ts +1 -1
  120. package/lib/model/subscription-collection.js +1 -1
  121. package/lib/model/subscription-info.d.ts +2 -2
  122. package/lib/model/subscription-info.js +1 -1
  123. package/lib/model/subscription-lifecycle-state.d.ts +1 -1
  124. package/lib/model/subscription-lifecycle-state.js +1 -1
  125. package/lib/model/subscription-mapping-collection.d.ts +1 -1
  126. package/lib/model/subscription-mapping-collection.js +1 -1
  127. package/lib/model/subscription-mapping-summary.d.ts +1 -1
  128. package/lib/model/subscription-mapping-summary.js +1 -1
  129. package/lib/model/subscription-mapping.d.ts +1 -1
  130. package/lib/model/subscription-mapping.js +1 -1
  131. package/lib/model/subscription-sku.d.ts +1 -1
  132. package/lib/model/subscription-sku.js +1 -1
  133. package/lib/model/subscription-summary.d.ts +1 -1
  134. package/lib/model/subscription-summary.js +1 -1
  135. package/lib/model/subscription.d.ts +4 -4
  136. package/lib/model/subscription.js +1 -1
  137. package/lib/model/update-domain-details.d.ts +1 -1
  138. package/lib/model/update-domain-details.js +1 -1
  139. package/lib/model/update-domain-governance-details.d.ts +2 -2
  140. package/lib/model/update-domain-governance-details.js +1 -1
  141. package/lib/model/update-organization-details.d.ts +2 -2
  142. package/lib/model/update-organization-details.js +1 -1
  143. package/lib/model/update-recipient-invitation-details.d.ts +1 -1
  144. package/lib/model/update-recipient-invitation-details.js +1 -1
  145. package/lib/model/update-sender-invitation-details.d.ts +1 -1
  146. package/lib/model/update-sender-invitation-details.js +1 -1
  147. package/lib/model/work-request-collection.d.ts +1 -1
  148. package/lib/model/work-request-collection.js +1 -1
  149. package/lib/model/work-request-error-collection.d.ts +1 -1
  150. package/lib/model/work-request-error-collection.js +1 -1
  151. package/lib/model/work-request-error.d.ts +1 -1
  152. package/lib/model/work-request-error.js +1 -1
  153. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  154. package/lib/model/work-request-log-entry-collection.js +1 -1
  155. package/lib/model/work-request-log-entry.d.ts +1 -1
  156. package/lib/model/work-request-log-entry.js +1 -1
  157. package/lib/model/work-request-resource.d.ts +1 -1
  158. package/lib/model/work-request-resource.js +1 -1
  159. package/lib/model/work-request-summary.d.ts +1 -1
  160. package/lib/model/work-request-summary.js +1 -1
  161. package/lib/model/work-request.d.ts +1 -1
  162. package/lib/model/work-request.js +1 -1
  163. package/lib/organization-waiter.d.ts +1 -1
  164. package/lib/organization-waiter.js +1 -1
  165. package/lib/recipientinvitation-waiter.d.ts +1 -1
  166. package/lib/recipientinvitation-waiter.js +1 -1
  167. package/lib/request/accept-recipient-invitation-request.d.ts +2 -2
  168. package/lib/request/activate-order-request.d.ts +3 -3
  169. package/lib/request/add-governance-request.d.ts +48 -0
  170. package/lib/request/add-governance-request.js +15 -0
  171. package/lib/request/add-governance-request.js.map +1 -0
  172. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +3 -3
  173. package/lib/request/cancel-sender-invitation-request.d.ts +2 -2
  174. package/lib/request/create-child-tenancy-request.d.ts +2 -2
  175. package/lib/request/create-domain-governance-request.d.ts +2 -2
  176. package/lib/request/create-domain-request.d.ts +2 -2
  177. package/lib/request/create-sender-invitation-request.d.ts +2 -2
  178. package/lib/request/create-subscription-mapping-request.d.ts +2 -2
  179. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  180. package/lib/request/delete-domain-request.d.ts +1 -1
  181. package/lib/request/delete-link-request.d.ts +1 -1
  182. package/lib/request/delete-organization-tenancy-request.d.ts +2 -2
  183. package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
  184. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  185. package/lib/request/get-domain-governance-request.d.ts +1 -1
  186. package/lib/request/get-domain-request.d.ts +1 -1
  187. package/lib/request/get-link-request.d.ts +1 -1
  188. package/lib/request/get-order-request.d.ts +2 -2
  189. package/lib/request/get-organization-request.d.ts +1 -1
  190. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  191. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  192. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  193. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  194. package/lib/request/get-subscription-request.d.ts +1 -1
  195. package/lib/request/get-work-request-request.d.ts +1 -1
  196. package/lib/request/ignore-recipient-invitation-request.d.ts +2 -2
  197. package/lib/request/index.d.ts +5 -1
  198. package/lib/request/index.js +1 -1
  199. package/lib/request/index.js.map +1 -1
  200. package/lib/request/list-assigned-subscriptions-request.d.ts +2 -2
  201. package/lib/request/list-available-regions-request.d.ts +1 -1
  202. package/lib/request/list-domain-governances-request.d.ts +2 -2
  203. package/lib/request/list-domains-request.d.ts +2 -2
  204. package/lib/request/list-links-request.d.ts +1 -1
  205. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  206. package/lib/request/list-organizations-request.d.ts +2 -2
  207. package/lib/request/list-recipient-invitations-request.d.ts +2 -2
  208. package/lib/request/list-sender-invitations-request.d.ts +2 -2
  209. package/lib/request/list-subscription-mappings-request.d.ts +3 -3
  210. package/lib/request/list-subscriptions-request.d.ts +2 -2
  211. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  212. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  213. package/lib/request/list-work-requests-request.d.ts +2 -2
  214. package/lib/request/remove-governance-request.d.ts +48 -0
  215. package/lib/request/remove-governance-request.js +15 -0
  216. package/lib/request/remove-governance-request.js.map +1 -0
  217. package/lib/request/restore-organization-tenancy-request.d.ts +1 -1
  218. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +3 -3
  219. package/lib/request/update-domain-governance-request.d.ts +1 -1
  220. package/lib/request/update-domain-request.d.ts +1 -1
  221. package/lib/request/update-organization-request.d.ts +2 -2
  222. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  223. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  224. package/lib/response/accept-recipient-invitation-response.d.ts +1 -1
  225. package/lib/response/activate-order-response.d.ts +1 -1
  226. package/lib/response/add-governance-response.d.ts +25 -0
  227. package/lib/response/add-governance-response.js +15 -0
  228. package/lib/response/add-governance-response.js.map +1 -0
  229. package/lib/response/cancel-sender-invitation-response.d.ts +1 -1
  230. package/lib/response/create-child-tenancy-response.d.ts +1 -1
  231. package/lib/response/create-domain-response.d.ts +1 -1
  232. package/lib/response/create-sender-invitation-response.d.ts +1 -1
  233. package/lib/response/create-subscription-mapping-response.d.ts +1 -1
  234. package/lib/response/delete-link-response.d.ts +1 -1
  235. package/lib/response/delete-organization-tenancy-response.d.ts +1 -1
  236. package/lib/response/index.d.ts +5 -1
  237. package/lib/response/index.js +1 -1
  238. package/lib/response/remove-governance-response.d.ts +25 -0
  239. package/lib/response/remove-governance-response.js +15 -0
  240. package/lib/response/remove-governance-response.js.map +1 -0
  241. package/lib/response/restore-organization-tenancy-response.d.ts +1 -1
  242. package/lib/response/update-organization-response.d.ts +1 -1
  243. package/lib/senderinvitation-waiter.d.ts +1 -1
  244. package/lib/senderinvitation-waiter.js +1 -1
  245. package/lib/subscription-waiter.d.ts +1 -1
  246. package/lib/subscription-waiter.js +1 -1
  247. package/lib/workrequest-waiter.d.ts +1 -1
  248. package/lib/workrequest-waiter.js +1 -1
  249. package/package.json +3 -3
@@ -12,11 +12,11 @@
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.57.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
16
16
  */
17
17
  export interface ApproveOrganizationTenancyForTransferRequest extends common.BaseRequest {
18
18
  /**
19
- * The ID of the compartment in which to list resources.
19
+ * OCID of the compartment. Always a tenancy OCID.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -37,7 +37,7 @@ export interface ApproveOrganizationTenancyForTransferRequest extends common.Bas
37
37
  * server error, without risk of executing that same action again. Retry tokens expire after 24
38
38
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
39
39
  * has been deleted and purged from the system, then a retry of the original creation request
40
- * might be rejected.
40
+ * will be rejected.
41
41
  *
42
42
  */
43
43
  "opcRetryToken"?: string;
@@ -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.57.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
16
16
  */
17
17
  export interface CancelSenderInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -33,7 +33,7 @@ export interface CancelSenderInvitationRequest extends common.BaseRequest {
33
33
  * server error, without risk of executing that same action again. Retry tokens expire after 24
34
34
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
35
35
  * has been deleted and purged from the system, then a retry of the original creation request
36
- * might be rejected.
36
+ * will be rejected.
37
37
  *
38
38
  */
39
39
  "opcRetryToken"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
17
17
  */
18
18
  export interface CreateChildTenancyRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface CreateChildTenancyRequest extends common.BaseRequest {
25
25
  * server error, without risk of executing that same action again. Retry tokens expire after 24
26
26
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
27
  * has been deleted and purged from the system, then a retry of the original creation request
28
- * might be rejected.
28
+ * will be rejected.
29
29
  *
30
30
  */
31
31
  "opcRetryToken"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
17
17
  */
18
18
  export interface CreateDomainGovernanceRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface CreateDomainGovernanceRequest extends common.BaseRequest {
25
25
  * server error, without risk of executing that same action again. Retry tokens expire after 24
26
26
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
27
  * has been deleted and purged from the system, then a retry of the original creation request
28
- * might be rejected.
28
+ * will be rejected.
29
29
  *
30
30
  */
31
31
  "opcRetryToken"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
17
17
  */
18
18
  export interface CreateDomainRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface CreateDomainRequest extends common.BaseRequest {
25
25
  * server error, without risk of executing that same action again. Retry tokens expire after 24
26
26
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
27
  * has been deleted and purged from the system, then a retry of the original creation request
28
- * might be rejected.
28
+ * will be rejected.
29
29
  *
30
30
  */
31
31
  "opcRetryToken"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
17
17
  */
18
18
  export interface CreateSenderInvitationRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface CreateSenderInvitationRequest extends common.BaseRequest {
25
25
  * server error, without risk of executing that same action again. Retry tokens expire after 24
26
26
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
27
  * has been deleted and purged from the system, then a retry of the original creation request
28
- * might be rejected.
28
+ * will be rejected.
29
29
  *
30
30
  */
31
31
  "opcRetryToken"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
17
17
  */
18
18
  export interface CreateSubscriptionMappingRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface CreateSubscriptionMappingRequest extends common.BaseRequest {
34
34
  * server error, without risk of executing that same action again. Retry tokens expire after 24
35
35
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
36
36
  * has been deleted and purged from the system, then a retry of the original creation request
37
- * might be rejected.
37
+ * will be rejected.
38
38
  *
39
39
  */
40
40
  "opcRetryToken"?: string;
@@ -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.57.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
16
16
  */
17
17
  export interface DeleteDomainGovernanceRequest 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.57.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
16
16
  */
17
17
  export interface DeleteDomainRequest 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.57.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
16
16
  */
17
17
  export interface DeleteLinkRequest 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.57.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
16
16
  */
17
17
  export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
18
18
  /**
@@ -37,7 +37,7 @@ export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
37
37
  * server error, without risk of executing that same action again. Retry tokens expire after 24
38
38
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
39
39
  * has been deleted and purged from the system, then a retry of the original creation request
40
- * might be rejected.
40
+ * will be rejected.
41
41
  *
42
42
  */
43
43
  "opcRetryToken"?: string;
@@ -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.57.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
16
16
  */
17
17
  export interface DeleteSubscriptionMappingRequest 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.57.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
16
16
  */
17
17
  export interface GetAssignedSubscriptionRequest 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.57.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernanceRequest.
16
16
  */
17
17
  export interface GetDomainGovernanceRequest 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.57.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomainRequest.
16
16
  */
17
17
  export interface GetDomainRequest 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.57.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
16
16
  */
17
17
  export interface GetLinkRequest extends common.BaseRequest {
18
18
  /**
@@ -12,11 +12,11 @@
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.57.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrderRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrderRequest.
16
16
  */
17
17
  export interface GetOrderRequest extends common.BaseRequest {
18
18
  /**
19
- * Activation Token containing an order ID. A JWT RFC 7519 formatted string.
19
+ * Activation token containing an order ID. A JWT RFC 7519-formatted string.
20
20
  *
21
21
  */
22
22
  "activationToken": string;
@@ -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.57.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganizationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganizationRequest.
16
16
  */
17
17
  export interface GetOrganizationRequest 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.57.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancyRequest.
16
16
  */
17
17
  export interface GetOrganizationTenancyRequest 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.57.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitationRequest.
16
16
  */
17
17
  export interface GetRecipientInvitationRequest 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.57.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitationRequest.
16
16
  */
17
17
  export interface GetSenderInvitationRequest 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.57.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMappingRequest.
16
16
  */
17
17
  export interface GetSubscriptionMappingRequest 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.57.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
16
16
  */
17
17
  export interface GetSubscriptionRequest 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.57.0/tenantmanagercontrolplane/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.58.1/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.57.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitationRequest.
16
16
  */
17
17
  export interface IgnoreRecipientInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -33,7 +33,7 @@ export interface IgnoreRecipientInvitationRequest extends common.BaseRequest {
33
33
  * server error, without risk of executing that same action again. Retry tokens expire after 24
34
34
  * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
35
35
  * has been deleted and purged from the system, then a retry of the original creation request
36
- * might be rejected.
36
+ * will be rejected.
37
37
  *
38
38
  */
39
39
  "opcRetryToken"?: string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Organizations API
3
- * The Organizations API allows you to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and its resources.
3
+ * Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
4
4
  * OpenAPI spec version: 20200801
5
5
  *
6
6
  *
@@ -30,6 +30,10 @@ import * as ListDomainGovernancesRequest from "./list-domain-governances-request
30
30
  export import ListDomainGovernancesRequest = ListDomainGovernancesRequest.ListDomainGovernancesRequest;
31
31
  import * as UpdateDomainGovernanceRequest from "./update-domain-governance-request";
32
32
  export import UpdateDomainGovernanceRequest = UpdateDomainGovernanceRequest.UpdateDomainGovernanceRequest;
33
+ import * as AddGovernanceRequest from "./add-governance-request";
34
+ export import AddGovernanceRequest = AddGovernanceRequest.AddGovernanceRequest;
35
+ import * as RemoveGovernanceRequest from "./remove-governance-request";
36
+ export import RemoveGovernanceRequest = RemoveGovernanceRequest.RemoveGovernanceRequest;
33
37
  import * as DeleteLinkRequest from "./delete-link-request";
34
38
  export import DeleteLinkRequest = DeleteLinkRequest.DeleteLinkRequest;
35
39
  import * as GetLinkRequest from "./get-link-request";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Organizations API
4
- * The Organizations API allows you to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and its resources.
4
+ * Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
5
5
  * OpenAPI spec version: 20200801
6
6
  *
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAQH,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AASzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAiDvG,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAavG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AAGnH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAQH,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AASzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAqDvG,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAavG,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AAGnH,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC"}
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptionsRequest.
17
17
  */
18
18
  export interface ListAssignedSubscriptionsRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -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.57.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegionsRequest.
16
16
  */
17
17
  export interface ListAvailableRegionsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernancesRequest.
17
17
  */
18
18
  export interface ListDomainGovernancesRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
17
17
  */
18
18
  export interface ListDomainsRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinksRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinksRequest.
17
17
  */
18
18
  export interface ListLinksRequest extends common.BaseRequest {
19
19
  /**
@@ -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.57.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenanciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenanciesRequest.
16
16
  */
17
17
  export interface ListOrganizationTenanciesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,11 +12,11 @@
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.57.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizationsRequest.
16
16
  */
17
17
  export interface ListOrganizationsRequest extends common.BaseRequest {
18
18
  /**
19
- * The ID of the compartment in which to list resources.
19
+ * OCID of the compartment. Always a tenancy OCID.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitationsRequest.
17
17
  */
18
18
  export interface ListRecipientInvitationsRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitationsRequest.
17
17
  */
18
18
  export interface ListSenderInvitationsRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappingsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappingsRequest.
17
17
  */
18
18
  export interface ListSubscriptionMappingsRequest extends common.BaseRequest {
19
19
  /**
@@ -21,11 +21,11 @@ export interface ListSubscriptionMappingsRequest extends common.BaseRequest {
21
21
  */
22
22
  "subscriptionId": string;
23
23
  /**
24
- * SubscriptionMappingId is a unique ID for subscription and tenancy mapping.
24
+ * A unique ID for subscription and tenancy mapping.
25
25
  */
26
26
  "subscriptionMappingId"?: string;
27
27
  /**
28
- * The ID of the compartment in which to list resources.
28
+ * OCID of the compartment. Always a tenancy OCID.
29
29
  */
30
30
  "compartmentId"?: string;
31
31
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
17
17
  */
18
18
  export interface ListSubscriptionsRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId"?: string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,11 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
20
- * The ID of the compartment in which to list resources.
20
+ * OCID of the compartment. Always a tenancy OCID.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**