oci-tenantmanagercontrolplane 2.62.3 → 2.64.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/LICENSE.txt +6 -6
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- 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-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/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
|
@@ -186,7 +186,7 @@ class DomainClient {
|
|
|
186
186
|
* @param CreateDomainRequest
|
|
187
187
|
* @return CreateDomainResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomain API.
|
|
190
190
|
*/
|
|
191
191
|
createDomain(createDomainRequest) {
|
|
192
192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,7 +254,7 @@ class DomainClient {
|
|
|
254
254
|
* @param DeleteDomainRequest
|
|
255
255
|
* @return DeleteDomainResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomain API.
|
|
258
258
|
*/
|
|
259
259
|
deleteDomain(deleteDomainRequest) {
|
|
260
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class DomainClient {
|
|
|
309
309
|
* @param GetDomainRequest
|
|
310
310
|
* @return GetDomainResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetDomain.ts.html |here} to see how to use GetDomain API.
|
|
313
313
|
*/
|
|
314
314
|
getDomain(getDomainRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -373,7 +373,7 @@ class DomainClient {
|
|
|
373
373
|
* @param ListDomainsRequest
|
|
374
374
|
* @return ListDomainsResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomains API.
|
|
377
377
|
*/
|
|
378
378
|
listDomains(listDomainsRequest) {
|
|
379
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -444,7 +444,7 @@ class DomainClient {
|
|
|
444
444
|
* @param UpdateDomainRequest
|
|
445
445
|
* @return UpdateDomainResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomain API.
|
|
448
448
|
*/
|
|
449
449
|
updateDomain(updateDomainRequest) {
|
|
450
450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -638,7 +638,7 @@ class DomainGovernanceClient {
|
|
|
638
638
|
* @param CreateDomainGovernanceRequest
|
|
639
639
|
* @return CreateDomainGovernanceResponse
|
|
640
640
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernance API.
|
|
642
642
|
*/
|
|
643
643
|
createDomainGovernance(createDomainGovernanceRequest) {
|
|
644
644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -701,7 +701,7 @@ class DomainGovernanceClient {
|
|
|
701
701
|
* @param DeleteDomainGovernanceRequest
|
|
702
702
|
* @return DeleteDomainGovernanceResponse
|
|
703
703
|
* @throws OciError when an error occurs
|
|
704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernance API.
|
|
705
705
|
*/
|
|
706
706
|
deleteDomainGovernance(deleteDomainGovernanceRequest) {
|
|
707
707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -756,7 +756,7 @@ class DomainGovernanceClient {
|
|
|
756
756
|
* @param GetDomainGovernanceRequest
|
|
757
757
|
* @return GetDomainGovernanceResponse
|
|
758
758
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetDomainGovernance.ts.html |here} to see how to use GetDomainGovernance API.
|
|
760
760
|
*/
|
|
761
761
|
getDomainGovernance(getDomainGovernanceRequest) {
|
|
762
762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -820,7 +820,7 @@ class DomainGovernanceClient {
|
|
|
820
820
|
* @param ListDomainGovernancesRequest
|
|
821
821
|
* @return ListDomainGovernancesResponse
|
|
822
822
|
* @throws OciError when an error occurs
|
|
823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernances API.
|
|
824
824
|
*/
|
|
825
825
|
listDomainGovernances(listDomainGovernancesRequest) {
|
|
826
826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -891,7 +891,7 @@ class DomainGovernanceClient {
|
|
|
891
891
|
* @param UpdateDomainGovernanceRequest
|
|
892
892
|
* @return UpdateDomainGovernanceResponse
|
|
893
893
|
* @throws OciError when an error occurs
|
|
894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernance API.
|
|
895
895
|
*/
|
|
896
896
|
updateDomainGovernance(updateDomainGovernanceRequest) {
|
|
897
897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1064,7 +1064,7 @@ class GovernanceClient {
|
|
|
1064
1064
|
* @param AddGovernanceRequest
|
|
1065
1065
|
* @return AddGovernanceResponse
|
|
1066
1066
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernance API.
|
|
1068
1068
|
*/
|
|
1069
1069
|
addGovernance(addGovernanceRequest) {
|
|
1070
1070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1126,7 +1126,7 @@ class GovernanceClient {
|
|
|
1126
1126
|
* @param RemoveGovernanceRequest
|
|
1127
1127
|
* @return RemoveGovernanceResponse
|
|
1128
1128
|
* @throws OciError when an error occurs
|
|
1129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernance API.
|
|
1130
1130
|
*/
|
|
1131
1131
|
removeGovernance(removeGovernanceRequest) {
|
|
1132
1132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1317,7 +1317,7 @@ class LinkClient {
|
|
|
1317
1317
|
* @param DeleteLinkRequest
|
|
1318
1318
|
* @return DeleteLinkResponse
|
|
1319
1319
|
* @throws OciError when an error occurs
|
|
1320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLink API.
|
|
1321
1321
|
*/
|
|
1322
1322
|
deleteLink(deleteLinkRequest) {
|
|
1323
1323
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1377,7 +1377,7 @@ class LinkClient {
|
|
|
1377
1377
|
* @param GetLinkRequest
|
|
1378
1378
|
* @return GetLinkResponse
|
|
1379
1379
|
* @throws OciError when an error occurs
|
|
1380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetLink.ts.html |here} to see how to use GetLink API.
|
|
1381
1381
|
*/
|
|
1382
1382
|
getLink(getLinkRequest) {
|
|
1383
1383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1440,7 +1440,7 @@ class LinkClient {
|
|
|
1440
1440
|
* @param ListLinksRequest
|
|
1441
1441
|
* @return ListLinksResponse
|
|
1442
1442
|
* @throws OciError when an error occurs
|
|
1443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinks API.
|
|
1444
1444
|
*/
|
|
1445
1445
|
listLinks(listLinksRequest) {
|
|
1446
1446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1616,7 +1616,7 @@ class OrdersClient {
|
|
|
1616
1616
|
* @param ActivateOrderRequest
|
|
1617
1617
|
* @return ActivateOrderResponse
|
|
1618
1618
|
* @throws OciError when an error occurs
|
|
1619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrder API.
|
|
1620
1620
|
*/
|
|
1621
1621
|
activateOrder(activateOrderRequest) {
|
|
1622
1622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1678,7 +1678,7 @@ class OrdersClient {
|
|
|
1678
1678
|
* @param GetOrderRequest
|
|
1679
1679
|
* @return GetOrderResponse
|
|
1680
1680
|
* @throws OciError when an error occurs
|
|
1681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetOrder.ts.html |here} to see how to use GetOrder API.
|
|
1682
1682
|
*/
|
|
1683
1683
|
getOrder(getOrderRequest) {
|
|
1684
1684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1865,7 +1865,7 @@ class OrganizationClient {
|
|
|
1865
1865
|
* @param ApproveOrganizationTenancyForTransferRequest
|
|
1866
1866
|
* @return ApproveOrganizationTenancyForTransferResponse
|
|
1867
1867
|
* @throws OciError when an error occurs
|
|
1868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransfer API.
|
|
1869
1869
|
*/
|
|
1870
1870
|
approveOrganizationTenancyForTransfer(approveOrganizationTenancyForTransferRequest) {
|
|
1871
1871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1932,7 +1932,7 @@ class OrganizationClient {
|
|
|
1932
1932
|
* @param CreateChildTenancyRequest
|
|
1933
1933
|
* @return CreateChildTenancyResponse
|
|
1934
1934
|
* @throws OciError when an error occurs
|
|
1935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancy API.
|
|
1936
1936
|
*/
|
|
1937
1937
|
createChildTenancy(createChildTenancyRequest) {
|
|
1938
1938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1991,7 +1991,7 @@ class OrganizationClient {
|
|
|
1991
1991
|
* @param DeleteOrganizationTenancyRequest
|
|
1992
1992
|
* @return DeleteOrganizationTenancyResponse
|
|
1993
1993
|
* @throws OciError when an error occurs
|
|
1994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancy API.
|
|
1995
1995
|
*/
|
|
1996
1996
|
deleteOrganizationTenancy(deleteOrganizationTenancyRequest) {
|
|
1997
1997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2052,7 +2052,7 @@ class OrganizationClient {
|
|
|
2052
2052
|
* @param GetOrganizationRequest
|
|
2053
2053
|
* @return GetOrganizationResponse
|
|
2054
2054
|
* @throws OciError when an error occurs
|
|
2055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetOrganization.ts.html |here} to see how to use GetOrganization API.
|
|
2056
2056
|
*/
|
|
2057
2057
|
getOrganization(getOrganizationRequest) {
|
|
2058
2058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2115,7 +2115,7 @@ class OrganizationClient {
|
|
|
2115
2115
|
* @param GetOrganizationTenancyRequest
|
|
2116
2116
|
* @return GetOrganizationTenancyResponse
|
|
2117
2117
|
* @throws OciError when an error occurs
|
|
2118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetOrganizationTenancy.ts.html |here} to see how to use GetOrganizationTenancy API.
|
|
2119
2119
|
*/
|
|
2120
2120
|
getOrganizationTenancy(getOrganizationTenancyRequest) {
|
|
2121
2121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2179,7 +2179,7 @@ class OrganizationClient {
|
|
|
2179
2179
|
* @param ListOrganizationTenanciesRequest
|
|
2180
2180
|
* @return ListOrganizationTenanciesResponse
|
|
2181
2181
|
* @throws OciError when an error occurs
|
|
2182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenancies API.
|
|
2183
2183
|
*/
|
|
2184
2184
|
listOrganizationTenancies(listOrganizationTenanciesRequest) {
|
|
2185
2185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2245,7 +2245,7 @@ class OrganizationClient {
|
|
|
2245
2245
|
* @param ListOrganizationsRequest
|
|
2246
2246
|
* @return ListOrganizationsResponse
|
|
2247
2247
|
* @throws OciError when an error occurs
|
|
2248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizations API.
|
|
2249
2249
|
*/
|
|
2250
2250
|
listOrganizations(listOrganizationsRequest) {
|
|
2251
2251
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2310,7 +2310,7 @@ class OrganizationClient {
|
|
|
2310
2310
|
* @param RestoreOrganizationTenancyRequest
|
|
2311
2311
|
* @return RestoreOrganizationTenancyResponse
|
|
2312
2312
|
* @throws OciError when an error occurs
|
|
2313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancy API.
|
|
2314
2314
|
*/
|
|
2315
2315
|
restoreOrganizationTenancy(restoreOrganizationTenancyRequest) {
|
|
2316
2316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2370,7 +2370,7 @@ class OrganizationClient {
|
|
|
2370
2370
|
* @param UnapproveOrganizationTenancyForTransferRequest
|
|
2371
2371
|
* @return UnapproveOrganizationTenancyForTransferResponse
|
|
2372
2372
|
* @throws OciError when an error occurs
|
|
2373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransfer API.
|
|
2374
2374
|
*/
|
|
2375
2375
|
unapproveOrganizationTenancyForTransfer(unapproveOrganizationTenancyForTransferRequest) {
|
|
2376
2376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2437,7 +2437,7 @@ class OrganizationClient {
|
|
|
2437
2437
|
* @param UpdateOrganizationRequest
|
|
2438
2438
|
* @return UpdateOrganizationResponse
|
|
2439
2439
|
* @throws OciError when an error occurs
|
|
2440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganization API.
|
|
2441
2441
|
*/
|
|
2442
2442
|
updateOrganization(updateOrganizationRequest) {
|
|
2443
2443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2628,7 +2628,7 @@ class RecipientInvitationClient {
|
|
|
2628
2628
|
* @param AcceptRecipientInvitationRequest
|
|
2629
2629
|
* @return AcceptRecipientInvitationResponse
|
|
2630
2630
|
* @throws OciError when an error occurs
|
|
2631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitation API.
|
|
2632
2632
|
*/
|
|
2633
2633
|
acceptRecipientInvitation(acceptRecipientInvitationRequest) {
|
|
2634
2634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2689,7 +2689,7 @@ class RecipientInvitationClient {
|
|
|
2689
2689
|
* @param GetRecipientInvitationRequest
|
|
2690
2690
|
* @return GetRecipientInvitationResponse
|
|
2691
2691
|
* @throws OciError when an error occurs
|
|
2692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetRecipientInvitation.ts.html |here} to see how to use GetRecipientInvitation API.
|
|
2693
2693
|
*/
|
|
2694
2694
|
getRecipientInvitation(getRecipientInvitationRequest) {
|
|
2695
2695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2752,7 +2752,7 @@ class RecipientInvitationClient {
|
|
|
2752
2752
|
* @param IgnoreRecipientInvitationRequest
|
|
2753
2753
|
* @return IgnoreRecipientInvitationResponse
|
|
2754
2754
|
* @throws OciError when an error occurs
|
|
2755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitation API.
|
|
2756
2756
|
*/
|
|
2757
2757
|
ignoreRecipientInvitation(ignoreRecipientInvitationRequest) {
|
|
2758
2758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2818,7 +2818,7 @@ class RecipientInvitationClient {
|
|
|
2818
2818
|
* @param ListRecipientInvitationsRequest
|
|
2819
2819
|
* @return ListRecipientInvitationsResponse
|
|
2820
2820
|
* @throws OciError when an error occurs
|
|
2821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitations API.
|
|
2822
2822
|
*/
|
|
2823
2823
|
listRecipientInvitations(listRecipientInvitationsRequest) {
|
|
2824
2824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2885,7 +2885,7 @@ class RecipientInvitationClient {
|
|
|
2885
2885
|
* @param UpdateRecipientInvitationRequest
|
|
2886
2886
|
* @return UpdateRecipientInvitationResponse
|
|
2887
2887
|
* @throws OciError when an error occurs
|
|
2888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitation API.
|
|
2889
2889
|
*/
|
|
2890
2890
|
updateRecipientInvitation(updateRecipientInvitationRequest) {
|
|
2891
2891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3079,7 +3079,7 @@ class SenderInvitationClient {
|
|
|
3079
3079
|
* @param CancelSenderInvitationRequest
|
|
3080
3080
|
* @return CancelSenderInvitationResponse
|
|
3081
3081
|
* @throws OciError when an error occurs
|
|
3082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitation API.
|
|
3083
3083
|
*/
|
|
3084
3084
|
cancelSenderInvitation(cancelSenderInvitationRequest) {
|
|
3085
3085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3140,7 +3140,7 @@ class SenderInvitationClient {
|
|
|
3140
3140
|
* @param CreateSenderInvitationRequest
|
|
3141
3141
|
* @return CreateSenderInvitationResponse
|
|
3142
3142
|
* @throws OciError when an error occurs
|
|
3143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitation API.
|
|
3144
3144
|
*/
|
|
3145
3145
|
createSenderInvitation(createSenderInvitationRequest) {
|
|
3146
3146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3208,7 +3208,7 @@ class SenderInvitationClient {
|
|
|
3208
3208
|
* @param GetSenderInvitationRequest
|
|
3209
3209
|
* @return GetSenderInvitationResponse
|
|
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.64.0/tenantmanagercontrolplane/GetSenderInvitation.ts.html |here} to see how to use GetSenderInvitation API.
|
|
3212
3212
|
*/
|
|
3213
3213
|
getSenderInvitation(getSenderInvitationRequest) {
|
|
3214
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3272,7 +3272,7 @@ class SenderInvitationClient {
|
|
|
3272
3272
|
* @param ListSenderInvitationsRequest
|
|
3273
3273
|
* @return ListSenderInvitationsResponse
|
|
3274
3274
|
* @throws OciError when an error occurs
|
|
3275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitations API.
|
|
3276
3276
|
*/
|
|
3277
3277
|
listSenderInvitations(listSenderInvitationsRequest) {
|
|
3278
3278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3343,7 +3343,7 @@ class SenderInvitationClient {
|
|
|
3343
3343
|
* @param UpdateSenderInvitationRequest
|
|
3344
3344
|
* @return UpdateSenderInvitationResponse
|
|
3345
3345
|
* @throws OciError when an error occurs
|
|
3346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitation API.
|
|
3347
3347
|
*/
|
|
3348
3348
|
updateSenderInvitation(updateSenderInvitationRequest) {
|
|
3349
3349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3537,7 +3537,7 @@ class SubscriptionClient {
|
|
|
3537
3537
|
* @param CreateSubscriptionMappingRequest
|
|
3538
3538
|
* @return CreateSubscriptionMappingResponse
|
|
3539
3539
|
* @throws OciError when an error occurs
|
|
3540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMapping API.
|
|
3541
3541
|
*/
|
|
3542
3542
|
createSubscriptionMapping(createSubscriptionMappingRequest) {
|
|
3543
3543
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3606,7 +3606,7 @@ class SubscriptionClient {
|
|
|
3606
3606
|
* @param DeleteSubscriptionMappingRequest
|
|
3607
3607
|
* @return DeleteSubscriptionMappingResponse
|
|
3608
3608
|
* @throws OciError when an error occurs
|
|
3609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMapping API.
|
|
3610
3610
|
*/
|
|
3611
3611
|
deleteSubscriptionMapping(deleteSubscriptionMappingRequest) {
|
|
3612
3612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3661,7 +3661,7 @@ class SubscriptionClient {
|
|
|
3661
3661
|
* @param GetAssignedSubscriptionRequest
|
|
3662
3662
|
* @return GetAssignedSubscriptionResponse
|
|
3663
3663
|
* @throws OciError when an error occurs
|
|
3664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscription API.
|
|
3665
3665
|
*/
|
|
3666
3666
|
getAssignedSubscription(getAssignedSubscriptionRequest) {
|
|
3667
3667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3724,7 +3724,7 @@ class SubscriptionClient {
|
|
|
3724
3724
|
* @param GetSubscriptionRequest
|
|
3725
3725
|
* @return GetSubscriptionResponse
|
|
3726
3726
|
* @throws OciError when an error occurs
|
|
3727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
3728
3728
|
*/
|
|
3729
3729
|
getSubscription(getSubscriptionRequest) {
|
|
3730
3730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3787,7 +3787,7 @@ class SubscriptionClient {
|
|
|
3787
3787
|
* @param GetSubscriptionMappingRequest
|
|
3788
3788
|
* @return GetSubscriptionMappingResponse
|
|
3789
3789
|
* @throws OciError when an error occurs
|
|
3790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetSubscriptionMapping.ts.html |here} to see how to use GetSubscriptionMapping API.
|
|
3791
3791
|
*/
|
|
3792
3792
|
getSubscriptionMapping(getSubscriptionMappingRequest) {
|
|
3793
3793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3850,7 +3850,7 @@ class SubscriptionClient {
|
|
|
3850
3850
|
* @param ListAssignedSubscriptionsRequest
|
|
3851
3851
|
* @return ListAssignedSubscriptionsResponse
|
|
3852
3852
|
* @throws OciError when an error occurs
|
|
3853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptions API.
|
|
3854
3854
|
*/
|
|
3855
3855
|
listAssignedSubscriptions(listAssignedSubscriptionsRequest) {
|
|
3856
3856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3918,7 +3918,7 @@ class SubscriptionClient {
|
|
|
3918
3918
|
* @param ListAvailableRegionsRequest
|
|
3919
3919
|
* @return ListAvailableRegionsResponse
|
|
3920
3920
|
* @throws OciError when an error occurs
|
|
3921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegions API.
|
|
3922
3922
|
*/
|
|
3923
3923
|
listAvailableRegions(listAvailableRegionsRequest) {
|
|
3924
3924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3983,7 +3983,7 @@ class SubscriptionClient {
|
|
|
3983
3983
|
* @param ListSubscriptionMappingsRequest
|
|
3984
3984
|
* @return ListSubscriptionMappingsResponse
|
|
3985
3985
|
* @throws OciError when an error occurs
|
|
3986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappings API.
|
|
3987
3987
|
*/
|
|
3988
3988
|
listSubscriptionMappings(listSubscriptionMappingsRequest) {
|
|
3989
3989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4053,7 +4053,7 @@ class SubscriptionClient {
|
|
|
4053
4053
|
* @param ListSubscriptionsRequest
|
|
4054
4054
|
* @return ListSubscriptionsResponse
|
|
4055
4055
|
* @throws OciError when an error occurs
|
|
4056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
4057
4057
|
*/
|
|
4058
4058
|
listSubscriptions(listSubscriptionsRequest) {
|
|
4059
4059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4250,7 +4250,7 @@ class WorkRequestClient {
|
|
|
4250
4250
|
* @param GetWorkRequestRequest
|
|
4251
4251
|
* @return GetWorkRequestResponse
|
|
4252
4252
|
* @throws OciError when an error occurs
|
|
4253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4254
4254
|
*/
|
|
4255
4255
|
getWorkRequest(getWorkRequestRequest) {
|
|
4256
4256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4314,7 +4314,7 @@ class WorkRequestClient {
|
|
|
4314
4314
|
* @param ListWorkRequestErrorsRequest
|
|
4315
4315
|
* @return ListWorkRequestErrorsResponse
|
|
4316
4316
|
* @throws OciError when an error occurs
|
|
4317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4318
4318
|
*/
|
|
4319
4319
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4320
4320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4382,7 +4382,7 @@ class WorkRequestClient {
|
|
|
4382
4382
|
* @param ListWorkRequestLogsRequest
|
|
4383
4383
|
* @return ListWorkRequestLogsResponse
|
|
4384
4384
|
* @throws OciError when an error occurs
|
|
4385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4386
4386
|
*/
|
|
4387
4387
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4388
4388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4450,7 +4450,7 @@ class WorkRequestClient {
|
|
|
4450
4450
|
* @param ListWorkRequestsRequest
|
|
4451
4451
|
* @return ListWorkRequestsResponse
|
|
4452
4452
|
* @throws OciError when an error occurs
|
|
4453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4454
4454
|
*/
|
|
4455
4455
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4456
4456
|
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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/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.64.0/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOrganizationTenancyRequest 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.64.0/tenantmanagercontrolplane/DeleteSubscriptionMapping.ts.html |here} to see how to use DeleteSubscriptionMappingRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSubscriptionMappingRequest 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.64.0/tenantmanagercontrolplane/GetAssignedSubscription.ts.html |here} to see how to use GetAssignedSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAssignedSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|