oci-tenantmanagercontrolplane 2.25.0 → 2.26.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
|
@@ -81,7 +81,7 @@ export declare class DomainClient {
|
|
|
81
81
|
* @param CreateDomainRequest
|
|
82
82
|
* @return CreateDomainResponse
|
|
83
83
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
85
85
|
*/
|
|
86
86
|
createDomain(createDomainRequest: requests.CreateDomainRequest): Promise<responses.CreateDomainResponse>;
|
|
87
87
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class DomainClient {
|
|
|
90
90
|
* @param DeleteDomainRequest
|
|
91
91
|
* @return DeleteDomainResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
94
94
|
*/
|
|
95
95
|
deleteDomain(deleteDomainRequest: requests.DeleteDomainRequest): Promise<responses.DeleteDomainResponse>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class DomainClient {
|
|
|
99
99
|
* @param GetDomainRequest
|
|
100
100
|
* @return GetDomainResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
103
103
|
*/
|
|
104
104
|
getDomain(getDomainRequest: requests.GetDomainRequest): Promise<responses.GetDomainResponse>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class DomainClient {
|
|
|
109
109
|
* @param ListDomainsRequest
|
|
110
110
|
* @return ListDomainsResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
113
113
|
*/
|
|
114
114
|
listDomains(listDomainsRequest: requests.ListDomainsRequest): Promise<responses.ListDomainsResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class DomainClient {
|
|
|
118
118
|
* @param UpdateDomainRequest
|
|
119
119
|
* @return UpdateDomainResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
122
122
|
*/
|
|
123
123
|
updateDomain(updateDomainRequest: requests.UpdateDomainRequest): Promise<responses.UpdateDomainResponse>;
|
|
124
124
|
}
|
|
@@ -182,7 +182,7 @@ export declare class DomainGovernanceClient {
|
|
|
182
182
|
* @param CreateDomainGovernanceRequest
|
|
183
183
|
* @return CreateDomainGovernanceResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
186
186
|
*/
|
|
187
187
|
createDomainGovernance(createDomainGovernanceRequest: requests.CreateDomainGovernanceRequest): Promise<responses.CreateDomainGovernanceResponse>;
|
|
188
188
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class DomainGovernanceClient {
|
|
|
191
191
|
* @param DeleteDomainGovernanceRequest
|
|
192
192
|
* @return DeleteDomainGovernanceResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
195
195
|
*/
|
|
196
196
|
deleteDomainGovernance(deleteDomainGovernanceRequest: requests.DeleteDomainGovernanceRequest): Promise<responses.DeleteDomainGovernanceResponse>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class DomainGovernanceClient {
|
|
|
200
200
|
* @param GetDomainGovernanceRequest
|
|
201
201
|
* @return GetDomainGovernanceResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
204
204
|
*/
|
|
205
205
|
getDomainGovernance(getDomainGovernanceRequest: requests.GetDomainGovernanceRequest): Promise<responses.GetDomainGovernanceResponse>;
|
|
206
206
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class DomainGovernanceClient {
|
|
|
210
210
|
* @param ListDomainGovernancesRequest
|
|
211
211
|
* @return ListDomainGovernancesResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
214
214
|
*/
|
|
215
215
|
listDomainGovernances(listDomainGovernancesRequest: requests.ListDomainGovernancesRequest): Promise<responses.ListDomainGovernancesResponse>;
|
|
216
216
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class DomainGovernanceClient {
|
|
|
219
219
|
* @param UpdateDomainGovernanceRequest
|
|
220
220
|
* @return UpdateDomainGovernanceResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
223
223
|
*/
|
|
224
224
|
updateDomainGovernance(updateDomainGovernanceRequest: requests.UpdateDomainGovernanceRequest): Promise<responses.UpdateDomainGovernanceResponse>;
|
|
225
225
|
}
|
|
@@ -283,7 +283,7 @@ export declare class LinkClient {
|
|
|
283
283
|
* @param DeleteLinkRequest
|
|
284
284
|
* @return DeleteLinkResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
287
287
|
*/
|
|
288
288
|
deleteLink(deleteLinkRequest: requests.DeleteLinkRequest): Promise<responses.DeleteLinkResponse>;
|
|
289
289
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class LinkClient {
|
|
|
292
292
|
* @param GetLinkRequest
|
|
293
293
|
* @return GetLinkResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
296
296
|
*/
|
|
297
297
|
getLink(getLinkRequest: requests.GetLinkRequest): Promise<responses.GetLinkResponse>;
|
|
298
298
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class LinkClient {
|
|
|
301
301
|
* @param ListLinksRequest
|
|
302
302
|
* @return ListLinksResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
305
305
|
*/
|
|
306
306
|
listLinks(listLinksRequest: requests.ListLinksRequest): Promise<responses.ListLinksResponse>;
|
|
307
307
|
}
|
|
@@ -351,7 +351,7 @@ export declare class OrdersClient {
|
|
|
351
351
|
* @param ActivateOrderRequest
|
|
352
352
|
* @return ActivateOrderResponse
|
|
353
353
|
* @throws OciError when an error occurs
|
|
354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
355
355
|
*/
|
|
356
356
|
activateOrder(activateOrderRequest: requests.ActivateOrderRequest): Promise<responses.ActivateOrderResponse>;
|
|
357
357
|
/**
|
|
@@ -361,7 +361,7 @@ export declare class OrdersClient {
|
|
|
361
361
|
* @param GetOrderRequest
|
|
362
362
|
* @return GetOrderResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
365
365
|
*/
|
|
366
366
|
getOrder(getOrderRequest: requests.GetOrderRequest): Promise<responses.GetOrderResponse>;
|
|
367
367
|
}
|
|
@@ -425,7 +425,7 @@ export declare class OrganizationClient {
|
|
|
425
425
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
426
426
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
429
429
|
*/
|
|
430
430
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest: requests.ApproveOrganizationTenancyForTransferRequest): Promise<responses.ApproveOrganizationTenancyForTransferResponse>;
|
|
431
431
|
/**
|
|
@@ -434,7 +434,7 @@ export declare class OrganizationClient {
|
|
|
434
434
|
* @param CreateChildTenancyRequest
|
|
435
435
|
* @return CreateChildTenancyResponse
|
|
436
436
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
438
438
|
*/
|
|
439
439
|
createChildTenancy(createChildTenancyRequest: requests.CreateChildTenancyRequest): Promise<responses.CreateChildTenancyResponse>;
|
|
440
440
|
/**
|
|
@@ -443,7 +443,7 @@ export declare class OrganizationClient {
|
|
|
443
443
|
* @param DeleteOrganizationTenancyRequest
|
|
444
444
|
* @return DeleteOrganizationTenancyResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
447
447
|
*/
|
|
448
448
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest: requests.DeleteOrganizationTenancyRequest): Promise<responses.DeleteOrganizationTenancyResponse>;
|
|
449
449
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class OrganizationClient {
|
|
|
452
452
|
* @param GetOrganizationRequest
|
|
453
453
|
* @return GetOrganizationResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
456
456
|
*/
|
|
457
457
|
getOrganization(getOrganizationRequest: requests.GetOrganizationRequest): Promise<responses.GetOrganizationResponse>;
|
|
458
458
|
/**
|
|
@@ -461,7 +461,7 @@ export declare class OrganizationClient {
|
|
|
461
461
|
* @param GetOrganizationTenancyRequest
|
|
462
462
|
* @return GetOrganizationTenancyResponse
|
|
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.26.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
465
465
|
*/
|
|
466
466
|
getOrganizationTenancy(getOrganizationTenancyRequest: requests.GetOrganizationTenancyRequest): Promise<responses.GetOrganizationTenancyResponse>;
|
|
467
467
|
/**
|
|
@@ -470,7 +470,7 @@ export declare class OrganizationClient {
|
|
|
470
470
|
* @param ListOrganizationTenanciesRequest
|
|
471
471
|
* @return ListOrganizationTenanciesResponse
|
|
472
472
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
474
474
|
*/
|
|
475
475
|
listOrganizationTenancies(listOrganizationTenanciesRequest: requests.ListOrganizationTenanciesRequest): Promise<responses.ListOrganizationTenanciesResponse>;
|
|
476
476
|
/**
|
|
@@ -479,7 +479,7 @@ export declare class OrganizationClient {
|
|
|
479
479
|
* @param ListOrganizationsRequest
|
|
480
480
|
* @return ListOrganizationsResponse
|
|
481
481
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
483
483
|
*/
|
|
484
484
|
listOrganizations(listOrganizationsRequest: requests.ListOrganizationsRequest): Promise<responses.ListOrganizationsResponse>;
|
|
485
485
|
/**
|
|
@@ -488,7 +488,7 @@ export declare class OrganizationClient {
|
|
|
488
488
|
* @param RestoreOrganizationTenancyRequest
|
|
489
489
|
* @return RestoreOrganizationTenancyResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
492
492
|
*/
|
|
493
493
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest: requests.RestoreOrganizationTenancyRequest): Promise<responses.RestoreOrganizationTenancyResponse>;
|
|
494
494
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class OrganizationClient {
|
|
|
497
497
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
498
498
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
501
501
|
*/
|
|
502
502
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest: requests.UnapproveOrganizationTenancyForTransferRequest): Promise<responses.UnapproveOrganizationTenancyForTransferResponse>;
|
|
503
503
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class OrganizationClient {
|
|
|
506
506
|
* @param UpdateOrganizationRequest
|
|
507
507
|
* @return UpdateOrganizationResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
510
510
|
*/
|
|
511
511
|
updateOrganization(updateOrganizationRequest: requests.UpdateOrganizationRequest): Promise<responses.UpdateOrganizationResponse>;
|
|
512
512
|
}
|
|
@@ -570,7 +570,7 @@ export declare class RecipientInvitationClient {
|
|
|
570
570
|
* @param AcceptRecipientInvitationRequest
|
|
571
571
|
* @return AcceptRecipientInvitationResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
574
574
|
*/
|
|
575
575
|
acceptRecipientInvitation(acceptRecipientInvitationRequest: requests.AcceptRecipientInvitationRequest): Promise<responses.AcceptRecipientInvitationResponse>;
|
|
576
576
|
/**
|
|
@@ -579,7 +579,7 @@ export declare class RecipientInvitationClient {
|
|
|
579
579
|
* @param GetRecipientInvitationRequest
|
|
580
580
|
* @return GetRecipientInvitationResponse
|
|
581
581
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
583
583
|
*/
|
|
584
584
|
getRecipientInvitation(getRecipientInvitationRequest: requests.GetRecipientInvitationRequest): Promise<responses.GetRecipientInvitationResponse>;
|
|
585
585
|
/**
|
|
@@ -588,7 +588,7 @@ export declare class RecipientInvitationClient {
|
|
|
588
588
|
* @param IgnoreRecipientInvitationRequest
|
|
589
589
|
* @return IgnoreRecipientInvitationResponse
|
|
590
590
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
592
592
|
*/
|
|
593
593
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest: requests.IgnoreRecipientInvitationRequest): Promise<responses.IgnoreRecipientInvitationResponse>;
|
|
594
594
|
/**
|
|
@@ -598,7 +598,7 @@ export declare class RecipientInvitationClient {
|
|
|
598
598
|
* @param ListRecipientInvitationsRequest
|
|
599
599
|
* @return ListRecipientInvitationsResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
602
602
|
*/
|
|
603
603
|
listRecipientInvitations(listRecipientInvitationsRequest: requests.ListRecipientInvitationsRequest): Promise<responses.ListRecipientInvitationsResponse>;
|
|
604
604
|
/**
|
|
@@ -607,7 +607,7 @@ export declare class RecipientInvitationClient {
|
|
|
607
607
|
* @param UpdateRecipientInvitationRequest
|
|
608
608
|
* @return UpdateRecipientInvitationResponse
|
|
609
609
|
* @throws OciError when an error occurs
|
|
610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
611
611
|
*/
|
|
612
612
|
updateRecipientInvitation(updateRecipientInvitationRequest: requests.UpdateRecipientInvitationRequest): Promise<responses.UpdateRecipientInvitationResponse>;
|
|
613
613
|
}
|
|
@@ -671,7 +671,7 @@ export declare class SenderInvitationClient {
|
|
|
671
671
|
* @param CancelSenderInvitationRequest
|
|
672
672
|
* @return CancelSenderInvitationResponse
|
|
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.26.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
675
675
|
*/
|
|
676
676
|
cancelSenderInvitation(cancelSenderInvitationRequest: requests.CancelSenderInvitationRequest): Promise<responses.CancelSenderInvitationResponse>;
|
|
677
677
|
/**
|
|
@@ -680,7 +680,7 @@ export declare class SenderInvitationClient {
|
|
|
680
680
|
* @param CreateSenderInvitationRequest
|
|
681
681
|
* @return CreateSenderInvitationResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
684
684
|
*/
|
|
685
685
|
createSenderInvitation(createSenderInvitationRequest: requests.CreateSenderInvitationRequest): Promise<responses.CreateSenderInvitationResponse>;
|
|
686
686
|
/**
|
|
@@ -689,7 +689,7 @@ export declare class SenderInvitationClient {
|
|
|
689
689
|
* @param GetSenderInvitationRequest
|
|
690
690
|
* @return GetSenderInvitationResponse
|
|
691
691
|
* @throws OciError when an error occurs
|
|
692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
693
693
|
*/
|
|
694
694
|
getSenderInvitation(getSenderInvitationRequest: requests.GetSenderInvitationRequest): Promise<responses.GetSenderInvitationResponse>;
|
|
695
695
|
/**
|
|
@@ -699,7 +699,7 @@ export declare class SenderInvitationClient {
|
|
|
699
699
|
* @param ListSenderInvitationsRequest
|
|
700
700
|
* @return ListSenderInvitationsResponse
|
|
701
701
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
702
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
703
703
|
*/
|
|
704
704
|
listSenderInvitations(listSenderInvitationsRequest: requests.ListSenderInvitationsRequest): Promise<responses.ListSenderInvitationsResponse>;
|
|
705
705
|
/**
|
|
@@ -708,7 +708,7 @@ export declare class SenderInvitationClient {
|
|
|
708
708
|
* @param UpdateSenderInvitationRequest
|
|
709
709
|
* @return UpdateSenderInvitationResponse
|
|
710
710
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
712
712
|
*/
|
|
713
713
|
updateSenderInvitation(updateSenderInvitationRequest: requests.UpdateSenderInvitationRequest): Promise<responses.UpdateSenderInvitationResponse>;
|
|
714
714
|
}
|
|
@@ -772,7 +772,7 @@ export declare class SubscriptionClient {
|
|
|
772
772
|
* @param CreateSubscriptionMappingRequest
|
|
773
773
|
* @return CreateSubscriptionMappingResponse
|
|
774
774
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
776
776
|
*/
|
|
777
777
|
createSubscriptionMapping(createSubscriptionMappingRequest: requests.CreateSubscriptionMappingRequest): Promise<responses.CreateSubscriptionMappingResponse>;
|
|
778
778
|
/**
|
|
@@ -781,7 +781,7 @@ export declare class SubscriptionClient {
|
|
|
781
781
|
* @param DeleteSubscriptionMappingRequest
|
|
782
782
|
* @return DeleteSubscriptionMappingResponse
|
|
783
783
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
785
785
|
*/
|
|
786
786
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest: requests.DeleteSubscriptionMappingRequest): Promise<responses.DeleteSubscriptionMappingResponse>;
|
|
787
787
|
/**
|
|
@@ -790,7 +790,7 @@ export declare class SubscriptionClient {
|
|
|
790
790
|
* @param GetAssignedSubscriptionRequest
|
|
791
791
|
* @return GetAssignedSubscriptionResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
794
794
|
*/
|
|
795
795
|
getAssignedSubscription(getAssignedSubscriptionRequest: requests.GetAssignedSubscriptionRequest): Promise<responses.GetAssignedSubscriptionResponse>;
|
|
796
796
|
/**
|
|
@@ -799,7 +799,7 @@ export declare class SubscriptionClient {
|
|
|
799
799
|
* @param GetSubscriptionRequest
|
|
800
800
|
* @return GetSubscriptionResponse
|
|
801
801
|
* @throws OciError when an error occurs
|
|
802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
803
803
|
*/
|
|
804
804
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
805
805
|
/**
|
|
@@ -808,7 +808,7 @@ export declare class SubscriptionClient {
|
|
|
808
808
|
* @param GetSubscriptionMappingRequest
|
|
809
809
|
* @return GetSubscriptionMappingResponse
|
|
810
810
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
812
812
|
*/
|
|
813
813
|
getSubscriptionMapping(getSubscriptionMappingRequest: requests.GetSubscriptionMappingRequest): Promise<responses.GetSubscriptionMappingResponse>;
|
|
814
814
|
/**
|
|
@@ -817,7 +817,7 @@ export declare class SubscriptionClient {
|
|
|
817
817
|
* @param ListAssignedSubscriptionsRequest
|
|
818
818
|
* @return ListAssignedSubscriptionsResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
821
821
|
*/
|
|
822
822
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest: requests.ListAssignedSubscriptionsRequest): Promise<responses.ListAssignedSubscriptionsResponse>;
|
|
823
823
|
/**
|
|
@@ -826,7 +826,7 @@ export declare class SubscriptionClient {
|
|
|
826
826
|
* @param ListAvailableRegionsRequest
|
|
827
827
|
* @return ListAvailableRegionsResponse
|
|
828
828
|
* @throws OciError when an error occurs
|
|
829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
830
830
|
*/
|
|
831
831
|
listAvailableRegions(listAvailableRegionsRequest: requests.ListAvailableRegionsRequest): Promise<responses.ListAvailableRegionsResponse>;
|
|
832
832
|
/**
|
|
@@ -835,7 +835,7 @@ export declare class SubscriptionClient {
|
|
|
835
835
|
* @param ListSubscriptionMappingsRequest
|
|
836
836
|
* @return ListSubscriptionMappingsResponse
|
|
837
837
|
* @throws OciError when an error occurs
|
|
838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
839
839
|
*/
|
|
840
840
|
listSubscriptionMappings(listSubscriptionMappingsRequest: requests.ListSubscriptionMappingsRequest): Promise<responses.ListSubscriptionMappingsResponse>;
|
|
841
841
|
/**
|
|
@@ -844,7 +844,7 @@ export declare class SubscriptionClient {
|
|
|
844
844
|
* @param ListSubscriptionsRequest
|
|
845
845
|
* @return ListSubscriptionsResponse
|
|
846
846
|
* @throws OciError when an error occurs
|
|
847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
848
848
|
*/
|
|
849
849
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
850
850
|
}
|
|
@@ -908,7 +908,7 @@ export declare class WorkRequestClient {
|
|
|
908
908
|
* @param GetWorkRequestRequest
|
|
909
909
|
* @return GetWorkRequestResponse
|
|
910
910
|
* @throws OciError when an error occurs
|
|
911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
912
912
|
*/
|
|
913
913
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
914
914
|
/**
|
|
@@ -918,7 +918,7 @@ export declare class WorkRequestClient {
|
|
|
918
918
|
* @param ListWorkRequestErrorsRequest
|
|
919
919
|
* @return ListWorkRequestErrorsResponse
|
|
920
920
|
* @throws OciError when an error occurs
|
|
921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
922
922
|
*/
|
|
923
923
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
924
924
|
/**
|
|
@@ -928,7 +928,7 @@ export declare class WorkRequestClient {
|
|
|
928
928
|
* @param ListWorkRequestLogsRequest
|
|
929
929
|
* @return ListWorkRequestLogsResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
932
932
|
*/
|
|
933
933
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
934
934
|
/**
|
|
@@ -938,7 +938,7 @@ export declare class WorkRequestClient {
|
|
|
938
938
|
* @param ListWorkRequestsRequest
|
|
939
939
|
* @return ListWorkRequestsResponse
|
|
940
940
|
* @throws OciError when an error occurs
|
|
941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
942
942
|
*/
|
|
943
943
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
944
944
|
}
|