oci-fleetsoftwareupdate 2.76.1 → 2.77.1

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 (90) hide show
  1. package/lib/client.d.ts +51 -45
  2. package/lib/client.js +53 -44
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-fsu-action-details.d.ts +2 -2
  5. package/lib/model/create-fsu-collection-details.d.ts +2 -2
  6. package/lib/model/create-fsu-cycle-details.d.ts +2 -2
  7. package/lib/model/create-fsu-discovery-details.d.ts +2 -2
  8. package/lib/model/fsu-action-summary.d.ts +3 -3
  9. package/lib/model/fsu-action.d.ts +3 -3
  10. package/lib/model/fsu-collection-summary.d.ts +3 -3
  11. package/lib/model/fsu-collection.d.ts +3 -3
  12. package/lib/model/fsu-cycle-summary.d.ts +3 -3
  13. package/lib/model/fsu-cycle.d.ts +3 -3
  14. package/lib/model/fsu-discovery-summary.d.ts +3 -3
  15. package/lib/model/fsu-discovery.d.ts +3 -3
  16. package/lib/model/fsu-job-summary.d.ts +3 -3
  17. package/lib/model/fsu-job.d.ts +3 -3
  18. package/lib/model/update-fsu-action-details.d.ts +2 -2
  19. package/lib/model/update-fsu-collection-details.d.ts +2 -2
  20. package/lib/model/update-fsu-cycle-details.d.ts +2 -2
  21. package/lib/model/update-fsu-discovery-details.d.ts +2 -2
  22. package/lib/model/update-fsu-job-details.d.ts +2 -2
  23. package/lib/request/abort-fsu-discovery-request.d.ts +2 -2
  24. package/lib/request/add-fsu-collection-targets-request.d.ts +2 -2
  25. package/lib/request/cancel-fsu-action-request.d.ts +2 -2
  26. package/lib/request/change-fsu-action-compartment-request.d.ts +2 -2
  27. package/lib/request/change-fsu-collection-compartment-request.d.ts +2 -2
  28. package/lib/request/change-fsu-cycle-compartment-request.d.ts +2 -2
  29. package/lib/request/change-fsu-discovery-compartment-request.d.ts +2 -2
  30. package/lib/request/clone-fsu-cycle-request.d.ts +1 -1
  31. package/lib/request/create-fsu-action-request.d.ts +1 -1
  32. package/lib/request/create-fsu-collection-request.d.ts +1 -1
  33. package/lib/request/create-fsu-cycle-request.d.ts +1 -1
  34. package/lib/request/create-fsu-discovery-request.d.ts +1 -1
  35. package/lib/request/delete-fsu-action-request.d.ts +2 -2
  36. package/lib/request/delete-fsu-collection-request.d.ts +2 -2
  37. package/lib/request/delete-fsu-cycle-request.d.ts +2 -2
  38. package/lib/request/delete-fsu-discovery-request.d.ts +2 -2
  39. package/lib/request/delete-fsu-job-request.d.ts +2 -2
  40. package/lib/request/get-fsu-action-output-content-request.d.ts +1 -1
  41. package/lib/request/get-fsu-action-request.d.ts +1 -1
  42. package/lib/request/get-fsu-collection-request.d.ts +1 -1
  43. package/lib/request/get-fsu-cycle-request.d.ts +1 -1
  44. package/lib/request/get-fsu-discovery-request.d.ts +1 -1
  45. package/lib/request/get-fsu-job-output-content-request.d.ts +1 -1
  46. package/lib/request/get-fsu-job-request.d.ts +1 -1
  47. package/lib/request/get-work-request-request.d.ts +1 -1
  48. package/lib/request/list-fsu-actions-request.d.ts +2 -2
  49. package/lib/request/list-fsu-collection-targets-request.d.ts +2 -2
  50. package/lib/request/list-fsu-collections-request.d.ts +2 -2
  51. package/lib/request/list-fsu-cycles-request.d.ts +2 -2
  52. package/lib/request/list-fsu-discoveries-request.d.ts +2 -2
  53. package/lib/request/list-fsu-discovery-targets-request.d.ts +2 -2
  54. package/lib/request/list-fsu-job-outputs-request.d.ts +2 -2
  55. package/lib/request/list-fsu-jobs-request.d.ts +2 -2
  56. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  57. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  58. package/lib/request/list-work-requests-request.d.ts +2 -2
  59. package/lib/request/remove-fsu-collection-targets-request.d.ts +2 -2
  60. package/lib/request/resume-fsu-action-request.d.ts +2 -2
  61. package/lib/request/retry-fsu-job-request.d.ts +2 -2
  62. package/lib/request/update-fsu-action-request.d.ts +2 -2
  63. package/lib/request/update-fsu-collection-request.d.ts +2 -2
  64. package/lib/request/update-fsu-cycle-request.d.ts +2 -2
  65. package/lib/request/update-fsu-discovery-request.d.ts +2 -2
  66. package/lib/request/update-fsu-job-request.d.ts +2 -2
  67. package/lib/response/clone-fsu-cycle-response.d.ts +1 -1
  68. package/lib/response/create-fsu-action-response.d.ts +1 -1
  69. package/lib/response/create-fsu-collection-response.d.ts +1 -1
  70. package/lib/response/create-fsu-cycle-response.d.ts +1 -1
  71. package/lib/response/create-fsu-discovery-response.d.ts +1 -1
  72. package/lib/response/get-fsu-action-response.d.ts +1 -1
  73. package/lib/response/get-fsu-collection-response.d.ts +1 -1
  74. package/lib/response/get-fsu-cycle-response.d.ts +1 -1
  75. package/lib/response/get-fsu-discovery-response.d.ts +1 -1
  76. package/lib/response/get-fsu-job-response.d.ts +1 -1
  77. package/lib/response/get-work-request-response.d.ts +1 -1
  78. package/lib/response/list-fsu-actions-response.d.ts +1 -1
  79. package/lib/response/list-fsu-collection-targets-response.d.ts +1 -1
  80. package/lib/response/list-fsu-collections-response.d.ts +1 -1
  81. package/lib/response/list-fsu-cycles-response.d.ts +1 -1
  82. package/lib/response/list-fsu-discoveries-response.d.ts +1 -1
  83. package/lib/response/list-fsu-discovery-targets-response.d.ts +1 -1
  84. package/lib/response/list-fsu-job-outputs-response.d.ts +1 -1
  85. package/lib/response/list-fsu-jobs-response.d.ts +1 -1
  86. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  87. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  88. package/lib/response/list-work-requests-response.d.ts +1 -1
  89. package/lib/response/update-fsu-job-response.d.ts +1 -1
  90. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCyclesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListFsuCycles.ts.html |here} to see how to use ListFsuCyclesRequest.
