oci-accessgovernancecp 2.73.0 → 2.73.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 +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
|
@@ -86,7 +86,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
86
86
|
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
87
87
|
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
90
90
|
*/
|
|
91
91
|
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest: requests.ChangeGovernanceInstanceCompartmentRequest): Promise<responses.ChangeGovernanceInstanceCompartmentResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
96
96
|
* @param CreateGovernanceInstanceRequest
|
|
97
97
|
* @return CreateGovernanceInstanceResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
100
100
|
*/
|
|
101
101
|
createGovernanceInstance(createGovernanceInstanceRequest: requests.CreateGovernanceInstanceRequest): Promise<responses.CreateGovernanceInstanceResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
106
106
|
* @param DeleteGovernanceInstanceRequest
|
|
107
107
|
* @return DeleteGovernanceInstanceResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
110
110
|
*/
|
|
111
111
|
deleteGovernanceInstance(deleteGovernanceInstanceRequest: requests.DeleteGovernanceInstanceRequest): Promise<responses.DeleteGovernanceInstanceResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
115
115
|
* @param GetGovernanceInstanceRequest
|
|
116
116
|
* @return GetGovernanceInstanceResponse
|
|
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.73.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
119
119
|
*/
|
|
120
120
|
getGovernanceInstance(getGovernanceInstanceRequest: requests.GetGovernanceInstanceRequest): Promise<responses.GetGovernanceInstanceResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
124
124
|
* @param GetGovernanceInstanceConfigurationRequest
|
|
125
125
|
* @return GetGovernanceInstanceConfigurationResponse
|
|
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.73.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
128
128
|
*/
|
|
129
129
|
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest: requests.GetGovernanceInstanceConfigurationRequest): Promise<responses.GetGovernanceInstanceConfigurationResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
134
134
|
* @param ListGovernanceInstancesRequest
|
|
135
135
|
* @return ListGovernanceInstancesResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
138
138
|
*/
|
|
139
139
|
listGovernanceInstances(listGovernanceInstancesRequest: requests.ListGovernanceInstancesRequest): Promise<responses.ListGovernanceInstancesResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
143
143
|
* @param UpdateGovernanceInstanceRequest
|
|
144
144
|
* @return UpdateGovernanceInstanceResponse
|
|
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.73.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
147
147
|
*/
|
|
148
148
|
updateGovernanceInstance(updateGovernanceInstanceRequest: requests.UpdateGovernanceInstanceRequest): Promise<responses.UpdateGovernanceInstanceResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class AccessGovernanceCPClient {
|
|
|
152
152
|
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
153
153
|
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
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.73.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
156
156
|
*/
|
|
157
157
|
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest: requests.UpdateGovernanceInstanceConfigurationRequest): Promise<responses.UpdateGovernanceInstanceConfigurationResponse>;
|
|
158
158
|
}
|
package/lib/client.js
CHANGED
|
@@ -183,7 +183,7 @@ class AccessGovernanceCPClient {
|
|
|
183
183
|
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
184
184
|
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
187
187
|
*/
|
|
188
188
|
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest) {
|
|
189
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -241,7 +241,7 @@ class AccessGovernanceCPClient {
|
|
|
241
241
|
* @param CreateGovernanceInstanceRequest
|
|
242
242
|
* @return CreateGovernanceInstanceResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
245
245
|
*/
|
|
246
246
|
createGovernanceInstance(createGovernanceInstanceRequest) {
|
|
247
247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -310,7 +310,7 @@ class AccessGovernanceCPClient {
|
|
|
310
310
|
* @param DeleteGovernanceInstanceRequest
|
|
311
311
|
* @return DeleteGovernanceInstanceResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
314
314
|
*/
|
|
315
315
|
deleteGovernanceInstance(deleteGovernanceInstanceRequest) {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -371,7 +371,7 @@ class AccessGovernanceCPClient {
|
|
|
371
371
|
* @param GetGovernanceInstanceRequest
|
|
372
372
|
* @return GetGovernanceInstanceResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
375
375
|
*/
|
|
376
376
|
getGovernanceInstance(getGovernanceInstanceRequest) {
|
|
377
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -434,7 +434,7 @@ class AccessGovernanceCPClient {
|
|
|
434
434
|
* @param GetGovernanceInstanceConfigurationRequest
|
|
435
435
|
* @return GetGovernanceInstanceConfigurationResponse
|
|
436
436
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
438
438
|
*/
|
|
439
439
|
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest) {
|
|
440
440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -498,7 +498,7 @@ class AccessGovernanceCPClient {
|
|
|
498
498
|
* @param ListGovernanceInstancesRequest
|
|
499
499
|
* @return ListGovernanceInstancesResponse
|
|
500
500
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
502
502
|
*/
|
|
503
503
|
listGovernanceInstances(listGovernanceInstancesRequest) {
|
|
504
504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -568,7 +568,7 @@ class AccessGovernanceCPClient {
|
|
|
568
568
|
* @param UpdateGovernanceInstanceRequest
|
|
569
569
|
* @return UpdateGovernanceInstanceResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
572
572
|
*/
|
|
573
573
|
updateGovernanceInstance(updateGovernanceInstanceRequest) {
|
|
574
574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -638,7 +638,7 @@ class AccessGovernanceCPClient {
|
|
|
638
638
|
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
639
639
|
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
640
640
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
642
642
|
*/
|
|
643
643
|
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest) {
|
|
644
644
|
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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/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.73.
|
|
3
|
+
"version": "2.73.1",
|
|
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.73.
|
|
19
|
-
"oci-workrequests": "2.73.
|
|
18
|
+
"oci-common": "2.73.1",
|
|
19
|
+
"oci-workrequests": "2.73.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|