oci-fleetsoftwareupdate 2.75.0 → 2.76.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.
- package/lib/client.d.ts +44 -44
- package/lib/client.js +48 -44
- package/lib/client.js.map +1 -1
- package/lib/request/abort-fsu-discovery-request.d.ts +1 -1
- package/lib/request/add-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/cancel-fsu-action-request.d.ts +1 -1
- package/lib/request/change-fsu-action-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-collection-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-cycle-compartment-request.d.ts +1 -1
- package/lib/request/change-fsu-discovery-compartment-request.d.ts +1 -1
- package/lib/request/clone-fsu-cycle-request.d.ts +1 -1
- package/lib/request/create-fsu-action-request.d.ts +1 -1
- package/lib/request/create-fsu-collection-request.d.ts +1 -1
- package/lib/request/create-fsu-cycle-request.d.ts +1 -1
- package/lib/request/create-fsu-discovery-request.d.ts +1 -1
- package/lib/request/delete-fsu-action-request.d.ts +1 -1
- package/lib/request/delete-fsu-collection-request.d.ts +1 -1
- package/lib/request/delete-fsu-cycle-request.d.ts +1 -1
- package/lib/request/delete-fsu-discovery-request.d.ts +1 -1
- package/lib/request/delete-fsu-job-request.d.ts +1 -1
- package/lib/request/get-fsu-action-output-content-request.d.ts +1 -1
- package/lib/request/get-fsu-action-request.d.ts +1 -1
- package/lib/request/get-fsu-collection-request.d.ts +1 -1
- package/lib/request/get-fsu-cycle-request.d.ts +1 -1
- package/lib/request/get-fsu-discovery-request.d.ts +1 -1
- package/lib/request/get-fsu-job-output-content-request.d.ts +1 -1
- package/lib/request/get-fsu-job-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-fsu-actions-request.d.ts +1 -1
- package/lib/request/list-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/list-fsu-collections-request.d.ts +1 -1
- package/lib/request/list-fsu-cycles-request.d.ts +1 -1
- package/lib/request/list-fsu-discoveries-request.d.ts +1 -1
- package/lib/request/list-fsu-discovery-targets-request.d.ts +1 -1
- package/lib/request/list-fsu-job-outputs-request.d.ts +1 -1
- package/lib/request/list-fsu-jobs-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-fsu-collection-targets-request.d.ts +1 -1
- package/lib/request/resume-fsu-action-request.d.ts +1 -1
- package/lib/request/retry-fsu-job-request.d.ts +1 -1
- package/lib/request/update-fsu-action-request.d.ts +1 -1
- package/lib/request/update-fsu-collection-request.d.ts +1 -1
- package/lib/request/update-fsu-cycle-request.d.ts +1 -1
- package/lib/request/update-fsu-discovery-request.d.ts +1 -1
- package/lib/request/update-fsu-job-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -82,6 +82,10 @@ class FleetSoftwareUpdateClient {
|
|
|
82
82
|
? clientConfiguration.bodyDuplexMode
|
|
83
83
|
: undefined;
|
|
84
84
|
}
|
|
85
|
+
if (!oci_common_1.developerToolConfiguration.isServiceEnabled("fleetsoftwareupdate")) {
|
|
86
|
+
let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
|
|
87
|
+
throw errmsg.concat("fleetsoftwareupdate");
|
|
88
|
+
}
|
|
85
89
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
86
90
|
const specCircuitBreakerEnabled = true;
|
|
87
91
|
if (!this._circuitBreaker &&
|
|
@@ -186,7 +190,7 @@ class FleetSoftwareUpdateClient {
|
|
|
186
190
|
* @param AbortFsuDiscoveryRequest
|
|
187
191
|
* @return AbortFsuDiscoveryResponse
|
|
188
192
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/AbortFsuDiscovery.ts.html |here} to see how to use AbortFsuDiscovery API.
|
|
190
194
|
*/
|
|
191
195
|
abortFsuDiscovery(abortFsuDiscoveryRequest) {
|
|
192
196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +250,7 @@ class FleetSoftwareUpdateClient {
|
|
|
246
250
|
* @param AddFsuCollectionTargetsRequest
|
|
247
251
|
* @return AddFsuCollectionTargetsResponse
|
|
248
252
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/AddFsuCollectionTargets.ts.html |here} to see how to use AddFsuCollectionTargets API.
|
|
250
254
|
*/
|
|
251
255
|
addFsuCollectionTargets(addFsuCollectionTargetsRequest) {
|
|
252
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +313,7 @@ class FleetSoftwareUpdateClient {
|
|
|
309
313
|
* @param CancelFsuActionRequest
|
|
310
314
|
* @return CancelFsuActionResponse
|
|
311
315
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/CancelFsuAction.ts.html |here} to see how to use CancelFsuAction API.
|
|
313
317
|
*/
|
|
314
318
|
cancelFsuAction(cancelFsuActionRequest) {
|
|
315
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +371,7 @@ class FleetSoftwareUpdateClient {
|
|
|
367
371
|
* @param ChangeFsuActionCompartmentRequest
|
|
368
372
|
* @return ChangeFsuActionCompartmentResponse
|
|
369
373
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ChangeFsuActionCompartment.ts.html |here} to see how to use ChangeFsuActionCompartment API.
|
|
371
375
|
*/
|
|
372
376
|
changeFsuActionCompartment(changeFsuActionCompartmentRequest) {
|
|
373
377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +435,7 @@ class FleetSoftwareUpdateClient {
|
|
|
431
435
|
* @param ChangeFsuCollectionCompartmentRequest
|
|
432
436
|
* @return ChangeFsuCollectionCompartmentResponse
|
|
433
437
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ChangeFsuCollectionCompartment.ts.html |here} to see how to use ChangeFsuCollectionCompartment API.
|
|
435
439
|
*/
|
|
436
440
|
changeFsuCollectionCompartment(changeFsuCollectionCompartmentRequest) {
|
|
437
441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +499,7 @@ class FleetSoftwareUpdateClient {
|
|
|
495
499
|
* @param ChangeFsuCycleCompartmentRequest
|
|
496
500
|
* @return ChangeFsuCycleCompartmentResponse
|
|
497
501
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ChangeFsuCycleCompartment.ts.html |here} to see how to use ChangeFsuCycleCompartment API.
|
|
499
503
|
*/
|
|
500
504
|
changeFsuCycleCompartment(changeFsuCycleCompartmentRequest) {
|
|
501
505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -559,7 +563,7 @@ class FleetSoftwareUpdateClient {
|
|
|
559
563
|
* @param ChangeFsuDiscoveryCompartmentRequest
|
|
560
564
|
* @return ChangeFsuDiscoveryCompartmentResponse
|
|
561
565
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ChangeFsuDiscoveryCompartment.ts.html |here} to see how to use ChangeFsuDiscoveryCompartment API.
|
|
563
567
|
*/
|
|
564
568
|
changeFsuDiscoveryCompartment(changeFsuDiscoveryCompartmentRequest) {
|
|
565
569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +621,7 @@ class FleetSoftwareUpdateClient {
|
|
|
617
621
|
* @param CloneFsuCycleRequest
|
|
618
622
|
* @return CloneFsuCycleResponse
|
|
619
623
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/CloneFsuCycle.ts.html |here} to see how to use CloneFsuCycle API.
|
|
621
625
|
*/
|
|
622
626
|
cloneFsuCycle(cloneFsuCycleRequest) {
|
|
623
627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -693,7 +697,7 @@ class FleetSoftwareUpdateClient {
|
|
|
693
697
|
* @param CreateFsuActionRequest
|
|
694
698
|
* @return CreateFsuActionResponse
|
|
695
699
|
* @throws OciError when an error occurs
|
|
696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/CreateFsuAction.ts.html |here} to see how to use CreateFsuAction API.
|
|
697
701
|
*/
|
|
698
702
|
createFsuAction(createFsuActionRequest) {
|
|
699
703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +771,7 @@ class FleetSoftwareUpdateClient {
|
|
|
767
771
|
* @param CreateFsuCollectionRequest
|
|
768
772
|
* @return CreateFsuCollectionResponse
|
|
769
773
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/CreateFsuCollection.ts.html |here} to see how to use CreateFsuCollection API.
|
|
771
775
|
*/
|
|
772
776
|
createFsuCollection(createFsuCollectionRequest) {
|
|
773
777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -841,7 +845,7 @@ class FleetSoftwareUpdateClient {
|
|
|
841
845
|
* @param CreateFsuCycleRequest
|
|
842
846
|
* @return CreateFsuCycleResponse
|
|
843
847
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/CreateFsuCycle.ts.html |here} to see how to use CreateFsuCycle API.
|
|
845
849
|
*/
|
|
846
850
|
createFsuCycle(createFsuCycleRequest) {
|
|
847
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -915,7 +919,7 @@ class FleetSoftwareUpdateClient {
|
|
|
915
919
|
* @param CreateFsuDiscoveryRequest
|
|
916
920
|
* @return CreateFsuDiscoveryResponse
|
|
917
921
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/CreateFsuDiscovery.ts.html |here} to see how to use CreateFsuDiscovery API.
|
|
919
923
|
*/
|
|
920
924
|
createFsuDiscovery(createFsuDiscoveryRequest) {
|
|
921
925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -989,7 +993,7 @@ class FleetSoftwareUpdateClient {
|
|
|
989
993
|
* @param DeleteFsuActionRequest
|
|
990
994
|
* @return DeleteFsuActionResponse
|
|
991
995
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/DeleteFsuAction.ts.html |here} to see how to use DeleteFsuAction API.
|
|
993
997
|
*/
|
|
994
998
|
deleteFsuAction(deleteFsuActionRequest) {
|
|
995
999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1050,7 +1054,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1050
1054
|
* @param DeleteFsuCollectionRequest
|
|
1051
1055
|
* @return DeleteFsuCollectionResponse
|
|
1052
1056
|
* @throws OciError when an error occurs
|
|
1053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/DeleteFsuCollection.ts.html |here} to see how to use DeleteFsuCollection API.
|
|
1054
1058
|
*/
|
|
1055
1059
|
deleteFsuCollection(deleteFsuCollectionRequest) {
|
|
1056
1060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1111,7 +1115,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1111
1115
|
* @param DeleteFsuCycleRequest
|
|
1112
1116
|
* @return DeleteFsuCycleResponse
|
|
1113
1117
|
* @throws OciError when an error occurs
|
|
1114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/DeleteFsuCycle.ts.html |here} to see how to use DeleteFsuCycle API.
|
|
1115
1119
|
*/
|
|
1116
1120
|
deleteFsuCycle(deleteFsuCycleRequest) {
|
|
1117
1121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1176,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1172
1176
|
* @param DeleteFsuDiscoveryRequest
|
|
1173
1177
|
* @return DeleteFsuDiscoveryResponse
|
|
1174
1178
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/DeleteFsuDiscovery.ts.html |here} to see how to use DeleteFsuDiscovery API.
|
|
1176
1180
|
*/
|
|
1177
1181
|
deleteFsuDiscovery(deleteFsuDiscoveryRequest) {
|
|
1178
1182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1233,7 +1237,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1233
1237
|
* @param DeleteFsuJobRequest
|
|
1234
1238
|
* @return DeleteFsuJobResponse
|
|
1235
1239
|
* @throws OciError when an error occurs
|
|
1236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/DeleteFsuJob.ts.html |here} to see how to use DeleteFsuJob API.
|
|
1237
1241
|
*/
|
|
1238
1242
|
deleteFsuJob(deleteFsuJobRequest) {
|
|
1239
1243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1289,7 +1293,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1289
1293
|
* @param GetFsuActionRequest
|
|
1290
1294
|
* @return GetFsuActionResponse
|
|
1291
1295
|
* @throws OciError when an error occurs
|
|
1292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuAction.ts.html |here} to see how to use GetFsuAction API.
|
|
1293
1297
|
*/
|
|
1294
1298
|
getFsuAction(getFsuActionRequest) {
|
|
1295
1299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1354,7 +1358,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1354
1358
|
* @param GetFsuActionOutputContentRequest
|
|
1355
1359
|
* @return GetFsuActionOutputContentResponse
|
|
1356
1360
|
* @throws OciError when an error occurs
|
|
1357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuActionOutputContent.ts.html |here} to see how to use GetFsuActionOutputContent API.
|
|
1358
1362
|
*/
|
|
1359
1363
|
getFsuActionOutputContent(getFsuActionOutputContentRequest) {
|
|
1360
1364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1412,7 +1416,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1412
1416
|
* @param GetFsuCollectionRequest
|
|
1413
1417
|
* @return GetFsuCollectionResponse
|
|
1414
1418
|
* @throws OciError when an error occurs
|
|
1415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuCollection.ts.html |here} to see how to use GetFsuCollection API.
|
|
1416
1420
|
*/
|
|
1417
1421
|
getFsuCollection(getFsuCollectionRequest) {
|
|
1418
1422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1476,7 +1480,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1476
1480
|
* @param GetFsuCycleRequest
|
|
1477
1481
|
* @return GetFsuCycleResponse
|
|
1478
1482
|
* @throws OciError when an error occurs
|
|
1479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuCycle.ts.html |here} to see how to use GetFsuCycle API.
|
|
1480
1484
|
*/
|
|
1481
1485
|
getFsuCycle(getFsuCycleRequest) {
|
|
1482
1486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1540,7 +1544,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1540
1544
|
* @param GetFsuDiscoveryRequest
|
|
1541
1545
|
* @return GetFsuDiscoveryResponse
|
|
1542
1546
|
* @throws OciError when an error occurs
|
|
1543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuDiscovery.ts.html |here} to see how to use GetFsuDiscovery API.
|
|
1544
1548
|
*/
|
|
1545
1549
|
getFsuDiscovery(getFsuDiscoveryRequest) {
|
|
1546
1550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1604,7 +1608,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1604
1608
|
* @param GetFsuJobRequest
|
|
1605
1609
|
* @return GetFsuJobResponse
|
|
1606
1610
|
* @throws OciError when an error occurs
|
|
1607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuJob.ts.html |here} to see how to use GetFsuJob API.
|
|
1608
1612
|
*/
|
|
1609
1613
|
getFsuJob(getFsuJobRequest) {
|
|
1610
1614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1668,7 +1672,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1668
1672
|
* @param GetFsuJobOutputContentRequest
|
|
1669
1673
|
* @return GetFsuJobOutputContentResponse
|
|
1670
1674
|
* @throws OciError when an error occurs
|
|
1671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetFsuJobOutputContent.ts.html |here} to see how to use GetFsuJobOutputContent API.
|
|
1672
1676
|
*/
|
|
1673
1677
|
getFsuJobOutputContent(getFsuJobOutputContentRequest) {
|
|
1674
1678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1726,7 +1730,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1726
1730
|
* @param GetWorkRequestRequest
|
|
1727
1731
|
* @return GetWorkRequestResponse
|
|
1728
1732
|
* @throws OciError when an error occurs
|
|
1729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1730
1734
|
*/
|
|
1731
1735
|
getWorkRequest(getWorkRequestRequest) {
|
|
1732
1736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1795,7 +1799,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1795
1799
|
* @param ListFsuActionsRequest
|
|
1796
1800
|
* @return ListFsuActionsResponse
|
|
1797
1801
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuActions.ts.html |here} to see how to use ListFsuActions API.
|
|
1799
1803
|
*/
|
|
1800
1804
|
listFsuActions(listFsuActionsRequest) {
|
|
1801
1805
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1867,7 +1871,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1867
1871
|
* @param ListFsuCollectionTargetsRequest
|
|
1868
1872
|
* @return ListFsuCollectionTargetsResponse
|
|
1869
1873
|
* @throws OciError when an error occurs
|
|
1870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuCollectionTargets.ts.html |here} to see how to use ListFsuCollectionTargets API.
|
|
1871
1875
|
*/
|
|
1872
1876
|
listFsuCollectionTargets(listFsuCollectionTargetsRequest) {
|
|
1873
1877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1939,7 +1943,7 @@ class FleetSoftwareUpdateClient {
|
|
|
1939
1943
|
* @param ListFsuCollectionsRequest
|
|
1940
1944
|
* @return ListFsuCollectionsResponse
|
|
1941
1945
|
* @throws OciError when an error occurs
|
|
1942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuCollections.ts.html |here} to see how to use ListFsuCollections API.
|
|
1943
1947
|
*/
|
|
1944
1948
|
listFsuCollections(listFsuCollectionsRequest) {
|
|
1945
1949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2010,7 +2014,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2010
2014
|
* @param ListFsuCyclesRequest
|
|
2011
2015
|
* @return ListFsuCyclesResponse
|
|
2012
2016
|
* @throws OciError when an error occurs
|
|
2013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCycles API.
|
|
2014
2018
|
*/
|
|
2015
2019
|
listFsuCycles(listFsuCyclesRequest) {
|
|
2016
2020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2083,7 +2087,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2083
2087
|
* @param ListFsuDiscoveriesRequest
|
|
2084
2088
|
* @return ListFsuDiscoveriesResponse
|
|
2085
2089
|
* @throws OciError when an error occurs
|
|
2086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveries API.
|
|
2087
2091
|
*/
|
|
2088
2092
|
listFsuDiscoveries(listFsuDiscoveriesRequest) {
|
|
2089
2093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2153,7 +2157,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2153
2157
|
* @param ListFsuDiscoveryTargetsRequest
|
|
2154
2158
|
* @return ListFsuDiscoveryTargetsResponse
|
|
2155
2159
|
* @throws OciError when an error occurs
|
|
2156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargets API.
|
|
2157
2161
|
*/
|
|
2158
2162
|
listFsuDiscoveryTargets(listFsuDiscoveryTargetsRequest) {
|
|
2159
2163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2225,7 +2229,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2225
2229
|
* @param ListFsuJobOutputsRequest
|
|
2226
2230
|
* @return ListFsuJobOutputsResponse
|
|
2227
2231
|
* @throws OciError when an error occurs
|
|
2228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputs API.
|
|
2229
2233
|
*/
|
|
2230
2234
|
listFsuJobOutputs(listFsuJobOutputsRequest) {
|
|
2231
2235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2292,7 +2296,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2292
2296
|
* @param ListFsuJobsRequest
|
|
2293
2297
|
* @return ListFsuJobsResponse
|
|
2294
2298
|
* @throws OciError when an error occurs
|
|
2295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobs API.
|
|
2296
2300
|
*/
|
|
2297
2301
|
listFsuJobs(listFsuJobsRequest) {
|
|
2298
2302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2362,7 +2366,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2362
2366
|
* @param ListWorkRequestErrorsRequest
|
|
2363
2367
|
* @return ListWorkRequestErrorsResponse
|
|
2364
2368
|
* @throws OciError when an error occurs
|
|
2365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2366
2370
|
*/
|
|
2367
2371
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2368
2372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2431,7 +2435,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2431
2435
|
* @param ListWorkRequestLogsRequest
|
|
2432
2436
|
* @return ListWorkRequestLogsResponse
|
|
2433
2437
|
* @throws OciError when an error occurs
|
|
2434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2435
2439
|
*/
|
|
2436
2440
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2437
2441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2500,7 +2504,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2500
2504
|
* @param ListWorkRequestsRequest
|
|
2501
2505
|
* @return ListWorkRequestsResponse
|
|
2502
2506
|
* @throws OciError when an error occurs
|
|
2503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2504
2508
|
*/
|
|
2505
2509
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2506
2510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2573,7 +2577,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2573
2577
|
* @param RemoveFsuCollectionTargetsRequest
|
|
2574
2578
|
* @return RemoveFsuCollectionTargetsResponse
|
|
2575
2579
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargets API.
|
|
2577
2581
|
*/
|
|
2578
2582
|
removeFsuCollectionTargets(removeFsuCollectionTargetsRequest) {
|
|
2579
2583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2636,7 +2640,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2636
2640
|
* @param ResumeFsuActionRequest
|
|
2637
2641
|
* @return ResumeFsuActionResponse
|
|
2638
2642
|
* @throws OciError when an error occurs
|
|
2639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuAction API.
|
|
2640
2644
|
*/
|
|
2641
2645
|
resumeFsuAction(resumeFsuActionRequest) {
|
|
2642
2646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2694,7 +2698,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2694
2698
|
* @param RetryFsuJobRequest
|
|
2695
2699
|
* @return RetryFsuJobResponse
|
|
2696
2700
|
* @throws OciError when an error occurs
|
|
2697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJob API.
|
|
2698
2702
|
*/
|
|
2699
2703
|
retryFsuJob(retryFsuJobRequest) {
|
|
2700
2704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2751,7 +2755,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2751
2755
|
* @param UpdateFsuActionRequest
|
|
2752
2756
|
* @return UpdateFsuActionResponse
|
|
2753
2757
|
* @throws OciError when an error occurs
|
|
2754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuAction API.
|
|
2755
2759
|
*/
|
|
2756
2760
|
updateFsuAction(updateFsuActionRequest) {
|
|
2757
2761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2813,7 +2817,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2813
2817
|
* @param UpdateFsuCollectionRequest
|
|
2814
2818
|
* @return UpdateFsuCollectionResponse
|
|
2815
2819
|
* @throws OciError when an error occurs
|
|
2816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollection API.
|
|
2817
2821
|
*/
|
|
2818
2822
|
updateFsuCollection(updateFsuCollectionRequest) {
|
|
2819
2823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2875,7 +2879,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2875
2879
|
* @param UpdateFsuCycleRequest
|
|
2876
2880
|
* @return UpdateFsuCycleResponse
|
|
2877
2881
|
* @throws OciError when an error occurs
|
|
2878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycle API.
|
|
2879
2883
|
*/
|
|
2880
2884
|
updateFsuCycle(updateFsuCycleRequest) {
|
|
2881
2885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2937,7 +2941,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2937
2941
|
* @param UpdateFsuDiscoveryRequest
|
|
2938
2942
|
* @return UpdateFsuDiscoveryResponse
|
|
2939
2943
|
* @throws OciError when an error occurs
|
|
2940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscovery API.
|
|
2941
2945
|
*/
|
|
2942
2946
|
updateFsuDiscovery(updateFsuDiscoveryRequest) {
|
|
2943
2947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2994,7 +2998,7 @@ class FleetSoftwareUpdateClient {
|
|
|
2994
2998
|
* @param UpdateFsuJobRequest
|
|
2995
2999
|
* @return UpdateFsuJobResponse
|
|
2996
3000
|
* @throws OciError when an error occurs
|
|
2997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJob API.
|
|
2998
3002
|
*/
|
|
2999
3003
|
updateFsuJob(updateFsuJobRequest) {
|
|
3000
3004
|
return __awaiter(this, void 0, void 0, function* () {
|