17
17
  */
18
18
  export interface ListFsuCyclesRequest extends common.BaseRequest {
19
19
  /**
@@ -52,7 +52,7 @@ export interface ListFsuCyclesRequest extends common.BaseRequest {
52
52
  "limit"?: number;
53
53
  /**
54
54
  * A token representing the position at which to start retrieving results.
55
- * This must come from the `opc-next-page` header field of a previous response.
55
+ * This must come from the {@code opc-next-page} header field of a previous response.
56
56
  *
57
57
  */
58
58
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveriesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListFsuDiscoveries.ts.html |here} to see how to use ListFsuDiscoveriesRequest.
17
17
  */
18
18
  export interface ListFsuDiscoveriesRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListFsuDiscoveriesRequest extends common.BaseRequest {
37
37
  "limit"?: number;
38
38
  /**
39
39
  * A token representing the position at which to start retrieving results.
40
- * This must come from the `opc-next-page` header field of a previous response.
40
+ * This must come from the {@code opc-next-page} header field of a previous response.
41
41
  *
42
42
  */
43
43
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListFsuDiscoveryTargets.ts.html |here} to see how to use ListFsuDiscoveryTargetsRequest.
17
17
  */
18
18
  export interface ListFsuDiscoveryTargetsRequest extends common.BaseRequest {
19
19
  /**
@@ -42,7 +42,7 @@ export interface ListFsuDiscoveryTargetsRequest extends common.BaseRequest {
42
42
  "limit"?: number;
43
43
  /**
44
44
  * A token representing the position at which to start retrieving results.
45
- * This must come from the `opc-next-page` header field of a previous response.
45
+ * This must come from the {@code opc-next-page} header field of a previous response.
46
46
  *
47
47
  */
48
48
  "page"?: 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/2.76.1/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListFsuJobOutputs.ts.html |here} to see how to use ListFsuJobOutputsRequest.
16
16
  */
17
17
  export interface ListFsuJobOutputsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,7 +31,7 @@ export interface ListFsuJobOutputsRequest extends common.BaseRequest {
31
31
  "limit"?: number;
32
32
  /**
33
33
  * A token representing the position at which to start retrieving results.
34
- * This must come from the `opc-next-page` header field of a previous response.
34
+ * This must come from the {@code opc-next-page} header field of a previous response.
35
35
  *
36
36
  */
37
37
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListFsuJobs.ts.html |here} to see how to use ListFsuJobsRequest.
17
17
  */
