oci-fleetsoftwareupdate 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 (59) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  3. package/lib/model/change-fsu-action-compartment-details.d.ts +1 -1
  4. package/lib/model/change-fsu-collection-compartment-details.d.ts +1 -1
  5. package/lib/model/change-fsu-cycle-compartment-details.d.ts +1 -1
  6. package/lib/model/change-fsu-discovery-compartment-details.d.ts +1 -1
  7. package/lib/model/fsu-collection-summary.d.ts +1 -1
  8. package/lib/model/fsu-collection.d.ts +1 -1
  9. package/lib/model/fsu-cycle.d.ts +1 -1
  10. package/lib/model/rollback-cycle-fsu-job-summary.d.ts +2 -2
  11. package/lib/model/rollback-cycle-fsu-job.d.ts +2 -2
  12. package/lib/model/work-request-error.d.ts +1 -1
  13. package/lib/request/abort-fsu-discovery-request.d.ts +1 -1
  14. package/lib/request/add-fsu-collection-targets-request.d.ts +1 -1
  15. package/lib/request/cancel-fsu-action-request.d.ts +1 -1
  16. package/lib/request/change-fsu-action-compartment-request.d.ts +1 -1
  17. package/lib/request/change-fsu-collection-compartment-request.d.ts +1 -1
  18. package/lib/request/change-fsu-cycle-compartment-request.d.ts +1 -1
  19. package/lib/request/change-fsu-discovery-compartment-request.d.ts +1 -1
  20. package/lib/request/clone-fsu-cycle-request.d.ts +1 -1
  21. package/lib/request/create-fsu-action-request.d.ts +1 -1
  22. package/lib/request/create-fsu-collection-request.d.ts +1 -1
  23. package/lib/request/create-fsu-cycle-request.d.ts +1 -1
  24. package/lib/request/create-fsu-discovery-request.d.ts +1 -1
  25. package/lib/request/delete-fsu-action-request.d.ts +1 -1
  26. package/lib/request/delete-fsu-collection-request.d.ts +1 -1
  27. package/lib/request/delete-fsu-collection-target-request.d.ts +1 -1
  28. package/lib/request/delete-fsu-cycle-request.d.ts +1 -1
  29. package/lib/request/delete-fsu-discovery-request.d.ts +1 -1
  30. package/lib/request/delete-fsu-job-request.d.ts +1 -1
  31. package/lib/request/get-fsu-action-output-content-request.d.ts +1 -1
  32. package/lib/request/get-fsu-action-request.d.ts +1 -1
  33. package/lib/request/get-fsu-collection-request.d.ts +1 -1
  34. package/lib/request/get-fsu-collection-target-request.d.ts +1 -1
  35. package/lib/request/get-fsu-cycle-request.d.ts +1 -1
  36. package/lib/request/get-fsu-discovery-request.d.ts +1 -1
  37. package/lib/request/get-fsu-job-output-content-request.d.ts +1 -1
  38. package/lib/request/get-fsu-job-request.d.ts +1 -1
  39. package/lib/request/get-work-request-request.d.ts +1 -1
  40. package/lib/request/list-fsu-actions-request.d.ts +1 -1
  41. package/lib/request/list-fsu-collection-targets-request.d.ts +1 -1
  42. package/lib/request/list-fsu-collections-request.d.ts +1 -1
  43. package/lib/request/list-fsu-cycles-request.d.ts +1 -1
  44. package/lib/request/list-fsu-discoveries-request.d.ts +1 -1
  45. package/lib/request/list-fsu-discovery-targets-request.d.ts +1 -1
  46. package/lib/request/list-fsu-job-outputs-request.d.ts +1 -1
  47. package/lib/request/list-fsu-jobs-request.d.ts +1 -1
  48. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  49. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  50. package/lib/request/list-work-requests-request.d.ts +1 -1
  51. package/lib/request/remove-fsu-collection-targets-request.d.ts +1 -1
  52. package/lib/request/resume-fsu-action-request.d.ts +1 -1
  53. package/lib/request/retry-fsu-job-request.d.ts +1 -1
  54. package/lib/request/update-fsu-action-request.d.ts +1 -1
  55. package/lib/request/update-fsu-collection-request.d.ts +1 -1
  56. package/lib/request/update-fsu-cycle-request.d.ts +1 -1
  57. package/lib/request/update-fsu-discovery-request.d.ts +1 -1
  58. package/lib/request/update-fsu-job-request.d.ts +1 -1
  59. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -216,7 +216,7 @@ class FleetSoftwareUpdateClient {
216
216
  * @param AbortFsuDiscoveryRequest
217
217
  * @return AbortFsuDiscoveryResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
219
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
220
220
  */
221
221
  abortFsuDiscovery(abortFsuDiscoveryRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -276,7 +276,7 @@ class FleetSoftwareUpdateClient {
276
276
  * @param AddFsuCollectionTargetsRequest
277
277
  * @return AddFsuCollectionTargetsResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
279
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
280
280
  */
281
281
  addFsuCollectionTargets(addFsuCollectionTargetsRequest) {
282
282
  return __awaiter(this, void 0, void 0, function* () {
@@ -339,7 +339,7 @@ class FleetSoftwareUpdateClient {
339
339
  * @param CancelFsuActionRequest
340
340
  * @return CancelFsuActionResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
342
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
343
343
  */
344
344
  cancelFsuAction(cancelFsuActionRequest) {
345
345
  return __awaiter(this, void 0, void 0, function* () {
@@ -397,7 +397,7 @@ class FleetSoftwareUpdateClient {
397
397
  * @param ChangeFsuActionCompartmentRequest
398
398
  * @return ChangeFsuActionCompartmentResponse
399
399
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
400
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
401
401
  */
402
402
  changeFsuActionCompartment(changeFsuActionCompartmentRequest) {
403
403
  return __awaiter(this, void 0, void 0, function* () {
@@ -461,7 +461,7 @@ class FleetSoftwareUpdateClient {
461
461
  * @param ChangeFsuCollectionCompartmentRequest
462
462
  * @return ChangeFsuCollectionCompartmentResponse
463
463
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
464
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
465
465
  */
466
466
  changeFsuCollectionCompartment(changeFsuCollectionCompartmentRequest) {
467
467
  return __awaiter(this, void 0, void 0, function* () {
@@ -525,7 +525,7 @@ class FleetSoftwareUpdateClient {
525
525
  * @param ChangeFsuCycleCompartmentRequest
526
526
  * @return ChangeFsuCycleCompartmentResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
528
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
529
529
  */
530
530
  changeFsuCycleCompartment(changeFsuCycleCompartmentRequest) {
531
531
  return __awaiter(this, void 0, void 0, function* () {
@@ -589,7 +589,7 @@ class FleetSoftwareUpdateClient {
589
589
  * @param ChangeFsuDiscoveryCompartmentRequest
590
590
  * @return ChangeFsuDiscoveryCompartmentResponse
591
591
  * @throws OciError when an error occurs
592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
592
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
593
593
  */
594
594
  changeFsuDiscoveryCompartment(changeFsuDiscoveryCompartmentRequest) {
595
595
  return __awaiter(this, void 0, void 0, function* () {
@@ -647,7 +647,7 @@ class FleetSoftwareUpdateClient {
647
647
  * @param CloneFsuCycleRequest
648
648
  * @return CloneFsuCycleResponse
649
649
  * @throws OciError when an error occurs
650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
650
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
651
651
  */
652
652
  cloneFsuCycle(cloneFsuCycleRequest) {
653
653
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +723,7 @@ class FleetSoftwareUpdateClient {
723
723
  * @param CreateFsuActionRequest
724
724
  * @return CreateFsuActionResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
726
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
727
727
  */
728
728
  createFsuAction(createFsuActionRequest) {
729
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -797,7 +797,7 @@ class FleetSoftwareUpdateClient {
797
797
  * @param CreateFsuCollectionRequest
798
798
  * @return CreateFsuCollectionResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
800
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
801
801
  */
802
802
  createFsuCollection(createFsuCollectionRequest) {
803
803
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +871,7 @@ class FleetSoftwareUpdateClient {
871
871
  * @param CreateFsuCycleRequest
872
872
  * @return CreateFsuCycleResponse
873
873
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
874
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
875
875
  */
876
876
  createFsuCycle(createFsuCycleRequest) {
877
877
  return __awaiter(this, void 0, void 0, function* () {
@@ -945,7 +945,7 @@ class FleetSoftwareUpdateClient {
945
945
  * @param CreateFsuDiscoveryRequest
946
946
  * @return CreateFsuDiscoveryResponse
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/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
948
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
949
949
  */
950
950
  createFsuDiscovery(createFsuDiscoveryRequest) {
951
951
  return __awaiter(this, void 0, void 0, function* () {
@@ -1019,7 +1019,7 @@ class FleetSoftwareUpdateClient {
1019
1019
  * @param DeleteFsuActionRequest
1020
1020
  * @return DeleteFsuActionResponse
1021
1021
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
1022
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
1023
1023
  */
1024
1024
  deleteFsuAction(deleteFsuActionRequest) {
1025
1025
  return __awaiter(this, void 0, void 0, function* () {
@@ -1080,7 +1080,7 @@ class FleetSoftwareUpdateClient {
1080
1080
  * @param DeleteFsuCollectionRequest
1081
1081
  * @return DeleteFsuCollectionResponse
1082
1082
  * @throws OciError when an error occurs
1083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
1083
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
1084
1084
  */
1085
1085
  deleteFsuCollection(deleteFsuCollectionRequest) {
1086
1086
  return __awaiter(this, void 0, void 0, function* () {
@@ -1143,7 +1143,7 @@ class FleetSoftwareUpdateClient {
1143
1143
  * @param DeleteFsuCollectionTargetRequest
1144
1144
  * @return DeleteFsuCollectionTargetResponse
1145
1145
  * @throws OciError when an error occurs
1146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCollectionTarget.ts.html |here} to see how to use DeleteFsuCollectionTarget API.
1146
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCollectionTarget.ts.html |here} to see how to use DeleteFsuCollectionTarget API.
1147
1147
  */
1148
1148
  deleteFsuCollectionTarget(deleteFsuCollectionTargetRequest) {
1149
1149
  return __awaiter(this, void 0, void 0, function* () {
@@ -1205,7 +1205,7 @@ class FleetSoftwareUpdateClient {
1205
1205
  * @param DeleteFsuCycleRequest
1206
1206
  * @return DeleteFsuCycleResponse
1207
1207
  * @throws OciError when an error occurs
1208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
1208
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
1209
1209
  */
1210
1210
  deleteFsuCycle(deleteFsuCycleRequest) {
1211
1211
  return __awaiter(this, void 0, void 0, function* () {
@@ -1266,7 +1266,7 @@ class FleetSoftwareUpdateClient {
1266
1266
  * @param DeleteFsuDiscoveryRequest
1267
1267
  * @return DeleteFsuDiscoveryResponse
1268
1268
  * @throws OciError when an error occurs
1269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
1269
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
1270
1270
  */
1271
1271
  deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
1272
1272
  return __awaiter(this, void 0, void 0, function* () {
@@ -1327,7 +1327,7 @@ class FleetSoftwareUpdateClient {
1327
1327
  * @param DeleteFsuJobRequest
1328
1328
  * @return DeleteFsuJobResponse
1329
1329
  * @throws OciError when an error occurs
1330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
1330
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
1331
1331
  */
1332
1332
  deleteFsuJob(deleteFsuJobRequest) {
1333
1333
  return __awaiter(this, void 0, void 0, function* () {
@@ -1383,7 +1383,7 @@ class FleetSoftwareUpdateClient {
1383
1383
  * @param GetFsuActionRequest
1384
1384
  * @return GetFsuActionResponse
1385
1385
  * @throws OciError when an error occurs
1386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
1386
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
1387
1387
  */
1388
1388
  getFsuAction(getFsuActionRequest) {
1389
1389
  return __awaiter(this, void 0, void 0, function* () {
@@ -1448,7 +1448,7 @@ class FleetSoftwareUpdateClient {
1448
1448
  * @param GetFsuActionOutputContentRequest
1449
1449
  * @return GetFsuActionOutputContentResponse
1450
1450
  * @throws OciError when an error occurs
1451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
1451
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
1452
1452
  */
1453
1453
  getFsuActionOutputContent(getFsuActionOutputContentRequest) {
1454
1454
  return __awaiter(this, void 0, void 0, function* () {
@@ -1506,7 +1506,7 @@ class FleetSoftwareUpdateClient {
1506
1506
  * @param GetFsuCollectionRequest
1507
1507
  * @return GetFsuCollectionResponse
1508
1508
  * @throws OciError when an error occurs
1509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
1509
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
1510
1510
  */
1511
1511
  getFsuCollection(getFsuCollectionRequest) {
1512
1512
  return __awaiter(this, void 0, void 0, function* () {
@@ -1570,7 +1570,7 @@ class FleetSoftwareUpdateClient {
1570
1570
  * @param GetFsuCollectionTargetRequest
1571
1571
  * @return GetFsuCollectionTargetResponse
1572
1572
  * @throws OciError when an error occurs
1573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCollectionTarget.ts.html |here} to see how to use GetFsuCollectionTarget API.
1573
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCollectionTarget.ts.html |here} to see how to use GetFsuCollectionTarget API.
1574
1574
  */
1575
1575
  getFsuCollectionTarget(getFsuCollectionTargetRequest) {
1576
1576
  return __awaiter(this, void 0, void 0, function* () {
@@ -1635,7 +1635,7 @@ class FleetSoftwareUpdateClient {
1635
1635
  * @param GetFsuCycleRequest
1636
1636
  * @return GetFsuCycleResponse
1637
1637
  * @throws OciError when an error occurs
1638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
1638
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
1639
1639
  */
1640
1640
  getFsuCycle(getFsuCycleRequest) {
1641
1641
  return __awaiter(this, void 0, void 0, function* () {
@@ -1699,7 +1699,7 @@ class FleetSoftwareUpdateClient {
1699
1699
  * @param GetFsuDiscoveryRequest
1700
1700
  * @return GetFsuDiscoveryResponse
1701
1701
  * @throws OciError when an error occurs
1702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
1702
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
1703
1703
  */
1704
1704
  getFsuDiscovery(getFsuDiscoveryRequest) {
1705
1705
  return __awaiter(this, void 0, void 0, function* () {
@@ -1763,7 +1763,7 @@ class FleetSoftwareUpdateClient {
1763
1763
  * @param GetFsuJobRequest
1764
1764
  * @return GetFsuJobResponse
1765
1765
  * @throws OciError when an error occurs
1766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
1766
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
1767
1767
  */
1768
1768
  getFsuJob(getFsuJobRequest) {
1769
1769
  return __awaiter(this, void 0, void 0, function* () {
@@ -1827,7 +1827,7 @@ class FleetSoftwareUpdateClient {
1827
1827
  * @param GetFsuJobOutputContentRequest
1828
1828
  * @return GetFsuJobOutputContentResponse
1829
1829
  * @throws OciError when an error occurs
1830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
1830
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
1831
1831
  */
1832
1832
  getFsuJobOutputContent(getFsuJobOutputContentRequest) {
1833
1833
  return __awaiter(this, void 0, void 0, function* () {
@@ -1885,7 +1885,7 @@ class FleetSoftwareUpdateClient {
1885
1885
  * @param GetWorkRequestRequest
1886
1886
  * @return GetWorkRequestResponse
1887
1887
  * @throws OciError when an error occurs
1888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1888
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1889
1889
  */
1890
1890
  getWorkRequest(getWorkRequestRequest) {
1891
1891
  return __awaiter(this, void 0, void 0, function* () {
@@ -1954,7 +1954,7 @@ class FleetSoftwareUpdateClient {
1954
1954
  * @param ListFsuActionsRequest
1955
1955
  * @return ListFsuActionsResponse
1956
1956
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
1957
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
1958
1958
  */
1959
1959
  listFsuActions(listFsuActionsRequest) {
1960
1960
  return __awaiter(this, void 0, void 0, function* () {
@@ -2026,7 +2026,7 @@ class FleetSoftwareUpdateClient {
2026
2026
  * @param ListFsuCollectionTargetsRequest
2027
2027
  * @return ListFsuCollectionTargetsResponse
2028
2028
  * @throws OciError when an error occurs
2029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
2029
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
2030
2030
  */
2031
2031
  listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
2032
2032
  return __awaiter(this, void 0, void 0, function* () {
@@ -2098,7 +2098,7 @@ class FleetSoftwareUpdateClient {
2098
2098
  * @param ListFsuCollectionsRequest
2099
2099
  * @return ListFsuCollectionsResponse
2100
2100
  * @throws OciError when an error occurs
2101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
2101
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
2102
2102
  */
2103
2103
  listFsuCollections(listFsuCollectionsRequest) {
2104
2104
  return __awaiter(this, void 0, void 0, function* () {
@@ -2169,7 +2169,7 @@ class FleetSoftwareUpdateClient {
2169
2169
  * @param ListFsuCyclesRequest
2170
2170
  * @return ListFsuCyclesResponse
2171
2171
  * @throws OciError when an error occurs
2172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
2172
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
2173
2173
  */
2174
2174
  listFsuCycles(listFsuCyclesRequest) {
2175
2175
  return __awaiter(this, void 0, void 0, function* () {
@@ -2242,7 +2242,7 @@ class FleetSoftwareUpdateClient {
2242
2242
  * @param ListFsuDiscoveriesRequest
2243
2243
  * @return ListFsuDiscoveriesResponse
2244
2244
  * @throws OciError when an error occurs
2245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
2245
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
2246
2246
  */
2247
2247
  listFsuDiscoveries(listFsuDiscoveriesRequest) {
2248
2248
  return __awaiter(this, void 0, void 0, function* () {
@@ -2312,7 +2312,7 @@ class FleetSoftwareUpdateClient {
2312
2312
  * @param ListFsuDiscoveryTargetsRequest
2313
2313
  * @return ListFsuDiscoveryTargetsResponse
2314
2314
  * @throws OciError when an error occurs
2315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
2315
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
2316
2316
  */
2317
2317
  listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
2318
2318
  return __awaiter(this, void 0, void 0, function* () {
@@ -2384,7 +2384,7 @@ class FleetSoftwareUpdateClient {
2384
2384
  * @param ListFsuJobOutputsRequest
2385
2385
  * @return ListFsuJobOutputsResponse
2386
2386
  * @throws OciError when an error occurs
2387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
2387
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
2388
2388
  */
2389
2389
  listFsuJobOutputs(listFsuJobOutputsRequest) {
2390
2390
  return __awaiter(this, void 0, void 0, function* () {
@@ -2451,7 +2451,7 @@ class FleetSoftwareUpdateClient {
2451
2451
  * @param ListFsuJobsRequest
2452
2452
  * @return ListFsuJobsResponse
2453
2453
  * @throws OciError when an error occurs
2454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
2454
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
2455
2455
  */
2456
2456
  listFsuJobs(listFsuJobsRequest) {
2457
2457
  return __awaiter(this, void 0, void 0, function* () {
@@ -2521,7 +2521,7 @@ class FleetSoftwareUpdateClient {
2521
2521
  * @param ListWorkRequestErrorsRequest
2522
2522
  * @return ListWorkRequestErrorsResponse
2523
2523
  * @throws OciError when an error occurs
2524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2524
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2525
2525
  */
2526
2526
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2527
2527
  return __awaiter(this, void 0, void 0, function* () {
@@ -2590,7 +2590,7 @@ class FleetSoftwareUpdateClient {
2590
2590
  * @param ListWorkRequestLogsRequest
2591
2591
  * @return ListWorkRequestLogsResponse
2592
2592
  * @throws OciError when an error occurs
2593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2593
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2594
2594
  */
2595
2595
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2596
2596
  return __awaiter(this, void 0, void 0, function* () {
@@ -2659,7 +2659,7 @@ class FleetSoftwareUpdateClient {
2659
2659
  * @param ListWorkRequestsRequest
2660
2660
  * @return ListWorkRequestsResponse
2661
2661
  * @throws OciError when an error occurs
2662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2662
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2663
2663
  */
2664
2664
  listWorkRequests(listWorkRequestsRequest) {
2665
2665
  return __awaiter(this, void 0, void 0, function* () {
@@ -2732,7 +2732,7 @@ class FleetSoftwareUpdateClient {
2732
2732
  * @param RemoveFsuCollectionTargetsRequest
2733
2733
  * @return RemoveFsuCollectionTargetsResponse
2734
2734
  * @throws OciError when an error occurs
2735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
2735
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
2736
2736
  */
2737
2737
  removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
2738
2738
  return __awaiter(this, void 0, void 0, function* () {
@@ -2795,7 +2795,7 @@ class FleetSoftwareUpdateClient {
2795
2795
  * @param ResumeFsuActionRequest
2796
2796
  * @return ResumeFsuActionResponse
2797
2797
  * @throws OciError when an error occurs
2798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
2798
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
2799
2799
  */
2800
2800
  resumeFsuAction(resumeFsuActionRequest) {
2801
2801
  return __awaiter(this, void 0, void 0, function* () {
@@ -2853,7 +2853,7 @@ class FleetSoftwareUpdateClient {
2853
2853
  * @param RetryFsuJobRequest
2854
2854
  * @return RetryFsuJobResponse
2855
2855
  * @throws OciError when an error occurs
2856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
2856
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
2857
2857
  */
2858
2858
  retryFsuJob(retryFsuJobRequest) {
2859
2859
  return __awaiter(this, void 0, void 0, function* () {
@@ -2910,7 +2910,7 @@ class FleetSoftwareUpdateClient {
2910
2910
  * @param UpdateFsuActionRequest
2911
2911
  * @return UpdateFsuActionResponse
2912
2912
  * @throws OciError when an error occurs
2913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
2913
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
2914
2914
  */
2915
2915
  updateFsuAction(updateFsuActionRequest) {
2916
2916
  return __awaiter(this, void 0, void 0, function* () {
@@ -2972,7 +2972,7 @@ class FleetSoftwareUpdateClient {
2972
2972
  * @param UpdateFsuCollectionRequest
2973
2973
  * @return UpdateFsuCollectionResponse
2974
2974
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
2975
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
2976
2976
  */
2977
2977
  updateFsuCollection(updateFsuCollectionRequest) {
2978
2978
  return __awaiter(this, void 0, void 0, function* () {
@@ -3034,7 +3034,7 @@ class FleetSoftwareUpdateClient {
3034
3034
  * @param UpdateFsuCycleRequest
3035
3035
  * @return UpdateFsuCycleResponse
3036
3036
  * @throws OciError when an error occurs
3037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
3037
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
3038
3038
  */
3039
3039
  updateFsuCycle(updateFsuCycleRequest) {
3040
3040
  return __awaiter(this, void 0, void 0, function* () {
@@ -3096,7 +3096,7 @@ class FleetSoftwareUpdateClient {
3096
3096
  * @param UpdateFsuDiscoveryRequest
3097
3097
  * @return UpdateFsuDiscoveryResponse
3098
3098
  * @throws OciError when an error occurs
3099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
3099
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
3100
3100
  */
3101
3101
  updateFsuDiscovery(updateFsuDiscoveryRequest) {
3102
3102
  return __awaiter(this, void 0, void 0, function* () {
@@ -3153,7 +3153,7 @@ class FleetSoftwareUpdateClient {
3153
3153
  * @param UpdateFsuJobRequest
3154
3154
  * @return UpdateFsuJobResponse
3155
3155
  * @throws OciError when an error occurs
3156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
3156
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
3157
3157
  */
3158
3158
  updateFsuJob(updateFsuJobRequest) {
3159
3159
  return __awaiter(this, void 0, void 0, function* () {
@@ -18,7 +18,7 @@ as a single entity, orchestrating the maintenance actions to update all chosen c
18
18
  */
19
19
  export interface ChangeFsuActionCompartmentDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
22
22
  * into which the resource should be moved.
23
23
  *
24
24
  */
@@ -18,7 +18,7 @@ as a single entity, orchestrating the maintenance actions to update all chosen c
18
18
  */
19
19
  export interface ChangeFsuCollectionCompartmentDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
22
22
  * into which the resource should be moved.
23
23
  *
24
24
  */
@@ -18,7 +18,7 @@ as a single entity, orchestrating the maintenance actions to update all chosen c
18
18
  */
19
19
  export interface ChangeFsuCycleCompartmentDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
22
22
  * into which the resource should be moved.
23
23
  *
24
24
  */
@@ -18,7 +18,7 @@ as a single entity, orchestrating the maintenance actions to update all chosen c
18
18
  */
19
19
  export interface ChangeFsuDiscoveryCompartmentDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
22
22
  * into which the resource should be moved.
23
23
  *
24
24
  */
@@ -66,7 +66,7 @@ export interface FsuCollectionSummary {
66
66
  */
67
67
  "lifecycleDetails"?: string;
68
68
  /**
69
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
69
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
70
70
  *
71
71
  */
72
72
  "lastCompletedFsuCycleId"?: string;
@@ -65,7 +65,7 @@ export interface FsuCollection {
65
65
  */
66
66
  "lifecycleDetails"?: string;
67
67
  /**
68
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
68
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last completed FSU Cycle.
69
69
  *
70
70
  */
71
71
  "lastCompletedFsuCycleId"?: string;
@@ -54,7 +54,7 @@ export interface FsuCycle {
54
54
  */
55
55
  "nextActionToExecute"?: Array<model.NextActionToExecuteDetails>;
56
56
  /**
57
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the latest Action
57
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the latest Action
58
58
  * in the Exadata Fleet Update Cycle.
59
59
  *
60
60
  */
@@ -19,12 +19,12 @@ import * as model from "../model";
19
19
  */
20
20
  export interface RollbackCycleFsuJobSummary extends model.FsuJobSummary {
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Collection that the job is executing on.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Collection that the job is executing on.
23
23
  *
24
24
  */
25
25
  "fsuCollectionId": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Cycle that this job is part of.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Cycle that this job is part of.
28
28
  *
29
29
  */
30
30
  "fsuCycleId": string;
@@ -19,12 +19,12 @@ import * as model from "../model";
19
19
  */
20
20
  export interface RollbackCycleFsuJob extends model.FsuJob {
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Collection that the job is executing on.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Collection that the job is executing on.
23
23
  *
24
24
  */
25
25
  "fsuCollectionId": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Cycle that this job is part of.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Fleet Update Cycle that this job is part of.
28
28
  *
29
29
  */
30
30
  "fsuCycleId": string;
@@ -19,7 +19,7 @@ as a single entity, orchestrating the maintenance actions to update all chosen c
19
19
  export interface WorkRequestError {
20
20
  /**
21
21
  * A machine-usable code for the error that occured. Error codes are listed on
22
- * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
22
+ * (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
23
23
  *
24
24
  */
25
25
  "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/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscoveryRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscoveryRequest.
16
16
  */
17
17
  export interface AbortFsuDiscoveryRequest 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/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargetsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargetsRequest.
17
17
  */
18
18
  export interface AddFsuCollectionTargetsRequest 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/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuActionRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuActionRequest.
16
16
  */
17
17
  export interface CancelFsuActionRequest 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/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFsuActionCompartmentRequest 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/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFsuCollectionCompartmentRequest 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/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFsuCycleCompartmentRequest 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/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFsuDiscoveryCompartmentRequest 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/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycleRequest.
17
17
  */
18
18
  export interface CloneFsuCycleRequest 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/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuActionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuActionRequest.
17
17
  */
18
18
  export interface CreateFsuActionRequest extends common.BaseRequest {
19
19
  /**