oci-desktops 2.89.1 → 2.89.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client.d.ts CHANGED
@@ -96,7 +96,7 @@ export declare class DesktopServiceClient {
96
96
  * @param CancelWorkRequestRequest
97
97
  * @return CancelWorkRequestResponse
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.89.1/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
100
100
  */
101
101
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
102
102
  /**
@@ -106,7 +106,7 @@ export declare class DesktopServiceClient {
106
106
  * @param ChangeDesktopPoolCompartmentRequest
107
107
  * @return ChangeDesktopPoolCompartmentResponse
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.89.1/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
110
110
  */
111
111
  changeDesktopPoolCompartment(changeDesktopPoolCompartmentRequest: requests.ChangeDesktopPoolCompartmentRequest): Promise<responses.ChangeDesktopPoolCompartmentResponse>;
112
112
  /**
@@ -115,7 +115,7 @@ export declare class DesktopServiceClient {
115
115
  * @param CreateDesktopPoolRequest
116
116
  * @return CreateDesktopPoolResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
119
119
  */
120
120
  createDesktopPool(createDesktopPoolRequest: requests.CreateDesktopPoolRequest): Promise<responses.CreateDesktopPoolResponse>;
121
121
  /**
@@ -125,7 +125,7 @@ export declare class DesktopServiceClient {
125
125
  * @param DeleteDesktopRequest
126
126
  * @return DeleteDesktopResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
129
129
  */
130
130
  deleteDesktop(deleteDesktopRequest: requests.DeleteDesktopRequest): Promise<responses.DeleteDesktopResponse>;
131
131
  /**
@@ -135,7 +135,7 @@ export declare class DesktopServiceClient {
135
135
  * @param DeleteDesktopPoolRequest
136
136
  * @return DeleteDesktopPoolResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
139
139
  */
140
140
  deleteDesktopPool(deleteDesktopPoolRequest: requests.DeleteDesktopPoolRequest): Promise<responses.DeleteDesktopPoolResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class DesktopServiceClient {
144
144
  * @param GetDesktopRequest
145
145
  * @return GetDesktopResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
148
148
  */
149
149
  getDesktop(getDesktopRequest: requests.GetDesktopRequest): Promise<responses.GetDesktopResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class DesktopServiceClient {
154
154
  * @param GetDesktopPoolRequest
155
155
  * @return GetDesktopPoolResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
158
158
  */
159
159
  getDesktopPool(getDesktopPoolRequest: requests.GetDesktopPoolRequest): Promise<responses.GetDesktopPoolResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class DesktopServiceClient {
163
163
  * @param GetWorkRequestRequest
164
164
  * @return GetWorkRequestResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
167
167
  */
168
168
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
169
169
  /**
@@ -173,7 +173,7 @@ export declare class DesktopServiceClient {
173
173
  * @param ListDesktopPoolDesktopsRequest
174
174
  * @return ListDesktopPoolDesktopsResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
177
177
  */
178
178
  listDesktopPoolDesktops(listDesktopPoolDesktopsRequest: requests.ListDesktopPoolDesktopsRequest): Promise<responses.ListDesktopPoolDesktopsResponse>;
179
179
  /**
@@ -183,7 +183,7 @@ export declare class DesktopServiceClient {
183
183
  * @param ListDesktopPoolVolumesRequest
184
184
  * @return ListDesktopPoolVolumesResponse
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.89.1/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
187
187
  */
188
188
  listDesktopPoolVolumes(listDesktopPoolVolumesRequest: requests.ListDesktopPoolVolumesRequest): Promise<responses.ListDesktopPoolVolumesResponse>;
189
189
  /**
@@ -193,7 +193,7 @@ export declare class DesktopServiceClient {
193
193
  * @param ListDesktopPoolsRequest
194
194
  * @return ListDesktopPoolsResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
197
197
  */
198
198
  listDesktopPools(listDesktopPoolsRequest: requests.ListDesktopPoolsRequest): Promise<responses.ListDesktopPoolsResponse>;
199
199
  /**
@@ -203,7 +203,7 @@ export declare class DesktopServiceClient {
203
203
  * @param ListDesktopsRequest
204
204
  * @return ListDesktopsResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
207
207
  */
208
208
  listDesktops(listDesktopsRequest: requests.ListDesktopsRequest): Promise<responses.ListDesktopsResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class DesktopServiceClient {
212
212
  * @param ListWorkRequestErrorsRequest
213
213
  * @return ListWorkRequestErrorsResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
216
216
  */
217
217
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
218
218
  /**
@@ -222,7 +222,7 @@ export declare class DesktopServiceClient {
222
222
  * @param ListWorkRequestLogsRequest
223
223
  * @return ListWorkRequestLogsResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
226
226
  */
227
227
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
228
228
  /**
@@ -231,7 +231,7 @@ export declare class DesktopServiceClient {
231
231
  * @param ListWorkRequestsRequest
232
232
  * @return ListWorkRequestsResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
235
235
  */
236
236
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
237
237
  /**
@@ -240,7 +240,7 @@ export declare class DesktopServiceClient {
240
240
  * @param StartDesktopRequest
241
241
  * @return StartDesktopResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
244
244
  */
245
245
  startDesktop(startDesktopRequest: requests.StartDesktopRequest): Promise<responses.StartDesktopResponse>;
246
246
  /**
@@ -250,7 +250,7 @@ export declare class DesktopServiceClient {
250
250
  * @param StartDesktopPoolRequest
251
251
  * @return StartDesktopPoolResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
254
254
  */
255
255
  startDesktopPool(startDesktopPoolRequest: requests.StartDesktopPoolRequest): Promise<responses.StartDesktopPoolResponse>;
256
256
  /**
@@ -260,7 +260,7 @@ export declare class DesktopServiceClient {
260
260
  * @param StopDesktopRequest
261
261
  * @return StopDesktopResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
264
264
  */
265
265
  stopDesktop(stopDesktopRequest: requests.StopDesktopRequest): Promise<responses.StopDesktopResponse>;
266
266
  /**
@@ -270,7 +270,7 @@ export declare class DesktopServiceClient {
270
270
  * @param StopDesktopPoolRequest
271
271
  * @return StopDesktopPoolResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
274
274
  */
275
275
  stopDesktopPool(stopDesktopPoolRequest: requests.StopDesktopPoolRequest): Promise<responses.StopDesktopPoolResponse>;
276
276
  /**
@@ -279,7 +279,7 @@ export declare class DesktopServiceClient {
279
279
  * @param UpdateDesktopRequest
280
280
  * @return UpdateDesktopResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
283
283
  */
284
284
  updateDesktop(updateDesktopRequest: requests.UpdateDesktopRequest): Promise<responses.UpdateDesktopResponse>;
285
285
  /**
@@ -289,7 +289,7 @@ export declare class DesktopServiceClient {
289
289
  * @param UpdateDesktopPoolRequest
290
290
  * @return UpdateDesktopPoolResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
293
293
  */
294
294
  updateDesktopPool(updateDesktopPoolRequest: requests.UpdateDesktopPoolRequest): Promise<responses.UpdateDesktopPoolResponse>;
295
295
  }
package/lib/client.js CHANGED
@@ -203,7 +203,7 @@ class DesktopServiceClient {
203
203
  * @param CancelWorkRequestRequest
204
204
  * @return CancelWorkRequestResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
207
207
  */
208
208
  cancelWorkRequest(cancelWorkRequestRequest) {
209
209
  return __awaiter(this, void 0, void 0, function* () {
@@ -259,7 +259,7 @@ class DesktopServiceClient {
259
259
  * @param ChangeDesktopPoolCompartmentRequest
260
260
  * @return ChangeDesktopPoolCompartmentResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
263
263
  */
264
264
  changeDesktopPoolCompartment(changeDesktopPoolCompartmentRequest) {
265
265
  return __awaiter(this, void 0, void 0, function* () {
@@ -321,7 +321,7 @@ class DesktopServiceClient {
321
321
  * @param CreateDesktopPoolRequest
322
322
  * @return CreateDesktopPoolResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
325
325
  */
326
326
  createDesktopPool(createDesktopPoolRequest) {
327
327
  return __awaiter(this, void 0, void 0, function* () {
@@ -400,7 +400,7 @@ class DesktopServiceClient {
400
400
  * @param DeleteDesktopRequest
401
401
  * @return DeleteDesktopResponse
402
402
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
404
404
  */
405
405
  deleteDesktop(deleteDesktopRequest) {
406
406
  return __awaiter(this, void 0, void 0, function* () {
@@ -461,7 +461,7 @@ class DesktopServiceClient {
461
461
  * @param DeleteDesktopPoolRequest
462
462
  * @return DeleteDesktopPoolResponse
463
463
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
465
465
  */
466
466
  deleteDesktopPool(deleteDesktopPoolRequest) {
467
467
  return __awaiter(this, void 0, void 0, function* () {
@@ -523,7 +523,7 @@ class DesktopServiceClient {
523
523
  * @param GetDesktopRequest
524
524
  * @return GetDesktopResponse
525
525
  * @throws OciError when an error occurs
526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
527
527
  */
528
528
  getDesktop(getDesktopRequest) {
529
529
  return __awaiter(this, void 0, void 0, function* () {
@@ -587,7 +587,7 @@ class DesktopServiceClient {
587
587
  * @param GetDesktopPoolRequest
588
588
  * @return GetDesktopPoolResponse
589
589
  * @throws OciError when an error occurs
590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
591
591
  */
592
592
  getDesktopPool(getDesktopPoolRequest) {
593
593
  return __awaiter(this, void 0, void 0, function* () {
@@ -650,7 +650,7 @@ class DesktopServiceClient {
650
650
  * @param GetWorkRequestRequest
651
651
  * @return GetWorkRequestResponse
652
652
  * @throws OciError when an error occurs
653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
654
654
  */
655
655
  getWorkRequest(getWorkRequestRequest) {
656
656
  return __awaiter(this, void 0, void 0, function* () {
@@ -714,7 +714,7 @@ class DesktopServiceClient {
714
714
  * @param ListDesktopPoolDesktopsRequest
715
715
  * @return ListDesktopPoolDesktopsResponse
716
716
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
718
718
  */
719
719
  listDesktopPoolDesktops(listDesktopPoolDesktopsRequest) {
720
720
  return __awaiter(this, void 0, void 0, function* () {
@@ -788,7 +788,7 @@ class DesktopServiceClient {
788
788
  * @param ListDesktopPoolVolumesRequest
789
789
  * @return ListDesktopPoolVolumesResponse
790
790
  * @throws OciError when an error occurs
791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
792
792
  */
793
793
  listDesktopPoolVolumes(listDesktopPoolVolumesRequest) {
794
794
  return __awaiter(this, void 0, void 0, function* () {
@@ -862,7 +862,7 @@ class DesktopServiceClient {
862
862
  * @param ListDesktopPoolsRequest
863
863
  * @return ListDesktopPoolsResponse
864
864
  * @throws OciError when an error occurs
865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
866
866
  */
867
867
  listDesktopPools(listDesktopPoolsRequest) {
868
868
  return __awaiter(this, void 0, void 0, function* () {
@@ -934,7 +934,7 @@ class DesktopServiceClient {
934
934
  * @param ListDesktopsRequest
935
935
  * @return ListDesktopsResponse
936
936
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
938
938
  */
939
939
  listDesktops(listDesktopsRequest) {
940
940
  return __awaiter(this, void 0, void 0, function* () {
@@ -1006,7 +1006,7 @@ class DesktopServiceClient {
1006
1006
  * @param ListWorkRequestErrorsRequest
1007
1007
  * @return ListWorkRequestErrorsResponse
1008
1008
  * @throws OciError when an error occurs
1009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1010
1010
  */
1011
1011
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1012
1012
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1075,7 @@ class DesktopServiceClient {
1075
1075
  * @param ListWorkRequestLogsRequest
1076
1076
  * @return ListWorkRequestLogsResponse
1077
1077
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1079
1079
  */
1080
1080
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1081
1081
  return __awaiter(this, void 0, void 0, function* () {
@@ -1143,7 +1143,7 @@ class DesktopServiceClient {
1143
1143
  * @param ListWorkRequestsRequest
1144
1144
  * @return ListWorkRequestsResponse
1145
1145
  * @throws OciError when an error occurs
1146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1147
1147
  */
1148
1148
  listWorkRequests(listWorkRequestsRequest) {
1149
1149
  return __awaiter(this, void 0, void 0, function* () {
@@ -1213,7 +1213,7 @@ class DesktopServiceClient {
1213
1213
  * @param StartDesktopRequest
1214
1214
  * @return StartDesktopResponse
1215
1215
  * @throws OciError when an error occurs
1216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
1216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
1217
1217
  */
1218
1218
  startDesktop(startDesktopRequest) {
1219
1219
  return __awaiter(this, void 0, void 0, function* () {
@@ -1275,7 +1275,7 @@ class DesktopServiceClient {
1275
1275
  * @param StartDesktopPoolRequest
1276
1276
  * @return StartDesktopPoolResponse
1277
1277
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
1278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
1279
1279
  */
1280
1280
  startDesktopPool(startDesktopPoolRequest) {
1281
1281
  return __awaiter(this, void 0, void 0, function* () {
@@ -1337,7 +1337,7 @@ class DesktopServiceClient {
1337
1337
  * @param StopDesktopRequest
1338
1338
  * @return StopDesktopResponse
1339
1339
  * @throws OciError when an error occurs
1340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
1340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
1341
1341
  */
1342
1342
  stopDesktop(stopDesktopRequest) {
1343
1343
  return __awaiter(this, void 0, void 0, function* () {
@@ -1399,7 +1399,7 @@ class DesktopServiceClient {
1399
1399
  * @param StopDesktopPoolRequest
1400
1400
  * @return StopDesktopPoolResponse
1401
1401
  * @throws OciError when an error occurs
1402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
1402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
1403
1403
  */
1404
1404
  stopDesktopPool(stopDesktopPoolRequest) {
1405
1405
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1460,7 @@ class DesktopServiceClient {
1460
1460
  * @param UpdateDesktopRequest
1461
1461
  * @return UpdateDesktopResponse
1462
1462
  * @throws OciError when an error occurs
1463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
1464
1464
  */
1465
1465
  updateDesktop(updateDesktopRequest) {
1466
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1522,7 +1522,7 @@ class DesktopServiceClient {
1522
1522
  * @param UpdateDesktopPoolRequest
1523
1523
  * @return UpdateDesktopPoolResponse
1524
1524
  * @throws OciError when an error occurs
1525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
1525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
1526
1526
  */
1527
1527
  updateDesktopPool(updateDesktopPoolRequest) {
1528
1528
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDesktopPoolCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPoolRequest.
17
17
  */
18
18
  export interface CreateDesktopPoolRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPoolRequest.
16
16
  */
17
17
  export interface DeleteDesktopPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktopRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktopRequest.
16
16
  */
17
17
  export interface DeleteDesktopRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPoolRequest.
16
16
  */
17
17
  export interface GetDesktopPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetDesktop.ts.html |here} to see how to use GetDesktopRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetDesktop.ts.html |here} to see how to use GetDesktopRequest.
16
16
  */
17
17
  export interface GetDesktopRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktopsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktopsRequest.
16
16
  */
17
17
  export interface ListDesktopPoolDesktopsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumesRequest.
16
16
  */
17
17
  export interface ListDesktopPoolVolumesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPoolsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPoolsRequest.
16
16
  */
17
17
  export interface ListDesktopPoolsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListDesktops.ts.html |here} to see how to use ListDesktopsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListDesktops.ts.html |here} to see how to use ListDesktopsRequest.
16
16
  */
17
17
  export interface ListDesktopsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPoolRequest.
16
16
  */
17
17
  export interface StartDesktopPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StartDesktop.ts.html |here} to see how to use StartDesktopRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StartDesktop.ts.html |here} to see how to use StartDesktopRequest.
16
16
  */
17
17
  export interface StartDesktopRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPoolRequest.
16
16
  */
17
17
  export interface StopDesktopPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/StopDesktop.ts.html |here} to see how to use StopDesktopRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/StopDesktop.ts.html |here} to see how to use StopDesktopRequest.
16
16
  */
17
17
  export interface StopDesktopRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPoolRequest.
17
17
  */
18
18
  export interface UpdateDesktopPoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktopRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktopRequest.
17
17
  */
18
18
  export interface UpdateDesktopRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-desktops",
3
- "version": "2.89.1",
3
+ "version": "2.89.2",
4
4
  "description": "OCI NodeJS client for Desktops Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.89.1",
19
- "oci-workrequests": "2.89.1"
18
+ "oci-common": "2.89.2",
19
+ "oci-workrequests": "2.89.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"