oci-operatoraccesscontrol 2.67.0 → 2.68.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.
Files changed (41) hide show
  1. package/lib/client.d.ts +50 -46
  2. package/lib/client.js +89 -73
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/access-request-summary.d.ts +4 -0
  5. package/lib/model/access-request-summary.js.map +1 -1
  6. package/lib/model/access-request.d.ts +4 -0
  7. package/lib/model/access-request.js.map +1 -1
  8. package/lib/model/operator-control-assignment-lifecycle-states.d.ts +1 -0
  9. package/lib/model/operator-control-assignment-lifecycle-states.js +1 -0
  10. package/lib/model/operator-control-assignment-lifecycle-states.js.map +1 -1
  11. package/lib/model/operator-control-assignment.d.ts +5 -0
  12. package/lib/model/operator-control-assignment.js.map +1 -1
  13. package/lib/model/operator-control.d.ts +5 -0
  14. package/lib/model/operator-control.js.map +1 -1
  15. package/lib/model/resource-types.d.ts +1 -0
  16. package/lib/model/resource-types.js +1 -0
  17. package/lib/model/resource-types.js.map +1 -1
  18. package/lib/request/approve-access-request-request.d.ts +1 -1
  19. package/lib/request/change-operator-control-assignment-compartment-request.d.ts +1 -1
  20. package/lib/request/change-operator-control-compartment-request.d.ts +1 -1
  21. package/lib/request/create-operator-control-assignment-request.d.ts +1 -1
  22. package/lib/request/create-operator-control-request.d.ts +1 -1
  23. package/lib/request/delete-operator-control-assignment-request.d.ts +1 -1
  24. package/lib/request/delete-operator-control-request.d.ts +1 -1
  25. package/lib/request/get-access-request-request.d.ts +1 -1
  26. package/lib/request/get-operator-action-request.d.ts +1 -1
  27. package/lib/request/get-operator-control-assignment-request.d.ts +1 -1
  28. package/lib/request/get-operator-control-request.d.ts +1 -1
  29. package/lib/request/interaction-request-request.d.ts +1 -1
  30. package/lib/request/list-access-request-histories-request.d.ts +1 -1
  31. package/lib/request/list-access-requests-request.d.ts +1 -1
  32. package/lib/request/list-interactions-request.d.ts +1 -1
  33. package/lib/request/list-operator-actions-request.d.ts +1 -1
  34. package/lib/request/list-operator-control-assignments-request.d.ts +1 -1
  35. package/lib/request/list-operator-controls-request.d.ts +1 -1
  36. package/lib/request/reject-access-request-request.d.ts +1 -1
  37. package/lib/request/review-access-request-request.d.ts +1 -1
  38. package/lib/request/revoke-access-request-request.d.ts +1 -1
  39. package/lib/request/update-operator-control-assignment-request.d.ts +1 -1
  40. package/lib/request/update-operator-control-request.d.ts +1 -1
  41. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -35,6 +35,7 @@ export declare class AccessRequestsClient {
35
35
  protected "_clientConfiguration": common.ClientConfiguration;
36
36
  protected _circuitBreaker: null;
37
37
  protected _httpOptions: any;
38
+ protected _bodyDuplexMode: any;
38
39
  targetService: string;
39
40
  protected _regionId: string;
40
41
  protected "_region": common.Region;
@@ -88,90 +89,90 @@ export declare class AccessRequestsClient {
88
89
  /**
89
90
  * Approves an access request.
90
91
  *
91
- * This operation does not retry by default if the user has not defined a retry configuration.
92
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
92
93
  * @param ApproveAccessRequestRequest
93
94
  * @return ApproveAccessRequestResponse
94
95
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ApproveAccessRequest.ts.html |here} to see how to use ApproveAccessRequest API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ApproveAccessRequest.ts.html |here} to see how to use ApproveAccessRequest API.
96
97
  */
97
98
  approveAccessRequest(approveAccessRequestRequest: requests.ApproveAccessRequestRequest): Promise<responses.ApproveAccessRequestResponse>;
98
99
  /**
99
100
  * Gets details of an access request.
100
- * This operation does not retry by default if the user has not defined a retry configuration.
101
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
101
102
  * @param GetAccessRequestRequest
102
103
  * @return GetAccessRequestResponse
103
104
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/GetAccessRequest.ts.html |here} to see how to use GetAccessRequest API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/GetAccessRequest.ts.html |here} to see how to use GetAccessRequest API.
105
106
  */
106
107
  getAccessRequest(getAccessRequestRequest: requests.GetAccessRequestRequest): Promise<responses.GetAccessRequestResponse>;
107
108
  /**
108
109
  * Posts query for additional information for the given access request.
109
110
  *
110
- * This operation does not retry by default if the user has not defined a retry configuration.
111
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
111
112
  * @param InteractionRequestRequest
112
113
  * @return InteractionRequestResponse
113
114
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/InteractionRequest.ts.html |here} to see how to use InteractionRequest API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/InteractionRequest.ts.html |here} to see how to use InteractionRequest API.
115
116
  */
116
117
  interactionRequest(interactionRequestRequest: requests.InteractionRequestRequest): Promise<responses.InteractionRequestResponse>;
117
118
  /**
118
119
  * Returns a history of all status associated with the accessRequestId.
119
120
  *
120
- * This operation does not retry by default if the user has not defined a retry configuration.
121
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
121
122
  * @param ListAccessRequestHistoriesRequest
122
123
  * @return ListAccessRequestHistoriesResponse
123
124
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ListAccessRequestHistories.ts.html |here} to see how to use ListAccessRequestHistories API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ListAccessRequestHistories.ts.html |here} to see how to use ListAccessRequestHistories API.
125
126
  */
126
127
  listAccessRequestHistories(listAccessRequestHistoriesRequest: requests.ListAccessRequestHistoriesRequest): Promise<responses.ListAccessRequestHistoriesResponse>;
127
128
  /**
128
129
  * Lists all access requests in the compartment.
129
130
  *
130
- * This operation does not retry by default if the user has not defined a retry configuration.
131
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
131
132
  * @param ListAccessRequestsRequest
132
133
  * @return ListAccessRequestsResponse
133
134
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ListAccessRequests.ts.html |here} to see how to use ListAccessRequests API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ListAccessRequests.ts.html |here} to see how to use ListAccessRequests API.
135
136
  */
136
137
  listAccessRequests(listAccessRequestsRequest: requests.ListAccessRequestsRequest): Promise<responses.ListAccessRequestsResponse>;
137
138
  /**
138
139
  * Lists the MoreInformation interaction between customer and operators.
139
140
  *
140
- * This operation does not retry by default if the user has not defined a retry configuration.
141
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
141
142
  * @param ListInteractionsRequest
142
143
  * @return ListInteractionsResponse
143
144
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ListInteractions.ts.html |here} to see how to use ListInteractions API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ListInteractions.ts.html |here} to see how to use ListInteractions API.
145
146
  */
146
147
  listInteractions(listInteractionsRequest: requests.ListInteractionsRequest): Promise<responses.ListInteractionsResponse>;
147
148
  /**
148
149
  * Rejects an access request.
149
150
  *
150
- * This operation does not retry by default if the user has not defined a retry configuration.
151
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
151
152
  * @param RejectAccessRequestRequest
152
153
  * @return RejectAccessRequestResponse
153
154
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/RejectAccessRequest.ts.html |here} to see how to use RejectAccessRequest API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/RejectAccessRequest.ts.html |here} to see how to use RejectAccessRequest API.
155
156
  */
156
157
  rejectAccessRequest(rejectAccessRequestRequest: requests.RejectAccessRequestRequest): Promise<responses.RejectAccessRequestResponse>;
157
158
  /**
158
159
  * Reviews the access request.
159
160
  *
160
- * This operation does not retry by default if the user has not defined a retry configuration.
161
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
161
162
  * @param ReviewAccessRequestRequest
162
163
  * @return ReviewAccessRequestResponse
163
164
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ReviewAccessRequest.ts.html |here} to see how to use ReviewAccessRequest API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ReviewAccessRequest.ts.html |here} to see how to use ReviewAccessRequest API.
165
166
  */
166
167
  reviewAccessRequest(reviewAccessRequestRequest: requests.ReviewAccessRequestRequest): Promise<responses.ReviewAccessRequestResponse>;
167
168
  /**
168
169
  * Revokes an already approved access request.
169
170
  *
170
- * This operation does not retry by default if the user has not defined a retry configuration.
171
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
171
172
  * @param RevokeAccessRequestRequest
172
173
  * @return RevokeAccessRequestResponse
173
174
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/RevokeAccessRequest.ts.html |here} to see how to use RevokeAccessRequest API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/RevokeAccessRequest.ts.html |here} to see how to use RevokeAccessRequest API.
175
176
  */
176
177
  revokeAccessRequest(revokeAccessRequestRequest: requests.RevokeAccessRequestRequest): Promise<responses.RevokeAccessRequestResponse>;
177
178
  }
@@ -189,6 +190,7 @@ export declare class OperatorActionsClient {
189
190
  protected "_clientConfiguration": common.ClientConfiguration;
190
191
  protected _circuitBreaker: null;
191
192
  protected _httpOptions: any;
193
+ protected _bodyDuplexMode: any;
192
194
  targetService: string;
193
195
  protected _regionId: string;
194
196
  protected "_region": common.Region;
@@ -228,21 +230,21 @@ export declare class OperatorActionsClient {
228
230
  set regionId(regionId: string);
229
231
  /**
230
232
  * Gets the operator action associated with the specified operator action ID.
231
- * This operation does not retry by default if the user has not defined a retry configuration.
233
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
232
234
  * @param GetOperatorActionRequest
233
235
  * @return GetOperatorActionResponse
234
236
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/GetOperatorAction.ts.html |here} to see how to use GetOperatorAction API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/GetOperatorAction.ts.html |here} to see how to use GetOperatorAction API.
236
238
  */
237
239
  getOperatorAction(getOperatorActionRequest: requests.GetOperatorActionRequest): Promise<responses.GetOperatorActionResponse>;
238
240
  /**
239
241
  * Lists all the OperatorActions available in the system.
240
242
  *
241
- * This operation does not retry by default if the user has not defined a retry configuration.
243
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
242
244
  * @param ListOperatorActionsRequest
243
245
  * @return ListOperatorActionsResponse
244
246
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ListOperatorActions.ts.html |here} to see how to use ListOperatorActions API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ListOperatorActions.ts.html |here} to see how to use ListOperatorActions API.
246
248
  */
247
249
  listOperatorActions(listOperatorActionsRequest: requests.ListOperatorActionsRequest): Promise<responses.ListOperatorActionsResponse>;
248
250
  }
@@ -261,6 +263,7 @@ export declare class OperatorControlClient {
261
263
  protected "_clientConfiguration": common.ClientConfiguration;
262
264
  protected _circuitBreaker: null;
263
265
  protected _httpOptions: any;
266
+ protected _bodyDuplexMode: any;
264
267
  targetService: string;
265
268
  protected _regionId: string;
266
269
  protected "_region": common.Region;
@@ -314,21 +317,21 @@ export declare class OperatorControlClient {
314
317
  /**
315
318
  * Moves the Operator Control resource into a different compartment. When provided, 'If-Match' is checked against 'ETag' values of the resource.
316
319
  *
317
- * This operation does not retry by default if the user has not defined a retry configuration.
320
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
318
321
  * @param ChangeOperatorControlCompartmentRequest
319
322
  * @return ChangeOperatorControlCompartmentResponse
320
323
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ChangeOperatorControlCompartment.ts.html |here} to see how to use ChangeOperatorControlCompartment API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ChangeOperatorControlCompartment.ts.html |here} to see how to use ChangeOperatorControlCompartment API.
322
325
  */
323
326
  changeOperatorControlCompartment(changeOperatorControlCompartmentRequest: requests.ChangeOperatorControlCompartmentRequest): Promise<responses.ChangeOperatorControlCompartmentResponse>;
324
327
  /**
325
328
  * Creates an Operator Control.
326
329
  *
327
- * This operation does not retry by default if the user has not defined a retry configuration.
330
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
328
331
  * @param CreateOperatorControlRequest
329
332
  * @return CreateOperatorControlResponse
330
333
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/CreateOperatorControl.ts.html |here} to see how to use CreateOperatorControl API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/CreateOperatorControl.ts.html |here} to see how to use CreateOperatorControl API.
332
335
  */
333
336
  createOperatorControl(createOperatorControlRequest: requests.CreateOperatorControlRequest): Promise<responses.CreateOperatorControlResponse>;
334
337
  /**
@@ -338,40 +341,40 @@ export declare class OperatorControlClient {
338
341
  * done under the Operator Control is preserved for future needs. The system purges the deleted Operator Control only when all of the audit data associated with the
339
342
  * Operator Control are also deleted. Therefore, you cannot reuse the name of the deleted Operator Control until the system purges the Operator Control.
340
343
  *
341
- * This operation does not retry by default if the user has not defined a retry configuration.
344
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
342
345
  * @param DeleteOperatorControlRequest
343
346
  * @return DeleteOperatorControlResponse
344
347
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/DeleteOperatorControl.ts.html |here} to see how to use DeleteOperatorControl API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/DeleteOperatorControl.ts.html |here} to see how to use DeleteOperatorControl API.
346
349
  */
347
350
  deleteOperatorControl(deleteOperatorControlRequest: requests.DeleteOperatorControlRequest): Promise<responses.DeleteOperatorControlResponse>;
348
351
  /**
349
352
  * Gets the Operator Control associated with the specified Operator Control ID.
350
- * This operation does not retry by default if the user has not defined a retry configuration.
353
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
351
354
  * @param GetOperatorControlRequest
352
355
  * @return GetOperatorControlResponse
353
356
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/GetOperatorControl.ts.html |here} to see how to use GetOperatorControl API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/GetOperatorControl.ts.html |here} to see how to use GetOperatorControl API.
355
358
  */
356
359
  getOperatorControl(getOperatorControlRequest: requests.GetOperatorControlRequest): Promise<responses.GetOperatorControlResponse>;
357
360
  /**
358
361
  * Lists the operator controls in the compartment.
359
362
  *
360
- * This operation does not retry by default if the user has not defined a retry configuration.
363
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
361
364
  * @param ListOperatorControlsRequest
362
365
  * @return ListOperatorControlsResponse
363
366
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ListOperatorControls.ts.html |here} to see how to use ListOperatorControls API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ListOperatorControls.ts.html |here} to see how to use ListOperatorControls API.
365
368
  */
366
369
  listOperatorControls(listOperatorControlsRequest: requests.ListOperatorControlsRequest): Promise<responses.ListOperatorControlsResponse>;
367
370
  /**
368
371
  * Modifies the existing OperatorControl for a given operator control id except the operator control id.
369
372
  *
370
- * This operation does not retry by default if the user has not defined a retry configuration.
373
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
371
374
  * @param UpdateOperatorControlRequest
372
375
  * @return UpdateOperatorControlResponse
373
376
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/UpdateOperatorControl.ts.html |here} to see how to use UpdateOperatorControl API.
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/UpdateOperatorControl.ts.html |here} to see how to use UpdateOperatorControl API.
375
378
  */
376
379
  updateOperatorControl(updateOperatorControlRequest: requests.UpdateOperatorControlRequest): Promise<responses.UpdateOperatorControlResponse>;
377
380
  }
@@ -390,6 +393,7 @@ export declare class OperatorControlAssignmentClient {
390
393
  protected "_clientConfiguration": common.ClientConfiguration;
391
394
  protected _circuitBreaker: null;
392
395
  protected _httpOptions: any;
396
+ protected _bodyDuplexMode: any;
393
397
  targetService: string;
394
398
  protected _regionId: string;
395
399
  protected "_region": common.Region;
@@ -443,57 +447,57 @@ export declare class OperatorControlAssignmentClient {
443
447
  /**
444
448
  * Changes the compartment of the specified Operator Control assignment ID.
445
449
  *
446
- * This operation does not retry by default if the user has not defined a retry configuration.
450
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
447
451
  * @param ChangeOperatorControlAssignmentCompartmentRequest
448
452
  * @return ChangeOperatorControlAssignmentCompartmentResponse
449
453
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ChangeOperatorControlAssignmentCompartment.ts.html |here} to see how to use ChangeOperatorControlAssignmentCompartment API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ChangeOperatorControlAssignmentCompartment.ts.html |here} to see how to use ChangeOperatorControlAssignmentCompartment API.
451
455
  */
452
456
  changeOperatorControlAssignmentCompartment(changeOperatorControlAssignmentCompartmentRequest: requests.ChangeOperatorControlAssignmentCompartmentRequest): Promise<responses.ChangeOperatorControlAssignmentCompartmentResponse>;
453
457
  /**
454
458
  * Creates an Operator Control Assignment resource. In effect, this brings the target resource under the governance of the Operator Control for specified time duration.
455
- * This operation does not retry by default if the user has not defined a retry configuration.
459
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
456
460
  * @param CreateOperatorControlAssignmentRequest
457
461
  * @return CreateOperatorControlAssignmentResponse
458
462
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/CreateOperatorControlAssignment.ts.html |here} to see how to use CreateOperatorControlAssignment API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/CreateOperatorControlAssignment.ts.html |here} to see how to use CreateOperatorControlAssignment API.
460
464
  */
461
465
  createOperatorControlAssignment(createOperatorControlAssignmentRequest: requests.CreateOperatorControlAssignmentRequest): Promise<responses.CreateOperatorControlAssignmentResponse>;
462
466
  /**
463
467
  * Deletes the specified Operator Control Assignment. This has the effect of unassigning the specific Operator Control from the target resource.
464
- * This operation does not retry by default if the user has not defined a retry configuration.
468
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
465
469
  * @param DeleteOperatorControlAssignmentRequest
466
470
  * @return DeleteOperatorControlAssignmentResponse
467
471
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/DeleteOperatorControlAssignment.ts.html |here} to see how to use DeleteOperatorControlAssignment API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/DeleteOperatorControlAssignment.ts.html |here} to see how to use DeleteOperatorControlAssignment API.
469
473
  */
470
474
  deleteOperatorControlAssignment(deleteOperatorControlAssignmentRequest: requests.DeleteOperatorControlAssignmentRequest): Promise<responses.DeleteOperatorControlAssignmentResponse>;
471
475
  /**
472
476
  * Gets the details of an Operator Control Assignment of the specified ID.
473
- * This operation does not retry by default if the user has not defined a retry configuration.
477
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
474
478
  * @param GetOperatorControlAssignmentRequest
475
479
  * @return GetOperatorControlAssignmentResponse
476
480
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/GetOperatorControlAssignment.ts.html |here} to see how to use GetOperatorControlAssignment API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/GetOperatorControlAssignment.ts.html |here} to see how to use GetOperatorControlAssignment API.
478
482
  */
479
483
  getOperatorControlAssignment(getOperatorControlAssignmentRequest: requests.GetOperatorControlAssignmentRequest): Promise<responses.GetOperatorControlAssignmentResponse>;
480
484
  /**
481
485
  * Lists all Operator Control Assignments.
482
- * This operation does not retry by default if the user has not defined a retry configuration.
486
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
483
487
  * @param ListOperatorControlAssignmentsRequest
484
488
  * @return ListOperatorControlAssignmentsResponse
485
489
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/ListOperatorControlAssignments.ts.html |here} to see how to use ListOperatorControlAssignments API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/ListOperatorControlAssignments.ts.html |here} to see how to use ListOperatorControlAssignments API.
487
491
  */
488
492
  listOperatorControlAssignments(listOperatorControlAssignmentsRequest: requests.ListOperatorControlAssignmentsRequest): Promise<responses.ListOperatorControlAssignmentsResponse>;
489
493
  /**
490
494
  * Modifies the existing Operator Control assignment of the specified Operator Control assignment ID. Modifying the assignment does not change the Operator Control assignment ID.
491
495
  *
492
- * This operation does not retry by default if the user has not defined a retry configuration.
496
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
493
497
  * @param UpdateOperatorControlAssignmentRequest
494
498
  * @return UpdateOperatorControlAssignmentResponse
495
499
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/operatoraccesscontrol/UpdateOperatorControlAssignment.ts.html |here} to see how to use UpdateOperatorControlAssignment API.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/operatoraccesscontrol/UpdateOperatorControlAssignment.ts.html |here} to see how to use UpdateOperatorControlAssignment API.
497
501
  */
498
502
  updateOperatorControlAssignment(updateOperatorControlAssignmentRequest: requests.UpdateOperatorControlAssignmentRequest): Promise<responses.UpdateOperatorControlAssignmentResponse>;
499
503
  }