oci-lockbox 2.84.0 → 2.85.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 +59 -46
- package/lib/client.js +143 -69
- package/lib/client.js.map +1 -1
- package/lib/model/access-request-ext.d.ts +138 -0
- package/lib/model/access-request-ext.js +95 -0
- package/lib/model/access-request-ext.js.map +1 -0
- package/lib/model/access-request-summary.d.ts +28 -0
- package/lib/model/access-request-summary.js.map +1 -1
- package/lib/model/approver-info.d.ts +4 -0
- package/lib/model/approver-info.js.map +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +3 -1
- package/lib/model/index.js.map +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-approval-template-compartment-request.d.ts +1 -1
- package/lib/request/change-lockbox-compartment-request.d.ts +1 -1
- package/lib/request/create-access-request-request.d.ts +1 -1
- package/lib/request/create-approval-template-request.d.ts +1 -1
- package/lib/request/create-lockbox-request.d.ts +1 -1
- package/lib/request/delete-approval-template-request.d.ts +1 -1
- package/lib/request/delete-lockbox-request.d.ts +1 -1
- package/lib/request/export-access-requests-request.d.ts +2 -2
- package/lib/request/get-access-materials-request.d.ts +1 -1
- package/lib/request/get-access-request-internal-request.d.ts +26 -0
- package/lib/request/get-access-request-internal-request.js +15 -0
- package/lib/request/get-access-request-internal-request.js.map +1 -0
- package/lib/request/get-access-request-request.d.ts +1 -1
- package/lib/request/get-approval-template-request.d.ts +1 -1
- package/lib/request/get-lockbox-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/handle-access-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-access-requests-request.d.ts +1 -1
- package/lib/request/list-approval-templates-request.d.ts +1 -1
- package/lib/request/list-lockboxes-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-approval-template-request.d.ts +1 -1
- package/lib/request/update-lockbox-request.d.ts +1 -1
- package/lib/response/export-access-requests-response.d.ts +5 -0
- package/lib/response/get-access-request-internal-response.d.ts +30 -0
- package/lib/response/get-access-request-internal-response.js +15 -0
- package/lib/response/get-access-request-internal-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -88,222 +88,235 @@ export declare class LockboxClient {
|
|
|
88
88
|
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
89
89
|
*/
|
|
90
90
|
shutdownCircuitBreaker(): void;
|
|
91
|
+
/**
|
|
92
|
+
* Close the client once it is no longer needed
|
|
93
|
+
*/
|
|
94
|
+
close(): void;
|
|
91
95
|
/**
|
|
92
96
|
* Cancels the work request with the given ID.
|
|
93
|
-
* This operation
|
|
97
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
94
98
|
* @param CancelWorkRequestRequest
|
|
95
99
|
* @return CancelWorkRequestResponse
|
|
96
100
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
98
102
|
*/
|
|
99
103
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
100
104
|
/**
|
|
101
105
|
* Moves an ApprovalTemplate resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
|
102
|
-
* This operation
|
|
106
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
103
107
|
* @param ChangeApprovalTemplateCompartmentRequest
|
|
104
108
|
* @return ChangeApprovalTemplateCompartmentResponse
|
|
105
109
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ChangeApprovalTemplateCompartment.ts.html |here} to see how to use ChangeApprovalTemplateCompartment API.
|
|
107
111
|
*/
|
|
108
112
|
changeApprovalTemplateCompartment(changeApprovalTemplateCompartmentRequest: requests.ChangeApprovalTemplateCompartmentRequest): Promise<responses.ChangeApprovalTemplateCompartmentResponse>;
|
|
109
113
|
/**
|
|
110
114
|
* Moves a Lockbox resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
|
111
|
-
* This operation
|
|
115
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
112
116
|
* @param ChangeLockboxCompartmentRequest
|
|
113
117
|
* @return ChangeLockboxCompartmentResponse
|
|
114
118
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ChangeLockboxCompartment.ts.html |here} to see how to use ChangeLockboxCompartment API.
|
|
116
120
|
*/
|
|
117
121
|
changeLockboxCompartment(changeLockboxCompartmentRequest: requests.ChangeLockboxCompartmentRequest): Promise<responses.ChangeLockboxCompartmentResponse>;
|
|
118
122
|
/**
|
|
119
123
|
* Creates a new access request.
|
|
120
124
|
*
|
|
121
|
-
* This operation
|
|
125
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
122
126
|
* @param CreateAccessRequestRequest
|
|
123
127
|
* @return CreateAccessRequestResponse
|
|
124
128
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/CreateAccessRequest.ts.html |here} to see how to use CreateAccessRequest API.
|
|
126
130
|
*/
|
|
127
131
|
createAccessRequest(createAccessRequestRequest: requests.CreateAccessRequestRequest): Promise<responses.CreateAccessRequestResponse>;
|
|
128
132
|
/**
|
|
129
133
|
* Creates a new approval template.
|
|
130
134
|
*
|
|
131
|
-
* This operation
|
|
135
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
132
136
|
* @param CreateApprovalTemplateRequest
|
|
133
137
|
* @return CreateApprovalTemplateResponse
|
|
134
138
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/CreateApprovalTemplate.ts.html |here} to see how to use CreateApprovalTemplate API.
|
|
136
140
|
*/
|
|
137
141
|
createApprovalTemplate(createApprovalTemplateRequest: requests.CreateApprovalTemplateRequest): Promise<responses.CreateApprovalTemplateResponse>;
|
|
138
142
|
/**
|
|
139
143
|
* Creates a new Lockbox.
|
|
140
144
|
*
|
|
141
|
-
* This operation
|
|
145
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
142
146
|
* @param CreateLockboxRequest
|
|
143
147
|
* @return CreateLockboxResponse
|
|
144
148
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/CreateLockbox.ts.html |here} to see how to use CreateLockbox API.
|
|
146
150
|
*/
|
|
147
151
|
createLockbox(createLockboxRequest: requests.CreateLockboxRequest): Promise<responses.CreateLockboxResponse>;
|
|
148
152
|
/**
|
|
149
153
|
* Deletes an ApprovalTemplate resource by identifier
|
|
150
|
-
* This operation
|
|
154
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
151
155
|
* @param DeleteApprovalTemplateRequest
|
|
152
156
|
* @return DeleteApprovalTemplateResponse
|
|
153
157
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/DeleteApprovalTemplate.ts.html |here} to see how to use DeleteApprovalTemplate API.
|
|
155
159
|
*/
|
|
156
160
|
deleteApprovalTemplate(deleteApprovalTemplateRequest: requests.DeleteApprovalTemplateRequest): Promise<responses.DeleteApprovalTemplateResponse>;
|
|
157
161
|
/**
|
|
158
162
|
* Deletes a Lockbox resource by identifier
|
|
159
|
-
* This operation
|
|
163
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
160
164
|
* @param DeleteLockboxRequest
|
|
161
165
|
* @return DeleteLockboxResponse
|
|
162
166
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/DeleteLockbox.ts.html |here} to see how to use DeleteLockbox API.
|
|
164
168
|
*/
|
|
165
169
|
deleteLockbox(deleteLockboxRequest: requests.DeleteLockboxRequest): Promise<responses.DeleteLockboxResponse>;
|
|
166
170
|
/**
|
|
167
171
|
* Exports a list of AccessRequestSummary objects within a compartment and during a specified time range in text format. You can filter the results by problem severity.
|
|
168
172
|
*
|
|
169
|
-
* This operation
|
|
173
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
170
174
|
* @param ExportAccessRequestsRequest
|
|
171
175
|
* @return ExportAccessRequestsResponse
|
|
172
176
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ExportAccessRequests.ts.html |here} to see how to use ExportAccessRequests API.
|
|
174
178
|
*/
|
|
175
179
|
exportAccessRequests(exportAccessRequestsRequest: requests.ExportAccessRequestsRequest): Promise<responses.ExportAccessRequestsResponse>;
|
|
176
180
|
/**
|
|
177
181
|
* Retrieves the access credential/material associated with the access request.
|
|
178
182
|
*
|
|
179
|
-
* This operation
|
|
183
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
180
184
|
* @param GetAccessMaterialsRequest
|
|
181
185
|
* @return GetAccessMaterialsResponse
|
|
182
186
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/GetAccessMaterials.ts.html |here} to see how to use GetAccessMaterials API.
|
|
184
188
|
*/
|
|
185
189
|
getAccessMaterials(getAccessMaterialsRequest: requests.GetAccessMaterialsRequest): Promise<responses.GetAccessMaterialsResponse>;
|
|
186
190
|
/**
|
|
187
191
|
* Retrieves an access request identified by the access request ID.
|
|
188
|
-
* This operation
|
|
192
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
189
193
|
* @param GetAccessRequestRequest
|
|
190
194
|
* @return GetAccessRequestResponse
|
|
191
195
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/GetAccessRequest.ts.html |here} to see how to use GetAccessRequest API.
|
|
193
197
|
*/
|
|
194
198
|
getAccessRequest(getAccessRequestRequest: requests.GetAccessRequestRequest): Promise<responses.GetAccessRequestResponse>;
|
|
199
|
+
/**
|
|
200
|
+
* Retrieves an access request identified by the access request ID for internal use.
|
|
201
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
202
|
+
* @param GetAccessRequestInternalRequest
|
|
203
|
+
* @return GetAccessRequestInternalResponse
|
|
204
|
+
* @throws OciError when an error occurs
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/GetAccessRequestInternal.ts.html |here} to see how to use GetAccessRequestInternal API.
|
|
206
|
+
*/
|
|
207
|
+
getAccessRequestInternal(getAccessRequestInternalRequest: requests.GetAccessRequestInternalRequest): Promise<responses.GetAccessRequestInternalResponse>;
|
|
195
208
|
/**
|
|
196
209
|
* Retrieves an approval template identified by the approval template ID.
|
|
197
|
-
* This operation
|
|
210
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
198
211
|
* @param GetApprovalTemplateRequest
|
|
199
212
|
* @return GetApprovalTemplateResponse
|
|
200
213
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/GetApprovalTemplate.ts.html |here} to see how to use GetApprovalTemplate API.
|
|
202
215
|
*/
|
|
203
216
|
getApprovalTemplate(getApprovalTemplateRequest: requests.GetApprovalTemplateRequest): Promise<responses.GetApprovalTemplateResponse>;
|
|
204
217
|
/**
|
|
205
218
|
* Gets a Lockbox by identifier
|
|
206
|
-
* This operation
|
|
219
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
207
220
|
* @param GetLockboxRequest
|
|
208
221
|
* @return GetLockboxResponse
|
|
209
222
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/GetLockbox.ts.html |here} to see how to use GetLockbox API.
|
|
211
224
|
*/
|
|
212
225
|
getLockbox(getLockboxRequest: requests.GetLockboxRequest): Promise<responses.GetLockboxResponse>;
|
|
213
226
|
/**
|
|
214
227
|
* Gets details of the work request with the given ID.
|
|
215
|
-
* This operation
|
|
228
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
216
229
|
* @param GetWorkRequestRequest
|
|
217
230
|
* @return GetWorkRequestResponse
|
|
218
231
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
220
233
|
*/
|
|
221
234
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
222
235
|
/**
|
|
223
236
|
* Handle the AccessRequest
|
|
224
|
-
* This operation
|
|
237
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
225
238
|
* @param HandleAccessRequestRequest
|
|
226
239
|
* @return HandleAccessRequestResponse
|
|
227
240
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequest API.
|
|
229
242
|
*/
|
|
230
243
|
handleAccessRequest(handleAccessRequestRequest: requests.HandleAccessRequestRequest): Promise<responses.HandleAccessRequestResponse>;
|
|
231
244
|
/**
|
|
232
245
|
* Retrieves a list of AccessRequestSummary objects in a compartment.
|
|
233
246
|
*
|
|
234
|
-
* This operation
|
|
247
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
235
248
|
* @param ListAccessRequestsRequest
|
|
236
249
|
* @return ListAccessRequestsResponse
|
|
237
250
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequests API.
|
|
239
252
|
*/
|
|
240
253
|
listAccessRequests(listAccessRequestsRequest: requests.ListAccessRequestsRequest): Promise<responses.ListAccessRequestsResponse>;
|
|
241
254
|
/**
|
|
242
255
|
* Retrieves a list of ApprovalTemplateSummary objects in a compartment.
|
|
243
256
|
*
|
|
244
|
-
* This operation
|
|
257
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
245
258
|
* @param ListApprovalTemplatesRequest
|
|
246
259
|
* @return ListApprovalTemplatesResponse
|
|
247
260
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplates API.
|
|
249
262
|
*/
|
|
250
263
|
listApprovalTemplates(listApprovalTemplatesRequest: requests.ListApprovalTemplatesRequest): Promise<responses.ListApprovalTemplatesResponse>;
|
|
251
264
|
/**
|
|
252
265
|
* Returns a list of Lockboxes.
|
|
253
266
|
*
|
|
254
|
-
* This operation
|
|
267
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
255
268
|
* @param ListLockboxesRequest
|
|
256
269
|
* @return ListLockboxesResponse
|
|
257
270
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxes API.
|
|
259
272
|
*/
|
|
260
273
|
listLockboxes(listLockboxesRequest: requests.ListLockboxesRequest): Promise<responses.ListLockboxesResponse>;
|
|
261
274
|
/**
|
|
262
275
|
* Returns a (paginated) list of errors for the work request with the given ID.
|
|
263
276
|
*
|
|
264
|
-
* This operation
|
|
277
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
265
278
|
* @param ListWorkRequestErrorsRequest
|
|
266
279
|
* @return ListWorkRequestErrorsResponse
|
|
267
280
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
269
282
|
*/
|
|
270
283
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
271
284
|
/**
|
|
272
285
|
* Returns a (paginated) list of logs for the work request with the given ID.
|
|
273
286
|
*
|
|
274
|
-
* This operation
|
|
287
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
275
288
|
* @param ListWorkRequestLogsRequest
|
|
276
289
|
* @return ListWorkRequestLogsResponse
|
|
277
290
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
279
292
|
*/
|
|
280
293
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
281
294
|
/**
|
|
282
295
|
* Lists the work requests in a compartment.
|
|
283
296
|
*
|
|
284
|
-
* This operation
|
|
297
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
285
298
|
* @param ListWorkRequestsRequest
|
|
286
299
|
* @return ListWorkRequestsResponse
|
|
287
300
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
289
302
|
*/
|
|
290
303
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
291
304
|
/**
|
|
292
305
|
* Updates the ApprovalTemplate
|
|
293
|
-
* This operation
|
|
306
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
294
307
|
* @param UpdateApprovalTemplateRequest
|
|
295
308
|
* @return UpdateApprovalTemplateResponse
|
|
296
309
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplate API.
|
|
298
311
|
*/
|
|
299
312
|
updateApprovalTemplate(updateApprovalTemplateRequest: requests.UpdateApprovalTemplateRequest): Promise<responses.UpdateApprovalTemplateResponse>;
|
|
300
313
|
/**
|
|
301
314
|
* Updates the Lockbox
|
|
302
|
-
* This operation
|
|
315
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
303
316
|
* @param UpdateLockboxRequest
|
|
304
317
|
* @return UpdateLockboxResponse
|
|
305
318
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockbox API.
|
|
307
320
|
*/
|
|
308
321
|
updateLockbox(updateLockboxRequest: requests.UpdateLockboxRequest): Promise<responses.UpdateLockboxResponse>;
|
|
309
322
|
}
|