oci-tenantmanagercontrolplane 2.70.1 → 2.70.3
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 +52 -52
- package/lib/client.js +52 -52
- package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
- package/lib/request/activate-order-request.d.ts +1 -1
- package/lib/request/add-governance-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-subscription-line-items-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-line-items-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/remove-governance-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
|
@@ -190,7 +190,7 @@ class DomainClient {
|
|
|
190
190
|
* @param CreateDomainRequest
|
|
191
191
|
* @return CreateDomainResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
194
194
|
*/
|
|
195
195
|
createDomain(createDomainRequest) {
|
|
196
196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -258,7 +258,7 @@ class DomainClient {
|
|
|
258
258
|
* @param DeleteDomainRequest
|
|
259
259
|
* @return DeleteDomainResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
262
262
|
*/
|
|
263
263
|
deleteDomain(deleteDomainRequest) {
|
|
264
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +313,7 @@ class DomainClient {
|
|
|
313
313
|
* @param GetDomainRequest
|
|
314
314
|
* @return GetDomainResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
317
317
|
*/
|
|
318
318
|
getDomain(getDomainRequest) {
|
|
319
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +377,7 @@ class DomainClient {
|
|
|
377
377
|
* @param ListDomainsRequest
|
|
378
378
|
* @return ListDomainsResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
381
381
|
*/
|
|
382
382
|
listDomains(listDomainsRequest) {
|
|
383
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -448,7 +448,7 @@ class DomainClient {
|
|
|
448
448
|
* @param UpdateDomainRequest
|
|
449
449
|
* @return UpdateDomainResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
452
452
|
*/
|
|
453
453
|
updateDomain(updateDomainRequest) {
|
|
454
454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -646,7 +646,7 @@ class DomainGovernanceClient {
|
|
|
646
646
|
* @param CreateDomainGovernanceRequest
|
|
647
647
|
* @return CreateDomainGovernanceResponse
|
|
648
648
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
650
650
|
*/
|
|
651
651
|
createDomainGovernance(createDomainGovernanceRequest) {
|
|
652
652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +709,7 @@ class DomainGovernanceClient {
|
|
|
709
709
|
* @param DeleteDomainGovernanceRequest
|
|
710
710
|
* @return DeleteDomainGovernanceResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
713
713
|
*/
|
|
714
714
|
deleteDomainGovernance(deleteDomainGovernanceRequest) {
|
|
715
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -764,7 +764,7 @@ class DomainGovernanceClient {
|
|
|
764
764
|
* @param GetDomainGovernanceRequest
|
|
765
765
|
* @return GetDomainGovernanceResponse
|
|
766
766
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
768
768
|
*/
|
|
769
769
|
getDomainGovernance(getDomainGovernanceRequest) {
|
|
770
770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class DomainGovernanceClient {
|
|
|
828
828
|
* @param ListDomainGovernancesRequest
|
|
829
829
|
* @return ListDomainGovernancesResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
832
832
|
*/
|
|
833
833
|
listDomainGovernances(listDomainGovernancesRequest) {
|
|
834
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class DomainGovernanceClient {
|
|
|
899
899
|
* @param UpdateDomainGovernanceRequest
|
|
900
900
|
* @return UpdateDomainGovernanceResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
903
903
|
*/
|
|
904
904
|
updateDomainGovernance(updateDomainGovernanceRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1076,7 +1076,7 @@ class GovernanceClient {
|
|
|
1076
1076
|
* @param AddGovernanceRequest
|
|
1077
1077
|
* @return AddGovernanceResponse
|
|
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.70.
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernance API.
|
|
1080
1080
|
*/
|
|
1081
1081
|
addGovernance(addGovernanceRequest) {
|
|
1082
1082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1138,7 +1138,7 @@ class GovernanceClient {
|
|
|
1138
1138
|
* @param RemoveGovernanceRequest
|
|
1139
1139
|
* @return RemoveGovernanceResponse
|
|
1140
1140
|
* @throws OciError when an error occurs
|
|
1141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernance API.
|
|
1142
1142
|
*/
|
|
1143
1143
|
removeGovernance(removeGovernanceRequest) {
|
|
1144
1144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1333,7 +1333,7 @@ class LinkClient {
|
|
|
1333
1333
|
* @param DeleteLinkRequest
|
|
1334
1334
|
* @return DeleteLinkResponse
|
|
1335
1335
|
* @throws OciError when an error occurs
|
|
1336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
1337
1337
|
*/
|
|
1338
1338
|
deleteLink(deleteLinkRequest) {
|
|
1339
1339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1393,7 +1393,7 @@ class LinkClient {
|
|
|
1393
1393
|
* @param GetLinkRequest
|
|
1394
1394
|
* @return GetLinkResponse
|
|
1395
1395
|
* @throws OciError when an error occurs
|
|
1396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
1397
1397
|
*/
|
|
1398
1398
|
getLink(getLinkRequest) {
|
|
1399
1399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1456,7 +1456,7 @@ class LinkClient {
|
|
|
1456
1456
|
* @param ListLinksRequest
|
|
1457
1457
|
* @return ListLinksResponse
|
|
1458
1458
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
1460
1460
|
*/
|
|
1461
1461
|
listLinks(listLinksRequest) {
|
|
1462
1462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1636,7 +1636,7 @@ class OrdersClient {
|
|
|
1636
1636
|
* @param ActivateOrderRequest
|
|
1637
1637
|
* @return ActivateOrderResponse
|
|
1638
1638
|
* @throws OciError when an error occurs
|
|
1639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
1640
1640
|
*/
|
|
1641
1641
|
activateOrder(activateOrderRequest) {
|
|
1642
1642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1698,7 +1698,7 @@ class OrdersClient {
|
|
|
1698
1698
|
* @param GetOrderRequest
|
|
1699
1699
|
* @return GetOrderResponse
|
|
1700
1700
|
* @throws OciError when an error occurs
|
|
1701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
1702
1702
|
*/
|
|
1703
1703
|
getOrder(getOrderRequest) {
|
|
1704
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1889,7 +1889,7 @@ class OrganizationClient {
|
|
|
1889
1889
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
1890
1890
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
1891
1891
|
* @throws OciError when an error occurs
|
|
1892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
1893
1893
|
*/
|
|
1894
1894
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
|
|
1895
1895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1956,7 +1956,7 @@ class OrganizationClient {
|
|
|
1956
1956
|
* @param CreateChildTenancyRequest
|
|
1957
1957
|
* @return CreateChildTenancyResponse
|
|
1958
1958
|
* @throws OciError when an error occurs
|
|
1959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
1960
1960
|
*/
|
|
1961
1961
|
createChildTenancy(createChildTenancyRequest) {
|
|
1962
1962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2015,7 +2015,7 @@ class OrganizationClient {
|
|
|
2015
2015
|
* @param DeleteOrganizationTenancyRequest
|
|
2016
2016
|
* @return DeleteOrganizationTenancyResponse
|
|
2017
2017
|
* @throws OciError when an error occurs
|
|
2018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
2019
2019
|
*/
|
|
2020
2020
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
|
|
2021
2021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2076,7 +2076,7 @@ class OrganizationClient {
|
|
|
2076
2076
|
* @param GetOrganizationRequest
|
|
2077
2077
|
* @return GetOrganizationResponse
|
|
2078
2078
|
* @throws OciError when an error occurs
|
|
2079
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
2080
2080
|
*/
|
|
2081
2081
|
getOrganization(getOrganizationRequest) {
|
|
2082
2082
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2139,7 +2139,7 @@ class OrganizationClient {
|
|
|
2139
2139
|
* @param GetOrganizationTenancyRequest
|
|
2140
2140
|
* @return GetOrganizationTenancyResponse
|
|
2141
2141
|
* @throws OciError when an error occurs
|
|
2142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
2143
2143
|
*/
|
|
2144
2144
|
getOrganizationTenancy(getOrganizationTenancyRequest) {
|
|
2145
2145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2203,7 +2203,7 @@ class OrganizationClient {
|
|
|
2203
2203
|
* @param ListOrganizationTenanciesRequest
|
|
2204
2204
|
* @return ListOrganizationTenanciesResponse
|
|
2205
2205
|
* @throws OciError when an error occurs
|
|
2206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
2207
2207
|
*/
|
|
2208
2208
|
listOrganizationTenancies(listOrganizationTenanciesRequest) {
|
|
2209
2209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2269,7 +2269,7 @@ class OrganizationClient {
|
|
|
2269
2269
|
* @param ListOrganizationsRequest
|
|
2270
2270
|
* @return ListOrganizationsResponse
|
|
2271
2271
|
* @throws OciError when an error occurs
|
|
2272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
2273
2273
|
*/
|
|
2274
2274
|
listOrganizations(listOrganizationsRequest) {
|
|
2275
2275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2334,7 +2334,7 @@ class OrganizationClient {
|
|
|
2334
2334
|
* @param RestoreOrganizationTenancyRequest
|
|
2335
2335
|
* @return RestoreOrganizationTenancyResponse
|
|
2336
2336
|
* @throws OciError when an error occurs
|
|
2337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
2338
2338
|
*/
|
|
2339
2339
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
|
|
2340
2340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2394,7 +2394,7 @@ class OrganizationClient {
|
|
|
2394
2394
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
2395
2395
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
2396
2396
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
2398
2398
|
*/
|
|
2399
2399
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
|
|
2400
2400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2461,7 +2461,7 @@ class OrganizationClient {
|
|
|
2461
2461
|
* @param UpdateOrganizationRequest
|
|
2462
2462
|
* @return UpdateOrganizationResponse
|
|
2463
2463
|
* @throws OciError when an error occurs
|
|
2464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
2465
2465
|
*/
|
|
2466
2466
|
updateOrganization(updateOrganizationRequest) {
|
|
2467
2467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2656,7 +2656,7 @@ class RecipientInvitationClient {
|
|
|
2656
2656
|
* @param AcceptRecipientInvitationRequest
|
|
2657
2657
|
* @return AcceptRecipientInvitationResponse
|
|
2658
2658
|
* @throws OciError when an error occurs
|
|
2659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
2660
2660
|
*/
|
|
2661
2661
|
acceptRecipientInvitation(acceptRecipientInvitationRequest) {
|
|
2662
2662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2717,7 +2717,7 @@ class RecipientInvitationClient {
|
|
|
2717
2717
|
* @param GetRecipientInvitationRequest
|
|
2718
2718
|
* @return GetRecipientInvitationResponse
|
|
2719
2719
|
* @throws OciError when an error occurs
|
|
2720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
2721
2721
|
*/
|
|
2722
2722
|
getRecipientInvitation(getRecipientInvitationRequest) {
|
|
2723
2723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2780,7 +2780,7 @@ class RecipientInvitationClient {
|
|
|
2780
2780
|
* @param IgnoreRecipientInvitationRequest
|
|
2781
2781
|
* @return IgnoreRecipientInvitationResponse
|
|
2782
2782
|
* @throws OciError when an error occurs
|
|
2783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
2784
2784
|
*/
|
|
2785
2785
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
|
|
2786
2786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2846,7 +2846,7 @@ class RecipientInvitationClient {
|
|
|
2846
2846
|
* @param ListRecipientInvitationsRequest
|
|
2847
2847
|
* @return ListRecipientInvitationsResponse
|
|
2848
2848
|
* @throws OciError when an error occurs
|
|
2849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
2850
2850
|
*/
|
|
2851
2851
|
listRecipientInvitations(listRecipientInvitationsRequest) {
|
|
2852
2852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2913,7 +2913,7 @@ class RecipientInvitationClient {
|
|
|
2913
2913
|
* @param UpdateRecipientInvitationRequest
|
|
2914
2914
|
* @return UpdateRecipientInvitationResponse
|
|
2915
2915
|
* @throws OciError when an error occurs
|
|
2916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
2916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
2917
2917
|
*/
|
|
2918
2918
|
updateRecipientInvitation(updateRecipientInvitationRequest) {
|
|
2919
2919
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3111,7 +3111,7 @@ class SenderInvitationClient {
|
|
|
3111
3111
|
* @param CancelSenderInvitationRequest
|
|
3112
3112
|
* @return CancelSenderInvitationResponse
|
|
3113
3113
|
* @throws OciError when an error occurs
|
|
3114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
3115
3115
|
*/
|
|
3116
3116
|
cancelSenderInvitation(cancelSenderInvitationRequest) {
|
|
3117
3117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3172,7 +3172,7 @@ class SenderInvitationClient {
|
|
|
3172
3172
|
* @param CreateSenderInvitationRequest
|
|
3173
3173
|
* @return CreateSenderInvitationResponse
|
|
3174
3174
|
* @throws OciError when an error occurs
|
|
3175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
3176
3176
|
*/
|
|
3177
3177
|
createSenderInvitation(createSenderInvitationRequest) {
|
|
3178
3178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3240,7 +3240,7 @@ class SenderInvitationClient {
|
|
|
3240
3240
|
* @param GetSenderInvitationRequest
|
|
3241
3241
|
* @return GetSenderInvitationResponse
|
|
3242
3242
|
* @throws OciError when an error occurs
|
|
3243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
3244
3244
|
*/
|
|
3245
3245
|
getSenderInvitation(getSenderInvitationRequest) {
|
|
3246
3246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3304,7 +3304,7 @@ class SenderInvitationClient {
|
|
|
3304
3304
|
* @param ListSenderInvitationsRequest
|
|
3305
3305
|
* @return ListSenderInvitationsResponse
|
|
3306
3306
|
* @throws OciError when an error occurs
|
|
3307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
3308
3308
|
*/
|
|
3309
3309
|
listSenderInvitations(listSenderInvitationsRequest) {
|
|
3310
3310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3375,7 +3375,7 @@ class SenderInvitationClient {
|
|
|
3375
3375
|
* @param UpdateSenderInvitationRequest
|
|
3376
3376
|
* @return UpdateSenderInvitationResponse
|
|
3377
3377
|
* @throws OciError when an error occurs
|
|
3378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
3379
3379
|
*/
|
|
3380
3380
|
updateSenderInvitation(updateSenderInvitationRequest) {
|
|
3381
3381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3573,7 +3573,7 @@ class SubscriptionClient {
|
|
|
3573
3573
|
* @param CreateSubscriptionMappingRequest
|
|
3574
3574
|
* @return CreateSubscriptionMappingResponse
|
|
3575
3575
|
* @throws OciError when an error occurs
|
|
3576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
3577
3577
|
*/
|
|
3578
3578
|
createSubscriptionMapping(createSubscriptionMappingRequest) {
|
|
3579
3579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3642,7 +3642,7 @@ class SubscriptionClient {
|
|
|
3642
3642
|
* @param DeleteSubscriptionMappingRequest
|
|
3643
3643
|
* @return DeleteSubscriptionMappingResponse
|
|
3644
3644
|
* @throws OciError when an error occurs
|
|
3645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
3646
3646
|
*/
|
|
3647
3647
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
|
|
3648
3648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3697,7 +3697,7 @@ class SubscriptionClient {
|
|
|
3697
3697
|
* @param GetAssignedSubscriptionRequest
|
|
3698
3698
|
* @return GetAssignedSubscriptionResponse
|
|
3699
3699
|
* @throws OciError when an error occurs
|
|
3700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
3701
3701
|
*/
|
|
3702
3702
|
getAssignedSubscription(getAssignedSubscriptionRequest) {
|
|
3703
3703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3760,7 +3760,7 @@ class SubscriptionClient {
|
|
|
3760
3760
|
* @param GetSubscriptionRequest
|
|
3761
3761
|
* @return GetSubscriptionResponse
|
|
3762
3762
|
* @throws OciError when an error occurs
|
|
3763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
3764
3764
|
*/
|
|
3765
3765
|
getSubscription(getSubscriptionRequest) {
|
|
3766
3766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3823,7 +3823,7 @@ class SubscriptionClient {
|
|
|
3823
3823
|
* @param GetSubscriptionMappingRequest
|
|
3824
3824
|
* @return GetSubscriptionMappingResponse
|
|
3825
3825
|
* @throws OciError when an error occurs
|
|
3826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
3827
3827
|
*/
|
|
3828
3828
|
getSubscriptionMapping(getSubscriptionMappingRequest) {
|
|
3829
3829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3886,7 +3886,7 @@ class SubscriptionClient {
|
|
|
3886
3886
|
* @param ListAssignedSubscriptionLineItemsRequest
|
|
3887
3887
|
* @return ListAssignedSubscriptionLineItemsResponse
|
|
3888
3888
|
* @throws OciError when an error occurs
|
|
3889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListAssignedSubscriptionLineItems.ts.html |here} to see how to use ListAssignedSubscriptionLineItems API.
|
|
3890
3890
|
*/
|
|
3891
3891
|
listAssignedSubscriptionLineItems(listAssignedSubscriptionLineItemsRequest) {
|
|
3892
3892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3954,7 +3954,7 @@ class SubscriptionClient {
|
|
|
3954
3954
|
* @param ListAssignedSubscriptionsRequest
|
|
3955
3955
|
* @return ListAssignedSubscriptionsResponse
|
|
3956
3956
|
* @throws OciError when an error occurs
|
|
3957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
3957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
3958
3958
|
*/
|
|
3959
3959
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
|
|
3960
3960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4023,7 +4023,7 @@ class SubscriptionClient {
|
|
|
4023
4023
|
* @param ListAvailableRegionsRequest
|
|
4024
4024
|
* @return ListAvailableRegionsResponse
|
|
4025
4025
|
* @throws OciError when an error occurs
|
|
4026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
4027
4027
|
*/
|
|
4028
4028
|
listAvailableRegions(listAvailableRegionsRequest) {
|
|
4029
4029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4088,7 +4088,7 @@ class SubscriptionClient {
|
|
|
4088
4088
|
* @param ListSubscriptionLineItemsRequest
|
|
4089
4089
|
* @return ListSubscriptionLineItemsResponse
|
|
4090
4090
|
* @throws OciError when an error occurs
|
|
4091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListSubscriptionLineItems.ts.html |here} to see how to use ListSubscriptionLineItems API.
|
|
4092
4092
|
*/
|
|
4093
4093
|
listSubscriptionLineItems(listSubscriptionLineItemsRequest) {
|
|
4094
4094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4156,7 +4156,7 @@ class SubscriptionClient {
|
|
|
4156
4156
|
* @param ListSubscriptionMappingsRequest
|
|
4157
4157
|
* @return ListSubscriptionMappingsResponse
|
|
4158
4158
|
* @throws OciError when an error occurs
|
|
4159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
4160
4160
|
*/
|
|
4161
4161
|
listSubscriptionMappings(listSubscriptionMappingsRequest) {
|
|
4162
4162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4226,7 +4226,7 @@ class SubscriptionClient {
|
|
|
4226
4226
|
* @param ListSubscriptionsRequest
|
|
4227
4227
|
* @return ListSubscriptionsResponse
|
|
4228
4228
|
* @throws OciError when an error occurs
|
|
4229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
4230
4230
|
*/
|
|
4231
4231
|
listSubscriptions(listSubscriptionsRequest) {
|
|
4232
4232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4428,7 +4428,7 @@ class WorkRequestClient {
|
|
|
4428
4428
|
* @param GetWorkRequestRequest
|
|
4429
4429
|
* @return GetWorkRequestResponse
|
|
4430
4430
|
* @throws OciError when an error occurs
|
|
4431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4432
4432
|
*/
|
|
4433
4433
|
getWorkRequest(getWorkRequestRequest) {
|
|
4434
4434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4492,7 +4492,7 @@ class WorkRequestClient {
|
|
|
4492
4492
|
* @param ListWorkRequestErrorsRequest
|
|
4493
4493
|
* @return ListWorkRequestErrorsResponse
|
|
4494
4494
|
* @throws OciError when an error occurs
|
|
4495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4496
4496
|
*/
|
|
4497
4497
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4498
4498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4560,7 +4560,7 @@ class WorkRequestClient {
|
|
|
4560
4560
|
* @param ListWorkRequestLogsRequest
|
|
4561
4561
|
* @return ListWorkRequestLogsResponse
|
|
4562
4562
|
* @throws OciError when an error occurs
|
|
4563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4564
4564
|
*/
|
|
4565
4565
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4566
4566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4628,7 +4628,7 @@ class WorkRequestClient {
|
|
|
4628
4628
|
* @param ListWorkRequestsRequest
|
|
4629
4629
|
* @return ListWorkRequestsResponse
|
|
4630
4630
|
* @throws OciError when an error occurs
|
|
4631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
4631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4632
4632
|
*/
|
|
4633
4633
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4634
4634
|
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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AddGovernanceRequest 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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|