oci-desktops 2.102.1 → 2.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/lib/client.d.ts +21 -21
  2. package/lib/client.js +21 -21
  3. package/lib/model/create-desktop-pool-details.d.ts +2 -2
  4. package/lib/model/create-desktop-pool-private-access-details.d.ts +1 -1
  5. package/lib/model/desktop-network-configuration.d.ts +2 -2
  6. package/lib/model/desktop-pool-desktop-summary.d.ts +2 -2
  7. package/lib/model/desktop-pool-private-access-details.d.ts +2 -2
  8. package/lib/model/desktop-pool-summary.d.ts +2 -2
  9. package/lib/model/desktop-pool-volume-summary.d.ts +2 -2
  10. package/lib/model/desktop-pool.d.ts +2 -2
  11. package/lib/model/desktop-summary.d.ts +2 -2
  12. package/lib/model/desktop.d.ts +2 -2
  13. package/lib/model/update-desktop-details.d.ts +2 -2
  14. package/lib/model/update-desktop-pool-details.d.ts +2 -2
  15. package/lib/model/work-request-error.d.ts +1 -1
  16. package/lib/request/cancel-work-request-request.d.ts +1 -1
  17. package/lib/request/change-desktop-pool-compartment-request.d.ts +1 -1
  18. package/lib/request/create-desktop-pool-request.d.ts +1 -1
  19. package/lib/request/delete-desktop-pool-request.d.ts +1 -1
  20. package/lib/request/delete-desktop-request.d.ts +1 -1
  21. package/lib/request/get-desktop-pool-request.d.ts +1 -1
  22. package/lib/request/get-desktop-request.d.ts +1 -1
  23. package/lib/request/get-work-request-request.d.ts +1 -1
  24. package/lib/request/list-desktop-pool-desktops-request.d.ts +1 -1
  25. package/lib/request/list-desktop-pool-volumes-request.d.ts +1 -1
  26. package/lib/request/list-desktop-pools-request.d.ts +1 -1
  27. package/lib/request/list-desktops-request.d.ts +1 -1
  28. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  29. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  30. package/lib/request/list-work-requests-request.d.ts +1 -1
  31. package/lib/request/start-desktop-pool-request.d.ts +1 -1
  32. package/lib/request/start-desktop-request.d.ts +1 -1
  33. package/lib/request/stop-desktop-pool-request.d.ts +1 -1
  34. package/lib/request/stop-desktop-request.d.ts +1 -1
  35. package/lib/request/update-desktop-pool-request.d.ts +1 -1
  36. package/lib/request/update-desktop-request.d.ts +1 -1
  37. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -101,7 +101,7 @@ export declare class DesktopServiceClient {
101
101
  * @param CancelWorkRequestRequest
102
102
  * @return CancelWorkRequestResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
104
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
105
105
  */
106
106
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
107
107
  /**
@@ -111,7 +111,7 @@ export declare class DesktopServiceClient {
111
111
  * @param ChangeDesktopPoolCompartmentRequest
112
112
  * @return ChangeDesktopPoolCompartmentResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
114
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
115
115
  */
116
116
  changeDesktopPoolCompartment(changeDesktopPoolCompartmentRequest: requests.ChangeDesktopPoolCompartmentRequest): Promise<responses.ChangeDesktopPoolCompartmentResponse>;
117
117
  /**
@@ -120,7 +120,7 @@ export declare class DesktopServiceClient {
120
120
  * @param CreateDesktopPoolRequest
121
121
  * @return CreateDesktopPoolResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
123
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
124
124
  */
125
125
  createDesktopPool(createDesktopPoolRequest: requests.CreateDesktopPoolRequest): Promise<responses.CreateDesktopPoolResponse>;
126
126
  /**
@@ -130,7 +130,7 @@ export declare class DesktopServiceClient {
130
130
  * @param DeleteDesktopRequest
131
131
  * @return DeleteDesktopResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
133
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
134
134
  */
135
135
  deleteDesktop(deleteDesktopRequest: requests.DeleteDesktopRequest): Promise<responses.DeleteDesktopResponse>;
136
136
  /**
@@ -140,7 +140,7 @@ export declare class DesktopServiceClient {
140
140
  * @param DeleteDesktopPoolRequest
141
141
  * @return DeleteDesktopPoolResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
143
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
144
144
  */
145
145
  deleteDesktopPool(deleteDesktopPoolRequest: requests.DeleteDesktopPoolRequest): Promise<responses.DeleteDesktopPoolResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class DesktopServiceClient {
149
149
  * @param GetDesktopRequest
150
150
  * @return GetDesktopResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
152
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
153
153
  */
154
154
  getDesktop(getDesktopRequest: requests.GetDesktopRequest): Promise<responses.GetDesktopResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class DesktopServiceClient {
159
159
  * @param GetDesktopPoolRequest
160
160
  * @return GetDesktopPoolResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
162
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
163
163
  */
164
164
  getDesktopPool(getDesktopPoolRequest: requests.GetDesktopPoolRequest): Promise<responses.GetDesktopPoolResponse>;
165
165
  /**
@@ -168,7 +168,7 @@ export declare class DesktopServiceClient {
168
168
  * @param GetWorkRequestRequest
169
169
  * @return GetWorkRequestResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
171
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
172
172
  */
173
173
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
174
174
  /**
@@ -178,7 +178,7 @@ export declare class DesktopServiceClient {
178
178
  * @param ListDesktopPoolDesktopsRequest
179
179
  * @return ListDesktopPoolDesktopsResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
181
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
182
182
  */
183
183
  listDesktopPoolDesktops(listDesktopPoolDesktopsRequest: requests.ListDesktopPoolDesktopsRequest): Promise<responses.ListDesktopPoolDesktopsResponse>;
184
184
  /**
@@ -188,7 +188,7 @@ export declare class DesktopServiceClient {
188
188
  * @param ListDesktopPoolVolumesRequest
189
189
  * @return ListDesktopPoolVolumesResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
191
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
192
192
  */
193
193
  listDesktopPoolVolumes(listDesktopPoolVolumesRequest: requests.ListDesktopPoolVolumesRequest): Promise<responses.ListDesktopPoolVolumesResponse>;
194
194
  /**
@@ -198,7 +198,7 @@ export declare class DesktopServiceClient {
198
198
  * @param ListDesktopPoolsRequest
199
199
  * @return ListDesktopPoolsResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
201
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
202
202
  */
203
203
  listDesktopPools(listDesktopPoolsRequest: requests.ListDesktopPoolsRequest): Promise<responses.ListDesktopPoolsResponse>;
204
204
  /**
@@ -208,7 +208,7 @@ export declare class DesktopServiceClient {
208
208
  * @param ListDesktopsRequest
209
209
  * @return ListDesktopsResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
211
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
212
212
  */
213
213
  listDesktops(listDesktopsRequest: requests.ListDesktopsRequest): Promise<responses.ListDesktopsResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class DesktopServiceClient {
217
217
  * @param ListWorkRequestErrorsRequest
218
218
  * @return ListWorkRequestErrorsResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
220
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
221
221
  */
222
222
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class DesktopServiceClient {
227
227
  * @param ListWorkRequestLogsRequest
228
228
  * @return ListWorkRequestLogsResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
230
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
231
231
  */
232
232
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
233
233
  /**
@@ -236,7 +236,7 @@ export declare class DesktopServiceClient {
236
236
  * @param ListWorkRequestsRequest
237
237
  * @return ListWorkRequestsResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
239
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
240
240
  */
241
241
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
242
242
  /**
@@ -245,7 +245,7 @@ export declare class DesktopServiceClient {
245
245
  * @param StartDesktopRequest
246
246
  * @return StartDesktopResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
248
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
249
249
  */
250
250
  startDesktop(startDesktopRequest: requests.StartDesktopRequest): Promise<responses.StartDesktopResponse>;
251
251
  /**
@@ -255,7 +255,7 @@ export declare class DesktopServiceClient {
255
255
  * @param StartDesktopPoolRequest
256
256
  * @return StartDesktopPoolResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
258
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
259
259
  */
260
260
  startDesktopPool(startDesktopPoolRequest: requests.StartDesktopPoolRequest): Promise<responses.StartDesktopPoolResponse>;
261
261
  /**
@@ -265,7 +265,7 @@ export declare class DesktopServiceClient {
265
265
  * @param StopDesktopRequest
266
266
  * @return StopDesktopResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
268
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
269
269
  */
270
270
  stopDesktop(stopDesktopRequest: requests.StopDesktopRequest): Promise<responses.StopDesktopResponse>;
271
271
  /**
@@ -275,7 +275,7 @@ export declare class DesktopServiceClient {
275
275
  * @param StopDesktopPoolRequest
276
276
  * @return StopDesktopPoolResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
278
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
279
279
  */
280
280
  stopDesktopPool(stopDesktopPoolRequest: requests.StopDesktopPoolRequest): Promise<responses.StopDesktopPoolResponse>;
281
281
  /**
@@ -284,7 +284,7 @@ export declare class DesktopServiceClient {
284
284
  * @param UpdateDesktopRequest
285
285
  * @return UpdateDesktopResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
287
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
288
288
  */
289
289
  updateDesktop(updateDesktopRequest: requests.UpdateDesktopRequest): Promise<responses.UpdateDesktopResponse>;
290
290
  /**
@@ -294,7 +294,7 @@ export declare class DesktopServiceClient {
294
294
  * @param UpdateDesktopPoolRequest
295
295
  * @return UpdateDesktopPoolResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
297
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
298
298
  */
299
299
  updateDesktopPool(updateDesktopPoolRequest: requests.UpdateDesktopPoolRequest): Promise<responses.UpdateDesktopPoolResponse>;
300
300
  }
package/lib/client.js CHANGED
@@ -214,7 +214,7 @@ class DesktopServiceClient {
214
214
  * @param CancelWorkRequestRequest
215
215
  * @return CancelWorkRequestResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
217
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
218
218
  */
219
219
  cancelWorkRequest(cancelWorkRequestRequest) {
220
220
  return __awaiter(this, void 0, void 0, function* () {
@@ -270,7 +270,7 @@ class DesktopServiceClient {
270
270
  * @param ChangeDesktopPoolCompartmentRequest
271
271
  * @return ChangeDesktopPoolCompartmentResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
273
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartment API.
274
274
  */
275
275
  changeDesktopPoolCompartment(changeDesktopPoolCompartmentRequest) {
276
276
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class DesktopServiceClient {
332
332
  * @param CreateDesktopPoolRequest
333
333
  * @return CreateDesktopPoolResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
335
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPool API.
336
336
  */
337
337
  createDesktopPool(createDesktopPoolRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -411,7 +411,7 @@ class DesktopServiceClient {
411
411
  * @param DeleteDesktopRequest
412
412
  * @return DeleteDesktopResponse
413
413
  * @throws OciError when an error occurs
414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
414
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktop API.
415
415
  */
416
416
  deleteDesktop(deleteDesktopRequest) {
417
417
  return __awaiter(this, void 0, void 0, function* () {
@@ -472,7 +472,7 @@ class DesktopServiceClient {
472
472
  * @param DeleteDesktopPoolRequest
473
473
  * @return DeleteDesktopPoolResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
475
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPool API.
476
476
  */
477
477
  deleteDesktopPool(deleteDesktopPoolRequest) {
478
478
  return __awaiter(this, void 0, void 0, function* () {
@@ -534,7 +534,7 @@ class DesktopServiceClient {
534
534
  * @param GetDesktopRequest
535
535
  * @return GetDesktopResponse
536
536
  * @throws OciError when an error occurs
537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
537
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktop.ts.html |here} to see how to use GetDesktop API.
538
538
  */
539
539
  getDesktop(getDesktopRequest) {
540
540
  return __awaiter(this, void 0, void 0, function* () {
@@ -598,7 +598,7 @@ class DesktopServiceClient {
598
598
  * @param GetDesktopPoolRequest
599
599
  * @return GetDesktopPoolResponse
600
600
  * @throws OciError when an error occurs
601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
601
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPool API.
602
602
  */
603
603
  getDesktopPool(getDesktopPoolRequest) {
604
604
  return __awaiter(this, void 0, void 0, function* () {
@@ -661,7 +661,7 @@ class DesktopServiceClient {
661
661
  * @param GetWorkRequestRequest
662
662
  * @return GetWorkRequestResponse
663
663
  * @throws OciError when an error occurs
664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
664
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
665
665
  */
666
666
  getWorkRequest(getWorkRequestRequest) {
667
667
  return __awaiter(this, void 0, void 0, function* () {
@@ -725,7 +725,7 @@ class DesktopServiceClient {
725
725
  * @param ListDesktopPoolDesktopsRequest
726
726
  * @return ListDesktopPoolDesktopsResponse
727
727
  * @throws OciError when an error occurs
728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
728
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktops API.
729
729
  */
730
730
  listDesktopPoolDesktops(listDesktopPoolDesktopsRequest) {
731
731
  return __awaiter(this, void 0, void 0, function* () {
@@ -799,7 +799,7 @@ class DesktopServiceClient {
799
799
  * @param ListDesktopPoolVolumesRequest
800
800
  * @return ListDesktopPoolVolumesResponse
801
801
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
802
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumes API.
803
803
  */
804
804
  listDesktopPoolVolumes(listDesktopPoolVolumesRequest) {
805
805
  return __awaiter(this, void 0, void 0, function* () {
@@ -873,7 +873,7 @@ class DesktopServiceClient {
873
873
  * @param ListDesktopPoolsRequest
874
874
  * @return ListDesktopPoolsResponse
875
875
  * @throws OciError when an error occurs
876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
876
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPools API.
877
877
  */
878
878
  listDesktopPools(listDesktopPoolsRequest) {
879
879
  return __awaiter(this, void 0, void 0, function* () {
@@ -945,7 +945,7 @@ class DesktopServiceClient {
945
945
  * @param ListDesktopsRequest
946
946
  * @return ListDesktopsResponse
947
947
  * @throws OciError when an error occurs
948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
948
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListDesktops.ts.html |here} to see how to use ListDesktops API.
949
949
  */
950
950
  listDesktops(listDesktopsRequest) {
951
951
  return __awaiter(this, void 0, void 0, function* () {
@@ -1017,7 +1017,7 @@ class DesktopServiceClient {
1017
1017
  * @param ListWorkRequestErrorsRequest
1018
1018
  * @return ListWorkRequestErrorsResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1020
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1021
1021
  */
1022
1022
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1023
1023
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class DesktopServiceClient {
1086
1086
  * @param ListWorkRequestLogsRequest
1087
1087
  * @return ListWorkRequestLogsResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1089
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1090
1090
  */
1091
1091
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1154,7 +1154,7 @@ class DesktopServiceClient {
1154
1154
  * @param ListWorkRequestsRequest
1155
1155
  * @return ListWorkRequestsResponse
1156
1156
  * @throws OciError when an error occurs
1157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1157
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1158
1158
  */
1159
1159
  listWorkRequests(listWorkRequestsRequest) {
1160
1160
  return __awaiter(this, void 0, void 0, function* () {
@@ -1224,7 +1224,7 @@ class DesktopServiceClient {
1224
1224
  * @param StartDesktopRequest
1225
1225
  * @return StartDesktopResponse
1226
1226
  * @throws OciError when an error occurs
1227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
1227
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktop.ts.html |here} to see how to use StartDesktop API.
1228
1228
  */
1229
1229
  startDesktop(startDesktopRequest) {
1230
1230
  return __awaiter(this, void 0, void 0, function* () {
@@ -1286,7 +1286,7 @@ class DesktopServiceClient {
1286
1286
  * @param StartDesktopPoolRequest
1287
1287
  * @return StartDesktopPoolResponse
1288
1288
  * @throws OciError when an error occurs
1289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
1289
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPool API.
1290
1290
  */
1291
1291
  startDesktopPool(startDesktopPoolRequest) {
1292
1292
  return __awaiter(this, void 0, void 0, function* () {
@@ -1348,7 +1348,7 @@ class DesktopServiceClient {
1348
1348
  * @param StopDesktopRequest
1349
1349
  * @return StopDesktopResponse
1350
1350
  * @throws OciError when an error occurs
1351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
1351
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktop.ts.html |here} to see how to use StopDesktop API.
1352
1352
  */
1353
1353
  stopDesktop(stopDesktopRequest) {
1354
1354
  return __awaiter(this, void 0, void 0, function* () {
@@ -1412,7 +1412,7 @@ class DesktopServiceClient {
1412
1412
  * @param StopDesktopPoolRequest
1413
1413
  * @return StopDesktopPoolResponse
1414
1414
  * @throws OciError when an error occurs
1415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
1415
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPool API.
1416
1416
  */
1417
1417
  stopDesktopPool(stopDesktopPoolRequest) {
1418
1418
  return __awaiter(this, void 0, void 0, function* () {
@@ -1473,7 +1473,7 @@ class DesktopServiceClient {
1473
1473
  * @param UpdateDesktopRequest
1474
1474
  * @return UpdateDesktopResponse
1475
1475
  * @throws OciError when an error occurs
1476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
1476
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktop API.
1477
1477
  */
1478
1478
  updateDesktop(updateDesktopRequest) {
1479
1479
  return __awaiter(this, void 0, void 0, function* () {
@@ -1535,7 +1535,7 @@ class DesktopServiceClient {
1535
1535
  * @param UpdateDesktopPoolRequest
1536
1536
  * @return UpdateDesktopPoolResponse
1537
1537
  * @throws OciError when an error occurs
1538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
1538
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPool API.
1539
1539
  */
1540
1540
  updateDesktopPool(updateDesktopPoolRequest) {
1541
1541
  return __awaiter(this, void 0, void 0, function* () {
@@ -87,7 +87,7 @@ export interface CreateDesktopPoolDetails {
87
87
  */
88
88
  "availabilityDomain": string;
89
89
  /**
90
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
90
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
91
91
  * Example: {@code {\"Department\": \"Finance\"}}
92
92
  *
93
93
  */
@@ -96,7 +96,7 @@ export interface CreateDesktopPoolDetails {
96
96
  };
97
97
  /**
98
98
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
99
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
99
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
100
100
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
101
101
  *
102
102
  */
@@ -17,7 +17,7 @@
17
17
  */
18
18
  export interface CreateDesktopPoolPrivateAccessDetails {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the
21
21
  * connectivity will be established.
22
22
  *
23
23
  */
@@ -16,12 +16,12 @@
16
16
  */
17
17
  export interface DesktopNetworkConfiguration {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the customer VCN.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
20
20
  *
21
21
  */
22
22
  "vcnId": string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the
25
25
  * connectivity will be established.
26
26
  *
27
27
  */
@@ -42,7 +42,7 @@ export interface DesktopPoolDesktopSummary {
42
42
  */
43
43
  "timeCreated": Date;
44
44
  /**
45
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
45
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
46
  * Example: {@code {\"Department\": \"Finance\"}}
47
47
  *
48
48
  */
@@ -51,7 +51,7 @@ export interface DesktopPoolDesktopSummary {
51
51
  };
52
52
  /**
53
53
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
54
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
54
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
55
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
56
56
  *
57
57
  */
@@ -17,7 +17,7 @@
17
17
  */
18
18
  export interface DesktopPoolPrivateAccessDetails {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the customer VCN.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
21
21
  *
22
22
  */
23
23
  "vcnId": string;
@@ -29,7 +29,7 @@ export interface DesktopPoolPrivateAccessDetails {
29
29
  */
30
30
  "endpointFqdn"?: string;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the
33
33
  * connectivity will be established.
34
34
  *
35
35
  */
@@ -38,7 +38,7 @@ export interface DesktopPoolSummary {
38
38
  */
39
39
  "activeDesktops"?: number;
40
40
  /**
41
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
41
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42
42
  * Example: {@code {\"Department\": \"Finance\"}}
43
43
  *
44
44
  */
@@ -47,7 +47,7 @@ export interface DesktopPoolSummary {
47
47
  };
48
48
  /**
49
49
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
50
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
50
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
51
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
52
52
  *
53
53
  */
@@ -40,7 +40,7 @@ export interface DesktopPoolVolumeSummary {
40
40
  */
41
41
  "availabilityDomain": string;
42
42
  /**
43
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44
44
  * Example: {@code {\"Department\": \"Finance\"}}
45
45
  *
46
46
  */
@@ -49,7 +49,7 @@ export interface DesktopPoolVolumeSummary {
49
49
  };
50
50
  /**
51
51
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
52
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
52
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
53
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
54
54
  *
55
55
  */
@@ -99,7 +99,7 @@ export interface DesktopPool {
99
99
  */
100
100
  "availabilityDomain": string;
101
101
  /**
102
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
102
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
103
103
  * Example: {@code {\"Department\": \"Finance\"}}
104
104
  *
105
105
  */
@@ -108,7 +108,7 @@ export interface DesktopPool {
108
108
  };
109
109
  /**
110
110
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
111
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
111
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
112
112
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
113
113
  *
114
114
  */
@@ -41,7 +41,7 @@ export interface DesktopSummary {
41
41
  */
42
42
  "poolId": string;
43
43
  /**
44
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
44
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
45
45
  * Example: {@code {\"Department\": \"Finance\"}}
46
46
  *
47
47
  */
@@ -50,7 +50,7 @@ export interface DesktopSummary {
50
50
  };
51
51
  /**
52
52
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
53
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
53
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
54
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
55
55
  *
56
56
  */
@@ -43,7 +43,7 @@ export interface Desktop {
43
43
  */
44
44
  "poolId": string;
45
45
  /**
46
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
46
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
47
47
  * Example: {@code {\"Department\": \"Finance\"}}
48
48
  *
49
49
  */
@@ -52,7 +52,7 @@ export interface Desktop {
52
52
  };
53
53
  /**
54
54
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
55
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
56
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
57
57
  *
58
58
  */
@@ -20,7 +20,7 @@ export interface UpdateDesktopDetails {
20
20
  */
21
21
  "displayName"?: string;
22
22
  /**
23
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
23
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
24
24
  * Example: {@code {\"Department\": \"Finance\"}}
25
25
  *
26
26
  */
@@ -29,7 +29,7 @@ export interface UpdateDesktopDetails {
29
29
  };
30
30
  /**
31
31
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
32
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
32
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
34
34
  *
35
35
  */
@@ -51,7 +51,7 @@ export interface UpdateDesktopPoolDetails {
51
51
  */
52
52
  "timeStopScheduled"?: Date;
53
53
  /**
54
- * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
54
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
55
  * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
@@ -60,7 +60,7 @@ export interface UpdateDesktopPoolDetails {
60
60
  };
61
61
  /**
62
62
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
63
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
63
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
64
64
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
65
65
  *
66
66
  */
@@ -17,7 +17,7 @@
17
17
  export interface WorkRequestError {
18
18
  /**
19
19
  * A machine-usable code for the error that occured. Error codes are listed on
20
- * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
20
+ * (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
21
21
  *
22
22
  */
23
23
  "code": string;
@@ -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/latest/desktops/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ChangeDesktopPoolCompartment.ts.html |here} to see how to use ChangeDesktopPoolCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/CreateDesktopPool.ts.html |here} to see how to use CreateDesktopPoolRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/DeleteDesktopPool.ts.html |here} to see how to use DeleteDesktopPoolRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/DeleteDesktop.ts.html |here} to see how to use DeleteDesktopRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/GetDesktopPool.ts.html |here} to see how to use GetDesktopPoolRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/GetDesktop.ts.html |here} to see how to use GetDesktopRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListDesktopPoolDesktops.ts.html |here} to see how to use ListDesktopPoolDesktopsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListDesktopPoolVolumes.ts.html |here} to see how to use ListDesktopPoolVolumesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListDesktopPools.ts.html |here} to see how to use ListDesktopPoolsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListDesktops.ts.html |here} to see how to use ListDesktopsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/StartDesktopPool.ts.html |here} to see how to use StartDesktopPoolRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/StartDesktop.ts.html |here} to see how to use StartDesktopRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/StopDesktopPool.ts.html |here} to see how to use StopDesktopPoolRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/StopDesktop.ts.html |here} to see how to use StopDesktopRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/UpdateDesktopPool.ts.html |here} to see how to use UpdateDesktopPoolRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/desktops/UpdateDesktop.ts.html |here} to see how to use UpdateDesktopRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.102.1",
3
+ "version": "2.103.0",
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.102.1",
19
- "oci-workrequests": "2.102.1"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"