oci-accessgovernancecp 2.102.2 → 2.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +8 -8
- package/lib/client.js +8 -8
- package/lib/request/change-governance-instance-compartment-request.d.ts +1 -1
- package/lib/request/create-governance-instance-request.d.ts +1 -1
- package/lib/request/delete-governance-instance-request.d.ts +1 -1
- package/lib/request/get-governance-instance-configuration-request.d.ts +1 -1
- package/lib/request/get-governance-instance-request.d.ts +1 -1
- package/lib/request/list-governance-instances-request.d.ts +1 -1
- package/lib/request/update-governance-instance-configuration-request.d.ts +1 -1
- package/lib/request/update-governance-instance-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
100
100
|
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
101
101
|
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
104
104
|
*/
|
|
105
105
|
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest: requests.ChangeGovernanceInstanceCompartmentRequest): Promise<responses.ChangeGovernanceInstanceCompartmentResponse>;
|
|
106
106
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
110
110
|
* @param CreateGovernanceInstanceRequest
|
|
111
111
|
* @return CreateGovernanceInstanceResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.
|
|
113
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
114
114
|
*/
|
|
115
115
|
createGovernanceInstance(createGovernanceInstanceRequest: requests.CreateGovernanceInstanceRequest): Promise<responses.CreateGovernanceInstanceResponse>;
|
|
116
116
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
120
120
|
* @param DeleteGovernanceInstanceRequest
|
|
121
121
|
* @return DeleteGovernanceInstanceResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.
|
|
123
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
124
124
|
*/
|
|
125
125
|
deleteGovernanceInstance(deleteGovernanceInstanceRequest: requests.DeleteGovernanceInstanceRequest): Promise<responses.DeleteGovernanceInstanceResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
129
129
|
* @param GetGovernanceInstanceRequest
|
|
130
130
|
* @return GetGovernanceInstanceResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.
|
|
132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
133
133
|
*/
|
|
134
134
|
getGovernanceInstance(getGovernanceInstanceRequest: requests.GetGovernanceInstanceRequest): Promise<responses.GetGovernanceInstanceResponse>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
138
138
|
* @param GetGovernanceInstanceConfigurationRequest
|
|
139
139
|
* @return GetGovernanceInstanceConfigurationResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.
|
|
141
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
142
142
|
*/
|
|
143
143
|
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest: requests.GetGovernanceInstanceConfigurationRequest): Promise<responses.GetGovernanceInstanceConfigurationResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
148
148
|
* @param ListGovernanceInstancesRequest
|
|
149
149
|
* @return ListGovernanceInstancesResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.
|
|
151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
152
152
|
*/
|
|
153
153
|
listGovernanceInstances(listGovernanceInstancesRequest: requests.ListGovernanceInstancesRequest): Promise<responses.ListGovernanceInstancesResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
157
157
|
* @param UpdateGovernanceInstanceRequest
|
|
158
158
|
* @return UpdateGovernanceInstanceResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.
|
|
160
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
161
161
|
*/
|
|
162
162
|
updateGovernanceInstance(updateGovernanceInstanceRequest: requests.UpdateGovernanceInstanceRequest): Promise<responses.UpdateGovernanceInstanceResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
166
166
|
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
167
167
|
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.
|
|
169
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
170
170
|
*/
|
|
171
171
|
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest: requests.UpdateGovernanceInstanceConfigurationRequest): Promise<responses.UpdateGovernanceInstanceConfigurationResponse>;
|
|
172
172
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class AccessGovernanceCPClient {
|
|
|
213
213
|
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
214
214
|
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
217
217
|
*/
|
|
218
218
|
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -271,7 +271,7 @@ class AccessGovernanceCPClient {
|
|
|
271
271
|
* @param CreateGovernanceInstanceRequest
|
|
272
272
|
* @return CreateGovernanceInstanceResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.
|
|
274
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
275
275
|
*/
|
|
276
276
|
createGovernanceInstance(createGovernanceInstanceRequest) {
|
|
277
277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -340,7 +340,7 @@ class AccessGovernanceCPClient {
|
|
|
340
340
|
* @param DeleteGovernanceInstanceRequest
|
|
341
341
|
* @return DeleteGovernanceInstanceResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.
|
|
343
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
344
344
|
*/
|
|
345
345
|
deleteGovernanceInstance(deleteGovernanceInstanceRequest) {
|
|
346
346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -401,7 +401,7 @@ class AccessGovernanceCPClient {
|
|
|
401
401
|
* @param GetGovernanceInstanceRequest
|
|
402
402
|
* @return GetGovernanceInstanceResponse
|
|
403
403
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.
|
|
404
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
405
405
|
*/
|
|
406
406
|
getGovernanceInstance(getGovernanceInstanceRequest) {
|
|
407
407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -464,7 +464,7 @@ class AccessGovernanceCPClient {
|
|
|
464
464
|
* @param GetGovernanceInstanceConfigurationRequest
|
|
465
465
|
* @return GetGovernanceInstanceConfigurationResponse
|
|
466
466
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.
|
|
467
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
468
468
|
*/
|
|
469
469
|
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest) {
|
|
470
470
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +528,7 @@ class AccessGovernanceCPClient {
|
|
|
528
528
|
* @param ListGovernanceInstancesRequest
|
|
529
529
|
* @return ListGovernanceInstancesResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.
|
|
531
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
532
532
|
*/
|
|
533
533
|
listGovernanceInstances(listGovernanceInstancesRequest) {
|
|
534
534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +598,7 @@ class AccessGovernanceCPClient {
|
|
|
598
598
|
* @param UpdateGovernanceInstanceRequest
|
|
599
599
|
* @return UpdateGovernanceInstanceResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.
|
|
601
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
602
602
|
*/
|
|
603
603
|
updateGovernanceInstance(updateGovernanceInstanceRequest) {
|
|
604
604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -668,7 +668,7 @@ class AccessGovernanceCPClient {
|
|
|
668
668
|
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
669
669
|
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
670
670
|
* @throws OciError when an error occurs
|
|
671
|
-
* @example Click {@link https://docs.
|
|
671
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
672
672
|
*/
|
|
673
673
|
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest) {
|
|
674
674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeGovernanceInstanceCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateGovernanceInstanceRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteGovernanceInstanceRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGovernanceInstanceConfigurationRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGovernanceInstanceRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListGovernanceInstancesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGovernanceInstanceConfigurationRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGovernanceInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-accessgovernancecp",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Access Governance Cp Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|