oci-accessgovernancecp 2.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/accessgovernancecp-waiter.d.ts +29 -0
- package/lib/accessgovernancecp-waiter.js +65 -0
- package/lib/accessgovernancecp-waiter.js.map +1 -0
- package/lib/client.d.ts +157 -0
- package/lib/client.js +705 -0
- package/lib/client.js.map +1 -0
- package/lib/model/change-governance-instance-compartment-details.d.ts +25 -0
- package/lib/model/change-governance-instance-compartment-details.js +29 -0
- package/lib/model/change-governance-instance-compartment-details.js.map +1 -0
- package/lib/model/create-governance-instance-details.d.ts +75 -0
- package/lib/model/create-governance-instance-details.js +29 -0
- package/lib/model/create-governance-instance-details.js.map +1 -0
- package/lib/model/governance-instance-collection.d.ts +26 -0
- package/lib/model/governance-instance-collection.js +61 -0
- package/lib/model/governance-instance-collection.js.map +1 -0
- package/lib/model/governance-instance-configuration.d.ts +23 -0
- package/lib/model/governance-instance-configuration.js +55 -0
- package/lib/model/governance-instance-configuration.js.map +1 -0
- package/lib/model/governance-instance-summary.d.ts +86 -0
- package/lib/model/governance-instance-summary.js +29 -0
- package/lib/model/governance-instance-summary.js.map +1 -0
- package/lib/model/governance-instance.d.ts +90 -0
- package/lib/model/governance-instance.js +29 -0
- package/lib/model/governance-instance.js.map +1 -0
- package/lib/model/index.d.ts +38 -0
- package/lib/model/index.js +61 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/instance-lifecycle-state.d.ts +31 -0
- package/lib/model/instance-lifecycle-state.js +42 -0
- package/lib/model/instance-lifecycle-state.js.map +1 -0
- package/lib/model/license-type.d.ts +31 -0
- package/lib/model/license-type.js +42 -0
- package/lib/model/license-type.js.map +1 -0
- package/lib/model/sender-config.d.ts +41 -0
- package/lib/model/sender-config.js +29 -0
- package/lib/model/sender-config.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-governance-instance-configuration-details.d.ts +23 -0
- package/lib/model/update-governance-instance-configuration-details.js +57 -0
- package/lib/model/update-governance-instance-configuration-details.js.map +1 -0
- package/lib/model/update-governance-instance-details.d.ts +52 -0
- package/lib/model/update-governance-instance-details.js +29 -0
- package/lib/model/update-governance-instance-details.js.map +1 -0
- package/lib/model/update-sender-config.d.ts +37 -0
- package/lib/model/update-sender-config.js +29 -0
- package/lib/model/update-sender-config.js.map +1 -0
- package/lib/request/change-governance-instance-compartment-request.d.ts +49 -0
- package/lib/request/change-governance-instance-compartment-request.js +15 -0
- package/lib/request/change-governance-instance-compartment-request.js.map +1 -0
- package/lib/request/create-governance-instance-request.d.ts +36 -0
- package/lib/request/create-governance-instance-request.js +15 -0
- package/lib/request/create-governance-instance-request.js.map +1 -0
- package/lib/request/delete-governance-instance-request.d.ts +44 -0
- package/lib/request/delete-governance-instance-request.js +15 -0
- package/lib/request/delete-governance-instance-request.js.map +1 -0
- package/lib/request/get-governance-instance-configuration-request.d.ts +26 -0
- package/lib/request/get-governance-instance-configuration-request.js +15 -0
- package/lib/request/get-governance-instance-configuration-request.js.map +1 -0
- package/lib/request/get-governance-instance-request.d.ts +26 -0
- package/lib/request/get-governance-instance-request.js +15 -0
- package/lib/request/get-governance-instance-request.js.map +1 -0
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js +37 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-governance-instances-request.d.ts +64 -0
- package/lib/request/list-governance-instances-request.js +26 -0
- package/lib/request/list-governance-instances-request.js.map +1 -0
- package/lib/request/update-governance-instance-configuration-request.d.ts +40 -0
- package/lib/request/update-governance-instance-configuration-request.js +15 -0
- package/lib/request/update-governance-instance-configuration-request.js.map +1 -0
- package/lib/request/update-governance-instance-request.d.ts +40 -0
- package/lib/request/update-governance-instance-request.js +15 -0
- package/lib/request/update-governance-instance-request.js.map +1 -0
- package/lib/response/change-governance-instance-compartment-response.d.ts +20 -0
- package/lib/response/change-governance-instance-compartment-response.js +15 -0
- package/lib/response/change-governance-instance-compartment-response.js.map +1 -0
- package/lib/response/create-governance-instance-response.d.ts +35 -0
- package/lib/response/create-governance-instance-response.js +15 -0
- package/lib/response/create-governance-instance-response.js.map +1 -0
- package/lib/response/delete-governance-instance-response.d.ts +25 -0
- package/lib/response/delete-governance-instance-response.js +15 -0
- package/lib/response/delete-governance-instance-response.js.map +1 -0
- package/lib/response/get-governance-instance-configuration-response.d.ts +30 -0
- package/lib/response/get-governance-instance-configuration-response.js +15 -0
- package/lib/response/get-governance-instance-configuration-response.js.map +1 -0
- package/lib/response/get-governance-instance-response.d.ts +30 -0
- package/lib/response/get-governance-instance-response.js +15 -0
- package/lib/response/get-governance-instance-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-governance-instances-response.d.ts +32 -0
- package/lib/response/list-governance-instances-response.js +15 -0
- package/lib/response/list-governance-instances-response.js.map +1 -0
- package/lib/response/update-governance-instance-configuration-response.d.ts +35 -0
- package/lib/response/update-governance-instance-configuration-response.js +15 -0
- package/lib/response/update-governance-instance-configuration-response.js.map +1 -0
- package/lib/response/update-governance-instance-response.d.ts +35 -0
- package/lib/response/update-governance-instance-response.js +15 -0
- package/lib/response/update-governance-instance-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Access Governance APIs
|
|
4
|
+
* Use the Oracle Access Governance API to create, view, and manage GovernanceInstances.
|
|
5
|
+
* OpenAPI spec version: 20220518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
34
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
35
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
36
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
37
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
38
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
39
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
+
exports.AccessGovernanceCPWaiter = void 0;
|
|
44
|
+
const models = __importStar(require("./model"));
|
|
45
|
+
const oci_common_1 = require("oci-common");
|
|
46
|
+
class AccessGovernanceCPWaiter {
|
|
47
|
+
constructor(client, config) {
|
|
48
|
+
this.client = client;
|
|
49
|
+
this.config = config;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Waits forGovernanceInstance till it reaches any of the provided states
|
|
53
|
+
*
|
|
54
|
+
* @param request the request to send
|
|
55
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
56
|
+
* @return response returns GetGovernanceInstanceResponse | null (null in case of 404 response)
|
|
57
|
+
*/
|
|
58
|
+
forGovernanceInstance(request, ...targetStates) {
|
|
59
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getGovernanceInstance(request), response => targetStates.includes(response.governanceInstance.lifecycleState), targetStates.includes(models.InstanceLifecycleState.Deleted));
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
exports.AccessGovernanceCPWaiter = AccessGovernanceCPWaiter;
|
|
65
|
+
//# sourceMappingURL=accessgovernancecp-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessgovernancecp-waiter.js","sourceRoot":"","sources":["../../../../lib/accessgovernancecp/lib/accessgovernancecp-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,wBAAwB;IACnC,YACU,MAAgC,EACvB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAA0B;QACvB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,qBAAqB,CAChC,OAAqD,EACrD,GAAG,YAA6C;;YAEhD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAChD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,kBAAkB,CAAC,cAAe,CAAC,EAC9E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAC7D,CAAC;QACJ,CAAC;KAAA;CACF;AAxBD,4DAwBC"}
|
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Access Governance APIs
|
|
3
|
+
* Use the Oracle Access Governance API to create, view, and manage GovernanceInstances.
|
|
4
|
+
* OpenAPI spec version: 20220518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import * as requests from "./request";
|
|
15
|
+
import * as responses from "./response";
|
|
16
|
+
import { AccessGovernanceCPWaiter } from "./accessgovernancecp-waiter";
|
|
17
|
+
export declare enum AccessGovernanceCPApiKeys {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
21
|
+
*/
|
|
22
|
+
export declare class AccessGovernanceCPClient {
|
|
23
|
+
protected static serviceEndpointTemplate: string;
|
|
24
|
+
protected static endpointServiceName: string;
|
|
25
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
26
|
+
protected "_endpoint": string;
|
|
27
|
+
protected "_defaultHeaders": any;
|
|
28
|
+
protected "_waiters": AccessGovernanceCPWaiter;
|
|
29
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
30
|
+
protected _circuitBreaker: null;
|
|
31
|
+
protected _httpOptions: any;
|
|
32
|
+
targetService: string;
|
|
33
|
+
protected _regionId: string;
|
|
34
|
+
protected "_region": common.Region;
|
|
35
|
+
protected _lastSetRegionOrRegionId: string;
|
|
36
|
+
protected _httpClient: common.HttpClient;
|
|
37
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
38
|
+
/**
|
|
39
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
40
|
+
*/
|
|
41
|
+
get endpoint(): string;
|
|
42
|
+
/**
|
|
43
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
44
|
+
* @param endpoint The endpoint of the service.
|
|
45
|
+
*/
|
|
46
|
+
set endpoint(endpoint: string);
|
|
47
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
48
|
+
/**
|
|
49
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
50
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
51
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
52
|
+
*/
|
|
53
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
54
|
+
/**
|
|
55
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
56
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
57
|
+
* @param region The region of the service.
|
|
58
|
+
*/
|
|
59
|
+
set region(region: common.Region);
|
|
60
|
+
/**
|
|
61
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
62
|
+
*
|
|
63
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
64
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
65
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
66
|
+
* @param regionId The public region ID.
|
|
67
|
+
*/
|
|
68
|
+
set regionId(regionId: string);
|
|
69
|
+
/**
|
|
70
|
+
* Creates a new AccessGovernanceCPWaiter for resources for this service.
|
|
71
|
+
*
|
|
72
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
73
|
+
* @return The service waiters.
|
|
74
|
+
*/
|
|
75
|
+
createWaiters(config?: common.WaiterConfiguration): AccessGovernanceCPWaiter;
|
|
76
|
+
/**
|
|
77
|
+
* Gets the waiters available for resources for this service.
|
|
78
|
+
*
|
|
79
|
+
* @return The service waiters.
|
|
80
|
+
*/
|
|
81
|
+
getWaiters(): AccessGovernanceCPWaiter;
|
|
82
|
+
/**
|
|
83
|
+
* Moves a GovernanceInstance resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
|
84
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
85
|
+
* @param ChangeGovernanceInstanceCompartmentRequest
|
|
86
|
+
* @return ChangeGovernanceInstanceCompartmentResponse
|
|
87
|
+
* @throws OciError when an error occurs
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
|
|
89
|
+
*/
|
|
90
|
+
changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest: requests.ChangeGovernanceInstanceCompartmentRequest): Promise<responses.ChangeGovernanceInstanceCompartmentResponse>;
|
|
91
|
+
/**
|
|
92
|
+
* Creates a new GovernanceInstance.
|
|
93
|
+
*
|
|
94
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
95
|
+
* @param CreateGovernanceInstanceRequest
|
|
96
|
+
* @return CreateGovernanceInstanceResponse
|
|
97
|
+
* @throws OciError when an error occurs
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
|
|
99
|
+
*/
|
|
100
|
+
createGovernanceInstance(createGovernanceInstanceRequest: requests.CreateGovernanceInstanceRequest): Promise<responses.CreateGovernanceInstanceResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Deletes an existing GovernanceInstance.
|
|
103
|
+
*
|
|
104
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
105
|
+
* @param DeleteGovernanceInstanceRequest
|
|
106
|
+
* @return DeleteGovernanceInstanceResponse
|
|
107
|
+
* @throws OciError when an error occurs
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
|
|
109
|
+
*/
|
|
110
|
+
deleteGovernanceInstance(deleteGovernanceInstanceRequest: requests.DeleteGovernanceInstanceRequest): Promise<responses.DeleteGovernanceInstanceResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* Gets a GovernanceInstance by OCID.
|
|
113
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
114
|
+
* @param GetGovernanceInstanceRequest
|
|
115
|
+
* @return GetGovernanceInstanceResponse
|
|
116
|
+
* @throws OciError when an error occurs
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
|
|
118
|
+
*/
|
|
119
|
+
getGovernanceInstance(getGovernanceInstanceRequest: requests.GetGovernanceInstanceRequest): Promise<responses.GetGovernanceInstanceResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Gets the tenancy-wide configuration for GovernanceInstances
|
|
122
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
123
|
+
* @param GetGovernanceInstanceConfigurationRequest
|
|
124
|
+
* @return GetGovernanceInstanceConfigurationResponse
|
|
125
|
+
* @throws OciError when an error occurs
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
|
|
127
|
+
*/
|
|
128
|
+
getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest: requests.GetGovernanceInstanceConfigurationRequest): Promise<responses.GetGovernanceInstanceConfigurationResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Returns a list of Governance Instances.
|
|
131
|
+
*
|
|
132
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
133
|
+
* @param ListGovernanceInstancesRequest
|
|
134
|
+
* @return ListGovernanceInstancesResponse
|
|
135
|
+
* @throws OciError when an error occurs
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
|
|
137
|
+
*/
|
|
138
|
+
listGovernanceInstances(listGovernanceInstancesRequest: requests.ListGovernanceInstancesRequest): Promise<responses.ListGovernanceInstancesResponse>;
|
|
139
|
+
/**
|
|
140
|
+
* Updates the GovernanceInstance.
|
|
141
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
142
|
+
* @param UpdateGovernanceInstanceRequest
|
|
143
|
+
* @return UpdateGovernanceInstanceResponse
|
|
144
|
+
* @throws OciError when an error occurs
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
|
|
146
|
+
*/
|
|
147
|
+
updateGovernanceInstance(updateGovernanceInstanceRequest: requests.UpdateGovernanceInstanceRequest): Promise<responses.UpdateGovernanceInstanceResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Updates the tenancy-wide configuration for GovernanceInstances
|
|
150
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
151
|
+
* @param UpdateGovernanceInstanceConfigurationRequest
|
|
152
|
+
* @return UpdateGovernanceInstanceConfigurationResponse
|
|
153
|
+
* @throws OciError when an error occurs
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
|
|
155
|
+
*/
|
|
156
|
+
updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest: requests.UpdateGovernanceInstanceConfigurationRequest): Promise<responses.UpdateGovernanceInstanceConfigurationResponse>;
|
|
157
|
+
}
|