oci-tenantmanagercontrolplane 2.57.0 → 2.59.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 (249) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +3 -2
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +214 -54
  5. package/lib/client.js +494 -55
  6. package/lib/client.js.map +1 -1
  7. package/lib/domain-waiter.d.ts +1 -1
  8. package/lib/domain-waiter.js +1 -1
  9. package/lib/domaingovernance-waiter.d.ts +1 -1
  10. package/lib/domaingovernance-waiter.js +1 -1
  11. package/lib/link-waiter.d.ts +1 -1
  12. package/lib/link-waiter.js +1 -1
  13. package/lib/model/action-type.d.ts +1 -1
  14. package/lib/model/action-type.js +1 -1
  15. package/lib/model/activate-order-details.d.ts +1 -1
  16. package/lib/model/activate-order-details.js +1 -1
  17. package/lib/model/assigned-subscription-collection.d.ts +1 -1
  18. package/lib/model/assigned-subscription-collection.js +1 -1
  19. package/lib/model/assigned-subscription-summary.d.ts +5 -1
  20. package/lib/model/assigned-subscription-summary.js +1 -1
  21. package/lib/model/assigned-subscription-summary.js.map +1 -1
  22. package/lib/model/assigned-subscription.d.ts +4 -4
  23. package/lib/model/assigned-subscription.js +1 -1
  24. package/lib/model/available-region-collection.d.ts +1 -1
  25. package/lib/model/available-region-collection.js +1 -1
  26. package/lib/model/available-region-summary.d.ts +1 -1
  27. package/lib/model/available-region-summary.js +1 -1
  28. package/lib/model/create-child-tenancy-details.d.ts +7 -2
  29. package/lib/model/create-child-tenancy-details.js +1 -1
  30. package/lib/model/create-child-tenancy-details.js.map +1 -1
  31. package/lib/model/create-domain-details.d.ts +2 -2
  32. package/lib/model/create-domain-details.js +1 -1
  33. package/lib/model/create-domain-governance-details.d.ts +2 -2
  34. package/lib/model/create-domain-governance-details.js +1 -1
  35. package/lib/model/create-sender-invitation-details.d.ts +6 -1
  36. package/lib/model/create-sender-invitation-details.js +35 -3
  37. package/lib/model/create-sender-invitation-details.js.map +1 -1
  38. package/lib/model/create-subscription-mapping-details.d.ts +1 -1
  39. package/lib/model/create-subscription-mapping-details.js +1 -1
  40. package/lib/model/domain-collection.d.ts +1 -1
  41. package/lib/model/domain-collection.js +1 -1
  42. package/lib/model/domain-governance-collection.d.ts +1 -1
  43. package/lib/model/domain-governance-collection.js +1 -1
  44. package/lib/model/domain-governance-summary.d.ts +2 -2
  45. package/lib/model/domain-governance-summary.js +1 -1
  46. package/lib/model/domain-governance.d.ts +2 -2
  47. package/lib/model/domain-governance.js +1 -1
  48. package/lib/model/domain-summary.d.ts +1 -1
  49. package/lib/model/domain-summary.js +1 -1
  50. package/lib/model/domain.d.ts +1 -1
  51. package/lib/model/domain.js +1 -1
  52. package/lib/model/governance-status.d.ts +28 -0
  53. package/lib/model/governance-status.js +39 -0
  54. package/lib/model/governance-status.js.map +1 -0
  55. package/lib/model/index.d.ts +5 -1
  56. package/lib/model/index.js +7 -3
  57. package/lib/model/index.js.map +1 -1
  58. package/lib/model/invitation-subject.d.ts +28 -0
  59. package/lib/model/invitation-subject.js +39 -0
  60. package/lib/model/invitation-subject.js.map +1 -0
  61. package/lib/model/lifecycle-state.d.ts +1 -1
  62. package/lib/model/lifecycle-state.js +1 -1
  63. package/lib/model/link-collection.d.ts +1 -1
  64. package/lib/model/link-collection.js +1 -1
  65. package/lib/model/link-summary.d.ts +1 -1
  66. package/lib/model/link-summary.js +1 -1
  67. package/lib/model/link.d.ts +1 -1
  68. package/lib/model/link.js +1 -1
  69. package/lib/model/operation-status.d.ts +1 -1
  70. package/lib/model/operation-status.js +1 -1
  71. package/lib/model/operation-type.d.ts +1 -1
  72. package/lib/model/operation-type.js +1 -1
  73. package/lib/model/order.d.ts +2 -2
  74. package/lib/model/order.js +1 -1
  75. package/lib/model/organization-collection.d.ts +1 -1
  76. package/lib/model/organization-collection.js +1 -1
  77. package/lib/model/organization-summary.d.ts +4 -4
  78. package/lib/model/organization-summary.js +1 -1
  79. package/lib/model/organization-tenancy-collection.d.ts +1 -1
  80. package/lib/model/organization-tenancy-collection.js +1 -1
  81. package/lib/model/organization-tenancy-lifecycle-state.d.ts +2 -2
  82. package/lib/model/organization-tenancy-lifecycle-state.js +2 -2
  83. package/lib/model/organization-tenancy-role.d.ts +2 -2
  84. package/lib/model/organization-tenancy-role.js +2 -2
  85. package/lib/model/organization-tenancy-summary.d.ts +10 -6
  86. package/lib/model/organization-tenancy-summary.js +1 -1
  87. package/lib/model/organization-tenancy-summary.js.map +1 -1
  88. package/lib/model/organization-tenancy.d.ts +11 -7
  89. package/lib/model/organization-tenancy.js +1 -1
  90. package/lib/model/organization-tenancy.js.map +1 -1
  91. package/lib/model/organization.d.ts +4 -4
  92. package/lib/model/organization.js +1 -1
  93. package/lib/model/promotion.d.ts +7 -7
  94. package/lib/model/promotion.js +1 -1
  95. package/lib/model/recipient-invitation-collection.d.ts +1 -1
  96. package/lib/model/recipient-invitation-collection.js +1 -1
  97. package/lib/model/recipient-invitation-status.d.ts +1 -1
  98. package/lib/model/recipient-invitation-status.js +1 -1
  99. package/lib/model/recipient-invitation-summary.d.ts +7 -3
  100. package/lib/model/recipient-invitation-summary.js +35 -3
  101. package/lib/model/recipient-invitation-summary.js.map +1 -1
  102. package/lib/model/recipient-invitation.d.ts +7 -3
  103. package/lib/model/recipient-invitation.js +35 -3
  104. package/lib/model/recipient-invitation.js.map +1 -1
  105. package/lib/model/sender-invitation-collection.d.ts +1 -1
  106. package/lib/model/sender-invitation-collection.js +1 -1
  107. package/lib/model/sender-invitation-status.d.ts +1 -1
  108. package/lib/model/sender-invitation-status.js +1 -1
  109. package/lib/model/sender-invitation-summary.d.ts +7 -3
  110. package/lib/model/sender-invitation-summary.js +35 -3
  111. package/lib/model/sender-invitation-summary.js.map +1 -1
  112. package/lib/model/sender-invitation.d.ts +7 -3
  113. package/lib/model/sender-invitation.js +35 -3
  114. package/lib/model/sender-invitation.js.map +1 -1
  115. package/lib/model/sku.d.ts +1 -1
  116. package/lib/model/sku.js +1 -1
  117. package/lib/model/sort-order.d.ts +1 -1
  118. package/lib/model/sort-order.js +1 -1
  119. package/lib/model/subscription-collection.d.ts +1 -1
  120. package/lib/model/subscription-collection.js +1 -1
  121. package/lib/model/subscription-info.d.ts +2 -2
  122. package/lib/model/subscription-info.js +1 -1
  123. package/lib/model/subscription-lifecycle-state.d.ts +1 -1
  124. package/lib/model/subscription-lifecycle-state.js +1 -1
  125. package/lib/model/subscription-mapping-collection.d.ts +1 -1
  126. package/lib/model/subscription-mapping-collection.js +1 -1
  127. package/lib/model/subscription-mapping-summary.d.ts +1 -1
  128. package/lib/model/subscription-mapping-summary.js +1 -1
  129. package/lib/model/subscription-mapping.d.ts +1 -1
  130. package/lib/model/subscription-mapping.js +1 -1
  131. package/lib/model/subscription-sku.d.ts +1 -1
  132. package/lib/model/subscription-sku.js +1 -1
  133. package/lib/model/subscription-summary.d.ts +1 -1
  134. package/lib/model/subscription-summary.js +1 -1
  135. package/lib/model/subscription.d.ts +4 -4
  136. package/lib/model/subscription.js +1 -1
  137. package/lib/model/update-domain-details.d.ts +1 -1
  138. package/lib/model/update-domain-details.js +1 -1
  139. package/lib/model/update-domain-governance-details.d.ts +2 -2
  140. package/lib/model/update-domain-governance-details.js +1 -1
  141. package/lib/model/update-organization-details.d.ts +2 -2
  142. package/lib/model/update-organization-details.js +1 -1
  143. package/lib/model/update-recipient-invitation-details.d.ts +1 -1
  144. package/lib/model/update-recipient-invitation-details.js +1 -1
  145. package/lib/model/update-sender-invitation-details.d.ts +1 -1
  146. package/lib/model/update-sender-invitation-details.js +1 -1
  147. package/lib/model/work-request-collection.d.ts +1 -1
  148. package/lib/model/work-request-collection.js +1 -1
  149. package/lib/model/work-request-error-collection.d.ts +1 -1
  150. package/lib/model/work-request-error-collection.js +1 -1
  151. package/lib/model/work-request-error.d.ts +1 -1
  152. package/lib/model/work-request-error.js +1 -1
  153. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  154. package/lib/model/work-request-log-entry-collection.js +1 -1
  155. package/lib/model/work-request-log-entry.d.ts +1 -1
  156. package/lib/model/work-request-log-entry.js +1 -1
  157. package/lib/model/work-request-resource.d.ts +1 -1
  158. package/lib/model/work-request-resource.js +1 -1
  159. package/lib/model/work-request-summary.d.ts +1 -1
  160. package/lib/model/work-request-summary.js +1 -1
  161. package/lib/model/work-request.d.ts +1 -1
  162. package/lib/model/work-request.js +1 -1
  163. package/lib/organization-waiter.d.ts +1 -1
  164. package/lib/organization-waiter.js +1 -1
  165. package/lib/recipientinvitation-waiter.d.ts +1 -1
  166. package/lib/recipientinvitation-waiter.js +1 -1
  167. package/lib/request/accept-recipient-invitation-request.d.ts +2 -2
  168. package/lib/request/activate-order-request.d.ts +3 -3
  169. package/lib/request/add-governance-request.d.ts +48 -0
  170. package/lib/request/add-governance-request.js +15 -0
  171. package/lib/request/add-governance-request.js.map +1 -0
  172. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +3 -3
  173. package/lib/request/cancel-sender-invitation-request.d.ts +2 -2
  174. package/lib/request/create-child-tenancy-request.d.ts +2 -2
  175. package/lib/request/create-domain-governance-request.d.ts +2 -2
  176. package/lib/request/create-domain-request.d.ts +2 -2
  177. package/lib/request/create-sender-invitation-request.d.ts +2 -2
  178. package/lib/request/create-subscription-mapping-request.d.ts +2 -2
  179. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  180. package/lib/request/delete-domain-request.d.ts +1 -1
  181. package/lib/request/delete-link-request.d.ts +1 -1
  182. package/lib/request/delete-organization-tenancy-request.d.ts +2 -2
  183. package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
  184. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  185. package/lib/request/get-domain-governance-request.d.ts +1 -1
  186. package/lib/request/get-domain-request.d.ts +1 -1
  187. package/lib/request/get-link-request.d.ts +1 -1
  188. package/lib/request/get-order-request.d.ts +2 -2
  189. package/lib/request/get-organization-request.d.ts +1 -1
  190. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  191. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  192. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  193. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  194. package/lib/request/get-subscription-request.d.ts +1 -1
  195. package/lib/request/get-work-request-request.d.ts +1 -1
  196. package/lib/request/ignore-recipient-invitation-request.d.ts +2 -2
  197. package/lib/request/index.d.ts +5 -1
  198. package/lib/request/index.js +1 -1
  199. package/lib/request/index.js.map +1 -1
  200. package/lib/request/list-assigned-subscriptions-request.d.ts +2 -2
  201. package/lib/request/list-available-regions-request.d.ts +1 -1
  202. package/lib/request/list-domain-governances-request.d.ts +2 -2
  203. package/lib/request/list-domains-request.d.ts +2 -2
  204. package/lib/request/list-links-request.d.ts +1 -1
  205. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  206. package/lib/request/list-organizations-request.d.ts +2 -2
  207. package/lib/request/list-recipient-invitations-request.d.ts +2 -2
  208. package/lib/request/list-sender-invitations-request.d.ts +2 -2
  209. package/lib/request/list-subscription-mappings-request.d.ts +3 -3
  210. package/lib/request/list-subscriptions-request.d.ts +2 -2
  211. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  212. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  213. package/lib/request/list-work-requests-request.d.ts +2 -2
  214. package/lib/request/remove-governance-request.d.ts +48 -0
  215. package/lib/request/remove-governance-request.js +15 -0
  216. package/lib/request/remove-governance-request.js.map +1 -0
  217. package/lib/request/restore-organization-tenancy-request.d.ts +1 -1
  218. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +3 -3
  219. package/lib/request/update-domain-governance-request.d.ts +1 -1
  220. package/lib/request/update-domain-request.d.ts +1 -1
  221. package/lib/request/update-organization-request.d.ts +2 -2
  222. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  223. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  224. package/lib/response/accept-recipient-invitation-response.d.ts +1 -1
  225. package/lib/response/activate-order-response.d.ts +1 -1
  226. package/lib/response/add-governance-response.d.ts +25 -0
  227. package/lib/response/add-governance-response.js +15 -0
  228. package/lib/response/add-governance-response.js.map +1 -0
  229. package/lib/response/cancel-sender-invitation-response.d.ts +1 -1
  230. package/lib/response/create-child-tenancy-response.d.ts +1 -1
  231. package/lib/response/create-domain-response.d.ts +1 -1
  232. package/lib/response/create-sender-invitation-response.d.ts +1 -1
  233. package/lib/response/create-subscription-mapping-response.d.ts +1 -1
  234. package/lib/response/delete-link-response.d.ts +1 -1
  235. package/lib/response/delete-organization-tenancy-response.d.ts +1 -1
  236. package/lib/response/index.d.ts +5 -1
  237. package/lib/response/index.js +1 -1
  238. package/lib/response/remove-governance-response.d.ts +25 -0
  239. package/lib/response/remove-governance-response.js +15 -0
  240. package/lib/response/remove-governance-response.js.map +1 -0
  241. package/lib/response/restore-organization-tenancy-response.d.ts +1 -1
  242. package/lib/response/update-organization-response.d.ts +1 -1
  243. package/lib/senderinvitation-waiter.d.ts +1 -1
  244. package/lib/senderinvitation-waiter.js +1 -1
  245. package/lib/subscription-waiter.d.ts +1 -1
  246. package/lib/subscription-waiter.js +1 -1
  247. package/lib/workrequest-waiter.d.ts +1 -1
  248. package/lib/workrequest-waiter.js +1 -1
  249. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Organizations API
