oci-tenantmanagercontrolplane 2.58.1 → 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 (54) hide show
  1. package/lib/client.d.ts +60 -50
  2. package/lib/client.js +73 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
  5. package/lib/request/activate-order-request.d.ts +1 -1
  6. package/lib/request/add-governance-request.d.ts +1 -1
  7. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +1 -1
  8. package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
  9. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  10. package/lib/request/create-domain-governance-request.d.ts +1 -1
  11. package/lib/request/create-domain-request.d.ts +1 -1
  12. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  13. package/lib/request/create-subscription-mapping-request.d.ts +1 -1
  14. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  15. package/lib/request/delete-domain-request.d.ts +1 -1
  16. package/lib/request/delete-link-request.d.ts +1 -1
  17. package/lib/request/delete-organization-tenancy-request.d.ts +1 -1
  18. package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
  19. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  20. package/lib/request/get-domain-governance-request.d.ts +1 -1
  21. package/lib/request/get-domain-request.d.ts +1 -1
  22. package/lib/request/get-link-request.d.ts +1 -1
  23. package/lib/request/get-order-request.d.ts +1 -1
  24. package/lib/request/get-organization-request.d.ts +1 -1
  25. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  26. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  27. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  28. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  29. package/lib/request/get-subscription-request.d.ts +1 -1
  30. package/lib/request/get-work-request-request.d.ts +1 -1
  31. package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
  32. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  33. package/lib/request/list-available-regions-request.d.ts +1 -1
  34. package/lib/request/list-domain-governances-request.d.ts +1 -1
  35. package/lib/request/list-domains-request.d.ts +1 -1
  36. package/lib/request/list-links-request.d.ts +1 -1
  37. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  38. package/lib/request/list-organizations-request.d.ts +1 -1
  39. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  40. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  41. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  42. package/lib/request/list-subscriptions-request.d.ts +1 -1
  43. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  44. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  45. package/lib/request/list-work-requests-request.d.ts +1 -1
  46. package/lib/request/remove-governance-request.d.ts +1 -1
  47. package/lib/request/restore-organization-tenancy-request.d.ts +1 -1
  48. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +1 -1
  49. package/lib/request/update-domain-governance-request.d.ts +1 -1
  50. package/lib/request/update-domain-request.d.ts +1 -1
  51. package/lib/request/update-organization-request.d.ts +1 -1
  52. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  53. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -186,7 +186,7 @@ class DomainClient {
186
186
  * @param CreateDomainRequest
187
187
  * @return CreateDomainResponse
188
188
  * @throws OciError when an error occurs
189
- * @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.
189
+ * @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.
190
190
  */
191
191
  createDomain(createDomainRequest) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -254,7 +254,7 @@ class DomainClient {
254
254
  * @param DeleteDomainRequest
255
255
  * @return DeleteDomainResponse
256
256
  * @throws OciError when an error occurs
257
- * @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.
257
+ * @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.
258
258
  */
259
259
  deleteDomain(deleteDomainRequest) {
260
260
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class DomainClient {
309
309
  * @param GetDomainRequest
310
310
  * @return GetDomainResponse
311
311
  * @throws OciError when an error occurs
312
- * @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.
312
+ * @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.
313
313
  */
314
314
  getDomain(getDomainRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class DomainClient {
373
373
  * @param ListDomainsRequest
374
374
  * @return ListDomainsResponse
375
375
  * @throws OciError when an error occurs
376
- * @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.
376
+ * @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.
377
377
  */
378
378
  listDomains(listDomainsRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -444,7 +444,7 @@ class DomainClient {
444
444
  * @param UpdateDomainRequest
445
445
  * @return UpdateDomainResponse
446
446
  * @throws OciError when an error occurs
447
- * @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.
447
+ * @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.
448
448
  */
449
449
  updateDomain(updateDomainRequest) {
450
450
  return __awaiter(this, void 0, void 0, function* () {
@@ -638,7 +638,7 @@ class DomainGovernanceClient {
638
638
  * @param CreateDomainGovernanceRequest
639
639
  * @return CreateDomainGovernanceResponse
640
640
  * @throws OciError when an error occurs
641
- * @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.
641
+ * @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.
642
642
  */
643
643
  createDomainGovernance(createDomainGovernanceRequest) {
644
644
  return __awaiter(this, void 0, void 0, function* () {
@@ -701,7 +701,7 @@ class DomainGovernanceClient {
701
701
  * @param DeleteDomainGovernanceRequest
702
702
  * @return DeleteDomainGovernanceResponse
703
703
  * @throws OciError when an error occurs
704
- * @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.
704
+ * @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.
705
705
  */
706
706
  deleteDomainGovernance(deleteDomainGovernanceRequest) {
707
707
  return __awaiter(this, void 0, void 0, function* () {
@@ -756,7 +756,7 @@ class DomainGovernanceClient {
756
756
  * @param GetDomainGovernanceRequest
757
757
  * @return GetDomainGovernanceResponse
758
758
  * @throws OciError when an error occurs
759
- * @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.
759
+ * @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.
760
760
  */
761
761
  getDomainGovernance(getDomainGovernanceRequest) {
762
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -820,7 +820,7 @@ class DomainGovernanceClient {
820
820
  * @param ListDomainGovernancesRequest
821
821
  * @return ListDomainGovernancesResponse
822
822
  * @throws OciError when an error occurs
823
- * @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.
823
+ * @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.
824
824
  */
825
825
  listDomainGovernances(listDomainGovernancesRequest) {
826
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -891,7 +891,7 @@ class DomainGovernanceClient {
891
891
  * @param UpdateDomainGovernanceRequest
892
892
  * @return UpdateDomainGovernanceResponse
893
893
  * @throws OciError when an error occurs
894
- * @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.
894
+ * @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.
895
895
  */
896
896
  updateDomainGovernance(updateDomainGovernanceRequest) {
897
897
  return __awaiter(this, void 0, void 0, function* () {
@@ -962,11 +962,14 @@ var GovernanceApiKeys;
962
962
  */
963
963
  class GovernanceClient {
964
964
  constructor(params, clientConfiguration) {
965
+ this["_realmSpecificEndpointTemplateEnabled"] = false;
965
966
  this["_endpoint"] = "";
966
967
  this["_defaultHeaders"] = {};
967
968
  this._circuitBreaker = null;
968
969
  this._httpOptions = undefined;
969
970
  this.targetService = "Governance";
971
+ this._regionId = "";
972
+ this._lastSetRegionOrRegionId = "";
970
973
  const requestSigner = params.authenticationDetailsProvider
971
974
  ? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
972
975
  : null;
@@ -1016,13 +1019,31 @@ class GovernanceClient {
1016
1019
  get logger() {
1017
1020
  return common.LOG.logger;
1018
1021
  }
1022
+ /**
1023
+ * Determines whether realm specific endpoint should be used or not.
1024
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
1025
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
1026
+ */
1027
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
1028
+ this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
1029
+ if (this.logger)
1030
+ this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
1031
+ if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
1032
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(GovernanceClient.serviceEndpointTemplate, this._region, GovernanceClient.endpointServiceName);
1033
+ }
1034
+ else if (this._lastSetRegionOrRegionId === common.Region.REGION_ID_STRING) {
1035
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(GovernanceClient.serviceEndpointTemplate, this._regionId, GovernanceClient.endpointServiceName);
1036
+ }
1037
+ }
1019
1038
  /**
1020
1039
  * Sets the region to call (ex, Region.US_PHOENIX_1).
1021
1040
  * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
1022
1041
  * @param region The region of the service.
1023
1042
  */
1024
1043
  set region(region) {
1044
+ this._region = region;
1025
1045
  this.endpoint = common.EndpointBuilder.createEndpointFromRegion(GovernanceClient.serviceEndpointTemplate, region, GovernanceClient.endpointServiceName);
1046
+ this._lastSetRegionOrRegionId = common.Region.REGION_STRING;
1026
1047
  }
1027
1048
  /**
1028
1049
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -1033,7 +1054,9 @@ class GovernanceClient {
1033
1054
  * @param regionId The public region ID.
1034
1055
  */
1035
1056
  set regionId(regionId) {
1057
+ this._regionId = regionId;
1036
1058
  this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(GovernanceClient.serviceEndpointTemplate, regionId, GovernanceClient.endpointServiceName);
1059
+ this._lastSetRegionOrRegionId = common.Region.REGION_ID_STRING;
1037
1060
  }
1038
1061
  /**
1039
1062
  * Starts a work request to opt the tenancy in to governance rules.
@@ -1041,7 +1064,7 @@ class GovernanceClient {
1041
1064
  * @param AddGovernanceRequest
1042
1065
  * @return AddGovernanceResponse
1043
1066
  * @throws OciError when an error occurs
1044
- * @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.
1067
+ * @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.
1045
1068
  */
1046
1069
  addGovernance(addGovernanceRequest) {
1047
1070
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1126,7 @@ class GovernanceClient {
1103
1126
  * @param RemoveGovernanceRequest
1104
1127
  * @return RemoveGovernanceResponse
1105
1128
  * @throws OciError when an error occurs
1106
- * @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.
1129
+ * @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.
1107
1130
  */
1108
1131
  removeGovernance(removeGovernanceRequest) {
1109
1132
  return __awaiter(this, void 0, void 0, function* () {
@@ -1294,7 +1317,7 @@ class LinkClient {
1294
1317
  * @param DeleteLinkRequest
1295
1318
  * @return DeleteLinkResponse
1296
1319
  * @throws OciError when an error occurs
1297
- * @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.
1320
+ * @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.
1298
1321
  */
1299
1322
  deleteLink(deleteLinkRequest) {
1300
1323
  return __awaiter(this, void 0, void 0, function* () {
@@ -1354,7 +1377,7 @@ class LinkClient {
1354
1377
  * @param GetLinkRequest
1355
1378
  * @return GetLinkResponse
1356
1379
  * @throws OciError when an error occurs
1357
- * @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.
1380
+ * @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.
1358
1381
  */
1359
1382
  getLink(getLinkRequest) {
1360
1383
  return __awaiter(this, void 0, void 0, function* () {
@@ -1417,7 +1440,7 @@ class LinkClient {
1417
1440
  * @param ListLinksRequest
1418
1441
  * @return ListLinksResponse
1419
1442
  * @throws OciError when an error occurs
1420
- * @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.
1443
+ * @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.
1421
1444
  */
1422
1445
  listLinks(listLinksRequest) {
1423
1446
  return __awaiter(this, void 0, void 0, function* () {
@@ -1593,7 +1616,7 @@ class OrdersClient {
1593
1616
  * @param ActivateOrderRequest
1594
1617
  * @return ActivateOrderResponse
1595
1618
  * @throws OciError when an error occurs
1596
- * @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.
1619
+ * @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.
1597
1620
  */
1598
1621
  activateOrder(activateOrderRequest) {
1599
1622
  return __awaiter(this, void 0, void 0, function* () {
@@ -1655,7 +1678,7 @@ class OrdersClient {
1655
1678
  * @param GetOrderRequest
1656
1679
  * @return GetOrderResponse
1657
1680
  * @throws OciError when an error occurs
1658
- * @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.
1681
+ * @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.
1659
1682
  */
1660
1683
  getOrder(getOrderRequest) {
1661
1684
  return __awaiter(this, void 0, void 0, function* () {
@@ -1842,7 +1865,7 @@ class OrganizationClient {
1842
1865
  * @param ApproveOrganizationTenancyForTransferRequest
1843
1866
  * @return ApproveOrganizationTenancyForTransferResponse
1844
1867
  * @throws OciError when an error occurs
1845
- * @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.
1868
+ * @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.
1846
1869
  */
1847
1870
  approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
1848
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1909,7 +1932,7 @@ class OrganizationClient {
1909
1932
  * @param CreateChildTenancyRequest
1910
1933
  * @return CreateChildTenancyResponse
1911
1934
  * @throws OciError when an error occurs
1912
- * @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.
1935
+ * @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.
1913
1936
  */
1914
1937
  createChildTenancy(createChildTenancyRequest) {
1915
1938
  return __awaiter(this, void 0, void 0, function* () {
@@ -1968,7 +1991,7 @@ class OrganizationClient {
1968
1991
  * @param DeleteOrganizationTenancyRequest
1969
1992
  * @return DeleteOrganizationTenancyResponse
1970
1993
  * @throws OciError when an error occurs
1971
- * @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.
1994
+ * @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.
1972
1995
  */
1973
1996
  deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
1974
1997
  return __awaiter(this, void 0, void 0, function* () {
@@ -2029,7 +2052,7 @@ class OrganizationClient {
2029
2052
  * @param GetOrganizationRequest
2030
2053
  * @return GetOrganizationResponse
2031
2054
  * @throws OciError when an error occurs
2032
- * @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.
2055
+ * @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.
2033
2056
  */
2034
2057
  getOrganization(getOrganizationRequest) {
2035
2058
  return __awaiter(this, void 0, void 0, function* () {
@@ -2092,7 +2115,7 @@ class OrganizationClient {
2092
2115
  * @param GetOrganizationTenancyRequest
2093
2116
  * @return GetOrganizationTenancyResponse
2094
2117
  * @throws OciError when an error occurs
2095
- * @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.
2118
+ * @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.
2096
2119
  */
2097
2120
  getOrganizationTenancy(getOrganizationTenancyRequest) {
2098
2121
  return __awaiter(this, void 0, void 0, function* () {
@@ -2156,7 +2179,7 @@ class OrganizationClient {
2156
2179
  * @param ListOrganizationTenanciesRequest
2157
2180
  * @return ListOrganizationTenanciesResponse
2158
2181
  * @throws OciError when an error occurs
2159
- * @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.
2182
+ * @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.
2160
2183
  */
2161
2184
  listOrganizationTenancies(listOrganizationTenanciesRequest) {
2162
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2222,7 +2245,7 @@ class OrganizationClient {
2222
2245
  * @param ListOrganizationsRequest
2223
2246
  * @return ListOrganizationsResponse
2224
2247
  * @throws OciError when an error occurs
2225
- * @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.
2248
+ * @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.
2226
2249
  */
2227
2250
  listOrganizations(listOrganizationsRequest) {
2228
2251
  return __awaiter(this, void 0, void 0, function* () {
@@ -2287,7 +2310,7 @@ class OrganizationClient {
2287
2310
  * @param RestoreOrganizationTenancyRequest
2288
2311
  * @return RestoreOrganizationTenancyResponse
2289
2312
  * @throws OciError when an error occurs
2290
- * @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.
2313
+ * @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.
2291
2314
  */
2292
2315
  restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
2293
2316
  return __awaiter(this, void 0, void 0, function* () {
@@ -2347,7 +2370,7 @@ class OrganizationClient {
2347
2370
  * @param UnapproveOrganizationTenancyForTransferRequest
2348
2371
  * @return UnapproveOrganizationTenancyForTransferResponse
2349
2372
  * @throws OciError when an error occurs
2350
- * @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.
2373
+ * @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.
2351
2374
  */
2352
2375
  unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
2353
2376
  return __awaiter(this, void 0, void 0, function* () {
@@ -2414,7 +2437,7 @@ class OrganizationClient {
2414
2437
  * @param UpdateOrganizationRequest
2415
2438
  * @return UpdateOrganizationResponse
2416
2439
  * @throws OciError when an error occurs
2417
- * @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.
2440
+ * @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.
2418
2441
  */
2419
2442
  updateOrganization(updateOrganizationRequest) {
2420
2443
  return __awaiter(this, void 0, void 0, function* () {
@@ -2605,7 +2628,7 @@ class RecipientInvitationClient {
2605
2628
  * @param AcceptRecipientInvitationRequest
2606
2629
  * @return AcceptRecipientInvitationResponse
2607
2630
  * @throws OciError when an error occurs
2608
- * @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.
2631
+ * @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.
2609
2632
  */
2610
2633
  acceptRecipientInvitation(acceptRecipientInvitationRequest) {
2611
2634
  return __awaiter(this, void 0, void 0, function* () {
@@ -2666,7 +2689,7 @@ class RecipientInvitationClient {
2666
2689
  * @param GetRecipientInvitationRequest
2667
2690
  * @return GetRecipientInvitationResponse
2668
2691
  * @throws OciError when an error occurs
2669
- * @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.
2692
+ * @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.
2670
2693
  */
2671
2694
  getRecipientInvitation(getRecipientInvitationRequest) {
2672
2695
  return __awaiter(this, void 0, void 0, function* () {
@@ -2729,7 +2752,7 @@ class RecipientInvitationClient {
2729
2752
  * @param IgnoreRecipientInvitationRequest
2730
2753
  * @return IgnoreRecipientInvitationResponse
2731
2754
  * @throws OciError when an error occurs
2732
- * @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.
2755
+ * @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.
2733
2756
  */
2734
2757
  ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
2735
2758
  return __awaiter(this, void 0, void 0, function* () {
@@ -2795,7 +2818,7 @@ class RecipientInvitationClient {
2795
2818
  * @param ListRecipientInvitationsRequest
2796
2819
  * @return ListRecipientInvitationsResponse
2797
2820
  * @throws OciError when an error occurs
2798
- * @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.
2821
+ * @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.
2799
2822
  */
2800
2823
  listRecipientInvitations(listRecipientInvitationsRequest) {
2801
2824
  return __awaiter(this, void 0, void 0, function* () {
@@ -2862,7 +2885,7 @@ class RecipientInvitationClient {
2862
2885
  * @param UpdateRecipientInvitationRequest
2863
2886
  * @return UpdateRecipientInvitationResponse
2864
2887
  * @throws OciError when an error occurs
2865
- * @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.
2888
+ * @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.
2866
2889
  */
2867
2890
  updateRecipientInvitation(updateRecipientInvitationRequest) {
2868
2891
  return __awaiter(this, void 0, void 0, function* () {
@@ -3056,7 +3079,7 @@ class SenderInvitationClient {
3056
3079
  * @param CancelSenderInvitationRequest
3057
3080
  * @return CancelSenderInvitationResponse
3058
3081
  * @throws OciError when an error occurs
3059
- * @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.
3082
+ * @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.
3060
3083
  */
3061
3084
  cancelSenderInvitation(cancelSenderInvitationRequest) {
3062
3085
  return __awaiter(this, void 0, void 0, function* () {
@@ -3117,7 +3140,7 @@ class SenderInvitationClient {
3117
3140
  * @param CreateSenderInvitationRequest
3118
3141
  * @return CreateSenderInvitationResponse
3119
3142
  * @throws OciError when an error occurs
3120
- * @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.
3143
+ * @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.
3121
3144
  */
3122
3145
  createSenderInvitation(createSenderInvitationRequest) {
3123
3146
  return __awaiter(this, void 0, void 0, function* () {
@@ -3185,7 +3208,7 @@ class SenderInvitationClient {
3185
3208
  * @param GetSenderInvitationRequest
3186
3209
  * @return GetSenderInvitationResponse
3187
3210
  * @throws OciError when an error occurs
3188
- * @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.
3211
+ * @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.
3189
3212
  */
3190
3213
  getSenderInvitation(getSenderInvitationRequest) {
3191
3214
  return __awaiter(this, void 0, void 0, function* () {
@@ -3249,7 +3272,7 @@ class SenderInvitationClient {
3249
3272
  * @param ListSenderInvitationsRequest
3250
3273
  * @return ListSenderInvitationsResponse
3251
3274
  * @throws OciError when an error occurs
3252
- * @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.
3275
+ * @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.
3253
3276
  */
3254
3277
  listSenderInvitations(listSenderInvitationsRequest) {
3255
3278
  return __awaiter(this, void 0, void 0, function* () {
@@ -3320,7 +3343,7 @@ class SenderInvitationClient {
3320
3343
  * @param UpdateSenderInvitationRequest
3321
3344
  * @return UpdateSenderInvitationResponse
3322
3345
  * @throws OciError when an error occurs
3323
- * @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.
3346
+ * @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.
3324
3347
  */
3325
3348
  updateSenderInvitation(updateSenderInvitationRequest) {
3326
3349
  return __awaiter(this, void 0, void 0, function* () {
@@ -3514,7 +3537,7 @@ class SubscriptionClient {
3514
3537
  * @param CreateSubscriptionMappingRequest
3515
3538
  * @return CreateSubscriptionMappingResponse
3516
3539
  * @throws OciError when an error occurs
3517
- * @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.
3540
+ * @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.
3518
3541
  */
3519
3542
  createSubscriptionMapping(createSubscriptionMappingRequest) {
3520
3543
  return __awaiter(this, void 0, void 0, function* () {
@@ -3583,7 +3606,7 @@ class SubscriptionClient {
3583
3606
  * @param DeleteSubscriptionMappingRequest
3584
3607
  * @return DeleteSubscriptionMappingResponse
3585
3608
  * @throws OciError when an error occurs
3586
- * @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.
3609
+ * @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.
3587
3610
  */
3588
3611
  deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
3589
3612
  return __awaiter(this, void 0, void 0, function* () {
@@ -3638,7 +3661,7 @@ class SubscriptionClient {
3638
3661
  * @param GetAssignedSubscriptionRequest
3639
3662
  * @return GetAssignedSubscriptionResponse
3640
3663
  * @throws OciError when an error occurs
3641
- * @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.
3664
+ * @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.
3642
3665
  */
3643
3666
  getAssignedSubscription(getAssignedSubscriptionRequest) {
3644
3667
  return __awaiter(this, void 0, void 0, function* () {
@@ -3701,7 +3724,7 @@ class SubscriptionClient {
3701
3724
  * @param GetSubscriptionRequest
3702
3725
  * @return GetSubscriptionResponse
3703
3726
  * @throws OciError when an error occurs
3704
- * @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.
3727
+ * @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.
3705
3728
  */
3706
3729
  getSubscription(getSubscriptionRequest) {
3707
3730
  return __awaiter(this, void 0, void 0, function* () {
@@ -3764,7 +3787,7 @@ class SubscriptionClient {
3764
3787
  * @param GetSubscriptionMappingRequest
3765
3788
  * @return GetSubscriptionMappingResponse
3766
3789
  * @throws OciError when an error occurs
3767
- * @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.
3790
+ * @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.
3768
3791
  */
3769
3792
  getSubscriptionMapping(getSubscriptionMappingRequest) {
3770
3793
  return __awaiter(this, void 0, void 0, function* () {
@@ -3827,7 +3850,7 @@ class SubscriptionClient {
3827
3850
  * @param ListAssignedSubscriptionsRequest
3828
3851
  * @return ListAssignedSubscriptionsResponse
3829
3852
  * @throws OciError when an error occurs
3830
- * @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.
3853
+ * @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.
3831
3854
  */
3832
3855
  listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
3833
3856
  return __awaiter(this, void 0, void 0, function* () {
@@ -3895,7 +3918,7 @@ class SubscriptionClient {
3895
3918
  * @param ListAvailableRegionsRequest
3896
3919
  * @return ListAvailableRegionsResponse
3897
3920
  * @throws OciError when an error occurs
3898
- * @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.
3921
+ * @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.
3899
3922
  */
3900
3923
  listAvailableRegions(listAvailableRegionsRequest) {
3901
3924
  return __awaiter(this, void 0, void 0, function* () {
@@ -3960,7 +3983,7 @@ class SubscriptionClient {
3960
3983
  * @param ListSubscriptionMappingsRequest
3961
3984
  * @return ListSubscriptionMappingsResponse
3962
3985
  * @throws OciError when an error occurs
3963
- * @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.
3986
+ * @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.
3964
3987
  */
3965
3988
  listSubscriptionMappings(listSubscriptionMappingsRequest) {
3966
3989
  return __awaiter(this, void 0, void 0, function* () {
@@ -4030,7 +4053,7 @@ class SubscriptionClient {
4030
4053
  * @param ListSubscriptionsRequest
4031
4054
  * @return ListSubscriptionsResponse
4032
4055
  * @throws OciError when an error occurs
4033
- * @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.
4056
+ * @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.
4034
4057
  */
4035
4058
  listSubscriptions(listSubscriptionsRequest) {
4036
4059
  return __awaiter(this, void 0, void 0, function* () {
@@ -4227,7 +4250,7 @@ class WorkRequestClient {
4227
4250
  * @param GetWorkRequestRequest
4228
4251
  * @return GetWorkRequestResponse
4229
4252
  * @throws OciError when an error occurs
4230
- * @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.
4253
+ * @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.
4231
4254
  */
4232
4255
  getWorkRequest(getWorkRequestRequest) {
4233
4256
  return __awaiter(this, void 0, void 0, function* () {
@@ -4291,7 +4314,7 @@ class WorkRequestClient {
4291
4314
  * @param ListWorkRequestErrorsRequest
4292
4315
  * @return ListWorkRequestErrorsResponse
4293
4316
  * @throws OciError when an error occurs
4294
- * @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.
4317
+ * @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.
4295
4318
  */
4296
4319
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4297
4320
  return __awaiter(this, void 0, void 0, function* () {
@@ -4359,7 +4382,7 @@ class WorkRequestClient {
4359
4382
  * @param ListWorkRequestLogsRequest
4360
4383
  * @return ListWorkRequestLogsResponse
4361
4384
  * @throws OciError when an error occurs
4362
- * @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.
4385
+ * @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.
4363
4386
  */
4364
4387
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4365
4388
  return __awaiter(this, void 0, void 0, function* () {
@@ -4427,7 +4450,7 @@ class WorkRequestClient {
4427
4450
  * @param ListWorkRequestsRequest
4428
4451
  * @return ListWorkRequestsResponse
4429
4452
  * @throws OciError when an error occurs
4430
- * @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.
4453
+ * @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.
4431
4454
  */
4432
4455
  listWorkRequests(listWorkRequestsRequest) {
4433
4456
  return __awaiter(this, void 0, void 0, function* () {