oci-tenantmanagercontrolplane 2.4.0 → 2.6.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 (246) hide show
  1. package/LICENSE.txt +6 -0
  2. package/index.d.ts +6 -0
  3. package/index.js +7 -1
  4. package/index.js.map +1 -1
  5. package/lib/client.d.ts +351 -31
  6. package/lib/client.js +1781 -326
  7. package/lib/client.js.map +1 -1
  8. package/lib/model/activate-order-details.d.ts +2 -2
  9. package/lib/model/assigned-subscription-collection.d.ts +26 -0
  10. package/lib/model/assigned-subscription-collection.js +61 -0
  11. package/lib/model/assigned-subscription-collection.js.map +1 -0
  12. package/lib/model/assigned-subscription-summary.d.ts +66 -0
  13. package/lib/model/assigned-subscription-summary.js +29 -0
  14. package/lib/model/assigned-subscription-summary.js.map +1 -0
  15. package/lib/model/assigned-subscription.d.ts +74 -0
  16. package/lib/model/assigned-subscription.js +61 -0
  17. package/lib/model/assigned-subscription.js.map +1 -0
  18. package/lib/model/available-region-collection.d.ts +26 -0
  19. package/lib/model/available-region-collection.js +61 -0
  20. package/lib/model/available-region-collection.js.map +1 -0
  21. package/lib/model/available-region-summary.d.ts +25 -0
  22. package/lib/model/available-region-summary.js +29 -0
  23. package/lib/model/available-region-summary.js.map +1 -0
  24. package/lib/model/create-child-tenancy-details.d.ts +41 -0
  25. package/lib/model/create-child-tenancy-details.js +29 -0
  26. package/lib/model/create-child-tenancy-details.js.map +1 -0
  27. package/lib/model/create-subscription-mapping-details.d.ts +29 -0
  28. package/lib/model/create-subscription-mapping-details.js +29 -0
  29. package/lib/model/create-subscription-mapping-details.js.map +1 -0
  30. package/lib/model/domain-governance-summary.d.ts +2 -2
  31. package/lib/model/domain-governance.d.ts +2 -2
  32. package/lib/model/domain-summary.d.ts +2 -2
  33. package/lib/model/domain.d.ts +2 -2
  34. package/lib/model/index.d.ts +48 -0
  35. package/lib/model/index.js +50 -1
  36. package/lib/model/index.js.map +1 -1
  37. package/lib/model/link.d.ts +1 -1
  38. package/lib/model/operation-type.d.ts +4 -0
  39. package/lib/model/operation-type.js +4 -0
  40. package/lib/model/operation-type.js.map +1 -1
  41. package/lib/model/order.d.ts +4 -4
  42. package/lib/model/organization-collection.d.ts +26 -0
  43. package/lib/model/organization-collection.js +61 -0
  44. package/lib/model/organization-collection.js.map +1 -0
  45. package/lib/model/organization-summary.d.ts +53 -0
  46. package/lib/model/organization-summary.js +29 -0
  47. package/lib/model/organization-summary.js.map +1 -0
  48. package/lib/model/organization-tenancy-collection.d.ts +26 -0
  49. package/lib/model/organization-tenancy-collection.js +61 -0
  50. package/lib/model/organization-tenancy-collection.js.map +1 -0
  51. package/lib/model/organization-tenancy-lifecycle-state.d.ts +32 -0
  52. package/lib/model/organization-tenancy-lifecycle-state.js +43 -0
  53. package/lib/model/organization-tenancy-lifecycle-state.js.map +1 -0
  54. package/lib/model/organization-tenancy-role.d.ts +29 -0
  55. package/lib/model/organization-tenancy-role.js +40 -0
  56. package/lib/model/organization-tenancy-role.js.map +1 -0
  57. package/lib/model/organization-tenancy-summary.d.ts +50 -0
  58. package/lib/model/organization-tenancy-summary.js +29 -0
  59. package/lib/model/organization-tenancy-summary.js.map +1 -0
  60. package/lib/model/organization-tenancy.d.ts +50 -0
  61. package/lib/model/organization-tenancy.js +29 -0
  62. package/lib/model/organization-tenancy.js.map +1 -0
  63. package/lib/model/organization.d.ts +66 -0
  64. package/lib/model/organization.js +43 -0
  65. package/lib/model/organization.js.map +1 -0
  66. package/lib/model/sku.d.ts +4 -4
  67. package/lib/model/subscription-collection.d.ts +26 -0
  68. package/lib/model/subscription-collection.js +61 -0
  69. package/lib/model/subscription-collection.js.map +1 -0
  70. package/lib/model/subscription-info.d.ts +6 -6
  71. package/lib/model/subscription-lifecycle-state.d.ts +33 -0
  72. package/lib/model/subscription-lifecycle-state.js +44 -0
  73. package/lib/model/subscription-lifecycle-state.js.map +1 -0
  74. package/lib/model/subscription-mapping-collection.d.ts +26 -0
  75. package/lib/model/subscription-mapping-collection.js +61 -0
  76. package/lib/model/subscription-mapping-collection.js.map +1 -0
  77. package/lib/model/subscription-mapping-summary.d.ts +53 -0
  78. package/lib/model/subscription-mapping-summary.js +29 -0
  79. package/lib/model/subscription-mapping-summary.js.map +1 -0
  80. package/lib/model/subscription-mapping.d.ts +67 -0
  81. package/lib/model/subscription-mapping.js +44 -0
  82. package/lib/model/subscription-mapping.js.map +1 -0
  83. package/lib/model/subscription-sku.d.ts +61 -0
  84. package/lib/model/subscription-sku.js +29 -0
  85. package/lib/model/subscription-sku.js.map +1 -0
  86. package/lib/model/subscription-summary.d.ts +70 -0
  87. package/lib/model/subscription-summary.js +29 -0
  88. package/lib/model/subscription-summary.js.map +1 -0
  89. package/lib/model/subscription.d.ts +74 -0
  90. package/lib/model/subscription.js +61 -0
  91. package/lib/model/subscription.js.map +1 -0
  92. package/lib/model/update-organization-details.d.ts +25 -0
  93. package/lib/model/update-organization-details.js +29 -0
  94. package/lib/model/update-organization-details.js.map +1 -0
  95. package/lib/model/work-request-error.d.ts +1 -1
  96. package/lib/model/work-request-log-entry.d.ts +1 -1
  97. package/lib/model/work-request.d.ts +2 -2
  98. package/lib/organization-waiter.d.ts +37 -0
  99. package/lib/organization-waiter.js +77 -0
  100. package/lib/organization-waiter.js.map +1 -0
  101. package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
  102. package/lib/request/activate-order-request.d.ts +1 -1
  103. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +48 -0
  104. package/lib/request/approve-organization-tenancy-for-transfer-request.js +15 -0
  105. package/lib/request/approve-organization-tenancy-for-transfer-request.js.map +1 -0
  106. package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
  107. package/lib/request/create-child-tenancy-request.d.ts +36 -0
  108. package/lib/request/create-child-tenancy-request.js +15 -0
  109. package/lib/request/create-child-tenancy-request.js.map +1 -0
  110. package/lib/request/create-domain-governance-request.d.ts +1 -1
  111. package/lib/request/create-domain-request.d.ts +1 -1
  112. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  113. package/lib/request/create-subscription-mapping-request.d.ts +45 -0
  114. package/lib/request/create-subscription-mapping-request.js +15 -0
  115. package/lib/request/create-subscription-mapping-request.js.map +1 -0
  116. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  117. package/lib/request/delete-domain-request.d.ts +1 -1
  118. package/lib/request/delete-link-request.d.ts +1 -1
  119. package/lib/request/delete-organization-tenancy-request.d.ts +44 -0
  120. package/lib/request/delete-organization-tenancy-request.js +15 -0
  121. package/lib/request/delete-organization-tenancy-request.js.map +1 -0
  122. package/lib/request/delete-subscription-mapping-request.d.ts +35 -0
  123. package/lib/request/delete-subscription-mapping-request.js +15 -0
  124. package/lib/request/delete-subscription-mapping-request.js.map +1 -0
  125. package/lib/request/get-assigned-subscription-request.d.ts +26 -0
  126. package/lib/request/get-assigned-subscription-request.js +15 -0
  127. package/lib/request/get-assigned-subscription-request.js.map +1 -0
  128. package/lib/request/get-domain-governance-request.d.ts +1 -1
  129. package/lib/request/get-domain-request.d.ts +1 -1
  130. package/lib/request/get-link-request.d.ts +1 -1
  131. package/lib/request/get-order-request.d.ts +1 -1
  132. package/lib/request/get-organization-request.d.ts +26 -0
  133. package/lib/request/get-organization-request.js +15 -0
  134. package/lib/request/get-organization-request.js.map +1 -0
  135. package/lib/request/get-organization-tenancy-request.d.ts +30 -0
  136. package/lib/request/get-organization-tenancy-request.js +15 -0
  137. package/lib/request/get-organization-tenancy-request.js.map +1 -0
  138. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  139. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  140. package/lib/request/get-subscription-mapping-request.d.ts +26 -0
  141. package/lib/request/get-subscription-mapping-request.js +15 -0
  142. package/lib/request/get-subscription-mapping-request.js.map +1 -0
  143. package/lib/request/get-subscription-request.d.ts +26 -0
  144. package/lib/request/get-subscription-request.js +15 -0
  145. package/lib/request/get-subscription-request.js.map +1 -0
  146. package/lib/request/get-work-request-request.d.ts +1 -1
  147. package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
  148. package/lib/request/index.d.ts +36 -0
  149. package/lib/request/index.js +7 -1
  150. package/lib/request/index.js.map +1 -1
  151. package/lib/request/list-assigned-subscriptions-request.d.ts +57 -0
  152. package/lib/request/list-assigned-subscriptions-request.js +24 -0
  153. package/lib/request/list-assigned-subscriptions-request.js.map +1 -0
  154. package/lib/request/list-available-regions-request.d.ts +30 -0
  155. package/lib/request/list-available-regions-request.js +15 -0
  156. package/lib/request/list-available-regions-request.js.map +1 -0
  157. package/lib/request/list-domain-governances-request.d.ts +1 -1
  158. package/lib/request/list-domains-request.d.ts +1 -1
  159. package/lib/request/list-links-request.d.ts +1 -1
  160. package/lib/request/list-organization-tenancies-request.d.ts +34 -0
  161. package/lib/request/list-organization-tenancies-request.js +15 -0
  162. package/lib/request/list-organization-tenancies-request.js.map +1 -0
  163. package/lib/request/list-organizations-request.d.ts +34 -0
  164. package/lib/request/list-organizations-request.js +15 -0
  165. package/lib/request/list-organizations-request.js.map +1 -0
  166. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  167. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  168. package/lib/request/list-subscription-mappings-request.d.ts +65 -0
  169. package/lib/request/list-subscription-mappings-request.js +24 -0
  170. package/lib/request/list-subscription-mappings-request.js.map +1 -0
  171. package/lib/request/list-subscriptions-request.d.ts +57 -0
  172. package/lib/request/list-subscriptions-request.js +24 -0
  173. package/lib/request/list-subscriptions-request.js.map +1 -0
  174. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  175. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  176. package/lib/request/list-work-requests-request.d.ts +1 -1
  177. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +48 -0
  178. package/lib/request/unapprove-organization-tenancy-for-transfer-request.js +15 -0
  179. package/lib/request/unapprove-organization-tenancy-for-transfer-request.js.map +1 -0
  180. package/lib/request/update-domain-governance-request.d.ts +1 -1
  181. package/lib/request/update-domain-request.d.ts +1 -1
  182. package/lib/request/update-organization-request.d.ts +49 -0
  183. package/lib/request/update-organization-request.js +15 -0
  184. package/lib/request/update-organization-request.js.map +1 -0
  185. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  186. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  187. package/lib/response/approve-organization-tenancy-for-transfer-response.d.ts +30 -0
  188. package/lib/response/approve-organization-tenancy-for-transfer-response.js +15 -0
  189. package/lib/response/approve-organization-tenancy-for-transfer-response.js.map +1 -0
  190. package/lib/response/create-child-tenancy-response.d.ts +25 -0
  191. package/lib/response/create-child-tenancy-response.js +15 -0
  192. package/lib/response/create-child-tenancy-response.js.map +1 -0
  193. package/lib/response/create-subscription-mapping-response.d.ts +35 -0
  194. package/lib/response/create-subscription-mapping-response.js +15 -0
  195. package/lib/response/create-subscription-mapping-response.js.map +1 -0
  196. package/lib/response/delete-link-response.d.ts +5 -0
  197. package/lib/response/delete-organization-tenancy-response.d.ts +25 -0
  198. package/lib/response/delete-organization-tenancy-response.js +15 -0
  199. package/lib/response/delete-organization-tenancy-response.js.map +1 -0
  200. package/lib/response/delete-subscription-mapping-response.d.ts +20 -0
  201. package/lib/response/delete-subscription-mapping-response.js +15 -0
  202. package/lib/response/delete-subscription-mapping-response.js.map +1 -0
  203. package/lib/response/get-assigned-subscription-response.d.ts +30 -0
  204. package/lib/response/get-assigned-subscription-response.js +15 -0
  205. package/lib/response/get-assigned-subscription-response.js.map +1 -0
  206. package/lib/response/get-organization-response.d.ts +30 -0
  207. package/lib/response/get-organization-response.js +15 -0
  208. package/lib/response/get-organization-response.js.map +1 -0
  209. package/lib/response/get-organization-tenancy-response.d.ts +30 -0
  210. package/lib/response/get-organization-tenancy-response.js +15 -0
  211. package/lib/response/get-organization-tenancy-response.js.map +1 -0
  212. package/lib/response/get-subscription-mapping-response.d.ts +30 -0
  213. package/lib/response/get-subscription-mapping-response.js +15 -0
  214. package/lib/response/get-subscription-mapping-response.js.map +1 -0
  215. package/lib/response/get-subscription-response.d.ts +30 -0
  216. package/lib/response/get-subscription-response.js +15 -0
  217. package/lib/response/get-subscription-response.js.map +1 -0
  218. package/lib/response/index.d.ts +36 -0
  219. package/lib/response/list-assigned-subscriptions-response.d.ts +32 -0
  220. package/lib/response/list-assigned-subscriptions-response.js +15 -0
  221. package/lib/response/list-assigned-subscriptions-response.js.map +1 -0
  222. package/lib/response/list-available-regions-response.d.ts +32 -0
  223. package/lib/response/list-available-regions-response.js +15 -0
  224. package/lib/response/list-available-regions-response.js.map +1 -0
  225. package/lib/response/list-organization-tenancies-response.d.ts +32 -0
  226. package/lib/response/list-organization-tenancies-response.js +15 -0
  227. package/lib/response/list-organization-tenancies-response.js.map +1 -0
  228. package/lib/response/list-organizations-response.d.ts +32 -0
  229. package/lib/response/list-organizations-response.js +15 -0
  230. package/lib/response/list-organizations-response.js.map +1 -0
  231. package/lib/response/list-subscription-mappings-response.d.ts +32 -0
  232. package/lib/response/list-subscription-mappings-response.js +15 -0
  233. package/lib/response/list-subscription-mappings-response.js.map +1 -0
  234. package/lib/response/list-subscriptions-response.d.ts +32 -0
  235. package/lib/response/list-subscriptions-response.js +15 -0
  236. package/lib/response/list-subscriptions-response.js.map +1 -0
  237. package/lib/response/unapprove-organization-tenancy-for-transfer-response.d.ts +30 -0
  238. package/lib/response/unapprove-organization-tenancy-for-transfer-response.js +15 -0
  239. package/lib/response/unapprove-organization-tenancy-for-transfer-response.js.map +1 -0
  240. package/lib/response/update-organization-response.d.ts +25 -0
  241. package/lib/response/update-organization-response.js +15 -0
  242. package/lib/response/update-organization-response.js.map +1 -0
  243. package/lib/subscription-waiter.d.ts +45 -0
  244. package/lib/subscription-waiter.js +89 -0
  245. package/lib/subscription-waiter.js.map +1 -0
  246. package/package.json +3 -3
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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
+ exports.ListSubscriptionsRequest = void 0;
16
+ var ListSubscriptionsRequest;
17
+ (function (ListSubscriptionsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListSubscriptionsRequest.SortBy || (ListSubscriptionsRequest.SortBy = {}));
23
+ })(ListSubscriptionsRequest = exports.ListSubscriptionsRequest || (exports.ListSubscriptionsRequest = {}));
24
+ //# sourceMappingURL=list-subscriptions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-subscriptions-request.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/request/list-subscriptions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2CH,IAAiB,wBAAwB,CAKxC;AALD,WAAiB,wBAAwB;IACvC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAGjB;AACH,CAAC,EALgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKxC"}
@@ -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.4.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.6.0/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.4.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.6.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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.4.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.6.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,48 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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.6.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransferRequest.
16
+ */
17
+ export interface UnapproveOrganizationTenancyForTransferRequest extends common.BaseRequest {
18
+ /**
19
+ * The ID of the compartment in which to list resources.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * OCID of the child tenancy.
24
+ */
25
+ "organizationTenancyId": string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call
28
+ * for a resource, set the `if-match` parameter to the value of the
29
+ * etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you
31
+ * provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request, so it can be retried in case of a timeout or
37
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * might be rejected.
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * The client request ID for tracing.
46
+ */
47
+ "opcRequestId"?: string;
48
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=unapprove-organization-tenancy-for-transfer-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unapprove-organization-tenancy-for-transfer-request.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/request/unapprove-organization-tenancy-for-transfer-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.4.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernanceRequest.
17
17
  */
18
18
  export interface UpdateDomainGovernanceRequest 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.4.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
17
17
  */
18
18
  export interface UpdateDomainRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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.6.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganizationRequest.
17
+ */
18
+ export interface UpdateOrganizationRequest extends common.BaseRequest {
19
+ /**
20
+ * OCID of the organization.
21
+ */
22
+ "organizationId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateOrganizationDetails": model.UpdateOrganizationDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request, so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=update-organization-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-organization-request.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/request/update-organization-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.4.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitationRequest.
17
17
  */
18
18
  export interface UpdateRecipientInvitationRequest 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.4.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitationRequest.
17
17
  */
18
18
  export interface UpdateSenderInvitationRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface ApproveOrganizationTenancyForTransferResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.OrganizationTenancy instance.
28
+ */
29
+ "organizationTenancy": model.OrganizationTenancy;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=approve-organization-tenancy-for-transfer-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approve-organization-tenancy-for-transfer-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/approve-organization-tenancy-for-transfer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface CreateChildTenancyResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=create-child-tenancy-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-child-tenancy-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/create-child-tenancy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface CreateSubscriptionMappingResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
26
+ /**
27
+ * For optimistic concurrency control. See `if-match`.
28
+ *
29
+ */
30
+ "etag": string;
31
+ /**
32
+ * The returned model.SubscriptionMapping instance.
33
+ */
34
+ "subscriptionMapping": model.SubscriptionMapping;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=create-subscription-mapping-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-subscription-mapping-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/create-subscription-mapping-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -17,4 +17,9 @@ export interface DeleteLinkResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
20
25
  }
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface DeleteOrganizationTenancyResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=delete-organization-tenancy-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-organization-tenancy-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/delete-organization-tenancy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface DeleteSubscriptionMappingResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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=delete-subscription-mapping-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-subscription-mapping-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/delete-subscription-mapping-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface GetAssignedSubscriptionResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.AssignedSubscription instance.
28
+ */
29
+ "assignedSubscription": model.AssignedSubscription;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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-assigned-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-assigned-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/get-assigned-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface GetOrganizationResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Organization instance.
28
+ */
29
+ "organization": model.Organization;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200801
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-organization-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/get-organization-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200801
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
+ export interface GetOrganizationTenancyResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.OrganizationTenancy instance.
28
+ */
29
+ "organizationTenancy": model.OrganizationTenancy;
30
+ }