oci-tenantmanagercontrolplane 2.56.0 → 2.58.1

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