oci-tenantmanagercontrolplane 2.80.0 → 2.82.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
|
@@ -203,7 +203,7 @@ class DomainClient {
|
|
|
203
203
|
* @param CreateDomainRequest
|
|
204
204
|
* @return CreateDomainResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
207
207
|
*/
|
|
208
208
|
createDomain(createDomainRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -271,7 +271,7 @@ class DomainClient {
|
|
|
271
271
|
* @param DeleteDomainRequest
|
|
272
272
|
* @return DeleteDomainResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
275
275
|
*/
|
|
276
276
|
deleteDomain(deleteDomainRequest) {
|
|
277
277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -326,7 +326,7 @@ class DomainClient {
|
|
|
326
326
|
* @param GetDomainRequest
|
|
327
327
|
* @return GetDomainResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
330
330
|
*/
|
|
331
331
|
getDomain(getDomainRequest) {
|
|
332
332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -390,7 +390,7 @@ class DomainClient {
|
|
|
390
390
|
* @param ListDomainsRequest
|
|
391
391
|
* @return ListDomainsResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
394
394
|
*/
|
|
395
395
|
listDomains(listDomainsRequest) {
|
|
396
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -461,7 +461,7 @@ class DomainClient {
|
|
|
461
461
|
* @param UpdateDomainRequest
|
|
462
462
|
* @return UpdateDomainResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
465
465
|
*/
|
|
466
466
|
updateDomain(updateDomainRequest) {
|
|
467
467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -671,7 +671,7 @@ class DomainGovernanceClient {
|
|
|
671
671
|
* @param CreateDomainGovernanceRequest
|
|
672
672
|
* @return CreateDomainGovernanceResponse
|
|
673
673
|
* @throws OciError when an error occurs
|
|
674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
675
675
|
*/
|
|
676
676
|
createDomainGovernance(createDomainGovernanceRequest) {
|
|
677
677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -734,7 +734,7 @@ class DomainGovernanceClient {
|
|
|
734
734
|
* @param DeleteDomainGovernanceRequest
|
|
735
735
|
* @return DeleteDomainGovernanceResponse
|
|
736
736
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
738
738
|
*/
|
|
739
739
|
deleteDomainGovernance(deleteDomainGovernanceRequest) {
|
|
740
740
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -789,7 +789,7 @@ class DomainGovernanceClient {
|
|
|
789
789
|
* @param GetDomainGovernanceRequest
|
|
790
790
|
* @return GetDomainGovernanceResponse
|
|
791
791
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
793
793
|
*/
|
|
794
794
|
getDomainGovernance(getDomainGovernanceRequest) {
|
|
795
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -853,7 +853,7 @@ class DomainGovernanceClient {
|
|
|
853
853
|
* @param ListDomainGovernancesRequest
|
|
854
854
|
* @return ListDomainGovernancesResponse
|
|
855
855
|
* @throws OciError when an error occurs
|
|
856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
857
857
|
*/
|
|
858
858
|
listDomainGovernances(listDomainGovernancesRequest) {
|
|
859
859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -924,7 +924,7 @@ class DomainGovernanceClient {
|
|
|
924
924
|
* @param UpdateDomainGovernanceRequest
|
|
925
925
|
* @return UpdateDomainGovernanceResponse
|
|
926
926
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
928
928
|
*/
|
|
929
929
|
updateDomainGovernance(updateDomainGovernanceRequest) {
|
|
930
930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1113,7 +1113,7 @@ class GovernanceClient {
|
|
|
1113
1113
|
* @param AddGovernanceRequest
|
|
1114
1114
|
* @return AddGovernanceResponse
|
|
1115
1115
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernance API.
|
|
1117
1117
|
*/
|
|
1118
1118
|
addGovernance(addGovernanceRequest) {
|
|
1119
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1175,7 +1175,7 @@ class GovernanceClient {
|
|
|
1175
1175
|
* @param RemoveGovernanceRequest
|
|
1176
1176
|
* @return RemoveGovernanceResponse
|
|
1177
1177
|
* @throws OciError when an error occurs
|
|
1178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernance API.
|
|
1179
1179
|
*/
|
|
1180
1180
|
removeGovernance(removeGovernanceRequest) {
|
|
1181
1181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1382,7 +1382,7 @@ class LinkClient {
|
|
|
1382
1382
|
* @param DeleteLinkRequest
|
|
1383
1383
|
* @return DeleteLinkResponse
|
|
1384
1384
|
* @throws OciError when an error occurs
|
|
1385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
1386
1386
|
*/
|
|
1387
1387
|
deleteLink(deleteLinkRequest) {
|
|
1388
1388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class LinkClient {
|
|
|
1442
1442
|
* @param GetLinkRequest
|
|
1443
1443
|
* @return GetLinkResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
getLink(getLinkRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1505,7 +1505,7 @@ class LinkClient {
|
|
|
1505
1505
|
* @param ListLinksRequest
|
|
1506
1506
|
* @return ListLinksResponse
|
|
1507
1507
|
* @throws OciError when an error occurs
|
|
1508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
1509
1509
|
*/
|
|
1510
1510
|
listLinks(listLinksRequest) {
|
|
1511
1511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1697,7 +1697,7 @@ class OrdersClient {
|
|
|
1697
1697
|
* @param ActivateOrderRequest
|
|
1698
1698
|
* @return ActivateOrderResponse
|
|
1699
1699
|
* @throws OciError when an error occurs
|
|
1700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
1701
1701
|
*/
|
|
1702
1702
|
activateOrder(activateOrderRequest) {
|
|
1703
1703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1759,7 +1759,7 @@ class OrdersClient {
|
|
|
1759
1759
|
* @param GetOrderRequest
|
|
1760
1760
|
* @return GetOrderResponse
|
|
1761
1761
|
* @throws OciError when an error occurs
|
|
1762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
1763
1763
|
*/
|
|
1764
1764
|
getOrder(getOrderRequest) {
|
|
1765
1765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1962,7 +1962,7 @@ class OrganizationClient {
|
|
|
1962
1962
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
1963
1963
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
1964
1964
|
* @throws OciError when an error occurs
|
|
1965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
1966
1966
|
*/
|
|
1967
1967
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
|
|
1968
1968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2029,7 +2029,7 @@ class OrganizationClient {
|
|
|
2029
2029
|
* @param CreateChildTenancyRequest
|
|
2030
2030
|
* @return CreateChildTenancyResponse
|
|
2031
2031
|
* @throws OciError when an error occurs
|
|
2032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
2033
2033
|
*/
|
|
2034
2034
|
createChildTenancy(createChildTenancyRequest) {
|
|
2035
2035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2088,7 +2088,7 @@ class OrganizationClient {
|
|
|
2088
2088
|
* @param DeleteOrganizationTenancyRequest
|
|
2089
2089
|
* @return DeleteOrganizationTenancyResponse
|
|
2090
2090
|
* @throws OciError when an error occurs
|
|
2091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
2092
2092
|
*/
|
|
2093
2093
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
|
|
2094
2094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2149,7 +2149,7 @@ class OrganizationClient {
|
|
|
2149
2149
|
* @param GetOrganizationRequest
|
|
2150
2150
|
* @return GetOrganizationResponse
|
|
2151
2151
|
* @throws OciError when an error occurs
|
|
2152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
2153
2153
|
*/
|
|
2154
2154
|
getOrganization(getOrganizationRequest) {
|
|
2155
2155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2212,7 +2212,7 @@ class OrganizationClient {
|
|
|
2212
2212
|
* @param GetOrganizationTenancyRequest
|
|
2213
2213
|
* @return GetOrganizationTenancyResponse
|
|
2214
2214
|
* @throws OciError when an error occurs
|
|
2215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
2216
2216
|
*/
|
|
2217
2217
|
getOrganizationTenancy(getOrganizationTenancyRequest) {
|
|
2218
2218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2276,7 +2276,7 @@ class OrganizationClient {
|
|
|
2276
2276
|
* @param ListOrganizationTenanciesRequest
|
|
2277
2277
|
* @return ListOrganizationTenanciesResponse
|
|
2278
2278
|
* @throws OciError when an error occurs
|
|
2279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
2280
2280
|
*/
|
|
2281
2281
|
listOrganizationTenancies(listOrganizationTenanciesRequest) {
|
|
2282
2282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2342,7 +2342,7 @@ class OrganizationClient {
|
|
|
2342
2342
|
* @param ListOrganizationsRequest
|
|
2343
2343
|
* @return ListOrganizationsResponse
|
|
2344
2344
|
* @throws OciError when an error occurs
|
|
2345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
2346
2346
|
*/
|
|
2347
2347
|
listOrganizations(listOrganizationsRequest) {
|
|
2348
2348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2407,7 +2407,7 @@ class OrganizationClient {
|
|
|
2407
2407
|
* @param RestoreOrganizationTenancyRequest
|
|
2408
2408
|
* @return RestoreOrganizationTenancyResponse
|
|
2409
2409
|
* @throws OciError when an error occurs
|
|
2410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
2411
2411
|
*/
|
|
2412
2412
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
|
|
2413
2413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2467,7 +2467,7 @@ class OrganizationClient {
|
|
|
2467
2467
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
2468
2468
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
2469
2469
|
* @throws OciError when an error occurs
|
|
2470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
2471
2471
|
*/
|
|
2472
2472
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
|
|
2473
2473
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2534,7 +2534,7 @@ class OrganizationClient {
|
|
|
2534
2534
|
* @param UpdateOrganizationRequest
|
|
2535
2535
|
* @return UpdateOrganizationResponse
|
|
2536
2536
|
* @throws OciError when an error occurs
|
|
2537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
2538
2538
|
*/
|
|
2539
2539
|
updateOrganization(updateOrganizationRequest) {
|
|
2540
2540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2741,7 +2741,7 @@ class RecipientInvitationClient {
|
|
|
2741
2741
|
* @param AcceptRecipientInvitationRequest
|
|
2742
2742
|
* @return AcceptRecipientInvitationResponse
|
|
2743
2743
|
* @throws OciError when an error occurs
|
|
2744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
2745
2745
|
*/
|
|
2746
2746
|
acceptRecipientInvitation(acceptRecipientInvitationRequest) {
|
|
2747
2747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2802,7 +2802,7 @@ class RecipientInvitationClient {
|
|
|
2802
2802
|
* @param GetRecipientInvitationRequest
|
|
2803
2803
|
* @return GetRecipientInvitationResponse
|
|
2804
2804
|
* @throws OciError when an error occurs
|
|
2805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
2806
2806
|
*/
|
|
2807
2807
|
getRecipientInvitation(getRecipientInvitationRequest) {
|
|
2808
2808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2865,7 +2865,7 @@ class RecipientInvitationClient {
|
|
|
2865
2865
|
* @param IgnoreRecipientInvitationRequest
|
|
2866
2866
|
* @return IgnoreRecipientInvitationResponse
|
|
2867
2867
|
* @throws OciError when an error occurs
|
|
2868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
2869
2869
|
*/
|
|
2870
2870
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
|
|
2871
2871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2931,7 +2931,7 @@ class RecipientInvitationClient {
|
|
|
2931
2931
|
* @param ListRecipientInvitationsRequest
|
|
2932
2932
|
* @return ListRecipientInvitationsResponse
|
|
2933
2933
|
* @throws OciError when an error occurs
|
|
2934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
2935
2935
|
*/
|
|
2936
2936
|
listRecipientInvitations(listRecipientInvitationsRequest) {
|
|
2937
2937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2998,7 +2998,7 @@ class RecipientInvitationClient {
|
|
|
2998
2998
|
* @param UpdateRecipientInvitationRequest
|
|
2999
2999
|
* @return UpdateRecipientInvitationResponse
|
|
3000
3000
|
* @throws OciError when an error occurs
|
|
3001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
3002
3002
|
*/
|
|
3003
3003
|
updateRecipientInvitation(updateRecipientInvitationRequest) {
|
|
3004
3004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3208,7 +3208,7 @@ class SenderInvitationClient {
|
|
|
3208
3208
|
* @param CancelSenderInvitationRequest
|
|
3209
3209
|
* @return CancelSenderInvitationResponse
|
|
3210
3210
|
* @throws OciError when an error occurs
|
|
3211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
3212
3212
|
*/
|
|
3213
3213
|
cancelSenderInvitation(cancelSenderInvitationRequest) {
|
|
3214
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3269,7 +3269,7 @@ class SenderInvitationClient {
|
|
|
3269
3269
|
* @param CreateSenderInvitationRequest
|
|
3270
3270
|
* @return CreateSenderInvitationResponse
|
|
3271
3271
|
* @throws OciError when an error occurs
|
|
3272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
3273
3273
|
*/
|
|
3274
3274
|
createSenderInvitation(createSenderInvitationRequest) {
|
|
3275
3275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3337,7 +3337,7 @@ class SenderInvitationClient {
|
|
|
3337
3337
|
* @param GetSenderInvitationRequest
|
|
3338
3338
|
* @return GetSenderInvitationResponse
|
|
3339
3339
|
* @throws OciError when an error occurs
|
|
3340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
3341
3341
|
*/
|
|
3342
3342
|
getSenderInvitation(getSenderInvitationRequest) {
|
|
3343
3343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3401,7 +3401,7 @@ class SenderInvitationClient {
|
|
|
3401
3401
|
* @param ListSenderInvitationsRequest
|
|
3402
3402
|
* @return ListSenderInvitationsResponse
|
|
3403
3403
|
* @throws OciError when an error occurs
|
|
3404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
3405
3405
|
*/
|
|
3406
3406
|
listSenderInvitations(listSenderInvitationsRequest) {
|
|
3407
3407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3472,7 +3472,7 @@ class SenderInvitationClient {
|
|
|
3472
3472
|
* @param UpdateSenderInvitationRequest
|
|
3473
3473
|
* @return UpdateSenderInvitationResponse
|
|
3474
3474
|
* @throws OciError when an error occurs
|
|
3475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
3476
3476
|
*/
|
|
3477
3477
|
updateSenderInvitation(updateSenderInvitationRequest) {
|
|
3478
3478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3682,7 +3682,7 @@ class SubscriptionClient {
|
|
|
3682
3682
|
* @param CreateSubscriptionMappingRequest
|
|
3683
3683
|
* @return CreateSubscriptionMappingResponse
|
|
3684
3684
|
* @throws OciError when an error occurs
|
|
3685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
3686
3686
|
*/
|
|
3687
3687
|
createSubscriptionMapping(createSubscriptionMappingRequest) {
|
|
3688
3688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3751,7 +3751,7 @@ class SubscriptionClient {
|
|
|
3751
3751
|
* @param DeleteSubscriptionMappingRequest
|
|
3752
3752
|
* @return DeleteSubscriptionMappingResponse
|
|
3753
3753
|
* @throws OciError when an error occurs
|
|
3754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
3755
3755
|
*/
|
|
3756
3756
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
|
|
3757
3757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3806,7 +3806,7 @@ class SubscriptionClient {
|
|
|
3806
3806
|
* @param GetAssignedSubscriptionRequest
|
|
3807
3807
|
* @return GetAssignedSubscriptionResponse
|
|
3808
3808
|
* @throws OciError when an error occurs
|
|
3809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
3810
3810
|
*/
|
|
3811
3811
|
getAssignedSubscription(getAssignedSubscriptionRequest) {
|
|
3812
3812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3869,7 +3869,7 @@ class SubscriptionClient {
|
|
|
3869
3869
|
* @param GetSubscriptionRequest
|
|
3870
3870
|
* @return GetSubscriptionResponse
|
|
3871
3871
|
* @throws OciError when an error occurs
|
|
3872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
3873
3873
|
*/
|
|
3874
3874
|
getSubscription(getSubscriptionRequest) {
|
|
3875
3875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3932,7 +3932,7 @@ class SubscriptionClient {
|
|
|
3932
3932
|
* @param GetSubscriptionMappingRequest
|
|
3933
3933
|
* @return GetSubscriptionMappingResponse
|
|
3934
3934
|
* @throws OciError when an error occurs
|
|
3935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
3936
3936
|
*/
|
|
3937
3937
|
getSubscriptionMapping(getSubscriptionMappingRequest) {
|
|
3938
3938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3995,7 +3995,7 @@ class SubscriptionClient {
|
|
|
3995
3995
|
* @param ListAssignedSubscriptionLineItemsRequest
|
|
3996
3996
|
* @return ListAssignedSubscriptionLineItemsResponse
|
|
3997
3997
|
* @throws OciError when an error occurs
|
|
3998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListAssignedSubscriptionLineItems.ts.html |here} to see how to use ListAssignedSubscriptionLineItems API.
|
|
3999
3999
|
*/
|
|
4000
4000
|
listAssignedSubscriptionLineItems(listAssignedSubscriptionLineItemsRequest) {
|
|
4001
4001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4063,7 +4063,7 @@ class SubscriptionClient {
|
|
|
4063
4063
|
* @param ListAssignedSubscriptionsRequest
|
|
4064
4064
|
* @return ListAssignedSubscriptionsResponse
|
|
4065
4065
|
* @throws OciError when an error occurs
|
|
4066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
4067
4067
|
*/
|
|
4068
4068
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
|
|
4069
4069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4132,7 +4132,7 @@ class SubscriptionClient {
|
|
|
4132
4132
|
* @param ListAvailableRegionsRequest
|
|
4133
4133
|
* @return ListAvailableRegionsResponse
|
|
4134
4134
|
* @throws OciError when an error occurs
|
|
4135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
4136
4136
|
*/
|
|
4137
4137
|
listAvailableRegions(listAvailableRegionsRequest) {
|
|
4138
4138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4197,7 +4197,7 @@ class SubscriptionClient {
|
|
|
4197
4197
|
* @param ListSubscriptionLineItemsRequest
|
|
4198
4198
|
* @return ListSubscriptionLineItemsResponse
|
|
4199
4199
|
* @throws OciError when an error occurs
|
|
4200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListSubscriptionLineItems.ts.html |here} to see how to use ListSubscriptionLineItems API.
|
|
4201
4201
|
*/
|
|
4202
4202
|
listSubscriptionLineItems(listSubscriptionLineItemsRequest) {
|
|
4203
4203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4265,7 +4265,7 @@ class SubscriptionClient {
|
|
|
4265
4265
|
* @param ListSubscriptionMappingsRequest
|
|
4266
4266
|
* @return ListSubscriptionMappingsResponse
|
|
4267
4267
|
* @throws OciError when an error occurs
|
|
4268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
4269
4269
|
*/
|
|
4270
4270
|
listSubscriptionMappings(listSubscriptionMappingsRequest) {
|
|
4271
4271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4335,7 +4335,7 @@ class SubscriptionClient {
|
|
|
4335
4335
|
* @param ListSubscriptionsRequest
|
|
4336
4336
|
* @return ListSubscriptionsResponse
|
|
4337
4337
|
* @throws OciError when an error occurs
|
|
4338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
4339
4339
|
*/
|
|
4340
4340
|
listSubscriptions(listSubscriptionsRequest) {
|
|
4341
4341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4549,7 +4549,7 @@ class WorkRequestClient {
|
|
|
4549
4549
|
* @param GetWorkRequestRequest
|
|
4550
4550
|
* @return GetWorkRequestResponse
|
|
4551
4551
|
* @throws OciError when an error occurs
|
|
4552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4553
4553
|
*/
|
|
4554
4554
|
getWorkRequest(getWorkRequestRequest) {
|
|
4555
4555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4613,7 +4613,7 @@ class WorkRequestClient {
|
|
|
4613
4613
|
* @param ListWorkRequestErrorsRequest
|
|
4614
4614
|
* @return ListWorkRequestErrorsResponse
|
|
4615
4615
|
* @throws OciError when an error occurs
|
|
4616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4617
4617
|
*/
|
|
4618
4618
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4619
4619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4681,7 +4681,7 @@ class WorkRequestClient {
|
|
|
4681
4681
|
* @param ListWorkRequestLogsRequest
|
|
4682
4682
|
* @return ListWorkRequestLogsResponse
|
|
4683
4683
|
* @throws OciError when an error occurs
|
|
4684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4685
4685
|
*/
|
|
4686
4686
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4687
4687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4749,7 +4749,7 @@ class WorkRequestClient {
|
|
|
4749
4749
|
* @param ListWorkRequestsRequest
|
|
4750
4750
|
* @return ListWorkRequestsResponse
|
|
4751
4751
|
* @throws OciError when an error occurs
|
|
4752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4753
4753
|
*/
|
|
4754
4754
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4755
4755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|