oci-tenantmanagercontrolplane 2.55.0 → 2.56.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.
- package/lib/client.d.ts +48 -48
- package/lib/client.js +48 -48
- package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
- package/lib/request/activate-order-request.d.ts +1 -1
- package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +1 -1
- package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
- package/lib/request/create-child-tenancy-request.d.ts +1 -1
- package/lib/request/create-domain-governance-request.d.ts +1 -1
- package/lib/request/create-domain-request.d.ts +1 -1
- package/lib/request/create-sender-invitation-request.d.ts +1 -1
- package/lib/request/create-subscription-mapping-request.d.ts +1 -1
- package/lib/request/delete-domain-governance-request.d.ts +1 -1
- package/lib/request/delete-domain-request.d.ts +1 -1
- package/lib/request/delete-link-request.d.ts +1 -1
- package/lib/request/delete-organization-tenancy-request.d.ts +1 -1
- package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
- package/lib/request/get-assigned-subscription-request.d.ts +1 -1
- package/lib/request/get-domain-governance-request.d.ts +1 -1
- package/lib/request/get-domain-request.d.ts +1 -1
- package/lib/request/get-link-request.d.ts +1 -1
- package/lib/request/get-order-request.d.ts +1 -1
- package/lib/request/get-organization-request.d.ts +1 -1
- package/lib/request/get-organization-tenancy-request.d.ts +1 -1
- package/lib/request/get-recipient-invitation-request.d.ts +1 -1
- package/lib/request/get-sender-invitation-request.d.ts +1 -1
- package/lib/request/get-subscription-mapping-request.d.ts +1 -1
- package/lib/request/get-subscription-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
- package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
- package/lib/request/list-available-regions-request.d.ts +1 -1
- package/lib/request/list-domain-governances-request.d.ts +1 -1
- package/lib/request/list-domains-request.d.ts +1 -1
- package/lib/request/list-links-request.d.ts +1 -1
- package/lib/request/list-organization-tenancies-request.d.ts +1 -1
- package/lib/request/list-organizations-request.d.ts +1 -1
- package/lib/request/list-recipient-invitations-request.d.ts +1 -1
- package/lib/request/list-sender-invitations-request.d.ts +1 -1
- package/lib/request/list-subscription-mappings-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/restore-organization-tenancy-request.d.ts +1 -1
- package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +1 -1
- package/lib/request/update-domain-governance-request.d.ts +1 -1
- package/lib/request/update-domain-request.d.ts +1 -1
- package/lib/request/update-organization-request.d.ts +1 -1
- package/lib/request/update-recipient-invitation-request.d.ts +1 -1
- package/lib/request/update-sender-invitation-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class DomainClient {
|
|
|
163
163
|
* @param CreateDomainRequest
|
|
164
164
|
* @return CreateDomainResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
167
167
|
*/
|
|
168
168
|
createDomain(createDomainRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -231,7 +231,7 @@ class DomainClient {
|
|
|
231
231
|
* @param DeleteDomainRequest
|
|
232
232
|
* @return DeleteDomainResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
235
235
|
*/
|
|
236
236
|
deleteDomain(deleteDomainRequest) {
|
|
237
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -286,7 +286,7 @@ class DomainClient {
|
|
|
286
286
|
* @param GetDomainRequest
|
|
287
287
|
* @return GetDomainResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
290
290
|
*/
|
|
291
291
|
getDomain(getDomainRequest) {
|
|
292
292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -350,7 +350,7 @@ class DomainClient {
|
|
|
350
350
|
* @param ListDomainsRequest
|
|
351
351
|
* @return ListDomainsResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
354
354
|
*/
|
|
355
355
|
listDomains(listDomainsRequest) {
|
|
356
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -421,7 +421,7 @@ class DomainClient {
|
|
|
421
421
|
* @param UpdateDomainRequest
|
|
422
422
|
* @return UpdateDomainResponse
|
|
423
423
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
425
425
|
*/
|
|
426
426
|
updateDomain(updateDomainRequest) {
|
|
427
427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -592,7 +592,7 @@ class DomainGovernanceClient {
|
|
|
592
592
|
* @param CreateDomainGovernanceRequest
|
|
593
593
|
* @return CreateDomainGovernanceResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
596
596
|
*/
|
|
597
597
|
createDomainGovernance(createDomainGovernanceRequest) {
|
|
598
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class DomainGovernanceClient {
|
|
|
655
655
|
* @param DeleteDomainGovernanceRequest
|
|
656
656
|
* @return DeleteDomainGovernanceResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
659
659
|
*/
|
|
660
660
|
deleteDomainGovernance(deleteDomainGovernanceRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -710,7 +710,7 @@ class DomainGovernanceClient {
|
|
|
710
710
|
* @param GetDomainGovernanceRequest
|
|
711
711
|
* @return GetDomainGovernanceResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
714
714
|
*/
|
|
715
715
|
getDomainGovernance(getDomainGovernanceRequest) {
|
|
716
716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -774,7 +774,7 @@ class DomainGovernanceClient {
|
|
|
774
774
|
* @param ListDomainGovernancesRequest
|
|
775
775
|
* @return ListDomainGovernancesResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
778
778
|
*/
|
|
779
779
|
listDomainGovernances(listDomainGovernancesRequest) {
|
|
780
780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -845,7 +845,7 @@ class DomainGovernanceClient {
|
|
|
845
845
|
* @param UpdateDomainGovernanceRequest
|
|
846
846
|
* @return UpdateDomainGovernanceResponse
|
|
847
847
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
849
849
|
*/
|
|
850
850
|
updateDomainGovernance(updateDomainGovernanceRequest) {
|
|
851
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1016,7 +1016,7 @@ class LinkClient {
|
|
|
1016
1016
|
* @param DeleteLinkRequest
|
|
1017
1017
|
* @return DeleteLinkResponse
|
|
1018
1018
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
1020
1020
|
*/
|
|
1021
1021
|
deleteLink(deleteLinkRequest) {
|
|
1022
1022
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1076,7 +1076,7 @@ class LinkClient {
|
|
|
1076
1076
|
* @param GetLinkRequest
|
|
1077
1077
|
* @return GetLinkResponse
|
|
1078
1078
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
1080
1080
|
*/
|
|
1081
1081
|
getLink(getLinkRequest) {
|
|
1082
1082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1139,7 +1139,7 @@ class LinkClient {
|
|
|
1139
1139
|
* @param ListLinksRequest
|
|
1140
1140
|
* @return ListLinksResponse
|
|
1141
1141
|
* @throws OciError when an error occurs
|
|
1142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
1143
1143
|
*/
|
|
1144
1144
|
listLinks(listLinksRequest) {
|
|
1145
1145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,7 +1292,7 @@ class OrdersClient {
|
|
|
1292
1292
|
* @param ActivateOrderRequest
|
|
1293
1293
|
* @return ActivateOrderResponse
|
|
1294
1294
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
1296
1296
|
*/
|
|
1297
1297
|
activateOrder(activateOrderRequest) {
|
|
1298
1298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1354,7 @@ class OrdersClient {
|
|
|
1354
1354
|
* @param GetOrderRequest
|
|
1355
1355
|
* @return GetOrderResponse
|
|
1356
1356
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
1358
1358
|
*/
|
|
1359
1359
|
getOrder(getOrderRequest) {
|
|
1360
1360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1518,7 +1518,7 @@ class OrganizationClient {
|
|
|
1518
1518
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
1519
1519
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
1520
1520
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
1522
1522
|
*/
|
|
1523
1523
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
|
|
1524
1524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1585,7 +1585,7 @@ class OrganizationClient {
|
|
|
1585
1585
|
* @param CreateChildTenancyRequest
|
|
1586
1586
|
* @return CreateChildTenancyResponse
|
|
1587
1587
|
* @throws OciError when an error occurs
|
|
1588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
1589
1589
|
*/
|
|
1590
1590
|
createChildTenancy(createChildTenancyRequest) {
|
|
1591
1591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1644,7 @@ class OrganizationClient {
|
|
|
1644
1644
|
* @param DeleteOrganizationTenancyRequest
|
|
1645
1645
|
* @return DeleteOrganizationTenancyResponse
|
|
1646
1646
|
* @throws OciError when an error occurs
|
|
1647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
1648
1648
|
*/
|
|
1649
1649
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
|
|
1650
1650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1705,7 +1705,7 @@ class OrganizationClient {
|
|
|
1705
1705
|
* @param GetOrganizationRequest
|
|
1706
1706
|
* @return GetOrganizationResponse
|
|
1707
1707
|
* @throws OciError when an error occurs
|
|
1708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
1709
1709
|
*/
|
|
1710
1710
|
getOrganization(getOrganizationRequest) {
|
|
1711
1711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1768,7 +1768,7 @@ class OrganizationClient {
|
|
|
1768
1768
|
* @param GetOrganizationTenancyRequest
|
|
1769
1769
|
* @return GetOrganizationTenancyResponse
|
|
1770
1770
|
* @throws OciError when an error occurs
|
|
1771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
1772
1772
|
*/
|
|
1773
1773
|
getOrganizationTenancy(getOrganizationTenancyRequest) {
|
|
1774
1774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1832,7 +1832,7 @@ class OrganizationClient {
|
|
|
1832
1832
|
* @param ListOrganizationTenanciesRequest
|
|
1833
1833
|
* @return ListOrganizationTenanciesResponse
|
|
1834
1834
|
* @throws OciError when an error occurs
|
|
1835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
1836
1836
|
*/
|
|
1837
1837
|
listOrganizationTenancies(listOrganizationTenanciesRequest) {
|
|
1838
1838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1898,7 +1898,7 @@ class OrganizationClient {
|
|
|
1898
1898
|
* @param ListOrganizationsRequest
|
|
1899
1899
|
* @return ListOrganizationsResponse
|
|
1900
1900
|
* @throws OciError when an error occurs
|
|
1901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
1902
1902
|
*/
|
|
1903
1903
|
listOrganizations(listOrganizationsRequest) {
|
|
1904
1904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1963,7 +1963,7 @@ class OrganizationClient {
|
|
|
1963
1963
|
* @param RestoreOrganizationTenancyRequest
|
|
1964
1964
|
* @return RestoreOrganizationTenancyResponse
|
|
1965
1965
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
1967
1967
|
*/
|
|
1968
1968
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
|
|
1969
1969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2023,7 +2023,7 @@ class OrganizationClient {
|
|
|
2023
2023
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
2024
2024
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
2025
2025
|
* @throws OciError when an error occurs
|
|
2026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
2027
2027
|
*/
|
|
2028
2028
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
|
|
2029
2029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2090,7 +2090,7 @@ class OrganizationClient {
|
|
|
2090
2090
|
* @param UpdateOrganizationRequest
|
|
2091
2091
|
* @return UpdateOrganizationResponse
|
|
2092
2092
|
* @throws OciError when an error occurs
|
|
2093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
2094
2094
|
*/
|
|
2095
2095
|
updateOrganization(updateOrganizationRequest) {
|
|
2096
2096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2258,7 +2258,7 @@ class RecipientInvitationClient {
|
|
|
2258
2258
|
* @param AcceptRecipientInvitationRequest
|
|
2259
2259
|
* @return AcceptRecipientInvitationResponse
|
|
2260
2260
|
* @throws OciError when an error occurs
|
|
2261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
2262
2262
|
*/
|
|
2263
2263
|
acceptRecipientInvitation(acceptRecipientInvitationRequest) {
|
|
2264
2264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2319,7 +2319,7 @@ class RecipientInvitationClient {
|
|
|
2319
2319
|
* @param GetRecipientInvitationRequest
|
|
2320
2320
|
* @return GetRecipientInvitationResponse
|
|
2321
2321
|
* @throws OciError when an error occurs
|
|
2322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
2323
2323
|
*/
|
|
2324
2324
|
getRecipientInvitation(getRecipientInvitationRequest) {
|
|
2325
2325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2382,7 +2382,7 @@ class RecipientInvitationClient {
|
|
|
2382
2382
|
* @param IgnoreRecipientInvitationRequest
|
|
2383
2383
|
* @return IgnoreRecipientInvitationResponse
|
|
2384
2384
|
* @throws OciError when an error occurs
|
|
2385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
2386
2386
|
*/
|
|
2387
2387
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
|
|
2388
2388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2448,7 +2448,7 @@ class RecipientInvitationClient {
|
|
|
2448
2448
|
* @param ListRecipientInvitationsRequest
|
|
2449
2449
|
* @return ListRecipientInvitationsResponse
|
|
2450
2450
|
* @throws OciError when an error occurs
|
|
2451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
2452
2452
|
*/
|
|
2453
2453
|
listRecipientInvitations(listRecipientInvitationsRequest) {
|
|
2454
2454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2515,7 +2515,7 @@ class RecipientInvitationClient {
|
|
|
2515
2515
|
* @param UpdateRecipientInvitationRequest
|
|
2516
2516
|
* @return UpdateRecipientInvitationResponse
|
|
2517
2517
|
* @throws OciError when an error occurs
|
|
2518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
2519
2519
|
*/
|
|
2520
2520
|
updateRecipientInvitation(updateRecipientInvitationRequest) {
|
|
2521
2521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2686,7 +2686,7 @@ class SenderInvitationClient {
|
|
|
2686
2686
|
* @param CancelSenderInvitationRequest
|
|
2687
2687
|
* @return CancelSenderInvitationResponse
|
|
2688
2688
|
* @throws OciError when an error occurs
|
|
2689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
2690
2690
|
*/
|
|
2691
2691
|
cancelSenderInvitation(cancelSenderInvitationRequest) {
|
|
2692
2692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2747,7 +2747,7 @@ class SenderInvitationClient {
|
|
|
2747
2747
|
* @param CreateSenderInvitationRequest
|
|
2748
2748
|
* @return CreateSenderInvitationResponse
|
|
2749
2749
|
* @throws OciError when an error occurs
|
|
2750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
2751
2751
|
*/
|
|
2752
2752
|
createSenderInvitation(createSenderInvitationRequest) {
|
|
2753
2753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2815,7 +2815,7 @@ class SenderInvitationClient {
|
|
|
2815
2815
|
* @param GetSenderInvitationRequest
|
|
2816
2816
|
* @return GetSenderInvitationResponse
|
|
2817
2817
|
* @throws OciError when an error occurs
|
|
2818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
2819
2819
|
*/
|
|
2820
2820
|
getSenderInvitation(getSenderInvitationRequest) {
|
|
2821
2821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2879,7 +2879,7 @@ class SenderInvitationClient {
|
|
|
2879
2879
|
* @param ListSenderInvitationsRequest
|
|
2880
2880
|
* @return ListSenderInvitationsResponse
|
|
2881
2881
|
* @throws OciError when an error occurs
|
|
2882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
2883
2883
|
*/
|
|
2884
2884
|
listSenderInvitations(listSenderInvitationsRequest) {
|
|
2885
2885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2950,7 +2950,7 @@ class SenderInvitationClient {
|
|
|
2950
2950
|
* @param UpdateSenderInvitationRequest
|
|
2951
2951
|
* @return UpdateSenderInvitationResponse
|
|
2952
2952
|
* @throws OciError when an error occurs
|
|
2953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
2954
2954
|
*/
|
|
2955
2955
|
updateSenderInvitation(updateSenderInvitationRequest) {
|
|
2956
2956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3121,7 +3121,7 @@ class SubscriptionClient {
|
|
|
3121
3121
|
* @param CreateSubscriptionMappingRequest
|
|
3122
3122
|
* @return CreateSubscriptionMappingResponse
|
|
3123
3123
|
* @throws OciError when an error occurs
|
|
3124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
3125
3125
|
*/
|
|
3126
3126
|
createSubscriptionMapping(createSubscriptionMappingRequest) {
|
|
3127
3127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3190,7 +3190,7 @@ class SubscriptionClient {
|
|
|
3190
3190
|
* @param DeleteSubscriptionMappingRequest
|
|
3191
3191
|
* @return DeleteSubscriptionMappingResponse
|
|
3192
3192
|
* @throws OciError when an error occurs
|
|
3193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
3194
3194
|
*/
|
|
3195
3195
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
|
|
3196
3196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3245,7 +3245,7 @@ class SubscriptionClient {
|
|
|
3245
3245
|
* @param GetAssignedSubscriptionRequest
|
|
3246
3246
|
* @return GetAssignedSubscriptionResponse
|
|
3247
3247
|
* @throws OciError when an error occurs
|
|
3248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
3249
3249
|
*/
|
|
3250
3250
|
getAssignedSubscription(getAssignedSubscriptionRequest) {
|
|
3251
3251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3308,7 +3308,7 @@ class SubscriptionClient {
|
|
|
3308
3308
|
* @param GetSubscriptionRequest
|
|
3309
3309
|
* @return GetSubscriptionResponse
|
|
3310
3310
|
* @throws OciError when an error occurs
|
|
3311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
3312
3312
|
*/
|
|
3313
3313
|
getSubscription(getSubscriptionRequest) {
|
|
3314
3314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3371,7 +3371,7 @@ class SubscriptionClient {
|
|
|
3371
3371
|
* @param GetSubscriptionMappingRequest
|
|
3372
3372
|
* @return GetSubscriptionMappingResponse
|
|
3373
3373
|
* @throws OciError when an error occurs
|
|
3374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
3375
3375
|
*/
|
|
3376
3376
|
getSubscriptionMapping(getSubscriptionMappingRequest) {
|
|
3377
3377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3434,7 +3434,7 @@ class SubscriptionClient {
|
|
|
3434
3434
|
* @param ListAssignedSubscriptionsRequest
|
|
3435
3435
|
* @return ListAssignedSubscriptionsResponse
|
|
3436
3436
|
* @throws OciError when an error occurs
|
|
3437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
3438
3438
|
*/
|
|
3439
3439
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
|
|
3440
3440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3502,7 +3502,7 @@ class SubscriptionClient {
|
|
|
3502
3502
|
* @param ListAvailableRegionsRequest
|
|
3503
3503
|
* @return ListAvailableRegionsResponse
|
|
3504
3504
|
* @throws OciError when an error occurs
|
|
3505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
3506
3506
|
*/
|
|
3507
3507
|
listAvailableRegions(listAvailableRegionsRequest) {
|
|
3508
3508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3567,7 +3567,7 @@ class SubscriptionClient {
|
|
|
3567
3567
|
* @param ListSubscriptionMappingsRequest
|
|
3568
3568
|
* @return ListSubscriptionMappingsResponse
|
|
3569
3569
|
* @throws OciError when an error occurs
|
|
3570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
3571
3571
|
*/
|
|
3572
3572
|
listSubscriptionMappings(listSubscriptionMappingsRequest) {
|
|
3573
3573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3637,7 +3637,7 @@ class SubscriptionClient {
|
|
|
3637
3637
|
* @param ListSubscriptionsRequest
|
|
3638
3638
|
* @return ListSubscriptionsResponse
|
|
3639
3639
|
* @throws OciError when an error occurs
|
|
3640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
3641
3641
|
*/
|
|
3642
3642
|
listSubscriptions(listSubscriptionsRequest) {
|
|
3643
3643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3811,7 +3811,7 @@ class WorkRequestClient {
|
|
|
3811
3811
|
* @param GetWorkRequestRequest
|
|
3812
3812
|
* @return GetWorkRequestResponse
|
|
3813
3813
|
* @throws OciError when an error occurs
|
|
3814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3815
3815
|
*/
|
|
3816
3816
|
getWorkRequest(getWorkRequestRequest) {
|
|
3817
3817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3875,7 +3875,7 @@ class WorkRequestClient {
|
|
|
3875
3875
|
* @param ListWorkRequestErrorsRequest
|
|
3876
3876
|
* @return ListWorkRequestErrorsResponse
|
|
3877
3877
|
* @throws OciError when an error occurs
|
|
3878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3879
3879
|
*/
|
|
3880
3880
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3881
3881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3943,7 +3943,7 @@ class WorkRequestClient {
|
|
|
3943
3943
|
* @param ListWorkRequestLogsRequest
|
|
3944
3944
|
* @return ListWorkRequestLogsResponse
|
|
3945
3945
|
* @throws OciError when an error occurs
|
|
3946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3947
3947
|
*/
|
|
3948
3948
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3949
3949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4011,7 +4011,7 @@ class WorkRequestClient {
|
|
|
4011
4011
|
* @param ListWorkRequestsRequest
|
|
4012
4012
|
* @return ListWorkRequestsResponse
|
|
4013
4013
|
* @throws OciError when an error occurs
|
|
4014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4015
4015
|
*/
|
|
4016
4016
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4017
4017
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLinkRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLinkRequest extends common.BaseRequest {
|
|
18
18
|
/**
|