oci-tenantmanagercontrolplane 2.5.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
package/lib/client.d.ts CHANGED
@@ -16,11 +16,16 @@ import * as responses from "./response";
16
16
  import { DomainWaiter } from "./domain-waiter";
17
17
  import { DomainGovernanceWaiter } from "./domaingovernance-waiter";
18
18
  import { LinkWaiter } from "./link-waiter";
19
+ import { OrganizationWaiter } from "./organization-waiter";
19
20
  import { RecipientInvitationWaiter } from "./recipientinvitation-waiter";
20
21
  import { SenderInvitationWaiter } from "./senderinvitation-waiter";
22
+ import { SubscriptionWaiter } from "./subscription-waiter";
21
23
  import { WorkRequestWaiter } from "./workrequest-waiter";
22
24
  export declare enum DomainApiKeys {
23
25
  }
26
+ /**
27
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
28
+ */
24
29
  export declare class DomainClient {
25
30
  protected static serviceEndpointTemplate: string;
26
31
  protected "_endpoint": string;
@@ -70,48 +75,56 @@ export declare class DomainClient {
70
75
  getWaiters(): DomainWaiter;
71
76
  /**
72
77
  * Begins the registration process for claiming a domain.
78
+ * This operation does not retry by default if the user has not defined a retry configuration.
73
79
  * @param CreateDomainRequest
74
80
  * @return CreateDomainResponse
75
81
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
77
83
  */
78
84
  createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
79
85
  /**
80
86
  * Releases the domain, making it available to be claimed again by another tenancy.
87
+ * This operation does not retry by default if the user has not defined a retry configuration.
81
88
  * @param DeleteDomainRequest
82
89
  * @return DeleteDomainResponse
83
90
  * @throws OciError when an error occurs
84
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
85
92
  */
86
93
  deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
87
94
  /**
88
95
  * Gets information about the domain.
96
+ * This operation does not retry by default if the user has not defined a retry configuration.
89
97
  * @param GetDomainRequest
90
98
  * @return GetDomainResponse
91
99
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
93
101
  */
94
102
  getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
95
103
  /**
96
104
  * Return a (paginated) list of domains.
97
105
  *
106
+ * This operation does not retry by default if the user has not defined a retry configuration.
98
107
  * @param ListDomainsRequest
99
108
  * @return ListDomainsResponse
100
109
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
102
111
  */
103
112
  listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
104
113
  /**
105
114
  * Updates the domain.
115
+ * This operation does not retry by default if the user has not defined a retry configuration.
106
116
  * @param UpdateDomainRequest
107
117
  * @return UpdateDomainResponse
108
118
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
110
120
  */
111
121
  updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
112
122
  }
113
123
  export declare enum DomainGovernanceApiKeys {
114
124
  }
125
+ /**
126
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
127
+ */
115
128
  export declare class DomainGovernanceClient {
116
129
  protected static serviceEndpointTemplate: string;
117
130
  protected "_endpoint": string;
@@ -161,48 +174,56 @@ export declare class DomainGovernanceClient {
161
174
  getWaiters(): DomainGovernanceWaiter;
162
175
  /**
163
176
  * Adds domain governance to a claimed domain.
177
+ * This operation does not retry by default if the user has not defined a retry configuration.
164
178
  * @param CreateDomainGovernanceRequest
165
179
  * @return CreateDomainGovernanceResponse
166
180
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
168
182
  */
169
183
  createDomainGovernance(createDomainGovernanceRequest: requests.CreateDomainGovernanceRequest): Promise<responses.CreateDomainGovernanceResponse>;
170
184
  /**
171
185
  * Removes domain governance from a claimed domain.
186
+ * This operation does not retry by default if the user has not defined a retry configuration.
172
187
  * @param DeleteDomainGovernanceRequest
173
188
  * @return DeleteDomainGovernanceResponse
174
189
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
176
191
  */
177
192
  deleteDomainGovernance(deleteDomainGovernanceRequest: requests.DeleteDomainGovernanceRequest): Promise<responses.DeleteDomainGovernanceResponse>;
178
193
  /**
179
194
  * Gets information about the domain governance entity.
195
+ * This operation does not retry by default if the user has not defined a retry configuration.
180
196
  * @param GetDomainGovernanceRequest
181
197
  * @return GetDomainGovernanceResponse
182
198
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
184
200
  */
185
201
  getDomainGovernance(getDomainGovernanceRequest: requests.GetDomainGovernanceRequest): Promise<responses.GetDomainGovernanceResponse>;
186
202
  /**
187
203
  * Return a (paginated) list of domain governance entities.
188
204
  *
205
+ * This operation does not retry by default if the user has not defined a retry configuration.
189
206
  * @param ListDomainGovernancesRequest
190
207
  * @return ListDomainGovernancesResponse
191
208
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
193
210
  */
194
211
  listDomainGovernances(listDomainGovernancesRequest: requests.ListDomainGovernancesRequest): Promise<responses.ListDomainGovernancesResponse>;
195
212
  /**
196
213
  * Updates the domain governance entity.
214
+ * This operation does not retry by default if the user has not defined a retry configuration.
197
215
  * @param UpdateDomainGovernanceRequest
198
216
  * @return UpdateDomainGovernanceResponse
199
217
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
201
219
  */
202
220
  updateDomainGovernance(updateDomainGovernanceRequest: requests.UpdateDomainGovernanceRequest): Promise<responses.UpdateDomainGovernanceResponse>;
203
221
  }
204
222
  export declare enum LinkApiKeys {
205
223
  }
224
+ /**
225
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
226
+ */
206
227
  export declare class LinkClient {
207
228
  protected static serviceEndpointTemplate: string;
208
229
  protected "_endpoint": string;
@@ -251,32 +272,38 @@ export declare class LinkClient {
251
272
  */
252
273
  getWaiters(): LinkWaiter;
253
274
  /**
254
- * Terminate the link.
275
+ * Starts the link termination workflow.
276
+ * This operation does not retry by default if the user has not defined a retry configuration.
255
277
  * @param DeleteLinkRequest
256
278
  * @return DeleteLinkResponse
257
279
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
259
281
  */
260
282
  deleteLink(deleteLinkRequest: requests.DeleteLinkRequest): Promise<responses.DeleteLinkResponse>;
261
283
  /**
262
284
  * Gets information about the link.
285
+ * This operation does not retry by default if the user has not defined a retry configuration.
263
286
  * @param GetLinkRequest
264
287
  * @return GetLinkResponse
265
288
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
267
290
  */
268
291
  getLink(getLinkRequest: requests.GetLinkRequest): Promise<responses.GetLinkResponse>;
269
292
  /**
270
293
  * Return a (paginated) list of links.
294
+ * This operation does not retry by default if the user has not defined a retry configuration.
271
295
  * @param ListLinksRequest
272
296
  * @return ListLinksResponse
273
297
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
275
299
  */
276
300
  listLinks(listLinksRequest: requests.ListLinksRequest): Promise<responses.ListLinksResponse>;
277
301
  }
278
302
  export declare enum OrdersApiKeys {
279
303
  }
304
+ /**
305
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
306
+ */
280
307
  export declare class OrdersClient {
281
308
  protected static serviceEndpointTemplate: string;
282
309
  protected "_endpoint": string;
@@ -311,25 +338,164 @@ export declare class OrdersClient {
311
338
  */
312
339
  set regionId(regionId: string);
313
340
  /**
314
- * Triggers an order activation workflow on behalf of the tenant given by compartment id in the body.
341
+ * Triggers an order activation workflow on behalf of the tenant, given by compartment ID in the body.
342
+ * This operation does not retry by default if the user has not defined a retry configuration.
315
343
  * @param ActivateOrderRequest
316
344
  * @return ActivateOrderResponse
317
345
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
319
347
  */
320
348
  activateOrder(activateOrderRequest: requests.ActivateOrderRequest): Promise<responses.ActivateOrderResponse>;
321
349
  /**
322
350
  * Returns the Order Details given by the order id in the JWT
323
351
  *
352
+ * This operation does not retry by default if the user has not defined a retry configuration.
324
353
  * @param GetOrderRequest
325
354
  * @return GetOrderResponse
326
355
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
328
357
  */
329
358
  getOrder(getOrderRequest: requests.GetOrderRequest): Promise<responses.GetOrderResponse>;
330
359
  }
360
+ export declare enum OrganizationApiKeys {
361
+ }
362
+ /**
363
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
364
+ */
365
+ export declare class OrganizationClient {
366
+ protected static serviceEndpointTemplate: string;
367
+ protected "_endpoint": string;
368
+ protected "_defaultHeaders": any;
369
+ protected "_waiters": OrganizationWaiter;
370
+ protected "_clientConfiguration": common.ClientConfiguration;
371
+ protected _circuitBreaker: null;
372
+ protected _httpClient: common.HttpClient;
373
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
374
+ /**
375
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
376
+ */
377
+ get endpoint(): string;
378
+ /**
379
+ * Sets the endpoint to call (ex, https://www.example.com).
380
+ * @param endpoint The endpoint of the service.
381
+ */
382
+ set endpoint(endpoint: string);
383
+ get logger(): import("oci-common/lib/log").Logger;
384
+ /**
385
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
386
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
387
+ * @param region The region of the service.
388
+ */
389
+ set region(region: common.Region);
390
+ /**
391
+ * Sets the regionId to call (ex, 'us-phoenix-1').
392
+ *
393
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
394
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
395
+ * and then call {@link #endpoint(String) endpoint}.
396
+ * @param regionId The public region ID.
397
+ */
398
+ set regionId(regionId: string);
399
+ /**
400
+ * Creates a new OrganizationWaiter for resources for this service.
401
+ *
402
+ * @param config The waiter configuration for termination and delay strategy
403
+ * @return The service waiters.
404
+ */
405
+ createWaiters(config?: common.WaiterConfiguration): OrganizationWaiter;
406
+ /**
407
+ * Gets the waiters available for resources for this service.
408
+ *
409
+ * @return The service waiters.
410
+ */
411
+ getWaiters(): OrganizationWaiter;
412
+ /**
413
+ * Approve an organization's child tenancy for transfer.
414
+ * This operation does not retry by default if the user has not defined a retry configuration.
415
+ * @param ApproveOrganizationTenancyForTransferRequest
416
+ * @return ApproveOrganizationTenancyForTransferResponse
417
+ * @throws OciError when an error occurs
418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
419
+ */
420
+ approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest: requests.ApproveOrganizationTenancyForTransferRequest): Promise<responses.ApproveOrganizationTenancyForTransferResponse>;
421
+ /**
422
+ * Creates a child tenancy asynchronously.
423
+ * This operation does not retry by default if the user has not defined a retry configuration.
424
+ * @param CreateChildTenancyRequest
425
+ * @return CreateChildTenancyResponse
426
+ * @throws OciError when an error occurs
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
428
+ */
429
+ createChildTenancy(createChildTenancyRequest: requests.CreateChildTenancyRequest): Promise<responses.CreateChildTenancyResponse>;
430
+ /**
431
+ * If certain validations are successful, initiate tenancy termination.
432
+ * This operation does not retry by default if the user has not defined a retry configuration.
433
+ * @param DeleteOrganizationTenancyRequest
434
+ * @return DeleteOrganizationTenancyResponse
435
+ * @throws OciError when an error occurs
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
437
+ */
438
+ deleteOrganizationTenancy(deleteOrganizationTenancyRequest: requests.DeleteOrganizationTenancyRequest): Promise<responses.DeleteOrganizationTenancyResponse>;
439
+ /**
440
+ * Gets information about the organization.
441
+ * This operation does not retry by default if the user has not defined a retry configuration.
442
+ * @param GetOrganizationRequest
443
+ * @return GetOrganizationResponse
444
+ * @throws OciError when an error occurs
445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
446
+ */
447
+ getOrganization(getOrganizationRequest: requests.GetOrganizationRequest): Promise<responses.GetOrganizationResponse>;
448
+ /**
449
+ * Gets information about the organization's tenancy.
450
+ * This operation does not retry by default if the user has not defined a retry configuration.
451
+ * @param GetOrganizationTenancyRequest
452
+ * @return GetOrganizationTenancyResponse
453
+ * @throws OciError when an error occurs
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
455
+ */
456
+ getOrganizationTenancy(getOrganizationTenancyRequest: requests.GetOrganizationTenancyRequest): Promise<responses.GetOrganizationTenancyResponse>;
457
+ /**
458
+ * Gets a list of tenancies in the organization.
459
+ * This operation does not retry by default if the user has not defined a retry configuration.
460
+ * @param ListOrganizationTenanciesRequest
461
+ * @return ListOrganizationTenanciesResponse
462
+ * @throws OciError when an error occurs
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
464
+ */
465
+ listOrganizationTenancies(listOrganizationTenanciesRequest: requests.ListOrganizationTenanciesRequest): Promise<responses.ListOrganizationTenanciesResponse>;
466
+ /**
467
+ * Lists organizations associated with the caller.
468
+ * This operation does not retry by default if the user has not defined a retry configuration.
469
+ * @param ListOrganizationsRequest
470
+ * @return ListOrganizationsResponse
471
+ * @throws OciError when an error occurs
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
473
+ */
474
+ listOrganizations(listOrganizationsRequest: requests.ListOrganizationsRequest): Promise<responses.ListOrganizationsResponse>;
475
+ /**
476
+ * Cancel an organization's child tenancy for transfer.
477
+ * This operation does not retry by default if the user has not defined a retry configuration.
478
+ * @param UnapproveOrganizationTenancyForTransferRequest
479
+ * @return UnapproveOrganizationTenancyForTransferResponse
480
+ * @throws OciError when an error occurs
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
482
+ */
483
+ unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest: requests.UnapproveOrganizationTenancyForTransferRequest): Promise<responses.UnapproveOrganizationTenancyForTransferResponse>;
484
+ /**
485
+ * Assign the default subscription to the organization.
486
+ * This operation does not retry by default if the user has not defined a retry configuration.
487
+ * @param UpdateOrganizationRequest
488
+ * @return UpdateOrganizationResponse
489
+ * @throws OciError when an error occurs
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
491
+ */
492
+ updateOrganization(updateOrganizationRequest: requests.UpdateOrganizationRequest): Promise<responses.UpdateOrganizationResponse>;
493
+ }
331
494
  export declare enum RecipientInvitationApiKeys {
332
495
  }
496
+ /**
497
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
498
+ */
333
499
  export declare class RecipientInvitationClient {
334
500
  protected static serviceEndpointTemplate: string;
335
501
  protected "_endpoint": string;
@@ -379,48 +545,56 @@ export declare class RecipientInvitationClient {
379
545
  getWaiters(): RecipientInvitationWaiter;
380
546
  /**
381
547
  * Accepts a recipient invitation.
548
+ * This operation does not retry by default if the user has not defined a retry configuration.
382
549
  * @param AcceptRecipientInvitationRequest
383
550
  * @return AcceptRecipientInvitationResponse
384
551
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
386
553
  */
387
554
  acceptRecipientInvitation(acceptRecipientInvitationRequest: requests.AcceptRecipientInvitationRequest): Promise<responses.AcceptRecipientInvitationResponse>;
388
555
  /**
389
556
  * Gets information about the recipient invitation.
557
+ * This operation does not retry by default if the user has not defined a retry configuration.
390
558
  * @param GetRecipientInvitationRequest
391
559
  * @return GetRecipientInvitationResponse
392
560
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
394
562
  */
395
563
  getRecipientInvitation(getRecipientInvitationRequest: requests.GetRecipientInvitationRequest): Promise<responses.GetRecipientInvitationResponse>;
396
564
  /**
397
565
  * Ignores a recipient invitation.
566
+ * This operation does not retry by default if the user has not defined a retry configuration.
398
567
  * @param IgnoreRecipientInvitationRequest
399
568
  * @return IgnoreRecipientInvitationResponse
400
569
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
402
571
  */
403
572
  ignoreRecipientInvitation(ignoreRecipientInvitationRequest: requests.IgnoreRecipientInvitationRequest): Promise<responses.IgnoreRecipientInvitationResponse>;
404
573
  /**
405
574
  * Return a (paginated) list of recipient invitations.
406
575
  *
576
+ * This operation does not retry by default if the user has not defined a retry configuration.
407
577
  * @param ListRecipientInvitationsRequest
408
578
  * @return ListRecipientInvitationsResponse
409
579
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
411
581
  */
412
582
  listRecipientInvitations(listRecipientInvitationsRequest: requests.ListRecipientInvitationsRequest): Promise<responses.ListRecipientInvitationsResponse>;
413
583
  /**
414
584
  * Updates the RecipientInvitation.
585
+ * This operation does not retry by default if the user has not defined a retry configuration.
415
586
  * @param UpdateRecipientInvitationRequest
416
587
  * @return UpdateRecipientInvitationResponse
417
588
  * @throws OciError when an error occurs
418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
419
590
  */
420
591
  updateRecipientInvitation(updateRecipientInvitationRequest: requests.UpdateRecipientInvitationRequest): Promise<responses.UpdateRecipientInvitationResponse>;
421
592
  }
422
593
  export declare enum SenderInvitationApiKeys {
423
594
  }
595
+ /**
596
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
597
+ */
424
598
  export declare class SenderInvitationClient {
425
599
  protected static serviceEndpointTemplate: string;
426
600
  protected "_endpoint": string;
@@ -470,48 +644,190 @@ export declare class SenderInvitationClient {
470
644
  getWaiters(): SenderInvitationWaiter;
471
645
  /**
472
646
  * Cancels a sender invitation.
647
+ * This operation does not retry by default if the user has not defined a retry configuration.
473
648
  * @param CancelSenderInvitationRequest
474
649
  * @return CancelSenderInvitationResponse
475
650
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
477
652
  */
478
653
  cancelSenderInvitation(cancelSenderInvitationRequest: requests.CancelSenderInvitationRequest): Promise<responses.CancelSenderInvitationResponse>;
479
654
  /**
480
655
  * Creates a sender invitation and asynchronously sends the invitation to the recipient.
656
+ * This operation does not retry by default if the user has not defined a retry configuration.
481
657
  * @param CreateSenderInvitationRequest
482
658
  * @return CreateSenderInvitationResponse
483
659
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
485
661
  */
486
662
  createSenderInvitation(createSenderInvitationRequest: requests.CreateSenderInvitationRequest): Promise<responses.CreateSenderInvitationResponse>;
487
663
  /**
488
664
  * Gets information about the sender invitation.
665
+ * This operation does not retry by default if the user has not defined a retry configuration.
489
666
  * @param GetSenderInvitationRequest
490
667
  * @return GetSenderInvitationResponse
491
668
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
493
670
  */
494
671
  getSenderInvitation(getSenderInvitationRequest: requests.GetSenderInvitationRequest): Promise<responses.GetSenderInvitationResponse>;
495
672
  /**
496
673
  * Return a (paginated) list of sender invitations.
497
674
  *
675
+ * This operation does not retry by default if the user has not defined a retry configuration.
498
676
  * @param ListSenderInvitationsRequest
499
677
  * @return ListSenderInvitationsResponse
500
678
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
502
680
  */
503
681
  listSenderInvitations(listSenderInvitationsRequest: requests.ListSenderInvitationsRequest): Promise<responses.ListSenderInvitationsResponse>;
504
682
  /**
505
683
  * Updates the SenderInvitation.
684
+ * This operation does not retry by default if the user has not defined a retry configuration.
506
685
  * @param UpdateSenderInvitationRequest
507
686
  * @return UpdateSenderInvitationResponse
508
687
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
510
689
  */
511
690
  updateSenderInvitation(updateSenderInvitationRequest: requests.UpdateSenderInvitationRequest): Promise<responses.UpdateSenderInvitationResponse>;
512
691
  }
692
+ export declare enum SubscriptionApiKeys {
693
+ }
694
+ /**
695
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
696
+ */
697
+ export declare class SubscriptionClient {
698
+ protected static serviceEndpointTemplate: string;
699
+ protected "_endpoint": string;
700
+ protected "_defaultHeaders": any;
701
+ protected "_waiters": SubscriptionWaiter;
702
+ protected "_clientConfiguration": common.ClientConfiguration;
703
+ protected _circuitBreaker: null;
704
+ protected _httpClient: common.HttpClient;
705
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
706
+ /**
707
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
708
+ */
709
+ get endpoint(): string;
710
+ /**
711
+ * Sets the endpoint to call (ex, https://www.example.com).
712
+ * @param endpoint The endpoint of the service.
713
+ */
714
+ set endpoint(endpoint: string);
715
+ get logger(): import("oci-common/lib/log").Logger;
716
+ /**
717
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
718
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
719
+ * @param region The region of the service.
720
+ */
721
+ set region(region: common.Region);
722
+ /**
723
+ * Sets the regionId to call (ex, 'us-phoenix-1').
724
+ *
725
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
726
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
727
+ * and then call {@link #endpoint(String) endpoint}.
728
+ * @param regionId The public region ID.
729
+ */
730
+ set regionId(regionId: string);
731
+ /**
732
+ * Creates a new SubscriptionWaiter for resources for this service.
733
+ *
734
+ * @param config The waiter configuration for termination and delay strategy
735
+ * @return The service waiters.
736
+ */
737
+ createWaiters(config?: common.WaiterConfiguration): SubscriptionWaiter;
738
+ /**
739
+ * Gets the waiters available for resources for this service.
740
+ *
741
+ * @return The service waiters.
742
+ */
743
+ getWaiters(): SubscriptionWaiter;
744
+ /**
745
+ * Assign the tenancy record identified by the compartment ID to the given subscription ID.
746
+ * This operation does not retry by default if the user has not defined a retry configuration.
747
+ * @param CreateSubscriptionMappingRequest
748
+ * @return CreateSubscriptionMappingResponse
749
+ * @throws OciError when an error occurs
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
751
+ */
752
+ createSubscriptionMapping(createSubscriptionMappingRequest: requests.CreateSubscriptionMappingRequest): Promise<responses.CreateSubscriptionMappingResponse>;
753
+ /**
754
+ * Delete the subscription mapping details by subscription mapping ID.
755
+ * This operation does not retry by default if the user has not defined a retry configuration.
756
+ * @param DeleteSubscriptionMappingRequest
757
+ * @return DeleteSubscriptionMappingResponse
758
+ * @throws OciError when an error occurs
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
760
+ */
761
+ deleteSubscriptionMapping(deleteSubscriptionMappingRequest: requests.DeleteSubscriptionMappingRequest): Promise<responses.DeleteSubscriptionMappingResponse>;
762
+ /**
763
+ * Get the assigned subscription details by assigned subscription ID.
764
+ * This operation does not retry by default if the user has not defined a retry configuration.
765
+ * @param GetAssignedSubscriptionRequest
766
+ * @return GetAssignedSubscriptionResponse
767
+ * @throws OciError when an error occurs
768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
769
+ */
770
+ getAssignedSubscription(getAssignedSubscriptionRequest: requests.GetAssignedSubscriptionRequest): Promise<responses.GetAssignedSubscriptionResponse>;
771
+ /**
772
+ * Gets the subscription details by subscriptionId.
773
+ * This operation does not retry by default if the user has not defined a retry configuration.
774
+ * @param GetSubscriptionRequest
775
+ * @return GetSubscriptionResponse
776
+ * @throws OciError when an error occurs
777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
778
+ */
779
+ getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
780
+ /**
781
+ * Get the subscription mapping details by subscription mapping ID.
782
+ * This operation does not retry by default if the user has not defined a retry configuration.
783
+ * @param GetSubscriptionMappingRequest
784
+ * @return GetSubscriptionMappingResponse
785
+ * @throws OciError when an error occurs
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
787
+ */
788
+ getSubscriptionMapping(getSubscriptionMappingRequest: requests.GetSubscriptionMappingRequest): Promise<responses.GetSubscriptionMappingResponse>;
789
+ /**
790
+ * Lists subscriptions that are consumed by the compartment. Only the root compartment is allowed.
791
+ * This operation does not retry by default if the user has not defined a retry configuration.
792
+ * @param ListAssignedSubscriptionsRequest
793
+ * @return ListAssignedSubscriptionsResponse
794
+ * @throws OciError when an error occurs
795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
796
+ */
797
+ listAssignedSubscriptions(listAssignedSubscriptionsRequest: requests.ListAssignedSubscriptionsRequest): Promise<responses.ListAssignedSubscriptionsResponse>;
798
+ /**
799
+ * List the available regions based on subscription ID.
800
+ * This operation does not retry by default if the user has not defined a retry configuration.
801
+ * @param ListAvailableRegionsRequest
802
+ * @return ListAvailableRegionsResponse
803
+ * @throws OciError when an error occurs
804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
805
+ */
806
+ listAvailableRegions(listAvailableRegionsRequest: requests.ListAvailableRegionsRequest): Promise<responses.ListAvailableRegionsResponse>;
807
+ /**
808
+ * Lists the subscription mappings for all the subscriptions owned by a given compartmentId. Only the root compartment is allowed.
809
+ * This operation does not retry by default if the user has not defined a retry configuration.
810
+ * @param ListSubscriptionMappingsRequest
811
+ * @return ListSubscriptionMappingsResponse
812
+ * @throws OciError when an error occurs
813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
814
+ */
815
+ listSubscriptionMappings(listSubscriptionMappingsRequest: requests.ListSubscriptionMappingsRequest): Promise<responses.ListSubscriptionMappingsResponse>;
816
+ /**
817
+ * List the subscriptions that a compartment owns. Only the root compartment is allowed.
818
+ * This operation does not retry by default if the user has not defined a retry configuration.
819
+ * @param ListSubscriptionsRequest
820
+ * @return ListSubscriptionsResponse
821
+ * @throws OciError when an error occurs
822
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
823
+ */
824
+ listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
825
+ }
513
826
  export declare enum WorkRequestApiKeys {
514
827
  }
828
+ /**
829
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
830
+ */
515
831
  export declare class WorkRequestClient {
516
832
  protected static serviceEndpointTemplate: string;
517
833
  protected "_endpoint": string;
@@ -561,37 +877,41 @@ export declare class WorkRequestClient {
561
877
  getWaiters(): WorkRequestWaiter;
562
878
  /**
563
879
  * Gets the status of the work request with the given ID.
880
+ * This operation does not retry by default if the user has not defined a retry configuration.
564
881
  * @param GetWorkRequestRequest
565
882
  * @return GetWorkRequestResponse
566
883
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
568
885
  */
569
886
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
570
887
  /**
571
888
  * Return a (paginated) list of errors for a given work request.
572
889
  *
890
+ * This operation does not retry by default if the user has not defined a retry configuration.
573
891
  * @param ListWorkRequestErrorsRequest
574
892
  * @return ListWorkRequestErrorsResponse
575
893
  * @throws OciError when an error occurs
576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
577
895
  */
578
896
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
579
897
  /**
580
898
  * Return a (paginated) list of logs for a given work request.
581
899
  *
900
+ * This operation does not retry by default if the user has not defined a retry configuration.
582
901
  * @param ListWorkRequestLogsRequest
583
902
  * @return ListWorkRequestLogsResponse
584
903
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
586
905
  */
587
906
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
588
907
  /**
589
908
  * Lists the work requests in a compartment.
590
909
  *
910
+ * This operation does not retry by default if the user has not defined a retry configuration.
591
911
  * @param ListWorkRequestsRequest
592
912
  * @return ListWorkRequestsResponse
593
913
  * @throws OciError when an error occurs
594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
595
915
  */
596
916
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
597
917
  }