oci-tenantmanagercontrolplane 2.88.0 → 2.88.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -209,7 +209,7 @@ class DomainClient {
|
|
|
209
209
|
* @param CreateDomainRequest
|
|
210
210
|
* @return CreateDomainResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
213
213
|
*/
|
|
214
214
|
createDomain(createDomainRequest) {
|
|
215
215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class DomainClient {
|
|
|
277
277
|
* @param DeleteDomainRequest
|
|
278
278
|
* @return DeleteDomainResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
281
281
|
*/
|
|
282
282
|
deleteDomain(deleteDomainRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +332,7 @@ class DomainClient {
|
|
|
332
332
|
* @param GetDomainRequest
|
|
333
333
|
* @return GetDomainResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
336
336
|
*/
|
|
337
337
|
getDomain(getDomainRequest) {
|
|
338
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -396,7 +396,7 @@ class DomainClient {
|
|
|
396
396
|
* @param ListDomainsRequest
|
|
397
397
|
* @return ListDomainsResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
400
400
|
*/
|
|
401
401
|
listDomains(listDomainsRequest) {
|
|
402
402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -467,7 +467,7 @@ class DomainClient {
|
|
|
467
467
|
* @param UpdateDomainRequest
|
|
468
468
|
* @return UpdateDomainResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
471
471
|
*/
|
|
472
472
|
updateDomain(updateDomainRequest) {
|
|
473
473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -683,7 +683,7 @@ class DomainGovernanceClient {
|
|
|
683
683
|
* @param CreateDomainGovernanceRequest
|
|
684
684
|
* @return CreateDomainGovernanceResponse
|
|
685
685
|
* @throws OciError when an error occurs
|
|
686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
686
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
687
687
|
*/
|
|
688
688
|
createDomainGovernance(createDomainGovernanceRequest) {
|
|
689
689
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -746,7 +746,7 @@ class DomainGovernanceClient {
|
|
|
746
746
|
* @param DeleteDomainGovernanceRequest
|
|
747
747
|
* @return DeleteDomainGovernanceResponse
|
|
748
748
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
750
750
|
*/
|
|
751
751
|
deleteDomainGovernance(deleteDomainGovernanceRequest) {
|
|
752
752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class DomainGovernanceClient {
|
|
|
801
801
|
* @param GetDomainGovernanceRequest
|
|
802
802
|
* @return GetDomainGovernanceResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
805
805
|
*/
|
|
806
806
|
getDomainGovernance(getDomainGovernanceRequest) {
|
|
807
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -865,7 +865,7 @@ class DomainGovernanceClient {
|
|
|
865
865
|
* @param ListDomainGovernancesRequest
|
|
866
866
|
* @return ListDomainGovernancesResponse
|
|
867
867
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
869
869
|
*/
|
|
870
870
|
listDomainGovernances(listDomainGovernancesRequest) {
|
|
871
871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -936,7 +936,7 @@ class DomainGovernanceClient {
|
|
|
936
936
|
* @param UpdateDomainGovernanceRequest
|
|
937
937
|
* @return UpdateDomainGovernanceResponse
|
|
938
938
|
* @throws OciError when an error occurs
|
|
939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
940
940
|
*/
|
|
941
941
|
updateDomainGovernance(updateDomainGovernanceRequest) {
|
|
942
942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1131,7 +1131,7 @@ class GovernanceClient {
|
|
|
1131
1131
|
* @param AddGovernanceRequest
|
|
1132
1132
|
* @return AddGovernanceResponse
|
|
1133
1133
|
* @throws OciError when an error occurs
|
|
1134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernance API.
|
|
1135
1135
|
*/
|
|
1136
1136
|
addGovernance(addGovernanceRequest) {
|
|
1137
1137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1193,7 +1193,7 @@ class GovernanceClient {
|
|
|
1193
1193
|
* @param RemoveGovernanceRequest
|
|
1194
1194
|
* @return RemoveGovernanceResponse
|
|
1195
1195
|
* @throws OciError when an error occurs
|
|
1196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernance API.
|
|
1197
1197
|
*/
|
|
1198
1198
|
removeGovernance(removeGovernanceRequest) {
|
|
1199
1199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1406,7 +1406,7 @@ class LinkClient {
|
|
|
1406
1406
|
* @param DeleteLinkRequest
|
|
1407
1407
|
* @return DeleteLinkResponse
|
|
1408
1408
|
* @throws OciError when an error occurs
|
|
1409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
1410
1410
|
*/
|
|
1411
1411
|
deleteLink(deleteLinkRequest) {
|
|
1412
1412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1466,7 +1466,7 @@ class LinkClient {
|
|
|
1466
1466
|
* @param GetLinkRequest
|
|
1467
1467
|
* @return GetLinkResponse
|
|
1468
1468
|
* @throws OciError when an error occurs
|
|
1469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
1470
1470
|
*/
|
|
1471
1471
|
getLink(getLinkRequest) {
|
|
1472
1472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1529,7 +1529,7 @@ class LinkClient {
|
|
|
1529
1529
|
* @param ListLinksRequest
|
|
1530
1530
|
* @return ListLinksResponse
|
|
1531
1531
|
* @throws OciError when an error occurs
|
|
1532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
1533
1533
|
*/
|
|
1534
1534
|
listLinks(listLinksRequest) {
|
|
1535
1535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1727,7 @@ class OrdersClient {
|
|
|
1727
1727
|
* @param ActivateOrderRequest
|
|
1728
1728
|
* @return ActivateOrderResponse
|
|
1729
1729
|
* @throws OciError when an error occurs
|
|
1730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
1731
1731
|
*/
|
|
1732
1732
|
activateOrder(activateOrderRequest) {
|
|
1733
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1789,7 +1789,7 @@ class OrdersClient {
|
|
|
1789
1789
|
* @param GetOrderRequest
|
|
1790
1790
|
* @return GetOrderResponse
|
|
1791
1791
|
* @throws OciError when an error occurs
|
|
1792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
1792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
1793
1793
|
*/
|
|
1794
1794
|
getOrder(getOrderRequest) {
|
|
1795
1795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class OrganizationClient {
|
|
|
1998
1998
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
1999
1999
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2065,7 +2065,7 @@ class OrganizationClient {
|
|
|
2065
2065
|
* @param CreateChildTenancyRequest
|
|
2066
2066
|
* @return CreateChildTenancyResponse
|
|
2067
2067
|
* @throws OciError when an error occurs
|
|
2068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
2069
2069
|
*/
|
|
2070
2070
|
createChildTenancy(createChildTenancyRequest) {
|
|
2071
2071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2124,7 +2124,7 @@ class OrganizationClient {
|
|
|
2124
2124
|
* @param DeleteOrganizationTenancyRequest
|
|
2125
2125
|
* @return DeleteOrganizationTenancyResponse
|
|
2126
2126
|
* @throws OciError when an error occurs
|
|
2127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
2128
2128
|
*/
|
|
2129
2129
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
|
|
2130
2130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2185,7 +2185,7 @@ class OrganizationClient {
|
|
|
2185
2185
|
* @param GetOrganizationRequest
|
|
2186
2186
|
* @return GetOrganizationResponse
|
|
2187
2187
|
* @throws OciError when an error occurs
|
|
2188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
2189
2189
|
*/
|
|
2190
2190
|
getOrganization(getOrganizationRequest) {
|
|
2191
2191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2248,7 +2248,7 @@ class OrganizationClient {
|
|
|
2248
2248
|
* @param GetOrganizationTenancyRequest
|
|
2249
2249
|
* @return GetOrganizationTenancyResponse
|
|
2250
2250
|
* @throws OciError when an error occurs
|
|
2251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
2252
2252
|
*/
|
|
2253
2253
|
getOrganizationTenancy(getOrganizationTenancyRequest) {
|
|
2254
2254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2312,7 +2312,7 @@ class OrganizationClient {
|
|
|
2312
2312
|
* @param ListOrganizationTenanciesRequest
|
|
2313
2313
|
* @return ListOrganizationTenanciesResponse
|
|
2314
2314
|
* @throws OciError when an error occurs
|
|
2315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
2316
2316
|
*/
|
|
2317
2317
|
listOrganizationTenancies(listOrganizationTenanciesRequest) {
|
|
2318
2318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2378,7 +2378,7 @@ class OrganizationClient {
|
|
|
2378
2378
|
* @param ListOrganizationsRequest
|
|
2379
2379
|
* @return ListOrganizationsResponse
|
|
2380
2380
|
* @throws OciError when an error occurs
|
|
2381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
2382
2382
|
*/
|
|
2383
2383
|
listOrganizations(listOrganizationsRequest) {
|
|
2384
2384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2443,7 +2443,7 @@ class OrganizationClient {
|
|
|
2443
2443
|
* @param RestoreOrganizationTenancyRequest
|
|
2444
2444
|
* @return RestoreOrganizationTenancyResponse
|
|
2445
2445
|
* @throws OciError when an error occurs
|
|
2446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
2447
2447
|
*/
|
|
2448
2448
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
|
|
2449
2449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2503,7 +2503,7 @@ class OrganizationClient {
|
|
|
2503
2503
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
2504
2504
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
2505
2505
|
* @throws OciError when an error occurs
|
|
2506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
2507
2507
|
*/
|
|
2508
2508
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
|
|
2509
2509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2570,7 +2570,7 @@ class OrganizationClient {
|
|
|
2570
2570
|
* @param UpdateOrganizationRequest
|
|
2571
2571
|
* @return UpdateOrganizationResponse
|
|
2572
2572
|
* @throws OciError when an error occurs
|
|
2573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
2574
2574
|
*/
|
|
2575
2575
|
updateOrganization(updateOrganizationRequest) {
|
|
2576
2576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2783,7 +2783,7 @@ class RecipientInvitationClient {
|
|
|
2783
2783
|
* @param AcceptRecipientInvitationRequest
|
|
2784
2784
|
* @return AcceptRecipientInvitationResponse
|
|
2785
2785
|
* @throws OciError when an error occurs
|
|
2786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
2787
2787
|
*/
|
|
2788
2788
|
acceptRecipientInvitation(acceptRecipientInvitationRequest) {
|
|
2789
2789
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2844,7 +2844,7 @@ class RecipientInvitationClient {
|
|
|
2844
2844
|
* @param GetRecipientInvitationRequest
|
|
2845
2845
|
* @return GetRecipientInvitationResponse
|
|
2846
2846
|
* @throws OciError when an error occurs
|
|
2847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
2848
2848
|
*/
|
|
2849
2849
|
getRecipientInvitation(getRecipientInvitationRequest) {
|
|
2850
2850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2907,7 +2907,7 @@ class RecipientInvitationClient {
|
|
|
2907
2907
|
* @param IgnoreRecipientInvitationRequest
|
|
2908
2908
|
* @return IgnoreRecipientInvitationResponse
|
|
2909
2909
|
* @throws OciError when an error occurs
|
|
2910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
2911
2911
|
*/
|
|
2912
2912
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
|
|
2913
2913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2973,7 +2973,7 @@ class RecipientInvitationClient {
|
|
|
2973
2973
|
* @param ListRecipientInvitationsRequest
|
|
2974
2974
|
* @return ListRecipientInvitationsResponse
|
|
2975
2975
|
* @throws OciError when an error occurs
|
|
2976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
2976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
2977
2977
|
*/
|
|
2978
2978
|
listRecipientInvitations(listRecipientInvitationsRequest) {
|
|
2979
2979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3040,7 +3040,7 @@ class RecipientInvitationClient {
|
|
|
3040
3040
|
* @param UpdateRecipientInvitationRequest
|
|
3041
3041
|
* @return UpdateRecipientInvitationResponse
|
|
3042
3042
|
* @throws OciError when an error occurs
|
|
3043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
3044
3044
|
*/
|
|
3045
3045
|
updateRecipientInvitation(updateRecipientInvitationRequest) {
|
|
3046
3046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3256,7 +3256,7 @@ class SenderInvitationClient {
|
|
|
3256
3256
|
* @param CancelSenderInvitationRequest
|
|
3257
3257
|
* @return CancelSenderInvitationResponse
|
|
3258
3258
|
* @throws OciError when an error occurs
|
|
3259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
3260
3260
|
*/
|
|
3261
3261
|
cancelSenderInvitation(cancelSenderInvitationRequest) {
|
|
3262
3262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3317,7 +3317,7 @@ class SenderInvitationClient {
|
|
|
3317
3317
|
* @param CreateSenderInvitationRequest
|
|
3318
3318
|
* @return CreateSenderInvitationResponse
|
|
3319
3319
|
* @throws OciError when an error occurs
|
|
3320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
3321
3321
|
*/
|
|
3322
3322
|
createSenderInvitation(createSenderInvitationRequest) {
|
|
3323
3323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3385,7 +3385,7 @@ class SenderInvitationClient {
|
|
|
3385
3385
|
* @param GetSenderInvitationRequest
|
|
3386
3386
|
* @return GetSenderInvitationResponse
|
|
3387
3387
|
* @throws OciError when an error occurs
|
|
3388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
3389
3389
|
*/
|
|
3390
3390
|
getSenderInvitation(getSenderInvitationRequest) {
|
|
3391
3391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3449,7 +3449,7 @@ class SenderInvitationClient {
|
|
|
3449
3449
|
* @param ListSenderInvitationsRequest
|
|
3450
3450
|
* @return ListSenderInvitationsResponse
|
|
3451
3451
|
* @throws OciError when an error occurs
|
|
3452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
3453
3453
|
*/
|
|
3454
3454
|
listSenderInvitations(listSenderInvitationsRequest) {
|
|
3455
3455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3520,7 +3520,7 @@ class SenderInvitationClient {
|
|
|
3520
3520
|
* @param UpdateSenderInvitationRequest
|
|
3521
3521
|
* @return UpdateSenderInvitationResponse
|
|
3522
3522
|
* @throws OciError when an error occurs
|
|
3523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
3524
3524
|
*/
|
|
3525
3525
|
updateSenderInvitation(updateSenderInvitationRequest) {
|
|
3526
3526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3736,7 +3736,7 @@ class SubscriptionClient {
|
|
|
3736
3736
|
* @param CreateSubscriptionMappingRequest
|
|
3737
3737
|
* @return CreateSubscriptionMappingResponse
|
|
3738
3738
|
* @throws OciError when an error occurs
|
|
3739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
3740
3740
|
*/
|
|
3741
3741
|
createSubscriptionMapping(createSubscriptionMappingRequest) {
|
|
3742
3742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3805,7 +3805,7 @@ class SubscriptionClient {
|
|
|
3805
3805
|
* @param DeleteSubscriptionMappingRequest
|
|
3806
3806
|
* @return DeleteSubscriptionMappingResponse
|
|
3807
3807
|
* @throws OciError when an error occurs
|
|
3808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
3809
3809
|
*/
|
|
3810
3810
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
|
|
3811
3811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3860,7 +3860,7 @@ class SubscriptionClient {
|
|
|
3860
3860
|
* @param GetAssignedSubscriptionRequest
|
|
3861
3861
|
* @return GetAssignedSubscriptionResponse
|
|
3862
3862
|
* @throws OciError when an error occurs
|
|
3863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
3864
3864
|
*/
|
|
3865
3865
|
getAssignedSubscription(getAssignedSubscriptionRequest) {
|
|
3866
3866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3923,7 +3923,7 @@ class SubscriptionClient {
|
|
|
3923
3923
|
* @param GetSubscriptionRequest
|
|
3924
3924
|
* @return GetSubscriptionResponse
|
|
3925
3925
|
* @throws OciError when an error occurs
|
|
3926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
3927
3927
|
*/
|
|
3928
3928
|
getSubscription(getSubscriptionRequest) {
|
|
3929
3929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3986,7 +3986,7 @@ class SubscriptionClient {
|
|
|
3986
3986
|
* @param GetSubscriptionMappingRequest
|
|
3987
3987
|
* @return GetSubscriptionMappingResponse
|
|
3988
3988
|
* @throws OciError when an error occurs
|
|
3989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
3989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
3990
3990
|
*/
|
|
3991
3991
|
getSubscriptionMapping(getSubscriptionMappingRequest) {
|
|
3992
3992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4049,7 +4049,7 @@ class SubscriptionClient {
|
|
|
4049
4049
|
* @param ListAssignedSubscriptionLineItemsRequest
|
|
4050
4050
|
* @return ListAssignedSubscriptionLineItemsResponse
|
|
4051
4051
|
* @throws OciError when an error occurs
|
|
4052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListAssignedSubscriptionLineItems.ts.html |here} to see how to use ListAssignedSubscriptionLineItems API.
|
|
4053
4053
|
*/
|
|
4054
4054
|
listAssignedSubscriptionLineItems(listAssignedSubscriptionLineItemsRequest) {
|
|
4055
4055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4117,7 +4117,7 @@ class SubscriptionClient {
|
|
|
4117
4117
|
* @param ListAssignedSubscriptionsRequest
|
|
4118
4118
|
* @return ListAssignedSubscriptionsResponse
|
|
4119
4119
|
* @throws OciError when an error occurs
|
|
4120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
4121
4121
|
*/
|
|
4122
4122
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
|
|
4123
4123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4186,7 +4186,7 @@ class SubscriptionClient {
|
|
|
4186
4186
|
* @param ListAvailableRegionsRequest
|
|
4187
4187
|
* @return ListAvailableRegionsResponse
|
|
4188
4188
|
* @throws OciError when an error occurs
|
|
4189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
4190
4190
|
*/
|
|
4191
4191
|
listAvailableRegions(listAvailableRegionsRequest) {
|
|
4192
4192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4251,7 +4251,7 @@ class SubscriptionClient {
|
|
|
4251
4251
|
* @param ListSubscriptionLineItemsRequest
|
|
4252
4252
|
* @return ListSubscriptionLineItemsResponse
|
|
4253
4253
|
* @throws OciError when an error occurs
|
|
4254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListSubscriptionLineItems.ts.html |here} to see how to use ListSubscriptionLineItems API.
|
|
4255
4255
|
*/
|
|
4256
4256
|
listSubscriptionLineItems(listSubscriptionLineItemsRequest) {
|
|
4257
4257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4319,7 +4319,7 @@ class SubscriptionClient {
|
|
|
4319
4319
|
* @param ListSubscriptionMappingsRequest
|
|
4320
4320
|
* @return ListSubscriptionMappingsResponse
|
|
4321
4321
|
* @throws OciError when an error occurs
|
|
4322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
4323
4323
|
*/
|
|
4324
4324
|
listSubscriptionMappings(listSubscriptionMappingsRequest) {
|
|
4325
4325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4389,7 +4389,7 @@ class SubscriptionClient {
|
|
|
4389
4389
|
* @param ListSubscriptionsRequest
|
|
4390
4390
|
* @return ListSubscriptionsResponse
|
|
4391
4391
|
* @throws OciError when an error occurs
|
|
4392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
4393
4393
|
*/
|
|
4394
4394
|
listSubscriptions(listSubscriptionsRequest) {
|
|
4395
4395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4609,7 +4609,7 @@ class WorkRequestClient {
|
|
|
4609
4609
|
* @param GetWorkRequestRequest
|
|
4610
4610
|
* @return GetWorkRequestResponse
|
|
4611
4611
|
* @throws OciError when an error occurs
|
|
4612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4613
4613
|
*/
|
|
4614
4614
|
getWorkRequest(getWorkRequestRequest) {
|
|
4615
4615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4673,7 +4673,7 @@ class WorkRequestClient {
|
|
|
4673
4673
|
* @param ListWorkRequestErrorsRequest
|
|
4674
4674
|
* @return ListWorkRequestErrorsResponse
|
|
4675
4675
|
* @throws OciError when an error occurs
|
|
4676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4677
4677
|
*/
|
|
4678
4678
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4679
4679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4741,7 +4741,7 @@ class WorkRequestClient {
|
|
|
4741
4741
|
* @param ListWorkRequestLogsRequest
|
|
4742
4742
|
* @return ListWorkRequestLogsResponse
|
|
4743
4743
|
* @throws OciError when an error occurs
|
|
4744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4745
4745
|
*/
|
|
4746
4746
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4747
4747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4809,7 +4809,7 @@ class WorkRequestClient {
|
|
|
4809
4809
|
* @param ListWorkRequestsRequest
|
|
4810
4810
|
* @return ListWorkRequestsResponse
|
|
4811
4811
|
* @throws OciError when an error occurs
|
|
4812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
4812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4813
4813
|
*/
|
|
4814
4814
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4815
4815
|
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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AcceptRecipientInvitationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ActivateOrderRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ApproveOrganizationTenancyForTransferRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelSenderInvitationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateChildTenancyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDomainGovernanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDomainRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSenderInvitationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSubscriptionMappingRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDomainGovernanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDomainRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLinkRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|