oci-tenantmanagercontrolplane 2.53.1 → 2.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +48 -48
- package/lib/client.js +48 -48
- package/lib/request/accept-recipient-invitation-request.d.ts +1 -1
- package/lib/request/activate-order-request.d.ts +1 -1
- package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +1 -1
- package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
- package/lib/request/create-child-tenancy-request.d.ts +1 -1
- package/lib/request/create-domain-governance-request.d.ts +1 -1
- package/lib/request/create-domain-request.d.ts +1 -1
- package/lib/request/create-sender-invitation-request.d.ts +1 -1
- package/lib/request/create-subscription-mapping-request.d.ts +1 -1
- package/lib/request/delete-domain-governance-request.d.ts +1 -1
- package/lib/request/delete-domain-request.d.ts +1 -1
- package/lib/request/delete-link-request.d.ts +1 -1
- package/lib/request/delete-organization-tenancy-request.d.ts +1 -1
- package/lib/request/delete-subscription-mapping-request.d.ts +1 -1
- package/lib/request/get-assigned-subscription-request.d.ts +1 -1
- package/lib/request/get-domain-governance-request.d.ts +1 -1
- package/lib/request/get-domain-request.d.ts +1 -1
- package/lib/request/get-link-request.d.ts +1 -1
- package/lib/request/get-order-request.d.ts +1 -1
- package/lib/request/get-organization-request.d.ts +1 -1
- package/lib/request/get-organization-tenancy-request.d.ts +1 -1
- package/lib/request/get-recipient-invitation-request.d.ts +1 -1
- package/lib/request/get-sender-invitation-request.d.ts +1 -1
- package/lib/request/get-subscription-mapping-request.d.ts +1 -1
- package/lib/request/get-subscription-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/ignore-recipient-invitation-request.d.ts +1 -1
- package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
- package/lib/request/list-available-regions-request.d.ts +1 -1
- package/lib/request/list-domain-governances-request.d.ts +1 -1
- package/lib/request/list-domains-request.d.ts +1 -1
- package/lib/request/list-links-request.d.ts +1 -1
- package/lib/request/list-organization-tenancies-request.d.ts +1 -1
- package/lib/request/list-organizations-request.d.ts +1 -1
- package/lib/request/list-recipient-invitations-request.d.ts +1 -1
- package/lib/request/list-sender-invitations-request.d.ts +1 -1
- package/lib/request/list-subscription-mappings-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/restore-organization-tenancy-request.d.ts +1 -1
- package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +1 -1
- package/lib/request/update-domain-governance-request.d.ts +1 -1
- package/lib/request/update-domain-request.d.ts +1 -1
- package/lib/request/update-organization-request.d.ts +1 -1
- package/lib/request/update-recipient-invitation-request.d.ts +1 -1
- package/lib/request/update-sender-invitation-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare class DomainClient {
|
|
|
82
82
|
* @param CreateDomainRequest
|
|
83
83
|
* @return CreateDomainResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
86
86
|
*/
|
|
87
87
|
createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class DomainClient {
|
|
|
91
91
|
* @param DeleteDomainRequest
|
|
92
92
|
* @return DeleteDomainResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
95
95
|
*/
|
|
96
96
|
deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
|
|
97
97
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class DomainClient {
|
|
|
100
100
|
* @param GetDomainRequest
|
|
101
101
|
* @return GetDomainResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
104
104
|
*/
|
|
105
105
|
getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
|
|
106
106
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class DomainClient {
|
|
|
110
110
|
* @param ListDomainsRequest
|
|
111
111
|
* @return ListDomainsResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
114
114
|
*/
|
|
115
115
|
listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class DomainClient {
|
|
|
119
119
|
* @param UpdateDomainRequest
|
|
120
120
|
* @return UpdateDomainResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
123
123
|
*/
|
|
124
124
|
updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
|
|
125
125
|
}
|
|
@@ -184,7 +184,7 @@ export declare class DomainGovernanceClient {
|
|
|
184
184
|
* @param CreateDomainGovernanceRequest
|
|
185
185
|
* @return CreateDomainGovernanceResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
188
188
|
*/
|
|
189
189
|
createDomainGovernance(createDomainGovernanceRequest: requests.CreateDomainGovernanceRequest): Promise<responses.CreateDomainGovernanceResponse>;
|
|
190
190
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class DomainGovernanceClient {
|
|
|
193
193
|
* @param DeleteDomainGovernanceRequest
|
|
194
194
|
* @return DeleteDomainGovernanceResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
197
197
|
*/
|
|
198
198
|
deleteDomainGovernance(deleteDomainGovernanceRequest: requests.DeleteDomainGovernanceRequest): Promise<responses.DeleteDomainGovernanceResponse>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class DomainGovernanceClient {
|
|
|
202
202
|
* @param GetDomainGovernanceRequest
|
|
203
203
|
* @return GetDomainGovernanceResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
206
206
|
*/
|
|
207
207
|
getDomainGovernance(getDomainGovernanceRequest: requests.GetDomainGovernanceRequest): Promise<responses.GetDomainGovernanceResponse>;
|
|
208
208
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class DomainGovernanceClient {
|
|
|
212
212
|
* @param ListDomainGovernancesRequest
|
|
213
213
|
* @return ListDomainGovernancesResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
216
216
|
*/
|
|
217
217
|
listDomainGovernances(listDomainGovernancesRequest: requests.ListDomainGovernancesRequest): Promise<responses.ListDomainGovernancesResponse>;
|
|
218
218
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class DomainGovernanceClient {
|
|
|
221
221
|
* @param UpdateDomainGovernanceRequest
|
|
222
222
|
* @return UpdateDomainGovernanceResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
225
225
|
*/
|
|
226
226
|
updateDomainGovernance(updateDomainGovernanceRequest: requests.UpdateDomainGovernanceRequest): Promise<responses.UpdateDomainGovernanceResponse>;
|
|
227
227
|
}
|
|
@@ -286,7 +286,7 @@ export declare class LinkClient {
|
|
|
286
286
|
* @param DeleteLinkRequest
|
|
287
287
|
* @return DeleteLinkResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
290
290
|
*/
|
|
291
291
|
deleteLink(deleteLinkRequest: requests.DeleteLinkRequest): Promise<responses.DeleteLinkResponse>;
|
|
292
292
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class LinkClient {
|
|
|
295
295
|
* @param GetLinkRequest
|
|
296
296
|
* @return GetLinkResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
299
299
|
*/
|
|
300
300
|
getLink(getLinkRequest: requests.GetLinkRequest): Promise<responses.GetLinkResponse>;
|
|
301
301
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class LinkClient {
|
|
|
304
304
|
* @param ListLinksRequest
|
|
305
305
|
* @return ListLinksResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
308
308
|
*/
|
|
309
309
|
listLinks(listLinksRequest: requests.ListLinksRequest): Promise<responses.ListLinksResponse>;
|
|
310
310
|
}
|
|
@@ -355,7 +355,7 @@ export declare class OrdersClient {
|
|
|
355
355
|
* @param ActivateOrderRequest
|
|
356
356
|
* @return ActivateOrderResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
359
359
|
*/
|
|
360
360
|
activateOrder(activateOrderRequest: requests.ActivateOrderRequest): Promise<responses.ActivateOrderResponse>;
|
|
361
361
|
/**
|
|
@@ -365,7 +365,7 @@ export declare class OrdersClient {
|
|
|
365
365
|
* @param GetOrderRequest
|
|
366
366
|
* @return GetOrderResponse
|
|
367
367
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
369
369
|
*/
|
|
370
370
|
getOrder(getOrderRequest: requests.GetOrderRequest): Promise<responses.GetOrderResponse>;
|
|
371
371
|
}
|
|
@@ -430,7 +430,7 @@ export declare class OrganizationClient {
|
|
|
430
430
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
431
431
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
434
434
|
*/
|
|
435
435
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest: requests.ApproveOrganizationTenancyForTransferRequest): Promise<responses.ApproveOrganizationTenancyForTransferResponse>;
|
|
436
436
|
/**
|
|
@@ -439,7 +439,7 @@ export declare class OrganizationClient {
|
|
|
439
439
|
* @param CreateChildTenancyRequest
|
|
440
440
|
* @return CreateChildTenancyResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
443
443
|
*/
|
|
444
444
|
createChildTenancy(createChildTenancyRequest: requests.CreateChildTenancyRequest): Promise<responses.CreateChildTenancyResponse>;
|
|
445
445
|
/**
|
|
@@ -448,7 +448,7 @@ export declare class OrganizationClient {
|
|
|
448
448
|
* @param DeleteOrganizationTenancyRequest
|
|
449
449
|
* @return DeleteOrganizationTenancyResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
452
452
|
*/
|
|
453
453
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest: requests.DeleteOrganizationTenancyRequest): Promise<responses.DeleteOrganizationTenancyResponse>;
|
|
454
454
|
/**
|
|
@@ -457,7 +457,7 @@ export declare class OrganizationClient {
|
|
|
457
457
|
* @param GetOrganizationRequest
|
|
458
458
|
* @return GetOrganizationResponse
|
|
459
459
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
461
461
|
*/
|
|
462
462
|
getOrganization(getOrganizationRequest: requests.GetOrganizationRequest): Promise<responses.GetOrganizationResponse>;
|
|
463
463
|
/**
|
|
@@ -466,7 +466,7 @@ export declare class OrganizationClient {
|
|
|
466
466
|
* @param GetOrganizationTenancyRequest
|
|
467
467
|
* @return GetOrganizationTenancyResponse
|
|
468
468
|
* @throws OciError when an error occurs
|
|
469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
470
470
|
*/
|
|
471
471
|
getOrganizationTenancy(getOrganizationTenancyRequest: requests.GetOrganizationTenancyRequest): Promise<responses.GetOrganizationTenancyResponse>;
|
|
472
472
|
/**
|
|
@@ -475,7 +475,7 @@ export declare class OrganizationClient {
|
|
|
475
475
|
* @param ListOrganizationTenanciesRequest
|
|
476
476
|
* @return ListOrganizationTenanciesResponse
|
|
477
477
|
* @throws OciError when an error occurs
|
|
478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
479
479
|
*/
|
|
480
480
|
listOrganizationTenancies(listOrganizationTenanciesRequest: requests.ListOrganizationTenanciesRequest): Promise<responses.ListOrganizationTenanciesResponse>;
|
|
481
481
|
/**
|
|
@@ -484,7 +484,7 @@ export declare class OrganizationClient {
|
|
|
484
484
|
* @param ListOrganizationsRequest
|
|
485
485
|
* @return ListOrganizationsResponse
|
|
486
486
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
488
488
|
*/
|
|
489
489
|
listOrganizations(listOrganizationsRequest: requests.ListOrganizationsRequest): Promise<responses.ListOrganizationsResponse>;
|
|
490
490
|
/**
|
|
@@ -493,7 +493,7 @@ export declare class OrganizationClient {
|
|
|
493
493
|
* @param RestoreOrganizationTenancyRequest
|
|
494
494
|
* @return RestoreOrganizationTenancyResponse
|
|
495
495
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
497
497
|
*/
|
|
498
498
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest: requests.RestoreOrganizationTenancyRequest): Promise<responses.RestoreOrganizationTenancyResponse>;
|
|
499
499
|
/**
|
|
@@ -502,7 +502,7 @@ export declare class OrganizationClient {
|
|
|
502
502
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
503
503
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
506
506
|
*/
|
|
507
507
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest: requests.UnapproveOrganizationTenancyForTransferRequest): Promise<responses.UnapproveOrganizationTenancyForTransferResponse>;
|
|
508
508
|
/**
|
|
@@ -511,7 +511,7 @@ export declare class OrganizationClient {
|
|
|
511
511
|
* @param UpdateOrganizationRequest
|
|
512
512
|
* @return UpdateOrganizationResponse
|
|
513
513
|
* @throws OciError when an error occurs
|
|
514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
515
515
|
*/
|
|
516
516
|
updateOrganization(updateOrganizationRequest: requests.UpdateOrganizationRequest): Promise<responses.UpdateOrganizationResponse>;
|
|
517
517
|
}
|
|
@@ -576,7 +576,7 @@ export declare class RecipientInvitationClient {
|
|
|
576
576
|
* @param AcceptRecipientInvitationRequest
|
|
577
577
|
* @return AcceptRecipientInvitationResponse
|
|
578
578
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
580
580
|
*/
|
|
581
581
|
acceptRecipientInvitation(acceptRecipientInvitationRequest: requests.AcceptRecipientInvitationRequest): Promise<responses.AcceptRecipientInvitationResponse>;
|
|
582
582
|
/**
|
|
@@ -585,7 +585,7 @@ export declare class RecipientInvitationClient {
|
|
|
585
585
|
* @param GetRecipientInvitationRequest
|
|
586
586
|
* @return GetRecipientInvitationResponse
|
|
587
587
|
* @throws OciError when an error occurs
|
|
588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
589
589
|
*/
|
|
590
590
|
getRecipientInvitation(getRecipientInvitationRequest: requests.GetRecipientInvitationRequest): Promise<responses.GetRecipientInvitationResponse>;
|
|
591
591
|
/**
|
|
@@ -594,7 +594,7 @@ export declare class RecipientInvitationClient {
|
|
|
594
594
|
* @param IgnoreRecipientInvitationRequest
|
|
595
595
|
* @return IgnoreRecipientInvitationResponse
|
|
596
596
|
* @throws OciError when an error occurs
|
|
597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
597
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
598
598
|
*/
|
|
599
599
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest: requests.IgnoreRecipientInvitationRequest): Promise<responses.IgnoreRecipientInvitationResponse>;
|
|
600
600
|
/**
|
|
@@ -604,7 +604,7 @@ export declare class RecipientInvitationClient {
|
|
|
604
604
|
* @param ListRecipientInvitationsRequest
|
|
605
605
|
* @return ListRecipientInvitationsResponse
|
|
606
606
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
608
608
|
*/
|
|
609
609
|
listRecipientInvitations(listRecipientInvitationsRequest: requests.ListRecipientInvitationsRequest): Promise<responses.ListRecipientInvitationsResponse>;
|
|
610
610
|
/**
|
|
@@ -613,7 +613,7 @@ export declare class RecipientInvitationClient {
|
|
|
613
613
|
* @param UpdateRecipientInvitationRequest
|
|
614
614
|
* @return UpdateRecipientInvitationResponse
|
|
615
615
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
617
617
|
*/
|
|
618
618
|
updateRecipientInvitation(updateRecipientInvitationRequest: requests.UpdateRecipientInvitationRequest): Promise<responses.UpdateRecipientInvitationResponse>;
|
|
619
619
|
}
|
|
@@ -678,7 +678,7 @@ export declare class SenderInvitationClient {
|
|
|
678
678
|
* @param CancelSenderInvitationRequest
|
|
679
679
|
* @return CancelSenderInvitationResponse
|
|
680
680
|
* @throws OciError when an error occurs
|
|
681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
682
682
|
*/
|
|
683
683
|
cancelSenderInvitation(cancelSenderInvitationRequest: requests.CancelSenderInvitationRequest): Promise<responses.CancelSenderInvitationResponse>;
|
|
684
684
|
/**
|
|
@@ -687,7 +687,7 @@ export declare class SenderInvitationClient {
|
|
|
687
687
|
* @param CreateSenderInvitationRequest
|
|
688
688
|
* @return CreateSenderInvitationResponse
|
|
689
689
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
690
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
691
691
|
*/
|
|
692
692
|
createSenderInvitation(createSenderInvitationRequest: requests.CreateSenderInvitationRequest): Promise<responses.CreateSenderInvitationResponse>;
|
|
693
693
|
/**
|
|
@@ -696,7 +696,7 @@ export declare class SenderInvitationClient {
|
|
|
696
696
|
* @param GetSenderInvitationRequest
|
|
697
697
|
* @return GetSenderInvitationResponse
|
|
698
698
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
700
700
|
*/
|
|
701
701
|
getSenderInvitation(getSenderInvitationRequest: requests.GetSenderInvitationRequest): Promise<responses.GetSenderInvitationResponse>;
|
|
702
702
|
/**
|
|
@@ -706,7 +706,7 @@ export declare class SenderInvitationClient {
|
|
|
706
706
|
* @param ListSenderInvitationsRequest
|
|
707
707
|
* @return ListSenderInvitationsResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
710
710
|
*/
|
|
711
711
|
listSenderInvitations(listSenderInvitationsRequest: requests.ListSenderInvitationsRequest): Promise<responses.ListSenderInvitationsResponse>;
|
|
712
712
|
/**
|
|
@@ -715,7 +715,7 @@ export declare class SenderInvitationClient {
|
|
|
715
715
|
* @param UpdateSenderInvitationRequest
|
|
716
716
|
* @return UpdateSenderInvitationResponse
|
|
717
717
|
* @throws OciError when an error occurs
|
|
718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
719
719
|
*/
|
|
720
720
|
updateSenderInvitation(updateSenderInvitationRequest: requests.UpdateSenderInvitationRequest): Promise<responses.UpdateSenderInvitationResponse>;
|
|
721
721
|
}
|
|
@@ -780,7 +780,7 @@ export declare class SubscriptionClient {
|
|
|
780
780
|
* @param CreateSubscriptionMappingRequest
|
|
781
781
|
* @return CreateSubscriptionMappingResponse
|
|
782
782
|
* @throws OciError when an error occurs
|
|
783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
784
784
|
*/
|
|
785
785
|
createSubscriptionMapping(createSubscriptionMappingRequest: requests.CreateSubscriptionMappingRequest): Promise<responses.CreateSubscriptionMappingResponse>;
|
|
786
786
|
/**
|
|
@@ -789,7 +789,7 @@ export declare class SubscriptionClient {
|
|
|
789
789
|
* @param DeleteSubscriptionMappingRequest
|
|
790
790
|
* @return DeleteSubscriptionMappingResponse
|
|
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.54.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
793
793
|
*/
|
|
794
794
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest: requests.DeleteSubscriptionMappingRequest): Promise<responses.DeleteSubscriptionMappingResponse>;
|
|
795
795
|
/**
|
|
@@ -798,7 +798,7 @@ export declare class SubscriptionClient {
|
|
|
798
798
|
* @param GetAssignedSubscriptionRequest
|
|
799
799
|
* @return GetAssignedSubscriptionResponse
|
|
800
800
|
* @throws OciError when an error occurs
|
|
801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
802
802
|
*/
|
|
803
803
|
getAssignedSubscription(getAssignedSubscriptionRequest: requests.GetAssignedSubscriptionRequest): Promise<responses.GetAssignedSubscriptionResponse>;
|
|
804
804
|
/**
|
|
@@ -807,7 +807,7 @@ export declare class SubscriptionClient {
|
|
|
807
807
|
* @param GetSubscriptionRequest
|
|
808
808
|
* @return GetSubscriptionResponse
|
|
809
809
|
* @throws OciError when an error occurs
|
|
810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
811
811
|
*/
|
|
812
812
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
813
813
|
/**
|
|
@@ -816,7 +816,7 @@ export declare class SubscriptionClient {
|
|
|
816
816
|
* @param GetSubscriptionMappingRequest
|
|
817
817
|
* @return GetSubscriptionMappingResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
820
820
|
*/
|
|
821
821
|
getSubscriptionMapping(getSubscriptionMappingRequest: requests.GetSubscriptionMappingRequest): Promise<responses.GetSubscriptionMappingResponse>;
|
|
822
822
|
/**
|
|
@@ -825,7 +825,7 @@ export declare class SubscriptionClient {
|
|
|
825
825
|
* @param ListAssignedSubscriptionsRequest
|
|
826
826
|
* @return ListAssignedSubscriptionsResponse
|
|
827
827
|
* @throws OciError when an error occurs
|
|
828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
829
829
|
*/
|
|
830
830
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest: requests.ListAssignedSubscriptionsRequest): Promise<responses.ListAssignedSubscriptionsResponse>;
|
|
831
831
|
/**
|
|
@@ -834,7 +834,7 @@ export declare class SubscriptionClient {
|
|
|
834
834
|
* @param ListAvailableRegionsRequest
|
|
835
835
|
* @return ListAvailableRegionsResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
838
838
|
*/
|
|
839
839
|
listAvailableRegions(listAvailableRegionsRequest: requests.ListAvailableRegionsRequest): Promise<responses.ListAvailableRegionsResponse>;
|
|
840
840
|
/**
|
|
@@ -843,7 +843,7 @@ export declare class SubscriptionClient {
|
|
|
843
843
|
* @param ListSubscriptionMappingsRequest
|
|
844
844
|
* @return ListSubscriptionMappingsResponse
|
|
845
845
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
847
847
|
*/
|
|
848
848
|
listSubscriptionMappings(listSubscriptionMappingsRequest: requests.ListSubscriptionMappingsRequest): Promise<responses.ListSubscriptionMappingsResponse>;
|
|
849
849
|
/**
|
|
@@ -852,7 +852,7 @@ export declare class SubscriptionClient {
|
|
|
852
852
|
* @param ListSubscriptionsRequest
|
|
853
853
|
* @return ListSubscriptionsResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
856
856
|
*/
|
|
857
857
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
858
858
|
}
|
|
@@ -917,7 +917,7 @@ export declare class WorkRequestClient {
|
|
|
917
917
|
* @param GetWorkRequestRequest
|
|
918
918
|
* @return GetWorkRequestResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
921
921
|
*/
|
|
922
922
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
923
923
|
/**
|
|
@@ -927,7 +927,7 @@ export declare class WorkRequestClient {
|
|
|
927
927
|
* @param ListWorkRequestErrorsRequest
|
|
928
928
|
* @return ListWorkRequestErrorsResponse
|
|
929
929
|
* @throws OciError when an error occurs
|
|
930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
931
931
|
*/
|
|
932
932
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
933
933
|
/**
|
|
@@ -937,7 +937,7 @@ export declare class WorkRequestClient {
|
|
|
937
937
|
* @param ListWorkRequestLogsRequest
|
|
938
938
|
* @return ListWorkRequestLogsResponse
|
|
939
939
|
* @throws OciError when an error occurs
|
|
940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
941
941
|
*/
|
|
942
942
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
943
943
|
/**
|
|
@@ -947,7 +947,7 @@ export declare class WorkRequestClient {
|
|
|
947
947
|
* @param ListWorkRequestsRequest
|
|
948
948
|
* @return ListWorkRequestsResponse
|
|
949
949
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
951
951
|
*/
|
|
952
952
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
953
953
|
}
|