oci-tenantmanagercontrolplane 2.5.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -0
- package/index.d.ts +6 -0
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +351 -31
- package/lib/client.js +1781 -326
- package/lib/client.js.map +1 -1
- package/lib/model/activate-order-details.d.ts +2 -2
- package/lib/model/assigned-subscription-collection.d.ts +26 -0
- package/lib/model/assigned-subscription-collection.js +61 -0
- package/lib/model/assigned-subscription-collection.js.map +1 -0
- package/lib/model/assigned-subscription-summary.d.ts +66 -0
- package/lib/model/assigned-subscription-summary.js +29 -0
- package/lib/model/assigned-subscription-summary.js.map +1 -0
- package/lib/model/assigned-subscription.d.ts +74 -0
- package/lib/model/assigned-subscription.js +61 -0
- package/lib/model/assigned-subscription.js.map +1 -0
- package/lib/model/available-region-collection.d.ts +26 -0
- package/lib/model/available-region-collection.js +61 -0
- package/lib/model/available-region-collection.js.map +1 -0
- package/lib/model/available-region-summary.d.ts +25 -0
- package/lib/model/available-region-summary.js +29 -0
- package/lib/model/available-region-summary.js.map +1 -0
- package/lib/model/create-child-tenancy-details.d.ts +41 -0
- package/lib/model/create-child-tenancy-details.js +29 -0
- package/lib/model/create-child-tenancy-details.js.map +1 -0
- package/lib/model/create-subscription-mapping-details.d.ts +29 -0
- package/lib/model/create-subscription-mapping-details.js +29 -0
- package/lib/model/create-subscription-mapping-details.js.map +1 -0
- package/lib/model/domain-governance-summary.d.ts +2 -2
- package/lib/model/domain-governance.d.ts +2 -2
- package/lib/model/domain-summary.d.ts +2 -2
- package/lib/model/domain.d.ts +2 -2
- package/lib/model/index.d.ts +48 -0
- package/lib/model/index.js +50 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/link.d.ts +1 -1
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/order.d.ts +4 -4
- package/lib/model/organization-collection.d.ts +26 -0
- package/lib/model/organization-collection.js +61 -0
- package/lib/model/organization-collection.js.map +1 -0
- package/lib/model/organization-summary.d.ts +53 -0
- package/lib/model/organization-summary.js +29 -0
- package/lib/model/organization-summary.js.map +1 -0
- package/lib/model/organization-tenancy-collection.d.ts +26 -0
- package/lib/model/organization-tenancy-collection.js +61 -0
- package/lib/model/organization-tenancy-collection.js.map +1 -0
- package/lib/model/organization-tenancy-lifecycle-state.d.ts +32 -0
- package/lib/model/organization-tenancy-lifecycle-state.js +43 -0
- package/lib/model/organization-tenancy-lifecycle-state.js.map +1 -0
- package/lib/model/organization-tenancy-role.d.ts +29 -0
- package/lib/model/organization-tenancy-role.js +40 -0
- package/lib/model/organization-tenancy-role.js.map +1 -0
- package/lib/model/organization-tenancy-summary.d.ts +50 -0
- package/lib/model/organization-tenancy-summary.js +29 -0
- package/lib/model/organization-tenancy-summary.js.map +1 -0
- package/lib/model/organization-tenancy.d.ts +50 -0
- package/lib/model/organization-tenancy.js +29 -0
- package/lib/model/organization-tenancy.js.map +1 -0
- package/lib/model/organization.d.ts +66 -0
- package/lib/model/organization.js +43 -0
- package/lib/model/organization.js.map +1 -0
- package/lib/model/sku.d.ts +4 -4
- package/lib/model/subscription-collection.d.ts +26 -0
- package/lib/model/subscription-collection.js +61 -0
- package/lib/model/subscription-collection.js.map +1 -0
- package/lib/model/subscription-info.d.ts +6 -6
- package/lib/model/subscription-lifecycle-state.d.ts +33 -0
- package/lib/model/subscription-lifecycle-state.js +44 -0
- package/lib/model/subscription-lifecycle-state.js.map +1 -0
- package/lib/model/subscription-mapping-collection.d.ts +26 -0
- package/lib/model/subscription-mapping-collection.js +61 -0
- package/lib/model/subscription-mapping-collection.js.map +1 -0
- package/lib/model/subscription-mapping-summary.d.ts +53 -0
- package/lib/model/subscription-mapping-summary.js +29 -0
- package/lib/model/subscription-mapping-summary.js.map +1 -0
- package/lib/model/subscription-mapping.d.ts +67 -0
- package/lib/model/subscription-mapping.js +44 -0
- package/lib/model/subscription-mapping.js.map +1 -0
- package/lib/model/subscription-sku.d.ts +61 -0
- package/lib/model/subscription-sku.js +29 -0
- package/lib/model/subscription-sku.js.map +1 -0
- package/lib/model/subscription-summary.d.ts +70 -0
- package/lib/model/subscription-summary.js +29 -0
- package/lib/model/subscription-summary.js.map +1 -0
- package/lib/model/subscription.d.ts +74 -0
- package/lib/model/subscription.js +61 -0
- package/lib/model/subscription.js.map +1 -0
- package/lib/model/update-organization-details.d.ts +25 -0
- package/lib/model/update-organization-details.js +29 -0
- package/lib/model/update-organization-details.js.map +1 -0
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request.d.ts +2 -2
- package/lib/organization-waiter.d.ts +37 -0
- package/lib/organization-waiter.js +77 -0
- package/lib/organization-waiter.js.map +1 -0
- 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 +48 -0
- package/lib/request/approve-organization-tenancy-for-transfer-request.js +15 -0
- package/lib/request/approve-organization-tenancy-for-transfer-request.js.map +1 -0
- package/lib/request/cancel-sender-invitation-request.d.ts +1 -1
- package/lib/request/create-child-tenancy-request.d.ts +36 -0
- package/lib/request/create-child-tenancy-request.js +15 -0
- package/lib/request/create-child-tenancy-request.js.map +1 -0
- 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 +45 -0
- package/lib/request/create-subscription-mapping-request.js +15 -0
- package/lib/request/create-subscription-mapping-request.js.map +1 -0
- 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 +44 -0
- package/lib/request/delete-organization-tenancy-request.js +15 -0
- package/lib/request/delete-organization-tenancy-request.js.map +1 -0
- package/lib/request/delete-subscription-mapping-request.d.ts +35 -0
- package/lib/request/delete-subscription-mapping-request.js +15 -0
- package/lib/request/delete-subscription-mapping-request.js.map +1 -0
- package/lib/request/get-assigned-subscription-request.d.ts +26 -0
- package/lib/request/get-assigned-subscription-request.js +15 -0
- package/lib/request/get-assigned-subscription-request.js.map +1 -0
- 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 +26 -0
- package/lib/request/get-organization-request.js +15 -0
- package/lib/request/get-organization-request.js.map +1 -0
- package/lib/request/get-organization-tenancy-request.d.ts +30 -0
- package/lib/request/get-organization-tenancy-request.js +15 -0
- package/lib/request/get-organization-tenancy-request.js.map +1 -0
- 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 +26 -0
- package/lib/request/get-subscription-mapping-request.js +15 -0
- package/lib/request/get-subscription-mapping-request.js.map +1 -0
- package/lib/request/get-subscription-request.d.ts +26 -0
- package/lib/request/get-subscription-request.js +15 -0
- package/lib/request/get-subscription-request.js.map +1 -0
- 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/index.d.ts +36 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-assigned-subscriptions-request.d.ts +57 -0
- package/lib/request/list-assigned-subscriptions-request.js +24 -0
- package/lib/request/list-assigned-subscriptions-request.js.map +1 -0
- package/lib/request/list-available-regions-request.d.ts +30 -0
- package/lib/request/list-available-regions-request.js +15 -0
- package/lib/request/list-available-regions-request.js.map +1 -0
- 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 +34 -0
- package/lib/request/list-organization-tenancies-request.js +15 -0
- package/lib/request/list-organization-tenancies-request.js.map +1 -0
- package/lib/request/list-organizations-request.d.ts +34 -0
- package/lib/request/list-organizations-request.js +15 -0
- package/lib/request/list-organizations-request.js.map +1 -0
- 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 +65 -0
- package/lib/request/list-subscription-mappings-request.js +24 -0
- package/lib/request/list-subscription-mappings-request.js.map +1 -0
- package/lib/request/list-subscriptions-request.d.ts +57 -0
- package/lib/request/list-subscriptions-request.js +24 -0
- package/lib/request/list-subscriptions-request.js.map +1 -0
- 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/unapprove-organization-tenancy-for-transfer-request.d.ts +48 -0
- package/lib/request/unapprove-organization-tenancy-for-transfer-request.js +15 -0
- package/lib/request/unapprove-organization-tenancy-for-transfer-request.js.map +1 -0
- 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 +49 -0
- package/lib/request/update-organization-request.js +15 -0
- package/lib/request/update-organization-request.js.map +1 -0
- package/lib/request/update-recipient-invitation-request.d.ts +1 -1
- package/lib/request/update-sender-invitation-request.d.ts +1 -1
- package/lib/response/approve-organization-tenancy-for-transfer-response.d.ts +30 -0
- package/lib/response/approve-organization-tenancy-for-transfer-response.js +15 -0
- package/lib/response/approve-organization-tenancy-for-transfer-response.js.map +1 -0
- package/lib/response/create-child-tenancy-response.d.ts +25 -0
- package/lib/response/create-child-tenancy-response.js +15 -0
- package/lib/response/create-child-tenancy-response.js.map +1 -0
- package/lib/response/create-subscription-mapping-response.d.ts +35 -0
- package/lib/response/create-subscription-mapping-response.js +15 -0
- package/lib/response/create-subscription-mapping-response.js.map +1 -0
- package/lib/response/delete-link-response.d.ts +5 -0
- package/lib/response/delete-organization-tenancy-response.d.ts +25 -0
- package/lib/response/delete-organization-tenancy-response.js +15 -0
- package/lib/response/delete-organization-tenancy-response.js.map +1 -0
- package/lib/response/delete-subscription-mapping-response.d.ts +20 -0
- package/lib/response/delete-subscription-mapping-response.js +15 -0
- package/lib/response/delete-subscription-mapping-response.js.map +1 -0
- package/lib/response/get-assigned-subscription-response.d.ts +30 -0
- package/lib/response/get-assigned-subscription-response.js +15 -0
- package/lib/response/get-assigned-subscription-response.js.map +1 -0
- package/lib/response/get-organization-response.d.ts +30 -0
- package/lib/response/get-organization-response.js +15 -0
- package/lib/response/get-organization-response.js.map +1 -0
- package/lib/response/get-organization-tenancy-response.d.ts +30 -0
- package/lib/response/get-organization-tenancy-response.js +15 -0
- package/lib/response/get-organization-tenancy-response.js.map +1 -0
- package/lib/response/get-subscription-mapping-response.d.ts +30 -0
- package/lib/response/get-subscription-mapping-response.js +15 -0
- package/lib/response/get-subscription-mapping-response.js.map +1 -0
- package/lib/response/get-subscription-response.d.ts +30 -0
- package/lib/response/get-subscription-response.js +15 -0
- package/lib/response/get-subscription-response.js.map +1 -0
- package/lib/response/index.d.ts +36 -0
- package/lib/response/list-assigned-subscriptions-response.d.ts +32 -0
- package/lib/response/list-assigned-subscriptions-response.js +15 -0
- package/lib/response/list-assigned-subscriptions-response.js.map +1 -0
- package/lib/response/list-available-regions-response.d.ts +32 -0
- package/lib/response/list-available-regions-response.js +15 -0
- package/lib/response/list-available-regions-response.js.map +1 -0
- package/lib/response/list-organization-tenancies-response.d.ts +32 -0
- package/lib/response/list-organization-tenancies-response.js +15 -0
- package/lib/response/list-organization-tenancies-response.js.map +1 -0
- package/lib/response/list-organizations-response.d.ts +32 -0
- package/lib/response/list-organizations-response.js +15 -0
- package/lib/response/list-organizations-response.js.map +1 -0
- package/lib/response/list-subscription-mappings-response.d.ts +32 -0
- package/lib/response/list-subscription-mappings-response.js +15 -0
- package/lib/response/list-subscription-mappings-response.js.map +1 -0
- package/lib/response/list-subscriptions-response.d.ts +32 -0
- package/lib/response/list-subscriptions-response.js +15 -0
- package/lib/response/list-subscriptions-response.js.map +1 -0
- package/lib/response/unapprove-organization-tenancy-for-transfer-response.d.ts +30 -0
- package/lib/response/unapprove-organization-tenancy-for-transfer-response.js +15 -0
- package/lib/response/unapprove-organization-tenancy-for-transfer-response.js.map +1 -0
- package/lib/response/update-organization-response.d.ts +25 -0
- package/lib/response/update-organization-response.js +15 -0
- package/lib/response/update-organization-response.js.map +1 -0
- package/lib/subscription-waiter.d.ts +45 -0
- package/lib/subscription-waiter.js +89 -0
- package/lib/subscription-waiter.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-organization-tenancy-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-organization-tenancy-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/get-organization-tenancy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetSubscriptionMappingResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See `if-match`.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.SubscriptionMapping instance.
|
|
28
|
+
*/
|
|
29
|
+
"subscriptionMapping": model.SubscriptionMapping;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-subscription-mapping-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscription-mapping-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/get-subscription-mapping-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetSubscriptionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See `if-match`.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Subscription instance.
|
|
28
|
+
*/
|
|
29
|
+
"subscription": model.Subscription;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-subscription-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/get-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -40,6 +40,24 @@ import * as ActivateOrderResponse from "./activate-order-response";
|
|
|
40
40
|
export import ActivateOrderResponse = ActivateOrderResponse.ActivateOrderResponse;
|
|
41
41
|
import * as GetOrderResponse from "./get-order-response";
|
|
42
42
|
export import GetOrderResponse = GetOrderResponse.GetOrderResponse;
|
|
43
|
+
import * as ApproveOrganizationTenancyForTransferResponse from "./approve-organization-tenancy-for-transfer-response";
|
|
44
|
+
export import ApproveOrganizationTenancyForTransferResponse = ApproveOrganizationTenancyForTransferResponse.ApproveOrganizationTenancyForTransferResponse;
|
|
45
|
+
import * as CreateChildTenancyResponse from "./create-child-tenancy-response";
|
|
46
|
+
export import CreateChildTenancyResponse = CreateChildTenancyResponse.CreateChildTenancyResponse;
|
|
47
|
+
import * as DeleteOrganizationTenancyResponse from "./delete-organization-tenancy-response";
|
|
48
|
+
export import DeleteOrganizationTenancyResponse = DeleteOrganizationTenancyResponse.DeleteOrganizationTenancyResponse;
|
|
49
|
+
import * as GetOrganizationResponse from "./get-organization-response";
|
|
50
|
+
export import GetOrganizationResponse = GetOrganizationResponse.GetOrganizationResponse;
|
|
51
|
+
import * as GetOrganizationTenancyResponse from "./get-organization-tenancy-response";
|
|
52
|
+
export import GetOrganizationTenancyResponse = GetOrganizationTenancyResponse.GetOrganizationTenancyResponse;
|
|
53
|
+
import * as ListOrganizationTenanciesResponse from "./list-organization-tenancies-response";
|
|
54
|
+
export import ListOrganizationTenanciesResponse = ListOrganizationTenanciesResponse.ListOrganizationTenanciesResponse;
|
|
55
|
+
import * as ListOrganizationsResponse from "./list-organizations-response";
|
|
56
|
+
export import ListOrganizationsResponse = ListOrganizationsResponse.ListOrganizationsResponse;
|
|
57
|
+
import * as UnapproveOrganizationTenancyForTransferResponse from "./unapprove-organization-tenancy-for-transfer-response";
|
|
58
|
+
export import UnapproveOrganizationTenancyForTransferResponse = UnapproveOrganizationTenancyForTransferResponse.UnapproveOrganizationTenancyForTransferResponse;
|
|
59
|
+
import * as UpdateOrganizationResponse from "./update-organization-response";
|
|
60
|
+
export import UpdateOrganizationResponse = UpdateOrganizationResponse.UpdateOrganizationResponse;
|
|
43
61
|
import * as AcceptRecipientInvitationResponse from "./accept-recipient-invitation-response";
|
|
44
62
|
export import AcceptRecipientInvitationResponse = AcceptRecipientInvitationResponse.AcceptRecipientInvitationResponse;
|
|
45
63
|
import * as GetRecipientInvitationResponse from "./get-recipient-invitation-response";
|
|
@@ -60,6 +78,24 @@ import * as ListSenderInvitationsResponse from "./list-sender-invitations-respon
|
|
|
60
78
|
export import ListSenderInvitationsResponse = ListSenderInvitationsResponse.ListSenderInvitationsResponse;
|
|
61
79
|
import * as UpdateSenderInvitationResponse from "./update-sender-invitation-response";
|
|
62
80
|
export import UpdateSenderInvitationResponse = UpdateSenderInvitationResponse.UpdateSenderInvitationResponse;
|
|
81
|
+
import * as CreateSubscriptionMappingResponse from "./create-subscription-mapping-response";
|
|
82
|
+
export import CreateSubscriptionMappingResponse = CreateSubscriptionMappingResponse.CreateSubscriptionMappingResponse;
|
|
83
|
+
import * as DeleteSubscriptionMappingResponse from "./delete-subscription-mapping-response";
|
|
84
|
+
export import DeleteSubscriptionMappingResponse = DeleteSubscriptionMappingResponse.DeleteSubscriptionMappingResponse;
|
|
85
|
+
import * as GetAssignedSubscriptionResponse from "./get-assigned-subscription-response";
|
|
86
|
+
export import GetAssignedSubscriptionResponse = GetAssignedSubscriptionResponse.GetAssignedSubscriptionResponse;
|
|
87
|
+
import * as GetSubscriptionResponse from "./get-subscription-response";
|
|
88
|
+
export import GetSubscriptionResponse = GetSubscriptionResponse.GetSubscriptionResponse;
|
|
89
|
+
import * as GetSubscriptionMappingResponse from "./get-subscription-mapping-response";
|
|
90
|
+
export import GetSubscriptionMappingResponse = GetSubscriptionMappingResponse.GetSubscriptionMappingResponse;
|
|
91
|
+
import * as ListAssignedSubscriptionsResponse from "./list-assigned-subscriptions-response";
|
|
92
|
+
export import ListAssignedSubscriptionsResponse = ListAssignedSubscriptionsResponse.ListAssignedSubscriptionsResponse;
|
|
93
|
+
import * as ListAvailableRegionsResponse from "./list-available-regions-response";
|
|
94
|
+
export import ListAvailableRegionsResponse = ListAvailableRegionsResponse.ListAvailableRegionsResponse;
|
|
95
|
+
import * as ListSubscriptionMappingsResponse from "./list-subscription-mappings-response";
|
|
96
|
+
export import ListSubscriptionMappingsResponse = ListSubscriptionMappingsResponse.ListSubscriptionMappingsResponse;
|
|
97
|
+
import * as ListSubscriptionsResponse from "./list-subscriptions-response";
|
|
98
|
+
export import ListSubscriptionsResponse = ListSubscriptionsResponse.ListSubscriptionsResponse;
|
|
63
99
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
64
100
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
65
101
|
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListAssignedSubscriptionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AssignedSubscriptionCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"assignedSubscriptionCollection": model.AssignedSubscriptionCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-assigned-subscriptions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-assigned-subscriptions-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/list-assigned-subscriptions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListAvailableRegionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AvailableRegionCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"availableRegionCollection": model.AvailableRegionCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-available-regions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-available-regions-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/list-available-regions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListOrganizationTenanciesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.OrganizationTenancyCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"organizationTenancyCollection": model.OrganizationTenancyCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-organization-tenancies-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organization-tenancies-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/list-organization-tenancies-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListOrganizationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.OrganizationCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"organizationCollection": model.OrganizationCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-organizations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizations-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/list-organizations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListSubscriptionMappingsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.SubscriptionMappingCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"subscriptionMappingCollection": model.SubscriptionMappingCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-subscription-mappings-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-subscription-mappings-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/list-subscription-mappings-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListSubscriptionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.SubscriptionCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"subscriptionCollection": model.SubscriptionCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-subscriptions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-subscriptions-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/list-subscriptions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface UnapproveOrganizationTenancyForTransferResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See `if-match`.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.OrganizationTenancy instance.
|
|
28
|
+
*/
|
|
29
|
+
"organizationTenancy": model.OrganizationTenancy;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=unapprove-organization-tenancy-for-transfer-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unapprove-organization-tenancy-for-transfer-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/unapprove-organization-tenancy-for-transfer-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateOrganizationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200801
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-organization-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-organization-response.js","sourceRoot":"","sources":["../../../../../lib/tenantmanagercontrolplane/lib/response/update-organization-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Organizations API
|
|
3
|
+
* The Organizations API allows you to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and its resources.
|
|
4
|
+
* OpenAPI spec version: 20200801
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as serviceRequests from "./request";
|
|
14
|
+
import * as serviceResponses from "./response";
|
|
15
|
+
import * as models from "./model";
|
|
16
|
+
import { SubscriptionClient } from "./client";
|
|
17
|
+
export declare class SubscriptionWaiter {
|
|
18
|
+
private client;
|
|
19
|
+
private readonly config?;
|
|
20
|
+
constructor(client: SubscriptionClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
21
|
+
/**
|
|
22
|
+
* Waits forAssignedSubscription till it reaches any of the provided states
|
|
23
|
+
*
|
|
24
|
+
* @param request the request to send
|
|
25
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
26
|
+
* @return response returns GetAssignedSubscriptionResponse | null (null in case of 404 response)
|
|
27
|
+
*/
|
|
28
|
+
forAssignedSubscription(request: serviceRequests.GetAssignedSubscriptionRequest, ...targetStates: models.SubscriptionLifecycleState[]): Promise<serviceResponses.GetAssignedSubscriptionResponse | null>;
|
|
29
|
+
/**
|
|
30
|
+
* Waits forSubscription till it reaches any of the provided states
|
|
31
|
+
*
|
|
32
|
+
* @param request the request to send
|
|
33
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
34
|
+
* @return response returns GetSubscriptionResponse | null (null in case of 404 response)
|
|
35
|
+
*/
|
|
36
|
+
forSubscription(request: serviceRequests.GetSubscriptionRequest, ...targetStates: models.SubscriptionLifecycleState[]): Promise<serviceResponses.GetSubscriptionResponse | null>;
|
|
37
|
+
/**
|
|
38
|
+
* Waits forSubscriptionMapping till it reaches any of the provided states
|
|
39
|
+
*
|
|
40
|
+
* @param request the request to send
|
|
41
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
42
|
+
* @return response returns GetSubscriptionMappingResponse | null (null in case of 404 response)
|
|
43
|
+
*/
|
|
44
|
+
forSubscriptionMapping(request: serviceRequests.GetSubscriptionMappingRequest, ...targetStates: models.SubscriptionMapping.LifecycleState[]): Promise<serviceResponses.GetSubscriptionMappingResponse | null>;
|
|
45
|
+
}
|