18
18
  export interface ListFsuJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ListFsuJobsRequest extends common.BaseRequest {
41
41
  "limit"?: number;
42
42
  /**
43
43
  * A token representing the position at which to start retrieving results.
44
- * This must come from the `opc-next-page` header field of a previous response.
44
+ * This must come from the {@code opc-next-page} header field of a previous response.
45
45
  *
46
46
  */
47
47
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * A token representing the position at which to start retrieving results.
31
- * This must come from the `opc-next-page` header field of a previous response.
31
+ * This must come from the {@code opc-next-page} header field of a previous response.
32
32
  *
33
33
  */
34
34
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
30
  * A token representing the position at which to start retrieving results.
31
- * This must come from the `opc-next-page` header field of a previous response.
31
+ * This must come from the {@code opc-next-page} header field of a previous response.
32
32
  *
33
33
  */
34
34
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -43,7 +43,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
43
43
  "opcRequestId"?: string;
44
44
  /**
45
45
  * A token representing the position at which to start retrieving results.
46
- * This must come from the `opc-next-page` header field of a previous response.
46
+ * This must come from the {@code opc-next-page} header field of a previous response.
47
47
  *
48
48
  */
49
49
  "page"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/RemoveFsuCollectionTargets.ts.html |here} to see how to use RemoveFsuCollectionTargetsRequest.
17
17
  */
18
18
  export interface RemoveFsuCollectionTargetsRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface RemoveFsuCollectionTargetsRequest extends common.BaseRequest {
28
28
  "removeFsuCollectionTargetsDetails": model.TargetIdsRemoveTargetsDetails;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuActionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/ResumeFsuAction.ts.html |here} to see how to use ResumeFsuActionRequest.
16
16
  */
17
17
  export interface ResumeFsuActionRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface ResumeFsuActionRequest extends common.BaseRequest {
22
22
  "fsuActionId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/RetryFsuJob.ts.html |here} to see how to use RetryFsuJobRequest.
16
16
  */
17
17
  export interface RetryFsuJobRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface RetryFsuJobRequest extends common.BaseRequest {
22
22
  "fsuJobId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuActionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/UpdateFsuAction.ts.html |here} to see how to use UpdateFsuActionRequest.
17
17
  */
18
18
  export interface UpdateFsuActionRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface UpdateFsuActionRequest extends common.BaseRequest {
28
28
  "updateFsuActionDetails": model.UpdateStageActionDetails | model.UpdateApplyActionDetails | model.UpdateRollbackActionDetails | model.UpdatePrecheckActionDetails | model.UpdateCleanupActionDetails;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/UpdateFsuCollection.ts.html |here} to see how to use UpdateFsuCollectionRequest.
17
17
  */
18
18
  export interface UpdateFsuCollectionRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface UpdateFsuCollectionRequest extends common.BaseRequest {
28
28
  "updateFsuCollectionDetails": model.UpdateFsuCollectionDetails;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/UpdateFsuCycle.ts.html |here} to see how to use UpdateFsuCycleRequest.
17
17
  */
18
18
  export interface UpdateFsuCycleRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface UpdateFsuCycleRequest extends common.BaseRequest {
28
28
  "updateFsuCycleDetails": model.UpdatePatchFsuCycle;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscoveryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/UpdateFsuDiscovery.ts.html |here} to see how to use UpdateFsuDiscoveryRequest.
17
17
  */
18
18
  export interface UpdateFsuDiscoveryRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface UpdateFsuDiscoveryRequest extends common.BaseRequest {
28
28
  "updateFsuDiscoveryDetails": model.UpdateFsuDiscoveryDetails;
29
29
  /**
30
30
  * For optimistic concurrency control. In the PUT or DELETE call
31
- * for a resource, set the `if-match` parameter to the value of the
31
+ * for a resource, set the {@code if-match} parameter to the value of the
32
32
  * etag from a previous GET or POST response for that resource.
33
33
  * The resource will be updated or deleted only if the etag you
34
34
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fleetsoftwareupdate/UpdateFsuJob.ts.html |here} to see how to use UpdateFsuJobRequest.
17
17
  */
18
18
  export interface UpdateFsuJobRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface UpdateFsuJobRequest extends common.BaseRequest {
33
33
  "opcRequestId"?: string;
34
34
  /**
35
35
  * For optimistic concurrency control. In the PUT or DELETE call
36
- * for a resource, set the `if-match` parameter to the value of the
36
+ * for a resource, set the {@code if-match} parameter to the value of the
37
37
  * etag from a previous GET or POST response for that resource.
38
38
  * The resource will be updated or deleted only if the etag you
39
39
  * provide matches the resource's current etag value.
@@ -24,7 +24,7 @@ export interface CloneFsuCycleResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateFsuActionResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateFsuCollectionResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateFsuCycleResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateFsuDiscoveryResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFsuActionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFsuCollectionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFsuCycleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFsuDiscoveryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetFsuJobResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListFsuActionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuCollectionTargetsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuCollectionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuCyclesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuDiscoveriesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuDiscoveryTargetsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuJobOutputsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFsuJobsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -19,7 +19,7 @@ export interface UpdateFsuJobResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-fleetsoftwareupdate",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Fleet Software Update 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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"