oci-accessgovernancecp 2.89.0 → 2.89.2
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
|
@@ -95,7 +95,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
95
95
|
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
96
96
|
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest: requests.ChangeGovernanceInstanceCompartmentRequest): Promise<responses.ChangeGovernanceInstanceCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
105
105
|
* @param CreateGovernanceInstanceRequest
|
|
106
106
|
* @return CreateGovernanceInstanceResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
109
109
|
*/
|
|
110
110
|
createGovernanceInstance(createGovernanceInstanceRequest: requests.CreateGovernanceInstanceRequest): Promise<responses.CreateGovernanceInstanceResponse>;
|
|
111
111
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
115
115
|
* @param DeleteGovernanceInstanceRequest
|
|
116
116
|
* @return DeleteGovernanceInstanceResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
119
119
|
*/
|
|
120
120
|
deleteGovernanceInstance(deleteGovernanceInstanceRequest: requests.DeleteGovernanceInstanceRequest): Promise<responses.DeleteGovernanceInstanceResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
124
124
|
* @param GetGovernanceInstanceRequest
|
|
125
125
|
* @return GetGovernanceInstanceResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
128
128
|
*/
|
|
129
129
|
getGovernanceInstance(getGovernanceInstanceRequest: requests.GetGovernanceInstanceRequest): Promise<responses.GetGovernanceInstanceResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
133
133
|
* @param GetGovernanceInstanceConfigurationRequest
|
|
134
134
|
* @return GetGovernanceInstanceConfigurationResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
137
137
|
*/
|
|
138
138
|
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest: requests.GetGovernanceInstanceConfigurationRequest): Promise<responses.GetGovernanceInstanceConfigurationResponse>;
|
|
139
139
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
143
143
|
* @param ListGovernanceInstancesRequest
|
|
144
144
|
* @return ListGovernanceInstancesResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
147
147
|
*/
|
|
148
148
|
listGovernanceInstances(listGovernanceInstancesRequest: requests.ListGovernanceInstancesRequest): Promise<responses.ListGovernanceInstancesResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
152
152
|
* @param UpdateGovernanceInstanceRequest
|
|
153
153
|
* @return UpdateGovernanceInstanceResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
156
156
|
*/
|
|
157
157
|
updateGovernanceInstance(updateGovernanceInstanceRequest: requests.UpdateGovernanceInstanceRequest): Promise<responses.UpdateGovernanceInstanceResponse>;
|
|
158
158
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
161
161
|
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
162
162
|
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
165
165
|
*/
|
|
166
166
|
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest: requests.UpdateGovernanceInstanceConfigurationRequest): Promise<responses.UpdateGovernanceInstanceConfigurationResponse>;
|
|
167
167
|
}
|
package/lib/client.js
CHANGED
|
@@ -202,7 +202,7 @@ class AccessGovernanceCPClient {
|
|
|
202
202
|
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
203
203
|
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
206
206
|
*/
|
|
207
207
|
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -260,7 +260,7 @@ class AccessGovernanceCPClient {
|
|
|
260
260
|
* @param CreateGovernanceInstanceRequest
|
|
261
261
|
* @return CreateGovernanceInstanceResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
264
264
|
*/
|
|
265
265
|
createGovernanceInstance(createGovernanceInstanceRequest) {
|
|
266
266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class AccessGovernanceCPClient {
|
|
|
329
329
|
* @param DeleteGovernanceInstanceRequest
|
|
330
330
|
* @return DeleteGovernanceInstanceResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
333
333
|
*/
|
|
334
334
|
deleteGovernanceInstance(deleteGovernanceInstanceRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -390,7 +390,7 @@ class AccessGovernanceCPClient {
|
|
|
390
390
|
* @param GetGovernanceInstanceRequest
|
|
391
391
|
* @return GetGovernanceInstanceResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
394
394
|
*/
|
|
395
395
|
getGovernanceInstance(getGovernanceInstanceRequest) {
|
|
396
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -453,7 +453,7 @@ class AccessGovernanceCPClient {
|
|
|
453
453
|
* @param GetGovernanceInstanceConfigurationRequest
|
|
454
454
|
* @return GetGovernanceInstanceConfigurationResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
457
457
|
*/
|
|
458
458
|
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest) {
|
|
459
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -517,7 +517,7 @@ class AccessGovernanceCPClient {
|
|
|
517
517
|
* @param ListGovernanceInstancesRequest
|
|
518
518
|
* @return ListGovernanceInstancesResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
521
521
|
*/
|
|
522
522
|
listGovernanceInstances(listGovernanceInstancesRequest) {
|
|
523
523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -587,7 +587,7 @@ class AccessGovernanceCPClient {
|
|
|
587
587
|
* @param UpdateGovernanceInstanceRequest
|
|
588
588
|
* @return UpdateGovernanceInstanceResponse
|
|
589
589
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
591
591
|
*/
|
|
592
592
|
updateGovernanceInstance(updateGovernanceInstanceRequest) {
|
|
593
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -657,7 +657,7 @@ class AccessGovernanceCPClient {
|
|
|
657
657
|
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
658
658
|
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
659
659
|
* @throws OciError when an error occurs
|
|
660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
661
661
|
*/
|
|
662
662
|
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest) {
|
|
663
663
|
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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/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.89.
|
|
3
|
+
"version": "2.89.2",
|
|
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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.2",
|
|
19
|
+
"oci-workrequests": "2.89.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|