oci-desktops 2.82.1 → 2.82.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
@@ -92,7 +92,7 @@ export declare class DesktopServiceClient {
92
92
  * @param CancelWorkRequestRequest
93
93
  * @return CancelWorkRequestResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
96
96
  */
97
97
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
98
98
  /**
@@ -102,7 +102,7 @@ export declare class DesktopServiceClient {
102
102
  * @param ChangeDesktopPoolCompartmentRequest
103
103
  * @return ChangeDesktopPoolCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
106
106
  */
107
107
  changeDesktopPoolCompartment(changeDesktopPoolCompartmentRequest: requests.ChangeDesktopPoolCompartmentRequest): Promise<responses.ChangeDesktopPoolCompartmentResponse>;
108
108
  /**
@@ -111,7 +111,7 @@ export declare class DesktopServiceClient {
111
111
  * @param CreateDesktopPoolRequest
112
112
  * @return CreateDesktopPoolResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
115
115
  */
116
116
  createDesktopPool(createDesktopPoolRequest: requests.CreateDesktopPoolRequest): Promise<responses.CreateDesktopPoolResponse>;
117
117
  /**
@@ -121,7 +121,7 @@ export declare class DesktopServiceClient {
121
121
  * @param DeleteDesktopRequest
122
122
  * @return DeleteDesktopResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
125
125
  */
126
126
  deleteDesktop(deleteDesktopRequest: requests.DeleteDesktopRequest): Promise<responses.DeleteDesktopResponse>;
127
127
  /**
@@ -131,7 +131,7 @@ export declare class DesktopServiceClient {
131
131
  * @param DeleteDesktopPoolRequest
132
132
  * @return DeleteDesktopPoolResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
135
135
  */
136
136
  deleteDesktopPool(deleteDesktopPoolRequest: requests.DeleteDesktopPoolRequest): Promise<responses.DeleteDesktopPoolResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class DesktopServiceClient {
140
140
  * @param GetDesktopRequest
141
141
  * @return GetDesktopResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
144
144
  */
145
145
  getDesktop(getDesktopRequest: requests.GetDesktopRequest): Promise<responses.GetDesktopResponse>;
146
146
  /**
@@ -150,7 +150,7 @@ export declare class DesktopServiceClient {
150
150
  * @param GetDesktopPoolRequest
151
151
  * @return GetDesktopPoolResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
154
154
  */
155
155
  getDesktopPool(getDesktopPoolRequest: requests.GetDesktopPoolRequest): Promise<responses.GetDesktopPoolResponse>;
156
156
  /**
@@ -159,7 +159,7 @@ export declare class DesktopServiceClient {
159
159
  * @param GetWorkRequestRequest
160
160
  * @return GetWorkRequestResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
163
163
  */
164
164
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
165
165
  /**
@@ -169,7 +169,7 @@ export declare class DesktopServiceClient {
169
169
  * @param ListDesktopPoolDesktopsRequest
170
170
  * @return ListDesktopPoolDesktopsResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
173
173
  */
174
174
  listDesktopPoolDesktops(listDesktopPoolDesktopsRequest: requests.ListDesktopPoolDesktopsRequest): Promise<responses.ListDesktopPoolDesktopsResponse>;
175
175
  /**
@@ -179,7 +179,7 @@ export declare class DesktopServiceClient {
179
179
  * @param ListDesktopPoolVolumesRequest
180
180
  * @return ListDesktopPoolVolumesResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
183
183
  */
184
184
  listDesktopPoolVolumes(listDesktopPoolVolumesRequest: requests.ListDesktopPoolVolumesRequest): Promise<responses.ListDesktopPoolVolumesResponse>;
185
185
  /**
@@ -189,7 +189,7 @@ export declare class DesktopServiceClient {
189
189
  * @param ListDesktopPoolsRequest
190
190
  * @return ListDesktopPoolsResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
193
193
  */
194
194
  listDesktopPools(listDesktopPoolsRequest: requests.ListDesktopPoolsRequest): Promise<responses.ListDesktopPoolsResponse>;
195
195
  /**
@@ -199,7 +199,7 @@ export declare class DesktopServiceClient {
199
199
  * @param ListDesktopsRequest
200
200
  * @return ListDesktopsResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
203
203
  */
204
204
  listDesktops(listDesktopsRequest: requests.ListDesktopsRequest): Promise<responses.ListDesktopsResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class DesktopServiceClient {
208
208
  * @param ListWorkRequestErrorsRequest
209
209
  * @return ListWorkRequestErrorsResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
212
212
  */
213
213
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
214
214
  /**
@@ -218,7 +218,7 @@ export declare class DesktopServiceClient {
218
218
  * @param ListWorkRequestLogsRequest
219
219
  * @return ListWorkRequestLogsResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
222
222
  */
223
223
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
224
224
  /**
@@ -227,7 +227,7 @@ export declare class DesktopServiceClient {
227
227
  * @param ListWorkRequestsRequest
228
228
  * @return ListWorkRequestsResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
231
231
  */
232
232
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
233
233
  /**
@@ -236,7 +236,7 @@ export declare class DesktopServiceClient {
236
236
  * @param StartDesktopRequest
237
237
  * @return StartDesktopResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
240
240
  */
241
241
  startDesktop(startDesktopRequest: requests.StartDesktopRequest): Promise<responses.StartDesktopResponse>;
242
242
  /**
@@ -246,7 +246,7 @@ export declare class DesktopServiceClient {
246
246
  * @param StartDesktopPoolRequest
247
247
  * @return StartDesktopPoolResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
250
250
  */
251
251
  startDesktopPool(startDesktopPoolRequest: requests.StartDesktopPoolRequest): Promise<responses.StartDesktopPoolResponse>;
252
252
  /**
@@ -256,7 +256,7 @@ export declare class DesktopServiceClient {
256
256
  * @param StopDesktopRequest
257
257
  * @return StopDesktopResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
260
260
  */
261
261
  stopDesktop(stopDesktopRequest: requests.StopDesktopRequest): Promise<responses.StopDesktopResponse>;
262
262
  /**
@@ -266,7 +266,7 @@ export declare class DesktopServiceClient {
266
266
  * @param StopDesktopPoolRequest
267
267
  * @return StopDesktopPoolResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
270
270
  */
271
271
  stopDesktopPool(stopDesktopPoolRequest: requests.StopDesktopPoolRequest): Promise<responses.StopDesktopPoolResponse>;
272
272
  /**
@@ -275,7 +275,7 @@ export declare class DesktopServiceClient {
275
275
  * @param UpdateDesktopRequest
276
276
  * @return UpdateDesktopResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
279
279
  */
280
280
  updateDesktop(updateDesktopRequest: requests.UpdateDesktopRequest): Promise<responses.UpdateDesktopResponse>;
281
281
  /**
@@ -285,7 +285,7 @@ export declare class DesktopServiceClient {
285
285
  * @param UpdateDesktopPoolRequest
286
286
  * @return UpdateDesktopPoolResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
289
289
  */
290
290
  updateDesktopPool(updateDesktopPoolRequest: requests.UpdateDesktopPoolRequest): Promise<responses.UpdateDesktopPoolResponse>;
291
291
  }
package/lib/client.js CHANGED
@@ -197,7 +197,7 @@ class DesktopServiceClient {
197
197
  * @param CancelWorkRequestRequest
198
198
  * @return CancelWorkRequestResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
201
201
  */
202
202
  cancelWorkRequest(cancelWorkRequestRequest) {
203
203
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +253,7 @@ class DesktopServiceClient {
253
253
  * @param ChangeDesktopPoolCompartmentRequest
254
254
  * @return ChangeDesktopPoolCompartmentResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
257
257
  */
258
258
  changeDesktopPoolCompartment(changeDesktopPoolCompartmentRequest) {
259
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -315,7 +315,7 @@ class DesktopServiceClient {
315
315
  * @param CreateDesktopPoolRequest
316
316
  * @return CreateDesktopPoolResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
319
319
  */
320
320
  createDesktopPool(createDesktopPoolRequest) {
321
321
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class DesktopServiceClient {
394
394
  * @param DeleteDesktopRequest
395
395
  * @return DeleteDesktopResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
398
398
  */
399
399
  deleteDesktop(deleteDesktopRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -455,7 +455,7 @@ class DesktopServiceClient {
455
455
  * @param DeleteDesktopPoolRequest
456
456
  * @return DeleteDesktopPoolResponse
457
457
  * @throws OciError when an error occurs
458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
459
459
  */
460
460
  deleteDesktopPool(deleteDesktopPoolRequest) {
461
461
  return __awaiter(this, void 0, void 0, function* () {
@@ -517,7 +517,7 @@ class DesktopServiceClient {
517
517
  * @param GetDesktopRequest
518
518
  * @return GetDesktopResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
521
521
  */
522
522
  getDesktop(getDesktopRequest) {
523
523
  return __awaiter(this, void 0, void 0, function* () {
@@ -581,7 +581,7 @@ class DesktopServiceClient {
581
581
  * @param GetDesktopPoolRequest
582
582
  * @return GetDesktopPoolResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
585
585
  */
586
586
  getDesktopPool(getDesktopPoolRequest) {
587
587
  return __awaiter(this, void 0, void 0, function* () {
@@ -644,7 +644,7 @@ class DesktopServiceClient {
644
644
  * @param GetWorkRequestRequest
645
645
  * @return GetWorkRequestResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
648
648
  */
649
649
  getWorkRequest(getWorkRequestRequest) {
650
650
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class DesktopServiceClient {
708
708
  * @param ListDesktopPoolDesktopsRequest
709
709
  * @return ListDesktopPoolDesktopsResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
712
712
  */
713
713
  listDesktopPoolDesktops(listDesktopPoolDesktopsRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -782,7 +782,7 @@ class DesktopServiceClient {
782
782
  * @param ListDesktopPoolVolumesRequest
783
783
  * @return ListDesktopPoolVolumesResponse
784
784
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
786
786
  */
787
787
  listDesktopPoolVolumes(listDesktopPoolVolumesRequest) {
788
788
  return __awaiter(this, void 0, void 0, function* () {
@@ -856,7 +856,7 @@ class DesktopServiceClient {
856
856
  * @param ListDesktopPoolsRequest
857
857
  * @return ListDesktopPoolsResponse
858
858
  * @throws OciError when an error occurs
859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
860
860
  */
861
861
  listDesktopPools(listDesktopPoolsRequest) {
862
862
  return __awaiter(this, void 0, void 0, function* () {
@@ -928,7 +928,7 @@ class DesktopServiceClient {
928
928
  * @param ListDesktopsRequest
929
929
  * @return ListDesktopsResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
932
932
  */
933
933
  listDesktops(listDesktopsRequest) {
934
934
  return __awaiter(this, void 0, void 0, function* () {
@@ -1000,7 +1000,7 @@ class DesktopServiceClient {
1000
1000
  * @param ListWorkRequestErrorsRequest
1001
1001
  * @return ListWorkRequestErrorsResponse
1002
1002
  * @throws OciError when an error occurs
1003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1004
1004
  */
1005
1005
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1006
1006
  return __awaiter(this, void 0, void 0, function* () {
@@ -1069,7 +1069,7 @@ class DesktopServiceClient {
1069
1069
  * @param ListWorkRequestLogsRequest
1070
1070
  * @return ListWorkRequestLogsResponse
1071
1071
  * @throws OciError when an error occurs
1072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1073
1073
  */
1074
1074
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1075
1075
  return __awaiter(this, void 0, void 0, function* () {
@@ -1137,7 +1137,7 @@ class DesktopServiceClient {
1137
1137
  * @param ListWorkRequestsRequest
1138
1138
  * @return ListWorkRequestsResponse
1139
1139
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1141
1141
  */
1142
1142
  listWorkRequests(listWorkRequestsRequest) {
1143
1143
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,7 +1207,7 @@ class DesktopServiceClient {
1207
1207
  * @param StartDesktopRequest
1208
1208
  * @return StartDesktopResponse
1209
1209
  * @throws OciError when an error occurs
1210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
1211
1211
  */
1212
1212
  startDesktop(startDesktopRequest) {
1213
1213
  return __awaiter(this, void 0, void 0, function* () {
@@ -1269,7 +1269,7 @@ class DesktopServiceClient {
1269
1269
  * @param StartDesktopPoolRequest
1270
1270
  * @return StartDesktopPoolResponse
1271
1271
  * @throws OciError when an error occurs
1272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
1272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
1273
1273
  */
1274
1274
  startDesktopPool(startDesktopPoolRequest) {
1275
1275
  return __awaiter(this, void 0, void 0, function* () {
@@ -1331,7 +1331,7 @@ class DesktopServiceClient {
1331
1331
  * @param StopDesktopRequest
1332
1332
  * @return StopDesktopResponse
1333
1333
  * @throws OciError when an error occurs
1334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
1334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
1335
1335
  */
1336
1336
  stopDesktop(stopDesktopRequest) {
1337
1337
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1393,7 @@ class DesktopServiceClient {
1393
1393
  * @param StopDesktopPoolRequest
1394
1394
  * @return StopDesktopPoolResponse
1395
1395
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
1397
1397
  */
1398
1398
  stopDesktopPool(stopDesktopPoolRequest) {
1399
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1454,7 +1454,7 @@ class DesktopServiceClient {
1454
1454
  * @param UpdateDesktopRequest
1455
1455
  * @return UpdateDesktopResponse
1456
1456
  * @throws OciError when an error occurs
1457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
1457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
1458
1458
  */
1459
1459
  updateDesktop(updateDesktopRequest) {
1460
1460
  return __awaiter(this, void 0, void 0, function* () {
@@ -1516,7 +1516,7 @@ class DesktopServiceClient {
1516
1516
  * @param UpdateDesktopPoolRequest
1517
1517
  * @return UpdateDesktopPoolResponse
1518
1518
  * @throws OciError when an error occurs
1519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
1519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
1520
1520
  */
1521
1521
  updateDesktopPool(updateDesktopPoolRequest) {
1522
1522
  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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.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.82.1",
3
+ "version": "2.82.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.82.1",
19
- "oci-workrequests": "2.82.1"
18
+ "oci-common": "2.82.2",
19
+ "oci-workrequests": "2.82.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"