oci-tenantmanagercontrolplane 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/lib/client.d.ts +47 -47
  2. package/lib/client.js +47 -47
  3. package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
  4. package/lib/request/activate-order-request.d.ts +1 -1
  5. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +1 -1
  6. package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
  7. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  8. package/lib/request/create-domain-governance-request.d.ts +1 -1
  9. package/lib/request/create-domain-request.d.ts +1 -1
  10. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  11. package/lib/request/create-subscription-mapping-request.d.ts +1 -1
  12. package/lib/request/delete-domain-governance-request.d.ts +1 -1
  13. package/lib/request/delete-domain-request.d.ts +1 -1
  14. package/lib/request/delete-link-request.d.ts +1 -1
  15. package/lib/request/delete-organization-tenancy-request.d.ts +1 -1
  16. package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
  17. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  18. package/lib/request/get-domain-governance-request.d.ts +1 -1
  19. package/lib/request/get-domain-request.d.ts +1 -1
  20. package/lib/request/get-link-request.d.ts +1 -1
  21. package/lib/request/get-order-request.d.ts +1 -1
  22. package/lib/request/get-organization-request.d.ts +1 -1
  23. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  24. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  25. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  26. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  27. package/lib/request/get-subscription-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
  30. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  31. package/lib/request/list-available-regions-request.d.ts +1 -1
  32. package/lib/request/list-domain-governances-request.d.ts +1 -1
  33. package/lib/request/list-domains-request.d.ts +1 -1
  34. package/lib/request/list-links-request.d.ts +1 -1
  35. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  36. package/lib/request/list-organizations-request.d.ts +1 -1
  37. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  38. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  39. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  40. package/lib/request/list-subscriptions-request.d.ts +1 -1
  41. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  42. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  43. package/lib/request/list-work-requests-request.d.ts +1 -1
  44. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +1 -1
  45. package/lib/request/update-domain-governance-request.d.ts +1 -1
  46. package/lib/request/update-domain-request.d.ts +1 -1
  47. package/lib/request/update-organization-request.d.ts +1 -1
  48. package/lib/request/update-recipient-invitation-request.d.ts +1 -1
  49. package/lib/request/update-sender-invitation-request.d.ts +1 -1
  50. 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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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* () {
@@ -569,7 +569,7 @@ class DomainGovernanceClient {
569
569
  * @param CreateDomainGovernanceRequest
570
570
  * @return CreateDomainGovernanceResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
573
573
  */
574
574
  createDomainGovernance(createDomainGovernanceRequest) {
575
575
  return __awaiter(this, void 0, void 0, function* () {
@@ -630,7 +630,7 @@ class DomainGovernanceClient {
630
630
  * @param DeleteDomainGovernanceRequest
631
631
  * @return DeleteDomainGovernanceResponse
632
632
  * @throws OciError when an error occurs
633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
634
634
  */
635
635
  deleteDomainGovernance(deleteDomainGovernanceRequest) {
636
636
  return __awaiter(this, void 0, void 0, function* () {
@@ -683,7 +683,7 @@ class DomainGovernanceClient {
683
683
  * @param GetDomainGovernanceRequest
684
684
  * @return GetDomainGovernanceResponse
685
685
  * @throws OciError when an error occurs
686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
687
687
  */
688
688
  getDomainGovernance(getDomainGovernanceRequest) {
689
689
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class DomainGovernanceClient {
745
745
  * @param ListDomainGovernancesRequest
746
746
  * @return ListDomainGovernancesResponse
747
747
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
749
749
  */
750
750
  listDomainGovernances(listDomainGovernancesRequest) {
751
751
  return __awaiter(this, void 0, void 0, function* () {
@@ -814,7 +814,7 @@ class DomainGovernanceClient {
814
814
  * @param UpdateDomainGovernanceRequest
815
815
  * @return UpdateDomainGovernanceResponse
816
816
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
818
818
  */
819
819
  updateDomainGovernance(updateDomainGovernanceRequest) {
820
820
  return __awaiter(this, void 0, void 0, function* () {
@@ -976,7 +976,7 @@ class LinkClient {
976
976
  * @param DeleteLinkRequest
977
977
  * @return DeleteLinkResponse
978
978
  * @throws OciError when an error occurs
979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
980
980
  */
981
981
  deleteLink(deleteLinkRequest) {
982
982
  return __awaiter(this, void 0, void 0, function* () {
@@ -1034,7 +1034,7 @@ class LinkClient {
1034
1034
  * @param GetLinkRequest
1035
1035
  * @return GetLinkResponse
1036
1036
  * @throws OciError when an error occurs
1037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
1037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
1038
1038
  */
1039
1039
  getLink(getLinkRequest) {
1040
1040
  return __awaiter(this, void 0, void 0, function* () {
@@ -1095,7 +1095,7 @@ class LinkClient {
1095
1095
  * @param ListLinksRequest
1096
1096
  * @return ListLinksResponse
1097
1097
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
1098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
1099
1099
  */
1100
1100
  listLinks(listLinksRequest) {
1101
1101
  return __awaiter(this, void 0, void 0, function* () {
@@ -1239,7 +1239,7 @@ class OrdersClient {
1239
1239
  * @param ActivateOrderRequest
1240
1240
  * @return ActivateOrderResponse
1241
1241
  * @throws OciError when an error occurs
1242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
1242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
1243
1243
  */
1244
1244
  activateOrder(activateOrderRequest) {
1245
1245
  return __awaiter(this, void 0, void 0, function* () {
@@ -1299,7 +1299,7 @@ class OrdersClient {
1299
1299
  * @param GetOrderRequest
1300
1300
  * @return GetOrderResponse
1301
1301
  * @throws OciError when an error occurs
1302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
1302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
1303
1303
  */
1304
1304
  getOrder(getOrderRequest) {
1305
1305
  return __awaiter(this, void 0, void 0, function* () {
@@ -1454,7 +1454,7 @@ class OrganizationClient {
1454
1454
  * @param ApproveOrganizationTenancyForTransferRequest
1455
1455
  * @return ApproveOrganizationTenancyForTransferResponse
1456
1456
  * @throws OciError when an error occurs
1457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
1457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
1458
1458
  */
1459
1459
  approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
1460
1460
  return __awaiter(this, void 0, void 0, function* () {
@@ -1519,7 +1519,7 @@ class OrganizationClient {
1519
1519
  * @param CreateChildTenancyRequest
1520
1520
  * @return CreateChildTenancyResponse
1521
1521
  * @throws OciError when an error occurs
1522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
1522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
1523
1523
  */
1524
1524
  createChildTenancy(createChildTenancyRequest) {
1525
1525
  return __awaiter(this, void 0, void 0, function* () {
@@ -1576,7 +1576,7 @@ class OrganizationClient {
1576
1576
  * @param DeleteOrganizationTenancyRequest
1577
1577
  * @return DeleteOrganizationTenancyResponse
1578
1578
  * @throws OciError when an error occurs
1579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
1579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
1580
1580
  */
1581
1581
  deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
1582
1582
  return __awaiter(this, void 0, void 0, function* () {
@@ -1635,7 +1635,7 @@ class OrganizationClient {
1635
1635
  * @param GetOrganizationRequest
1636
1636
  * @return GetOrganizationResponse
1637
1637
  * @throws OciError when an error occurs
1638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
1638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
1639
1639
  */
1640
1640
  getOrganization(getOrganizationRequest) {
1641
1641
  return __awaiter(this, void 0, void 0, function* () {
@@ -1696,7 +1696,7 @@ class OrganizationClient {
1696
1696
  * @param GetOrganizationTenancyRequest
1697
1697
  * @return GetOrganizationTenancyResponse
1698
1698
  * @throws OciError when an error occurs
1699
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
1699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
1700
1700
  */
1701
1701
  getOrganizationTenancy(getOrganizationTenancyRequest) {
1702
1702
  return __awaiter(this, void 0, void 0, function* () {
@@ -1758,7 +1758,7 @@ class OrganizationClient {
1758
1758
  * @param ListOrganizationTenanciesRequest
1759
1759
  * @return ListOrganizationTenanciesResponse
1760
1760
  * @throws OciError when an error occurs
1761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
1761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
1762
1762
  */
1763
1763
  listOrganizationTenancies(listOrganizationTenanciesRequest) {
1764
1764
  return __awaiter(this, void 0, void 0, function* () {
@@ -1822,7 +1822,7 @@ class OrganizationClient {
1822
1822
  * @param ListOrganizationsRequest
1823
1823
  * @return ListOrganizationsResponse
1824
1824
  * @throws OciError when an error occurs
1825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
1825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
1826
1826
  */
1827
1827
  listOrganizations(listOrganizationsRequest) {
1828
1828
  return __awaiter(this, void 0, void 0, function* () {
@@ -1885,7 +1885,7 @@ class OrganizationClient {
1885
1885
  * @param UnapproveOrganizationTenancyForTransferRequest
1886
1886
  * @return UnapproveOrganizationTenancyForTransferResponse
1887
1887
  * @throws OciError when an error occurs
1888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
1888
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
1889
1889
  */
1890
1890
  unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
1891
1891
  return __awaiter(this, void 0, void 0, function* () {
@@ -1950,7 +1950,7 @@ class OrganizationClient {
1950
1950
  * @param UpdateOrganizationRequest
1951
1951
  * @return UpdateOrganizationResponse
1952
1952
  * @throws OciError when an error occurs
1953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
1953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
1954
1954
  */
1955
1955
  updateOrganization(updateOrganizationRequest) {
1956
1956
  return __awaiter(this, void 0, void 0, function* () {
@@ -2109,7 +2109,7 @@ class RecipientInvitationClient {
2109
2109
  * @param AcceptRecipientInvitationRequest
2110
2110
  * @return AcceptRecipientInvitationResponse
2111
2111
  * @throws OciError when an error occurs
2112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
2112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
2113
2113
  */
2114
2114
  acceptRecipientInvitation(acceptRecipientInvitationRequest) {
2115
2115
  return __awaiter(this, void 0, void 0, function* () {
@@ -2168,7 +2168,7 @@ class RecipientInvitationClient {
2168
2168
  * @param GetRecipientInvitationRequest
2169
2169
  * @return GetRecipientInvitationResponse
2170
2170
  * @throws OciError when an error occurs
2171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
2171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
2172
2172
  */
2173
2173
  getRecipientInvitation(getRecipientInvitationRequest) {
2174
2174
  return __awaiter(this, void 0, void 0, function* () {
@@ -2229,7 +2229,7 @@ class RecipientInvitationClient {
2229
2229
  * @param IgnoreRecipientInvitationRequest
2230
2230
  * @return IgnoreRecipientInvitationResponse
2231
2231
  * @throws OciError when an error occurs
2232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
2232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
2233
2233
  */
2234
2234
  ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
2235
2235
  return __awaiter(this, void 0, void 0, function* () {
@@ -2293,7 +2293,7 @@ class RecipientInvitationClient {
2293
2293
  * @param ListRecipientInvitationsRequest
2294
2294
  * @return ListRecipientInvitationsResponse
2295
2295
  * @throws OciError when an error occurs
2296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
2296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
2297
2297
  */
2298
2298
  listRecipientInvitations(listRecipientInvitationsRequest) {
2299
2299
  return __awaiter(this, void 0, void 0, function* () {
@@ -2358,7 +2358,7 @@ class RecipientInvitationClient {
2358
2358
  * @param UpdateRecipientInvitationRequest
2359
2359
  * @return UpdateRecipientInvitationResponse
2360
2360
  * @throws OciError when an error occurs
2361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
2361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
2362
2362
  */
2363
2363
  updateRecipientInvitation(updateRecipientInvitationRequest) {
2364
2364
  return __awaiter(this, void 0, void 0, function* () {
@@ -2520,7 +2520,7 @@ class SenderInvitationClient {
2520
2520
  * @param CancelSenderInvitationRequest
2521
2521
  * @return CancelSenderInvitationResponse
2522
2522
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
2523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
2524
2524
  */
2525
2525
  cancelSenderInvitation(cancelSenderInvitationRequest) {
2526
2526
  return __awaiter(this, void 0, void 0, function* () {
@@ -2579,7 +2579,7 @@ class SenderInvitationClient {
2579
2579
  * @param CreateSenderInvitationRequest
2580
2580
  * @return CreateSenderInvitationResponse
2581
2581
  * @throws OciError when an error occurs
2582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
2582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
2583
2583
  */
2584
2584
  createSenderInvitation(createSenderInvitationRequest) {
2585
2585
  return __awaiter(this, void 0, void 0, function* () {
@@ -2645,7 +2645,7 @@ class SenderInvitationClient {
2645
2645
  * @param GetSenderInvitationRequest
2646
2646
  * @return GetSenderInvitationResponse
2647
2647
  * @throws OciError when an error occurs
2648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
2648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
2649
2649
  */
2650
2650
  getSenderInvitation(getSenderInvitationRequest) {
2651
2651
  return __awaiter(this, void 0, void 0, function* () {
@@ -2707,7 +2707,7 @@ class SenderInvitationClient {
2707
2707
  * @param ListSenderInvitationsRequest
2708
2708
  * @return ListSenderInvitationsResponse
2709
2709
  * @throws OciError when an error occurs
2710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
2710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
2711
2711
  */
2712
2712
  listSenderInvitations(listSenderInvitationsRequest) {
2713
2713
  return __awaiter(this, void 0, void 0, function* () {
@@ -2776,7 +2776,7 @@ class SenderInvitationClient {
2776
2776
  * @param UpdateSenderInvitationRequest
2777
2777
  * @return UpdateSenderInvitationResponse
2778
2778
  * @throws OciError when an error occurs
2779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
2779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
2780
2780
  */
2781
2781
  updateSenderInvitation(updateSenderInvitationRequest) {
2782
2782
  return __awaiter(this, void 0, void 0, function* () {
@@ -2938,7 +2938,7 @@ class SubscriptionClient {
2938
2938
  * @param CreateSubscriptionMappingRequest
2939
2939
  * @return CreateSubscriptionMappingResponse
2940
2940
  * @throws OciError when an error occurs
2941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
2941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
2942
2942
  */
2943
2943
  createSubscriptionMapping(createSubscriptionMappingRequest) {
2944
2944
  return __awaiter(this, void 0, void 0, function* () {
@@ -3005,7 +3005,7 @@ class SubscriptionClient {
3005
3005
  * @param DeleteSubscriptionMappingRequest
3006
3006
  * @return DeleteSubscriptionMappingResponse
3007
3007
  * @throws OciError when an error occurs
3008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
3008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
3009
3009
  */
3010
3010
  deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
3011
3011
  return __awaiter(this, void 0, void 0, function* () {
@@ -3058,7 +3058,7 @@ class SubscriptionClient {
3058
3058
  * @param GetAssignedSubscriptionRequest
3059
3059
  * @return GetAssignedSubscriptionResponse
3060
3060
  * @throws OciError when an error occurs
3061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
3061
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
3062
3062
  */
3063
3063
  getAssignedSubscription(getAssignedSubscriptionRequest) {
3064
3064
  return __awaiter(this, void 0, void 0, function* () {
@@ -3119,7 +3119,7 @@ class SubscriptionClient {
3119
3119
  * @param GetSubscriptionRequest
3120
3120
  * @return GetSubscriptionResponse
3121
3121
  * @throws OciError when an error occurs
3122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
3122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
3123
3123
  */
3124
3124
  getSubscription(getSubscriptionRequest) {
3125
3125
  return __awaiter(this, void 0, void 0, function* () {
@@ -3180,7 +3180,7 @@ class SubscriptionClient {
3180
3180
  * @param GetSubscriptionMappingRequest
3181
3181
  * @return GetSubscriptionMappingResponse
3182
3182
  * @throws OciError when an error occurs
3183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
3183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
3184
3184
  */
3185
3185
  getSubscriptionMapping(getSubscriptionMappingRequest) {
3186
3186
  return __awaiter(this, void 0, void 0, function* () {
@@ -3241,7 +3241,7 @@ class SubscriptionClient {
3241
3241
  * @param ListAssignedSubscriptionsRequest
3242
3242
  * @return ListAssignedSubscriptionsResponse
3243
3243
  * @throws OciError when an error occurs
3244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
3244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
3245
3245
  */
3246
3246
  listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
3247
3247
  return __awaiter(this, void 0, void 0, function* () {
@@ -3307,7 +3307,7 @@ class SubscriptionClient {
3307
3307
  * @param ListAvailableRegionsRequest
3308
3308
  * @return ListAvailableRegionsResponse
3309
3309
  * @throws OciError when an error occurs
3310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
3310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
3311
3311
  */
3312
3312
  listAvailableRegions(listAvailableRegionsRequest) {
3313
3313
  return __awaiter(this, void 0, void 0, function* () {
@@ -3370,7 +3370,7 @@ class SubscriptionClient {
3370
3370
  * @param ListSubscriptionMappingsRequest
3371
3371
  * @return ListSubscriptionMappingsResponse
3372
3372
  * @throws OciError when an error occurs
3373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
3373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
3374
3374
  */
3375
3375
  listSubscriptionMappings(listSubscriptionMappingsRequest) {
3376
3376
  return __awaiter(this, void 0, void 0, function* () {
@@ -3438,7 +3438,7 @@ class SubscriptionClient {
3438
3438
  * @param ListSubscriptionsRequest
3439
3439
  * @return ListSubscriptionsResponse
3440
3440
  * @throws OciError when an error occurs
3441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
3441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
3442
3442
  */
3443
3443
  listSubscriptions(listSubscriptionsRequest) {
3444
3444
  return __awaiter(this, void 0, void 0, function* () {
@@ -3603,7 +3603,7 @@ class WorkRequestClient {
3603
3603
  * @param GetWorkRequestRequest
3604
3604
  * @return GetWorkRequestResponse
3605
3605
  * @throws OciError when an error occurs
3606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3607
3607
  */
3608
3608
  getWorkRequest(getWorkRequestRequest) {
3609
3609
  return __awaiter(this, void 0, void 0, function* () {
@@ -3665,7 +3665,7 @@ class WorkRequestClient {
3665
3665
  * @param ListWorkRequestErrorsRequest
3666
3666
  * @return ListWorkRequestErrorsResponse
3667
3667
  * @throws OciError when an error occurs
3668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3669
3669
  */
3670
3670
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3671
3671
  return __awaiter(this, void 0, void 0, function* () {
@@ -3731,7 +3731,7 @@ class WorkRequestClient {
3731
3731
  * @param ListWorkRequestLogsRequest
3732
3732
  * @return ListWorkRequestLogsResponse
3733
3733
  * @throws OciError when an error occurs
3734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3735
3735
  */
3736
3736
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3737
3737
  return __awaiter(this, void 0, void 0, function* () {
@@ -3797,7 +3797,7 @@ class WorkRequestClient {
3797
3797
  * @param ListWorkRequestsRequest
3798
3798
  * @return ListWorkRequestsResponse
3799
3799
  * @throws OciError when an error occurs
3800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3801
3801
  */
3802
3802
  listWorkRequests(listWorkRequestsRequest) {
3803
3803
  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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
16
16
  */
17
17
  export interface GetLinkRequest extends common.BaseRequest {
18
18
  /**