3
- * The Organizations API allows you to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and its resources.
3
+ * Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm).
4
4
  * OpenAPI spec version: 20200801
5
5
  *
6
6
  *
@@ -29,6 +29,7 @@ export declare enum DomainApiKeys {
29
29
  export declare class DomainClient {
30
30
  protected static serviceEndpointTemplate: string;
31
31
  protected static endpointServiceName: string;
32
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
32
33
  protected "_endpoint": string;
33
34
  protected "_defaultHeaders": any;
34
35
  protected "_waiters": DomainWaiter;
@@ -36,6 +37,9 @@ export declare class DomainClient {
36
37
  protected _circuitBreaker: null;
37
38
  protected _httpOptions: any;
38
39
  targetService: string;
40
+ protected _regionId: string;
41
+ protected "_region": common.Region;
42
+ protected _lastSetRegionOrRegionId: string;
39
43
  protected _httpClient: common.HttpClient;
40
44
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
41
45
  /**
@@ -48,6 +52,12 @@ export declare class DomainClient {
48
52
  */
49
53
  set endpoint(endpoint: string);
50
54
  get logger(): import("oci-common/lib/log").Logger;
55
+ /**
56
+ * Determines whether realm specific endpoint should be used or not.
57
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
58
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
59
+ */
60
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
51
61
  /**
52
62
  * Sets the region to call (ex, Region.US_PHOENIX_1).
53
63
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -82,7 +92,7 @@ export declare class DomainClient {
82
92
  * @param CreateDomainRequest
83
93
  * @return CreateDomainResponse
84
94
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
86
96
  */
87
97
  createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
88
98
  /**
@@ -91,7 +101,7 @@ export declare class DomainClient {
91
101
  * @param DeleteDomainRequest
92
102
  * @return DeleteDomainResponse
93
103
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
95
105
  */
96
106
  deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
97
107
  /**
@@ -100,7 +110,7 @@ export declare class DomainClient {
100
110
  * @param GetDomainRequest
101
111
  * @return GetDomainResponse
102
112
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
104
114
  */
105
115
  getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
106
116
  /**
@@ -110,7 +120,7 @@ export declare class DomainClient {
110
120
  * @param ListDomainsRequest
111
121
  * @return ListDomainsResponse
112
122
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
114
124
  */
115
125
  listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
116
126
  /**
@@ -119,7 +129,7 @@ export declare class DomainClient {
119
129
  * @param UpdateDomainRequest
120
130
  * @return UpdateDomainResponse
121
131
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
123
133
  */
124
134
  updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
125
135
  }
@@ -131,6 +141,7 @@ export declare enum DomainGovernanceApiKeys {
131
141
  export declare class DomainGovernanceClient {
132
142
  protected static serviceEndpointTemplate: string;
133
143
  protected static endpointServiceName: string;
144
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
134
145
  protected "_endpoint": string;
135
146
  protected "_defaultHeaders": any;
136
147
  protected "_waiters": DomainGovernanceWaiter;
@@ -138,6 +149,9 @@ export declare class DomainGovernanceClient {
138
149
  protected _circuitBreaker: null;
139
150
  protected _httpOptions: any;
140
151
  targetService: string;
152
+ protected _regionId: string;
153
+ protected "_region": common.Region;
154
+ protected _lastSetRegionOrRegionId: string;
141
155
  protected _httpClient: common.HttpClient;
142
156
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
143
157
  /**
@@ -150,6 +164,12 @@ export declare class DomainGovernanceClient {
150
164
  */
151
165
  set endpoint(endpoint: string);
152
166
  get logger(): import("oci-common/lib/log").Logger;
167
+ /**
168
+ * Determines whether realm specific endpoint should be used or not.
169
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
170
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
171
+ */
172
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
153
173
  /**
154
174
  * Sets the region to call (ex, Region.US_PHOENIX_1).
155
175
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -184,7 +204,7 @@ export declare class DomainGovernanceClient {
184
204
  * @param CreateDomainGovernanceRequest
185
205
  * @return CreateDomainGovernanceResponse
186
206
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
188
208
  */
189
209
  createDomainGovernance(createDomainGovernanceRequest: requests.CreateDomainGovernanceRequest): Promise<responses.CreateDomainGovernanceResponse>;
190
210
  /**
@@ -193,7 +213,7 @@ export declare class DomainGovernanceClient {
193
213
  * @param DeleteDomainGovernanceRequest
194
214
  * @return DeleteDomainGovernanceResponse
195
215
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
197
217
  */
198
218
  deleteDomainGovernance(deleteDomainGovernanceRequest: requests.DeleteDomainGovernanceRequest): Promise<responses.DeleteDomainGovernanceResponse>;
199
219
  /**
@@ -202,7 +222,7 @@ export declare class DomainGovernanceClient {
202
222
  * @param GetDomainGovernanceRequest
203
223
  * @return GetDomainGovernanceResponse
204
224
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
206
226
  */
207
227
  getDomainGovernance(getDomainGovernanceRequest: requests.GetDomainGovernanceRequest): Promise<responses.GetDomainGovernanceResponse>;
208
228
  /**
@@ -212,7 +232,7 @@ export declare class DomainGovernanceClient {
212
232
  * @param ListDomainGovernancesRequest
213
233
  * @return ListDomainGovernancesResponse
214
234
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
216
236
  */
217
237
  listDomainGovernances(listDomainGovernancesRequest: requests.ListDomainGovernancesRequest): Promise<responses.ListDomainGovernancesResponse>;
218
238
  /**
@@ -221,10 +241,80 @@ export declare class DomainGovernanceClient {
221
241
  * @param UpdateDomainGovernanceRequest
222
242
  * @return UpdateDomainGovernanceResponse
223
243
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
225
245
  */
226
246
  updateDomainGovernance(updateDomainGovernanceRequest: requests.UpdateDomainGovernanceRequest): Promise<responses.UpdateDomainGovernanceResponse>;
227
247
  }
248
+ export declare enum GovernanceApiKeys {
249
+ }
250
+ /**
251
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
252
+ */
253
+ export declare class GovernanceClient {
254
+ protected static serviceEndpointTemplate: string;
255
+ protected static endpointServiceName: string;
256
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
257
+ protected "_endpoint": string;
258
+ protected "_defaultHeaders": any;
259
+ protected "_clientConfiguration": common.ClientConfiguration;
260
+ protected _circuitBreaker: null;
261
+ protected _httpOptions: any;
262
+ targetService: string;
263
+ protected _regionId: string;
264
+ protected "_region": common.Region;
265
+ protected _lastSetRegionOrRegionId: string;
266
+ protected _httpClient: common.HttpClient;
267
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
268
+ /**
269
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
270
+ */
271
+ get endpoint(): string;
272
+ /**
273
+ * Sets the endpoint to call (ex, https://www.example.com).
274
+ * @param endpoint The endpoint of the service.
275
+ */
276
+ set endpoint(endpoint: string);
277
+ get logger(): import("oci-common/lib/log").Logger;
278
+ /**
279
+ * Determines whether realm specific endpoint should be used or not.
280
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
281
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
282
+ */
283
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
284
+ /**
285
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
286
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
287
+ * @param region The region of the service.
288
+ */
289
+ set region(region: common.Region);
290
+ /**
291
+ * Sets the regionId to call (ex, 'us-phoenix-1').
292
+ *
293
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
294
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
295
+ * and then call {@link #endpoint(String) endpoint}.
296
+ * @param regionId The public region ID.
297
+ */
298
+ set regionId(regionId: string);
299
+ /**
300
+ * Starts a work request to opt the tenancy in to governance rules.
301
+ * This operation does not retry by default if the user has not defined a retry configuration.
302
+ * @param AddGovernanceRequest
303
+ * @return AddGovernanceResponse
304
+ * @throws OciError when an error occurs
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernance API.
306
+ */
307
+ addGovernance(addGovernanceRequest: requests.AddGovernanceRequest): Promise<responses.AddGovernanceResponse>;
308
+ /**
309
+ * Starts a work request to opt the tenancy out of governance rules.
310
+ * This operation does not retry by default if the user has not defined a retry configuration.
311
+ * @param RemoveGovernanceRequest
312
+ * @return RemoveGovernanceResponse
313
+ * @throws OciError when an error occurs
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernance API.
315
+ */
316
+ removeGovernance(removeGovernanceRequest: requests.RemoveGovernanceRequest): Promise<responses.RemoveGovernanceResponse>;
317
+ }
228
318
  export declare enum LinkApiKeys {
229
319
  }
230
320
  /**
@@ -233,6 +323,7 @@ export declare enum LinkApiKeys {
233
323
  export declare class LinkClient {
234
324
  protected static serviceEndpointTemplate: string;
235
325
  protected static endpointServiceName: string;
326
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
236
327
  protected "_endpoint": string;
237
328
  protected "_defaultHeaders": any;
238
329
  protected "_waiters": LinkWaiter;
@@ -240,6 +331,9 @@ export declare class LinkClient {
240
331
  protected _circuitBreaker: null;
241
332
  protected _httpOptions: any;
242
333
  targetService: string;
334
+ protected _regionId: string;
335
+ protected "_region": common.Region;
336
+ protected _lastSetRegionOrRegionId: string;
243
337
  protected _httpClient: common.HttpClient;
244
338
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
245
339
  /**
@@ -252,6 +346,12 @@ export declare class LinkClient {
252
346
  */
253
347
  set endpoint(endpoint: string);
254
348
  get logger(): import("oci-common/lib/log").Logger;
349
+ /**
350
+ * Determines whether realm specific endpoint should be used or not.
351
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
352
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
353
+ */
354
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
255
355
  /**
256
356
  * Sets the region to call (ex, Region.US_PHOENIX_1).
257
357
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -286,7 +386,7 @@ export declare class LinkClient {
286
386
  * @param DeleteLinkRequest
287
387
  * @return DeleteLinkResponse
288
388
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
290
390
  */
291
391
  deleteLink(deleteLinkRequest: requests.DeleteLinkRequest): Promise<responses.DeleteLinkResponse>;
292
392
  /**
@@ -295,7 +395,7 @@ export declare class LinkClient {
295
395
  * @param GetLinkRequest
296
396
  * @return GetLinkResponse
297
397
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
299
399
  */
300
400
  getLink(getLinkRequest: requests.GetLinkRequest): Promise<responses.GetLinkResponse>;
301
401
  /**
@@ -304,7 +404,7 @@ export declare class LinkClient {
304
404
  * @param ListLinksRequest
305
405
  * @return ListLinksResponse
306
406
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
308
408
  */
309
409
  listLinks(listLinksRequest: requests.ListLinksRequest): Promise<responses.ListLinksResponse>;
310
410
  }
@@ -316,12 +416,16 @@ export declare enum OrdersApiKeys {
316
416
  export declare class OrdersClient {
317
417
  protected static serviceEndpointTemplate: string;
318
418
  protected static endpointServiceName: string;
419
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
319
420
  protected "_endpoint": string;
320
421
  protected "_defaultHeaders": any;
321
422
  protected "_clientConfiguration": common.ClientConfiguration;
322
423
  protected _circuitBreaker: null;
323
424
  protected _httpOptions: any;
324
425
  targetService: string;
426
+ protected _regionId: string;
427
+ protected "_region": common.Region;
428
+ protected _lastSetRegionOrRegionId: string;
325
429
  protected _httpClient: common.HttpClient;
326
430
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
327
431
  /**
@@ -334,6 +438,12 @@ export declare class OrdersClient {
334
438
  */
335
439
  set endpoint(endpoint: string);
336
440
  get logger(): import("oci-common/lib/log").Logger;
441
+ /**
442
+ * Determines whether realm specific endpoint should be used or not.
443
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
444
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
445
+ */
446
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
337
447
  /**
338
448
  * Sets the region to call (ex, Region.US_PHOENIX_1).
339
449
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -355,17 +465,17 @@ export declare class OrdersClient {
355
465
  * @param ActivateOrderRequest
356
466
  * @return ActivateOrderResponse
357
467
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
359
469
  */
360
470
  activateOrder(activateOrderRequest: requests.ActivateOrderRequest): Promise<responses.ActivateOrderResponse>;
361
471
  /**
362
- * Returns the Order Details given by the order ID in the JWT.
472
+ * Returns the order details given by the order ID in the JWT.
363
473
  *
364
474
  * This operation does not retry by default if the user has not defined a retry configuration.
365
475
  * @param GetOrderRequest
366
476
  * @return GetOrderResponse
367
477
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
369
479
  */
370
480
  getOrder(getOrderRequest: requests.GetOrderRequest): Promise<responses.GetOrderResponse>;
371
481
  }
@@ -377,6 +487,7 @@ export declare enum OrganizationApiKeys {
377
487
  export declare class OrganizationClient {
378
488
  protected static serviceEndpointTemplate: string;
379
489
  protected static endpointServiceName: string;
490
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
380
491
  protected "_endpoint": string;
381
492
  protected "_defaultHeaders": any;
382
493
  protected "_waiters": OrganizationWaiter;
@@ -384,6 +495,9 @@ export declare class OrganizationClient {
384
495
  protected _circuitBreaker: null;
385
496
  protected _httpOptions: any;
386
497
  targetService: string;
498
+ protected _regionId: string;
499
+ protected "_region": common.Region;
500
+ protected _lastSetRegionOrRegionId: string;
387
501
  protected _httpClient: common.HttpClient;
388
502
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
389
503
  /**
@@ -396,6 +510,12 @@ export declare class OrganizationClient {
396
510
  */
397
511
  set endpoint(endpoint: string);
398
512
  get logger(): import("oci-common/lib/log").Logger;
513
+ /**
514
+ * Determines whether realm specific endpoint should be used or not.
515
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
516
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
517
+ */
518
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
399
519
  /**
400
520
  * Sets the region to call (ex, Region.US_PHOENIX_1).
401
521
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -430,7 +550,7 @@ export declare class OrganizationClient {
430
550
  * @param ApproveOrganizationTenancyForTransferRequest
431
551
  * @return ApproveOrganizationTenancyForTransferResponse
432
552
  * @throws OciError when an error occurs
433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
434
554
  */
435
555
  approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest: requests.ApproveOrganizationTenancyForTransferRequest): Promise<responses.ApproveOrganizationTenancyForTransferResponse>;
436
556
  /**
@@ -439,7 +559,7 @@ export declare class OrganizationClient {
439
559
  * @param CreateChildTenancyRequest
440
560
  * @return CreateChildTenancyResponse
441
561
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
443
563
  */
444
564
  createChildTenancy(createChildTenancyRequest: requests.CreateChildTenancyRequest): Promise<responses.CreateChildTenancyResponse>;
445
565
  /**
@@ -448,7 +568,7 @@ export declare class OrganizationClient {
448
568
  * @param DeleteOrganizationTenancyRequest
449
569
  * @return DeleteOrganizationTenancyResponse
450
570
  * @throws OciError when an error occurs
451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
452
572
  */
453
573
  deleteOrganizationTenancy(deleteOrganizationTenancyRequest: requests.DeleteOrganizationTenancyRequest): Promise<responses.DeleteOrganizationTenancyResponse>;
454
574
  /**
@@ -457,7 +577,7 @@ export declare class OrganizationClient {
457
577
  * @param GetOrganizationRequest
458
578
  * @return GetOrganizationResponse
459
579
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
461
581
  */
462
582
  getOrganization(getOrganizationRequest: requests.GetOrganizationRequest): Promise<responses.GetOrganizationResponse>;
463
583
  /**
@@ -466,7 +586,7 @@ export declare class OrganizationClient {
466
586
  * @param GetOrganizationTenancyRequest
467
587
  * @return GetOrganizationTenancyResponse
468
588
  * @throws OciError when an error occurs
469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
470
590
  */
471
591
  getOrganizationTenancy(getOrganizationTenancyRequest: requests.GetOrganizationTenancyRequest): Promise<responses.GetOrganizationTenancyResponse>;
472
592
  /**
@@ -475,7 +595,7 @@ export declare class OrganizationClient {
475
595
  * @param ListOrganizationTenanciesRequest
476
596
  * @return ListOrganizationTenanciesResponse
477
597
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
479
599
  */
480
600
  listOrganizationTenancies(listOrganizationTenanciesRequest: requests.ListOrganizationTenanciesRequest): Promise<responses.ListOrganizationTenanciesResponse>;
481
601
  /**
@@ -484,16 +604,16 @@ export declare class OrganizationClient {
484
604
  * @param ListOrganizationsRequest
485
605
  * @return ListOrganizationsResponse
486
606
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
488
608
  */
489
609
  listOrganizations(listOrganizationsRequest: requests.ListOrganizationsRequest): Promise<responses.ListOrganizationsResponse>;
490
610
  /**
491
- * An asynchronous API to restore tenancy.
611
+ * An asynchronous API to restore a tenancy.
492
612
  * This operation does not retry by default if the user has not defined a retry configuration.
493
613
  * @param RestoreOrganizationTenancyRequest
494
614
  * @return RestoreOrganizationTenancyResponse
495
615
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
497
617
  */
498
618
  restoreOrganizationTenancy(restoreOrganizationTenancyRequest: requests.RestoreOrganizationTenancyRequest): Promise<responses.RestoreOrganizationTenancyResponse>;
499
619
  /**
@@ -502,16 +622,16 @@ export declare class OrganizationClient {
502
622
  * @param UnapproveOrganizationTenancyForTransferRequest
503
623
  * @return UnapproveOrganizationTenancyForTransferResponse
504
624
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
506
626
  */
507
627
  unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest: requests.UnapproveOrganizationTenancyForTransferRequest): Promise<responses.UnapproveOrganizationTenancyForTransferResponse>;
508
628
  /**
509
- * Assign the default subscription to the organization.
629
+ * Map the default subscription to the organization.
510
630
  * This operation does not retry by default if the user has not defined a retry configuration.
511
631
  * @param UpdateOrganizationRequest
512
632
  * @return UpdateOrganizationResponse
513
633
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
515
635
  */
516
636
  updateOrganization(updateOrganizationRequest: requests.UpdateOrganizationRequest): Promise<responses.UpdateOrganizationResponse>;
517
637
  }
@@ -523,6 +643,7 @@ export declare enum RecipientInvitationApiKeys {
523
643
  export declare class RecipientInvitationClient {
524
644
  protected static serviceEndpointTemplate: string;
525
645
  protected static endpointServiceName: string;
646
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
526
647
  protected "_endpoint": string;
527
648
  protected "_defaultHeaders": any;
528
649
  protected "_waiters": RecipientInvitationWaiter;
@@ -530,6 +651,9 @@ export declare class RecipientInvitationClient {
530
651
  protected _circuitBreaker: null;
531
652
  protected _httpOptions: any;
532
653
  targetService: string;
654
+ protected _regionId: string;
655
+ protected "_region": common.Region;
656
+ protected _lastSetRegionOrRegionId: string;
533
657
  protected _httpClient: common.HttpClient;
534
658
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
535
659
  /**
@@ -542,6 +666,12 @@ export declare class RecipientInvitationClient {
542
666
  */
543
667
  set endpoint(endpoint: string);
544
668
  get logger(): import("oci-common/lib/log").Logger;
669
+ /**
670
+ * Determines whether realm specific endpoint should be used or not.
671
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
672
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
673
+ */
674
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
545
675
  /**
546
676
  * Sets the region to call (ex, Region.US_PHOENIX_1).
547
677
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -576,7 +706,7 @@ export declare class RecipientInvitationClient {
576
706
  * @param AcceptRecipientInvitationRequest
577
707
  * @return AcceptRecipientInvitationResponse
578
708
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
580
710
  */
581
711
  acceptRecipientInvitation(acceptRecipientInvitationRequest: requests.AcceptRecipientInvitationRequest): Promise<responses.AcceptRecipientInvitationResponse>;
582
712
  /**
@@ -585,7 +715,7 @@ export declare class RecipientInvitationClient {
585
715
  * @param GetRecipientInvitationRequest
586
716
  * @return GetRecipientInvitationResponse
587
717
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
589
719
  */
590
720
  getRecipientInvitation(getRecipientInvitationRequest: requests.GetRecipientInvitationRequest): Promise<responses.GetRecipientInvitationResponse>;
591
721
  /**
@@ -594,7 +724,7 @@ export declare class RecipientInvitationClient {
594
724
  * @param IgnoreRecipientInvitationRequest
595
725
  * @return IgnoreRecipientInvitationResponse
596
726
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
598
728
  */
599
729
  ignoreRecipientInvitation(ignoreRecipientInvitationRequest: requests.IgnoreRecipientInvitationRequest): Promise<responses.IgnoreRecipientInvitationResponse>;
600
730
  /**
@@ -604,16 +734,16 @@ export declare class RecipientInvitationClient {
604
734
  * @param ListRecipientInvitationsRequest
605
735
  * @return ListRecipientInvitationsResponse
606
736
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
608
738
  */
609
739
  listRecipientInvitations(listRecipientInvitationsRequest: requests.ListRecipientInvitationsRequest): Promise<responses.ListRecipientInvitationsResponse>;
610
740
  /**
611
- * Updates the RecipientInvitation.
741
+ * Updates the recipient invitation.
612
742
  * This operation does not retry by default if the user has not defined a retry configuration.
613
743
  * @param UpdateRecipientInvitationRequest
614
744
  * @return UpdateRecipientInvitationResponse
615
745
  * @throws OciError when an error occurs
616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
617
747
  */
618
748
  updateRecipientInvitation(updateRecipientInvitationRequest: requests.UpdateRecipientInvitationRequest): Promise<responses.UpdateRecipientInvitationResponse>;
619
749
  }
@@ -625,6 +755,7 @@ export declare enum SenderInvitationApiKeys {
625
755
  export declare class SenderInvitationClient {
626
756
  protected static serviceEndpointTemplate: string;
627
757
  protected static endpointServiceName: string;
758
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
628
759
  protected "_endpoint": string;
629
760
  protected "_defaultHeaders": any;
630
761
  protected "_waiters": SenderInvitationWaiter;
@@ -632,6 +763,9 @@ export declare class SenderInvitationClient {
632
763
  protected _circuitBreaker: null;
633
764
  protected _httpOptions: any;
634
765
  targetService: string;
766
+ protected _regionId: string;
767
+ protected "_region": common.Region;
768
+ protected _lastSetRegionOrRegionId: string;
635
769
  protected _httpClient: common.HttpClient;
636
770
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
637
771
  /**
@@ -644,6 +778,12 @@ export declare class SenderInvitationClient {
644
778
  */
645
779
  set endpoint(endpoint: string);
646
780
  get logger(): import("oci-common/lib/log").Logger;
781
+ /**
782
+ * Determines whether realm specific endpoint should be used or not.
783
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
784
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
785
+ */
786
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
647
787
  /**
648
788
  * Sets the region to call (ex, Region.US_PHOENIX_1).
649
789
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -678,7 +818,7 @@ export declare class SenderInvitationClient {
678
818
  * @param CancelSenderInvitationRequest
679
819
  * @return CancelSenderInvitationResponse
680
820
  * @throws OciError when an error occurs
681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
682
822
  */
683
823
  cancelSenderInvitation(cancelSenderInvitationRequest: requests.CancelSenderInvitationRequest): Promise<responses.CancelSenderInvitationResponse>;
684
824
  /**
@@ -687,7 +827,7 @@ export declare class SenderInvitationClient {
687
827
  * @param CreateSenderInvitationRequest
688
828
  * @return CreateSenderInvitationResponse
689
829
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
691
831
  */
692
832
  createSenderInvitation(createSenderInvitationRequest: requests.CreateSenderInvitationRequest): Promise<responses.CreateSenderInvitationResponse>;
693
833
  /**
@@ -696,7 +836,7 @@ export declare class SenderInvitationClient {
696
836
  * @param GetSenderInvitationRequest
697
837
  * @return GetSenderInvitationResponse
698
838
  * @throws OciError when an error occurs
699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
700
840
  */
701
841
  getSenderInvitation(getSenderInvitationRequest: requests.GetSenderInvitationRequest): Promise<responses.GetSenderInvitationResponse>;
702
842
  /**
@@ -706,16 +846,16 @@ export declare class SenderInvitationClient {
706
846
  * @param ListSenderInvitationsRequest
707
847
  * @return ListSenderInvitationsResponse
708
848
  * @throws OciError when an error occurs
709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
710
850
  */
711
851
  listSenderInvitations(listSenderInvitationsRequest: requests.ListSenderInvitationsRequest): Promise<responses.ListSenderInvitationsResponse>;
712
852
  /**
713
- * Updates the SenderInvitation.
853
+ * Updates the sender invitation.
714
854
  * This operation does not retry by default if the user has not defined a retry configuration.
715
855
  * @param UpdateSenderInvitationRequest
716
856
  * @return UpdateSenderInvitationResponse
717
857
  * @throws OciError when an error occurs
718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
719
859
  */
720
860
  updateSenderInvitation(updateSenderInvitationRequest: requests.UpdateSenderInvitationRequest): Promise<responses.UpdateSenderInvitationResponse>;
721
861
  }
@@ -727,6 +867,7 @@ export declare enum SubscriptionApiKeys {
727
867
  export declare class SubscriptionClient {
728
868
  protected static serviceEndpointTemplate: string;
729
869
  protected static endpointServiceName: string;
870
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
730
871
  protected "_endpoint": string;
731
872
  protected "_defaultHeaders": any;
732
873
  protected "_waiters": SubscriptionWaiter;
@@ -734,6 +875,9 @@ export declare class SubscriptionClient {
734
875
  protected _circuitBreaker: null;
735
876
  protected _httpOptions: any;
736
877
  targetService: string;
878
+ protected _regionId: string;
879
+ protected "_region": common.Region;
880
+ protected _lastSetRegionOrRegionId: string;
737
881
  protected _httpClient: common.HttpClient;
738
882
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
739
883
  /**
@@ -746,6 +890,12 @@ export declare class SubscriptionClient {
746
890
  */
747
891
  set endpoint(endpoint: string);
748
892
  get logger(): import("oci-common/lib/log").Logger;
893
+ /**
894
+ * Determines whether realm specific endpoint should be used or not.
895
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
896
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
897
+ */
898
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
749
899
  /**
750
900
  * Sets the region to call (ex, Region.US_PHOENIX_1).
751
901
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -780,7 +930,7 @@ export declare class SubscriptionClient {
780
930
  * @param CreateSubscriptionMappingRequest
781
931
  * @return CreateSubscriptionMappingResponse
782
932
  * @throws OciError when an error occurs
783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
784
934
  */
785
935
  createSubscriptionMapping(createSubscriptionMappingRequest: requests.CreateSubscriptionMappingRequest): Promise<responses.CreateSubscriptionMappingResponse>;
786
936
  /**
@@ -789,7 +939,7 @@ export declare class SubscriptionClient {
789
939
  * @param DeleteSubscriptionMappingRequest
790
940
  * @return DeleteSubscriptionMappingResponse
791
941
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
793
943
  */
794
944
  deleteSubscriptionMapping(deleteSubscriptionMappingRequest: requests.DeleteSubscriptionMappingRequest): Promise<responses.DeleteSubscriptionMappingResponse>;
795
945
  /**
@@ -798,7 +948,7 @@ export declare class SubscriptionClient {
798
948
  * @param GetAssignedSubscriptionRequest
799
949
  * @return GetAssignedSubscriptionResponse
800
950
  * @throws OciError when an error occurs
801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
802
952
  */
803
953
  getAssignedSubscription(getAssignedSubscriptionRequest: requests.GetAssignedSubscriptionRequest): Promise<responses.GetAssignedSubscriptionResponse>;
804
954
  /**
@@ -807,7 +957,7 @@ export declare class SubscriptionClient {
807
957
  * @param GetSubscriptionRequest
808
958
  * @return GetSubscriptionResponse
809
959
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
811
961
  */
812
962
  getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
813
963
  /**
@@ -816,7 +966,7 @@ export declare class SubscriptionClient {
816
966
  * @param GetSubscriptionMappingRequest
817
967
  * @return GetSubscriptionMappingResponse
818
968
  * @throws OciError when an error occurs
819
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
820
970
  */
821
971
  getSubscriptionMapping(getSubscriptionMappingRequest: requests.GetSubscriptionMappingRequest): Promise<responses.GetSubscriptionMappingResponse>;
822
972
  /**
@@ -825,7 +975,7 @@ export declare class SubscriptionClient {
825
975
  * @param ListAssignedSubscriptionsRequest
826
976
  * @return ListAssignedSubscriptionsResponse
827
977
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
829
979
  */
830
980
  listAssignedSubscriptions(listAssignedSubscriptionsRequest: requests.ListAssignedSubscriptionsRequest): Promise<responses.ListAssignedSubscriptionsResponse>;
831
981
  /**
@@ -834,7 +984,7 @@ export declare class SubscriptionClient {
834
984
  * @param ListAvailableRegionsRequest
835
985
  * @return ListAvailableRegionsResponse
836
986
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
838
988
  */
839
989
  listAvailableRegions(listAvailableRegionsRequest: requests.ListAvailableRegionsRequest): Promise<responses.ListAvailableRegionsResponse>;
840
990
  /**
@@ -843,7 +993,7 @@ export declare class SubscriptionClient {
843
993
  * @param ListSubscriptionMappingsRequest
844
994
  * @return ListSubscriptionMappingsResponse
845
995
  * @throws OciError when an error occurs
846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
847
997
  */
848
998
  listSubscriptionMappings(listSubscriptionMappingsRequest: requests.ListSubscriptionMappingsRequest): Promise<responses.ListSubscriptionMappingsResponse>;
849
999
  /**
@@ -852,7 +1002,7 @@ export declare class SubscriptionClient {
852
1002
  * @param ListSubscriptionsRequest
853
1003
  * @return ListSubscriptionsResponse
854
1004
  * @throws OciError when an error occurs
855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
856
1006
  */
857
1007
  listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
858
1008
  }
@@ -864,6 +1014,7 @@ export declare enum WorkRequestApiKeys {
864
1014
  export declare class WorkRequestClient {
865
1015
  protected static serviceEndpointTemplate: string;
866
1016
  protected static endpointServiceName: string;
1017
+ protected "_realmSpecificEndpointTemplateEnabled": boolean;
867
1018
  protected "_endpoint": string;
868
1019
  protected "_defaultHeaders": any;
869
1020
  protected "_waiters": WorkRequestWaiter;
@@ -871,6 +1022,9 @@ export declare class WorkRequestClient {
871
1022
  protected _circuitBreaker: null;
872
1023
  protected _httpOptions: any;
873
1024
  targetService: string;
1025
+ protected _regionId: string;
1026
+ protected "_region": common.Region;
1027
+ protected _lastSetRegionOrRegionId: string;
874
1028
  protected _httpClient: common.HttpClient;
875
1029
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
876
1030
  /**
@@ -883,6 +1037,12 @@ export declare class WorkRequestClient {
883
1037
  */
884
1038
  set endpoint(endpoint: string);
885
1039
  get logger(): import("oci-common/lib/log").Logger;
1040
+ /**
1041
+ * Determines whether realm specific endpoint should be used or not.
1042
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
1043
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
1044
+ */
1045
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
886
1046
  /**
887
1047
  * Sets the region to call (ex, Region.US_PHOENIX_1).
888
1048
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
@@ -917,7 +1077,7 @@ export declare class WorkRequestClient {
917
1077
  * @param GetWorkRequestRequest
918
1078
  * @return GetWorkRequestResponse
919
1079
  * @throws OciError when an error occurs
920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
921
1081
  */
922
1082
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
923
1083
  /**
@@ -927,7 +1087,7 @@ export declare class WorkRequestClient {
927
1087
  * @param ListWorkRequestErrorsRequest
928
1088
  * @return ListWorkRequestErrorsResponse
929
1089
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
931
1091
  */
932
1092
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
933
1093
  /**
@@ -937,7 +1097,7 @@ export declare class WorkRequestClient {
937
1097
  * @param ListWorkRequestLogsRequest
938
1098
  * @return ListWorkRequestLogsResponse
939
1099
  * @throws OciError when an error occurs
940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
941
1101
  */
942
1102
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
943
1103
  /**
@@ -947,7 +1107,7 @@ export declare class WorkRequestClient {
947
1107
  * @param ListWorkRequestsRequest
948
1108
  * @return ListWorkRequestsResponse
949
1109
  * @throws OciError when an error occurs
950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
951
1111
  */
952
1112
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
953
1113
  }