oci-tenantmanagercontrolplane 2.14.0 → 2.17.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 (51) hide show
  1. package/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/lib/client.d.ts +47 -47
  3. package/lib/client.js +47 -47
  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/approve-organization-tenancy-for-transfer-request.d.ts +1 -1
  7. package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
  8. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  9. package/lib/request/create-domain-governance-request.d.ts +1 -1
  10. package/lib/request/create-domain-request.d.ts +1 -1
  11. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  12. package/lib/request/create-subscription-mapping-request.d.ts +1 -1
  13. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  14. package/lib/request/delete-domain-request.d.ts +1 -1
  15. package/lib/request/delete-link-request.d.ts +1 -1
  16. package/lib/request/delete-organization-tenancy-request.d.ts +1 -1
  17. package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
  18. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  19. package/lib/request/get-domain-governance-request.d.ts +1 -1
  20. package/lib/request/get-domain-request.d.ts +1 -1
  21. package/lib/request/get-link-request.d.ts +1 -1
  22. package/lib/request/get-order-request.d.ts +1 -1
  23. package/lib/request/get-organization-request.d.ts +1 -1
  24. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  25. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  26. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  27. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  28. package/lib/request/get-subscription-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
  31. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  32. package/lib/request/list-available-regions-request.d.ts +1 -1
  33. package/lib/request/list-domain-governances-request.d.ts +1 -1
  34. package/lib/request/list-domains-request.d.ts +1 -1
  35. package/lib/request/list-links-request.d.ts +1 -1
  36. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  37. package/lib/request/list-organizations-request.d.ts +1 -1
  38. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  39. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  40. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  41. package/lib/request/list-subscriptions-request.d.ts +1 -1
  42. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  43. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  44. package/lib/request/list-work-requests-request.d.ts +1 -1
  45. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +1 -1
  46. package/lib/request/update-domain-governance-request.d.ts +1 -1
  47. package/lib/request/update-domain-request.d.ts +1 -1
  48. package/lib/request/update-organization-request.d.ts +1 -1
  49. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  50. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  51. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -157,7 +157,7 @@ class DomainClient {
157
157
  * @param CreateDomainRequest
158
158
  * @return CreateDomainResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
161
161
  */
162
162
  createDomain(createDomainRequest) {
163
163
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class DomainClient {
223
223
  * @param DeleteDomainRequest
224
224
  * @return DeleteDomainResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
227
227
  */
228
228
  deleteDomain(deleteDomainRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -276,7 +276,7 @@ class DomainClient {
276
276
  * @param GetDomainRequest
277
277
  * @return GetDomainResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
280
280
  */
281
281
  getDomain(getDomainRequest) {
282
282
  return __awaiter(this, void 0, void 0, function* () {
@@ -338,7 +338,7 @@ class DomainClient {
338
338
  * @param ListDomainsRequest
339
339
  * @return ListDomainsResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
342
342
  */
343
343
  listDomains(listDomainsRequest) {
344
344
  return __awaiter(this, void 0, void 0, function* () {
@@ -407,7 +407,7 @@ class DomainClient {
407
407
  * @param UpdateDomainRequest
408
408
  * @return UpdateDomainResponse
409
409
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
411
411
  */
412
412
  updateDomain(updateDomainRequest) {
413
413
  return __awaiter(this, void 0, void 0, function* () {
@@ -570,7 +570,7 @@ class DomainGovernanceClient {
570
570
  * @param CreateDomainGovernanceRequest
571
571
  * @return CreateDomainGovernanceResponse
572
572
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
574
574
  */
575
575
  createDomainGovernance(createDomainGovernanceRequest) {
576
576
  return __awaiter(this, void 0, void 0, function* () {
@@ -631,7 +631,7 @@ class DomainGovernanceClient {
631
631
  * @param DeleteDomainGovernanceRequest
632
632
  * @return DeleteDomainGovernanceResponse
633
633
  * @throws OciError when an error occurs
634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
635
635
  */
636
636
  deleteDomainGovernance(deleteDomainGovernanceRequest) {
637
637
  return __awaiter(this, void 0, void 0, function* () {
@@ -684,7 +684,7 @@ class DomainGovernanceClient {
684
684
  * @param GetDomainGovernanceRequest
685
685
  * @return GetDomainGovernanceResponse
686
686
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
688
688
  */
689
689
  getDomainGovernance(getDomainGovernanceRequest) {
690
690
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +746,7 @@ class DomainGovernanceClient {
746
746
  * @param ListDomainGovernancesRequest
747
747
  * @return ListDomainGovernancesResponse
748
748
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
750
750
  */
751
751
  listDomainGovernances(listDomainGovernancesRequest) {
752
752
  return __awaiter(this, void 0, void 0, function* () {
@@ -815,7 +815,7 @@ class DomainGovernanceClient {
815
815
  * @param UpdateDomainGovernanceRequest
816
816
  * @return UpdateDomainGovernanceResponse
817
817
  * @throws OciError when an error occurs
818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
819
819
  */
820
820
  updateDomainGovernance(updateDomainGovernanceRequest) {
821
821
  return __awaiter(this, void 0, void 0, function* () {
@@ -978,7 +978,7 @@ class LinkClient {
978
978
  * @param DeleteLinkRequest
979
979
  * @return DeleteLinkResponse
980
980
  * @throws OciError when an error occurs
981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
982
982
  */
983
983
  deleteLink(deleteLinkRequest) {
984
984
  return __awaiter(this, void 0, void 0, function* () {
@@ -1036,7 +1036,7 @@ class LinkClient {
1036
1036
  * @param GetLinkRequest
1037
1037
  * @return GetLinkResponse
1038
1038
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
1040
1040
  */
1041
1041
  getLink(getLinkRequest) {
1042
1042
  return __awaiter(this, void 0, void 0, function* () {
@@ -1097,7 +1097,7 @@ class LinkClient {
1097
1097
  * @param ListLinksRequest
1098
1098
  * @return ListLinksResponse
1099
1099
  * @throws OciError when an error occurs
1100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
1100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
1101
1101
  */
1102
1102
  listLinks(listLinksRequest) {
1103
1103
  return __awaiter(this, void 0, void 0, function* () {
@@ -1242,7 +1242,7 @@ class OrdersClient {
1242
1242
  * @param ActivateOrderRequest
1243
1243
  * @return ActivateOrderResponse
1244
1244
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
1245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
1246
1246
  */
1247
1247
  activateOrder(activateOrderRequest) {
1248
1248
  return __awaiter(this, void 0, void 0, function* () {
@@ -1302,7 +1302,7 @@ class OrdersClient {
1302
1302
  * @param GetOrderRequest
1303
1303
  * @return GetOrderResponse
1304
1304
  * @throws OciError when an error occurs
1305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
1305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
1306
1306
  */
1307
1307
  getOrder(getOrderRequest) {
1308
1308
  return __awaiter(this, void 0, void 0, function* () {
@@ -1458,7 +1458,7 @@ class OrganizationClient {
1458
1458
  * @param ApproveOrganizationTenancyForTransferRequest
1459
1459
  * @return ApproveOrganizationTenancyForTransferResponse
1460
1460
  * @throws OciError when an error occurs
1461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
1461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
1462
1462
  */
1463
1463
  approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
1464
1464
  return __awaiter(this, void 0, void 0, function* () {
@@ -1523,7 +1523,7 @@ class OrganizationClient {
1523
1523
  * @param CreateChildTenancyRequest
1524
1524
  * @return CreateChildTenancyResponse
1525
1525
  * @throws OciError when an error occurs
1526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
1526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
1527
1527
  */
1528
1528
  createChildTenancy(createChildTenancyRequest) {
1529
1529
  return __awaiter(this, void 0, void 0, function* () {
@@ -1580,7 +1580,7 @@ class OrganizationClient {
1580
1580
  * @param DeleteOrganizationTenancyRequest
1581
1581
  * @return DeleteOrganizationTenancyResponse
1582
1582
  * @throws OciError when an error occurs
1583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
1583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
1584
1584
  */
1585
1585
  deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
1586
1586
  return __awaiter(this, void 0, void 0, function* () {
@@ -1639,7 +1639,7 @@ class OrganizationClient {
1639
1639
  * @param GetOrganizationRequest
1640
1640
  * @return GetOrganizationResponse
1641
1641
  * @throws OciError when an error occurs
1642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
1642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
1643
1643
  */
1644
1644
  getOrganization(getOrganizationRequest) {
1645
1645
  return __awaiter(this, void 0, void 0, function* () {
@@ -1700,7 +1700,7 @@ class OrganizationClient {
1700
1700
  * @param GetOrganizationTenancyRequest
1701
1701
  * @return GetOrganizationTenancyResponse
1702
1702
  * @throws OciError when an error occurs
1703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
1703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
1704
1704
  */
1705
1705
  getOrganizationTenancy(getOrganizationTenancyRequest) {
1706
1706
  return __awaiter(this, void 0, void 0, function* () {
@@ -1762,7 +1762,7 @@ class OrganizationClient {
1762
1762
  * @param ListOrganizationTenanciesRequest
1763
1763
  * @return ListOrganizationTenanciesResponse
1764
1764
  * @throws OciError when an error occurs
1765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
1765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
1766
1766
  */
1767
1767
  listOrganizationTenancies(listOrganizationTenanciesRequest) {
1768
1768
  return __awaiter(this, void 0, void 0, function* () {
@@ -1826,7 +1826,7 @@ class OrganizationClient {
1826
1826
  * @param ListOrganizationsRequest
1827
1827
  * @return ListOrganizationsResponse
1828
1828
  * @throws OciError when an error occurs
1829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
1829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
1830
1830
  */
1831
1831
  listOrganizations(listOrganizationsRequest) {
1832
1832
  return __awaiter(this, void 0, void 0, function* () {
@@ -1889,7 +1889,7 @@ class OrganizationClient {
1889
1889
  * @param UnapproveOrganizationTenancyForTransferRequest
1890
1890
  * @return UnapproveOrganizationTenancyForTransferResponse
1891
1891
  * @throws OciError when an error occurs
1892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
1892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
1893
1893
  */
1894
1894
  unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
1895
1895
  return __awaiter(this, void 0, void 0, function* () {
@@ -1954,7 +1954,7 @@ class OrganizationClient {
1954
1954
  * @param UpdateOrganizationRequest
1955
1955
  * @return UpdateOrganizationResponse
1956
1956
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
1957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
1958
1958
  */
1959
1959
  updateOrganization(updateOrganizationRequest) {
1960
1960
  return __awaiter(this, void 0, void 0, function* () {
@@ -2114,7 +2114,7 @@ class RecipientInvitationClient {
2114
2114
  * @param AcceptRecipientInvitationRequest
2115
2115
  * @return AcceptRecipientInvitationResponse
2116
2116
  * @throws OciError when an error occurs
2117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
2117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
2118
2118
  */
2119
2119
  acceptRecipientInvitation(acceptRecipientInvitationRequest) {
2120
2120
  return __awaiter(this, void 0, void 0, function* () {
@@ -2173,7 +2173,7 @@ class RecipientInvitationClient {
2173
2173
  * @param GetRecipientInvitationRequest
2174
2174
  * @return GetRecipientInvitationResponse
2175
2175
  * @throws OciError when an error occurs
2176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
2176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
2177
2177
  */
2178
2178
  getRecipientInvitation(getRecipientInvitationRequest) {
2179
2179
  return __awaiter(this, void 0, void 0, function* () {
@@ -2234,7 +2234,7 @@ class RecipientInvitationClient {
2234
2234
  * @param IgnoreRecipientInvitationRequest
2235
2235
  * @return IgnoreRecipientInvitationResponse
2236
2236
  * @throws OciError when an error occurs
2237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
2237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
2238
2238
  */
2239
2239
  ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
2240
2240
  return __awaiter(this, void 0, void 0, function* () {
@@ -2298,7 +2298,7 @@ class RecipientInvitationClient {
2298
2298
  * @param ListRecipientInvitationsRequest
2299
2299
  * @return ListRecipientInvitationsResponse
2300
2300
  * @throws OciError when an error occurs
2301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
2301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
2302
2302
  */
2303
2303
  listRecipientInvitations(listRecipientInvitationsRequest) {
2304
2304
  return __awaiter(this, void 0, void 0, function* () {
@@ -2363,7 +2363,7 @@ class RecipientInvitationClient {
2363
2363
  * @param UpdateRecipientInvitationRequest
2364
2364
  * @return UpdateRecipientInvitationResponse
2365
2365
  * @throws OciError when an error occurs
2366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
2366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
2367
2367
  */
2368
2368
  updateRecipientInvitation(updateRecipientInvitationRequest) {
2369
2369
  return __awaiter(this, void 0, void 0, function* () {
@@ -2526,7 +2526,7 @@ class SenderInvitationClient {
2526
2526
  * @param CancelSenderInvitationRequest
2527
2527
  * @return CancelSenderInvitationResponse
2528
2528
  * @throws OciError when an error occurs
2529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
2529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
2530
2530
  */
2531
2531
  cancelSenderInvitation(cancelSenderInvitationRequest) {
2532
2532
  return __awaiter(this, void 0, void 0, function* () {
@@ -2585,7 +2585,7 @@ class SenderInvitationClient {
2585
2585
  * @param CreateSenderInvitationRequest
2586
2586
  * @return CreateSenderInvitationResponse
2587
2587
  * @throws OciError when an error occurs
2588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
2588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
2589
2589
  */
2590
2590
  createSenderInvitation(createSenderInvitationRequest) {
2591
2591
  return __awaiter(this, void 0, void 0, function* () {
@@ -2651,7 +2651,7 @@ class SenderInvitationClient {
2651
2651
  * @param GetSenderInvitationRequest
2652
2652
  * @return GetSenderInvitationResponse
2653
2653
  * @throws OciError when an error occurs
2654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
2654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
2655
2655
  */
2656
2656
  getSenderInvitation(getSenderInvitationRequest) {
2657
2657
  return __awaiter(this, void 0, void 0, function* () {
@@ -2713,7 +2713,7 @@ class SenderInvitationClient {
2713
2713
  * @param ListSenderInvitationsRequest
2714
2714
  * @return ListSenderInvitationsResponse
2715
2715
  * @throws OciError when an error occurs
2716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
2716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
2717
2717
  */
2718
2718
  listSenderInvitations(listSenderInvitationsRequest) {
2719
2719
  return __awaiter(this, void 0, void 0, function* () {
@@ -2782,7 +2782,7 @@ class SenderInvitationClient {
2782
2782
  * @param UpdateSenderInvitationRequest
2783
2783
  * @return UpdateSenderInvitationResponse
2784
2784
  * @throws OciError when an error occurs
2785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
2785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
2786
2786
  */
2787
2787
  updateSenderInvitation(updateSenderInvitationRequest) {
2788
2788
  return __awaiter(this, void 0, void 0, function* () {
@@ -2945,7 +2945,7 @@ class SubscriptionClient {
2945
2945
  * @param CreateSubscriptionMappingRequest
2946
2946
  * @return CreateSubscriptionMappingResponse
2947
2947
  * @throws OciError when an error occurs
2948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
2948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
2949
2949
  */
2950
2950
  createSubscriptionMapping(createSubscriptionMappingRequest) {
2951
2951
  return __awaiter(this, void 0, void 0, function* () {
@@ -3012,7 +3012,7 @@ class SubscriptionClient {
3012
3012
  * @param DeleteSubscriptionMappingRequest
3013
3013
  * @return DeleteSubscriptionMappingResponse
3014
3014
  * @throws OciError when an error occurs
3015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
3015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
3016
3016
  */
3017
3017
  deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
3018
3018
  return __awaiter(this, void 0, void 0, function* () {
@@ -3065,7 +3065,7 @@ class SubscriptionClient {
3065
3065
  * @param GetAssignedSubscriptionRequest
3066
3066
  * @return GetAssignedSubscriptionResponse
3067
3067
  * @throws OciError when an error occurs
3068
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
3068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
3069
3069
  */
3070
3070
  getAssignedSubscription(getAssignedSubscriptionRequest) {
3071
3071
  return __awaiter(this, void 0, void 0, function* () {
@@ -3126,7 +3126,7 @@ class SubscriptionClient {
3126
3126
  * @param GetSubscriptionRequest
3127
3127
  * @return GetSubscriptionResponse
3128
3128
  * @throws OciError when an error occurs
3129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
3129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
3130
3130
  */
3131
3131
  getSubscription(getSubscriptionRequest) {
3132
3132
  return __awaiter(this, void 0, void 0, function* () {
@@ -3187,7 +3187,7 @@ class SubscriptionClient {
3187
3187
  * @param GetSubscriptionMappingRequest
3188
3188
  * @return GetSubscriptionMappingResponse
3189
3189
  * @throws OciError when an error occurs
3190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
3190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
3191
3191
  */
3192
3192
  getSubscriptionMapping(getSubscriptionMappingRequest) {
3193
3193
  return __awaiter(this, void 0, void 0, function* () {
@@ -3248,7 +3248,7 @@ class SubscriptionClient {
3248
3248
  * @param ListAssignedSubscriptionsRequest
3249
3249
  * @return ListAssignedSubscriptionsResponse
3250
3250
  * @throws OciError when an error occurs
3251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
3251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
3252
3252
  */
3253
3253
  listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
3254
3254
  return __awaiter(this, void 0, void 0, function* () {
@@ -3314,7 +3314,7 @@ class SubscriptionClient {
3314
3314
  * @param ListAvailableRegionsRequest
3315
3315
  * @return ListAvailableRegionsResponse
3316
3316
  * @throws OciError when an error occurs
3317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
3317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
3318
3318
  */
3319
3319
  listAvailableRegions(listAvailableRegionsRequest) {
3320
3320
  return __awaiter(this, void 0, void 0, function* () {
@@ -3377,7 +3377,7 @@ class SubscriptionClient {
3377
3377
  * @param ListSubscriptionMappingsRequest
3378
3378
  * @return ListSubscriptionMappingsResponse
3379
3379
  * @throws OciError when an error occurs
3380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
3380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
3381
3381
  */
3382
3382
  listSubscriptionMappings(listSubscriptionMappingsRequest) {
3383
3383
  return __awaiter(this, void 0, void 0, function* () {
@@ -3445,7 +3445,7 @@ class SubscriptionClient {
3445
3445
  * @param ListSubscriptionsRequest
3446
3446
  * @return ListSubscriptionsResponse
3447
3447
  * @throws OciError when an error occurs
3448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
3448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
3449
3449
  */
3450
3450
  listSubscriptions(listSubscriptionsRequest) {
3451
3451
  return __awaiter(this, void 0, void 0, function* () {
@@ -3611,7 +3611,7 @@ class WorkRequestClient {
3611
3611
  * @param GetWorkRequestRequest
3612
3612
  * @return GetWorkRequestResponse
3613
3613
  * @throws OciError when an error occurs
3614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3615
3615
  */
3616
3616
  getWorkRequest(getWorkRequestRequest) {
3617
3617
  return __awaiter(this, void 0, void 0, function* () {
@@ -3673,7 +3673,7 @@ class WorkRequestClient {
3673
3673
  * @param ListWorkRequestErrorsRequest
3674
3674
  * @return ListWorkRequestErrorsResponse
3675
3675
  * @throws OciError when an error occurs
3676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3677
3677
  */
3678
3678
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3679
3679
  return __awaiter(this, void 0, void 0, function* () {
@@ -3739,7 +3739,7 @@ class WorkRequestClient {
3739
3739
  * @param ListWorkRequestLogsRequest
3740
3740
  * @return ListWorkRequestLogsResponse
3741
3741
  * @throws OciError when an error occurs
3742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3743
3743
  */
3744
3744
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3745
3745
  return __awaiter(this, void 0, void 0, function* () {
@@ -3805,7 +3805,7 @@ class WorkRequestClient {
3805
3805
  * @param ListWorkRequestsRequest
3806
3806
  * @return ListWorkRequestsResponse
3807
3807
  * @throws OciError when an error occurs
3808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3809
3809
  */
3810
3810
  listWorkRequests(listWorkRequestsRequest) {
3811
3811
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
16
16
  */
17
17
  export interface AcceptRecipientInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
17
17
  */
18
18
  export interface ActivateOrderRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
16
16
  */
17
17
  export interface ApproveOrganizationTenancyForTransferRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
16
16
  */
17
17
  export interface CancelSenderInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
17
17
  */
18
18
  export interface CreateChildTenancyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
17
17
  */
18
18
  export interface CreateDomainGovernanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
17
17
  */
18
18
  export interface CreateDomainRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
17
17
  */
18
18
  export interface CreateSenderInvitationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
17
17
  */
18
18
  export interface CreateSubscriptionMappingRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
16
16
  */
17
17
  export interface DeleteDomainGovernanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
16
16
  */
17
17
  export interface DeleteDomainRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
16
16
  */
17
17
  export interface DeleteLinkRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
16
16
  */
17
17
  export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
16
16
  */
17
17
  export interface DeleteSubscriptionMappingRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
16
16
  */
17
17
  export interface GetAssignedSubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernanceRequest.
16
16
  */
17
17
  export interface GetDomainGovernanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomainRequest.
16
16
  */
17
17
  export interface GetDomainRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
16
16
  */
17
17
  export interface GetLinkRequest extends common.BaseRequest {
18
18
  /**