oci-operatoraccesscontrol 2.80.0 → 2.82.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +52 -23
- package/lib/client.js +210 -23
- package/lib/client.js.map +1 -1
- package/lib/model/access-request-summary.d.ts +5 -0
- package/lib/model/access-request-summary.js.map +1 -1
- package/lib/model/access-request.d.ts +29 -0
- package/lib/model/access-request.js +44 -2
- package/lib/model/access-request.js.map +1 -1
- package/lib/model/approver-detail.d.ts +51 -0
- package/lib/model/approver-detail.js +33 -0
- package/lib/model/approver-detail.js.map +1 -0
- package/lib/model/assignment-validation-lifecycle-states.d.ts +33 -0
- package/lib/model/assignment-validation-lifecycle-states.js +44 -0
- package/lib/model/assignment-validation-lifecycle-states.js.map +1 -0
- package/lib/model/assignment-validation-status.d.ts +60 -0
- package/lib/model/assignment-validation-status.js +65 -0
- package/lib/model/assignment-validation-status.js.map +1 -0
- package/lib/model/audit-log-report.d.ts +43 -0
- package/lib/model/audit-log-report.js +33 -0
- package/lib/model/audit-log-report.js.map +1 -0
- package/lib/model/audit-report-status.d.ts +35 -0
- package/lib/model/audit-report-status.js +46 -0
- package/lib/model/audit-report-status.js.map +1 -0
- package/lib/model/create-operator-control-assignment-details.d.ts +4 -0
- package/lib/model/create-operator-control-assignment-details.js.map +1 -1
- package/lib/model/create-operator-control-details.d.ts +4 -0
- package/lib/model/create-operator-control-details.js.map +1 -1
- package/lib/model/index.d.ts +14 -0
- package/lib/model/index.js +15 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/operator-control-assignment-summary.d.ts +12 -0
- package/lib/model/operator-control-assignment-summary.js.map +1 -1
- package/lib/model/operator-control-assignment.d.ts +8 -0
- package/lib/model/operator-control-assignment.js.map +1 -1
- package/lib/model/operator-control-summary.d.ts +4 -0
- package/lib/model/operator-control-summary.js.map +1 -1
- package/lib/model/operator-control.d.ts +4 -0
- package/lib/model/operator-control.js.map +1 -1
- package/lib/model/status-detail.d.ts +42 -0
- package/lib/model/status-detail.js +33 -0
- package/lib/model/status-detail.js.map +1 -0
- package/lib/model/update-operator-control-assignment-details.d.ts +4 -0
- package/lib/model/update-operator-control-assignment-details.js.map +1 -1
- package/lib/model/update-operator-control-details.d.ts +4 -0
- package/lib/model/update-operator-control-details.js.map +1 -1
- package/lib/model/validate-operator-assignment-details.d.ts +29 -0
- package/lib/model/validate-operator-assignment-details.js +33 -0
- package/lib/model/validate-operator-assignment-details.js.map +1 -0
- package/lib/request/approve-access-request-request.d.ts +1 -1
- package/lib/request/change-operator-control-assignment-compartment-request.d.ts +1 -1
- package/lib/request/change-operator-control-compartment-request.d.ts +1 -1
- package/lib/request/create-operator-control-assignment-request.d.ts +1 -1
- package/lib/request/create-operator-control-request.d.ts +1 -1
- package/lib/request/delete-operator-control-assignment-request.d.ts +1 -1
- package/lib/request/delete-operator-control-request.d.ts +1 -1
- package/lib/request/get-access-request-request.d.ts +1 -1
- package/lib/request/get-assignment-validation-status-request.d.ts +26 -0
- package/lib/request/get-assignment-validation-status-request.js +15 -0
- package/lib/request/get-assignment-validation-status-request.js.map +1 -0
- package/lib/request/get-audit-log-report-request.d.ts +30 -0
- package/lib/request/get-audit-log-report-request.js +15 -0
- package/lib/request/get-audit-log-report-request.js.map +1 -0
- package/lib/request/get-operator-action-request.d.ts +1 -1
- package/lib/request/get-operator-control-assignment-request.d.ts +1 -1
- package/lib/request/get-operator-control-request.d.ts +1 -1
- package/lib/request/index.d.ts +6 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/interaction-request-request.d.ts +1 -1
- package/lib/request/list-access-request-histories-request.d.ts +1 -1
- package/lib/request/list-access-requests-request.d.ts +1 -1
- package/lib/request/list-interactions-request.d.ts +1 -1
- package/lib/request/list-operator-actions-request.d.ts +1 -1
- package/lib/request/list-operator-control-assignments-request.d.ts +1 -1
- package/lib/request/list-operator-controls-request.d.ts +1 -1
- package/lib/request/reject-access-request-request.d.ts +1 -1
- package/lib/request/review-access-request-request.d.ts +1 -1
- package/lib/request/revoke-access-request-request.d.ts +1 -1
- package/lib/request/update-operator-control-assignment-request.d.ts +1 -1
- package/lib/request/update-operator-control-request.d.ts +1 -1
- package/lib/request/validate-operator-assignment-request.d.ts +49 -0
- package/lib/request/validate-operator-assignment-request.js +15 -0
- package/lib/request/validate-operator-assignment-request.js.map +1 -0
- package/lib/response/get-assignment-validation-status-response.d.ts +32 -0
- package/lib/response/get-assignment-validation-status-response.js +15 -0
- package/lib/response/get-assignment-validation-status-response.js.map +1 -0
- package/lib/response/get-audit-log-report-response.d.ts +25 -0
- package/lib/response/get-audit-log-report-response.js +15 -0
- package/lib/response/get-audit-log-report-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/validate-operator-assignment-response.d.ts +25 -0
- package/lib/response/validate-operator-assignment-response.js +15 -0
- package/lib/response/validate-operator-assignment-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OperatorAccessControl API
|
|
4
|
+
* Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
|
|
5
|
+
Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
|
|
6
|
+
|
|
7
|
+
Use the table of contents and search tool to explore the OperatorAccessControl API.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20200630
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.ValidateOperatorAssignmentDetails = void 0;
|
|
20
|
+
var ValidateOperatorAssignmentDetails;
|
|
21
|
+
(function (ValidateOperatorAssignmentDetails) {
|
|
22
|
+
function getJsonObj(obj) {
|
|
23
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
24
|
+
return jsonObj;
|
|
25
|
+
}
|
|
26
|
+
ValidateOperatorAssignmentDetails.getJsonObj = getJsonObj;
|
|
27
|
+
function getDeserializedJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
ValidateOperatorAssignmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
32
|
+
})(ValidateOperatorAssignmentDetails = exports.ValidateOperatorAssignmentDetails || (exports.ValidateOperatorAssignmentDetails = {}));
|
|
33
|
+
//# sourceMappingURL=validate-operator-assignment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-operator-assignment-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/validate-operator-assignment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAeH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ApproveAccessRequest.ts.html |here} to see how to use ApproveAccessRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ApproveAccessRequestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ChangeOperatorControlAssignmentCompartment.ts.html |here} to see how to use ChangeOperatorControlAssignmentCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOperatorControlAssignmentCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ChangeOperatorControlCompartment.ts.html |here} to see how to use ChangeOperatorControlCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOperatorControlCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/CreateOperatorControlAssignment.ts.html |here} to see how to use CreateOperatorControlAssignmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOperatorControlAssignmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/CreateOperatorControl.ts.html |here} to see how to use CreateOperatorControlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOperatorControlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/DeleteOperatorControlAssignment.ts.html |here} to see how to use DeleteOperatorControlAssignmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOperatorControlAssignmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/DeleteOperatorControl.ts.html |here} to see how to use DeleteOperatorControlRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOperatorControlRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/GetAccessRequest.ts.html |here} to see how to use GetAccessRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAccessRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/GetAssignmentValidationStatus.ts.html |here} to see how to use GetAssignmentValidationStatusRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAssignmentValidationStatusRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique OperatorControl identifier
|
|
20
|
+
*/
|
|
21
|
+
"operatorControlAssignmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-assignment-validation-status-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-assignment-validation-status-request.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/get-assignment-validation-status-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/GetAuditLogReport.ts.html |here} to see how to use GetAuditLogReportRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAuditLogReportRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique AccessRequest identifier
|
|
20
|
+
*/
|
|
21
|
+
"accessRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* To enable process tree computation in audit report
|
|
24
|
+
*/
|
|
25
|
+
"enableProcessTree"?: number;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-audit-log-report-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-audit-log-report-request.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/get-audit-log-report-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/GetOperatorAction.ts.html |here} to see how to use GetOperatorActionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOperatorActionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/GetOperatorControlAssignment.ts.html |here} to see how to use GetOperatorControlAssignmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOperatorControlAssignmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/GetOperatorControl.ts.html |here} to see how to use GetOperatorControlRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOperatorControlRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ import * as ApproveAccessRequestRequest from "./approve-access-request-request";
|
|
|
18
18
|
export import ApproveAccessRequestRequest = ApproveAccessRequestRequest.ApproveAccessRequestRequest;
|
|
19
19
|
import * as GetAccessRequestRequest from "./get-access-request-request";
|
|
20
20
|
export import GetAccessRequestRequest = GetAccessRequestRequest.GetAccessRequestRequest;
|
|
21
|
+
import * as GetAuditLogReportRequest from "./get-audit-log-report-request";
|
|
22
|
+
export import GetAuditLogReportRequest = GetAuditLogReportRequest.GetAuditLogReportRequest;
|
|
21
23
|
import * as InteractionRequestRequest from "./interaction-request-request";
|
|
22
24
|
export import InteractionRequestRequest = InteractionRequestRequest.InteractionRequestRequest;
|
|
23
25
|
import * as ListAccessRequestHistoriesRequest from "./list-access-request-histories-request";
|
|
@@ -54,9 +56,13 @@ import * as CreateOperatorControlAssignmentRequest from "./create-operator-contr
|
|
|
54
56
|
export import CreateOperatorControlAssignmentRequest = CreateOperatorControlAssignmentRequest.CreateOperatorControlAssignmentRequest;
|
|
55
57
|
import * as DeleteOperatorControlAssignmentRequest from "./delete-operator-control-assignment-request";
|
|
56
58
|
export import DeleteOperatorControlAssignmentRequest = DeleteOperatorControlAssignmentRequest.DeleteOperatorControlAssignmentRequest;
|
|
59
|
+
import * as GetAssignmentValidationStatusRequest from "./get-assignment-validation-status-request";
|
|
60
|
+
export import GetAssignmentValidationStatusRequest = GetAssignmentValidationStatusRequest.GetAssignmentValidationStatusRequest;
|
|
57
61
|
import * as GetOperatorControlAssignmentRequest from "./get-operator-control-assignment-request";
|
|
58
62
|
export import GetOperatorControlAssignmentRequest = GetOperatorControlAssignmentRequest.GetOperatorControlAssignmentRequest;
|
|
59
63
|
import * as ListOperatorControlAssignmentsRequest from "./list-operator-control-assignments-request";
|
|
60
64
|
export import ListOperatorControlAssignmentsRequest = ListOperatorControlAssignmentsRequest.ListOperatorControlAssignmentsRequest;
|
|
61
65
|
import * as UpdateOperatorControlAssignmentRequest from "./update-operator-control-assignment-request";
|
|
62
66
|
export import UpdateOperatorControlAssignmentRequest = UpdateOperatorControlAssignmentRequest.UpdateOperatorControlAssignmentRequest;
|
|
67
|
+
import * as ValidateOperatorAssignmentRequest from "./validate-operator-assignment-request";
|
|
68
|
+
export import ValidateOperatorAssignmentRequest = ValidateOperatorAssignmentRequest.ValidateOperatorAssignmentRequest;
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAYH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAW9F,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AASjG,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAapG,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/InteractionRequest.ts.html |here} to see how to use InteractionRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface InteractionRequestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ListAccessRequestHistories.ts.html |here} to see how to use ListAccessRequestHistoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAccessRequestHistoriesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ListAccessRequests.ts.html |here} to see how to use ListAccessRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAccessRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ListInteractions.ts.html |here} to see how to use ListInteractionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInteractionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ListOperatorActions.ts.html |here} to see how to use ListOperatorActionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOperatorActionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ListOperatorControlAssignments.ts.html |here} to see how to use ListOperatorControlAssignmentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOperatorControlAssignmentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ListOperatorControls.ts.html |here} to see how to use ListOperatorControlsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOperatorControlsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/RejectAccessRequest.ts.html |here} to see how to use RejectAccessRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RejectAccessRequestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ReviewAccessRequest.ts.html |here} to see how to use ReviewAccessRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ReviewAccessRequestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/RevokeAccessRequest.ts.html |here} to see how to use RevokeAccessRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RevokeAccessRequestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/UpdateOperatorControlAssignment.ts.html |here} to see how to use UpdateOperatorControlAssignmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperatorControlAssignmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/UpdateOperatorControl.ts.html |here} to see how to use UpdateOperatorControlRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOperatorControlRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/operatoraccesscontrol/ValidateOperatorAssignment.ts.html |here} to see how to use ValidateOperatorAssignmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ValidateOperatorAssignmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* unique OperatorControl identifier
|
|
21
|
+
*/
|
|
22
|
+
"operatorControlAssignmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Contains details required for validating Operator Assignment Details.
|
|
25
|
+
*/
|
|
26
|
+
"validateOperatorAssignmentDetails": model.ValidateOperatorAssignmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
38
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
39
|
+
* etag from a previous GET or POST response for that resource.
|
|
40
|
+
* The resource will be updated or deleted only if the etag you
|
|
41
|
+
* provide matches the resource's current etag value.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"ifMatch"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The client request ID for tracing.
|
|
47
|
+
*/
|
|
48
|
+
"opcRequestId"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=validate-operator-assignment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-operator-assignment-request.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/validate-operator-assignment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 GetAssignmentValidationStatusResponse {
|
|
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 pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AssignmentValidationStatus instance.
|
|
30
|
+
*/
|
|
31
|
+
"assignmentValidationStatus": model.AssignmentValidationStatus;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-assignment-validation-status-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-assignment-validation-status-response.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/response/get-assignment-validation-status-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200630
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 GetAuditLogReportResponse {
|
|
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
|
+
* The returned model.AuditLogReport instance.
|
|
23
|
+
*/
|
|
24
|
+
"auditLogReport": model.AuditLogReport;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200630
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-audit-log-report-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-audit-log-report-response.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/response/get-audit-log-report-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ import * as ApproveAccessRequestResponse from "./approve-access-request-response
|
|
|
18
18
|
export import ApproveAccessRequestResponse = ApproveAccessRequestResponse.ApproveAccessRequestResponse;
|
|
19
19
|
import * as GetAccessRequestResponse from "./get-access-request-response";
|
|
20
20
|
export import GetAccessRequestResponse = GetAccessRequestResponse.GetAccessRequestResponse;
|
|
21
|
+
import * as GetAuditLogReportResponse from "./get-audit-log-report-response";
|
|
22
|
+
export import GetAuditLogReportResponse = GetAuditLogReportResponse.GetAuditLogReportResponse;
|
|
21
23
|
import * as InteractionRequestResponse from "./interaction-request-response";
|
|
22
24
|
export import InteractionRequestResponse = InteractionRequestResponse.InteractionRequestResponse;
|
|
23
25
|
import * as ListAccessRequestHistoriesResponse from "./list-access-request-histories-response";
|
|
@@ -54,9 +56,13 @@ import * as CreateOperatorControlAssignmentResponse from "./create-operator-cont
|
|
|
54
56
|
export import CreateOperatorControlAssignmentResponse = CreateOperatorControlAssignmentResponse.CreateOperatorControlAssignmentResponse;
|
|
55
57
|
import * as DeleteOperatorControlAssignmentResponse from "./delete-operator-control-assignment-response";
|
|
56
58
|
export import DeleteOperatorControlAssignmentResponse = DeleteOperatorControlAssignmentResponse.DeleteOperatorControlAssignmentResponse;
|
|
59
|
+
import * as GetAssignmentValidationStatusResponse from "./get-assignment-validation-status-response";
|
|
60
|
+
export import GetAssignmentValidationStatusResponse = GetAssignmentValidationStatusResponse.GetAssignmentValidationStatusResponse;
|
|
57
61
|
import * as GetOperatorControlAssignmentResponse from "./get-operator-control-assignment-response";
|
|
58
62
|
export import GetOperatorControlAssignmentResponse = GetOperatorControlAssignmentResponse.GetOperatorControlAssignmentResponse;
|
|
59
63
|
import * as ListOperatorControlAssignmentsResponse from "./list-operator-control-assignments-response";
|
|
60
64
|
export import ListOperatorControlAssignmentsResponse = ListOperatorControlAssignmentsResponse.ListOperatorControlAssignmentsResponse;
|
|
61
65
|
import * as UpdateOperatorControlAssignmentResponse from "./update-operator-control-assignment-response";
|
|
62
66
|
export import UpdateOperatorControlAssignmentResponse = UpdateOperatorControlAssignmentResponse.UpdateOperatorControlAssignmentResponse;
|
|
67
|
+
import * as ValidateOperatorAssignmentResponse from "./validate-operator-assignment-response";
|
|
68
|
+
export import ValidateOperatorAssignmentResponse = ValidateOperatorAssignmentResponse.ValidateOperatorAssignmentResponse;
|