oci-vbsinst 2.76.1 → 2.77.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 CHANGED
@@ -86,7 +86,7 @@ export declare class VbsInstanceClient {
86
86
  * @param ChangeVbsInstanceCompartmentRequest
87
87
  * @return ChangeVbsInstanceCompartmentResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
90
90
  */
91
91
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class VbsInstanceClient {
96
96
  * @param CreateVbsInstanceRequest
97
97
  * @return CreateVbsInstanceResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
100
100
  */
101
101
  createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class VbsInstanceClient {
105
105
  * @param DeleteVbsInstanceRequest
106
106
  * @return DeleteVbsInstanceResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
109
109
  */
110
110
  deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class VbsInstanceClient {
114
114
  * @param GetVbsInstanceRequest
115
115
  * @return GetVbsInstanceResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
118
118
  */
119
119
  getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class VbsInstanceClient {
123
123
  * @param GetWorkRequestRequest
124
124
  * @return GetWorkRequestResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
127
127
  */
128
128
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
129
129
  /**
@@ -133,7 +133,7 @@ export declare class VbsInstanceClient {
133
133
  * @param ListVbsInstancesRequest
134
134
  * @return ListVbsInstancesResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
137
137
  */
138
138
  listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
139
139
  /**
@@ -143,7 +143,7 @@ export declare class VbsInstanceClient {
143
143
  * @param ListWorkRequestErrorsRequest
144
144
  * @return ListWorkRequestErrorsResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
147
147
  */
148
148
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
149
149
  /**
@@ -153,7 +153,7 @@ export declare class VbsInstanceClient {
153
153
  * @param ListWorkRequestLogsRequest
154
154
  * @return ListWorkRequestLogsResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
157
157
  */
158
158
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
159
159
  /**
@@ -163,7 +163,7 @@ export declare class VbsInstanceClient {
163
163
  * @param ListWorkRequestsRequest
164
164
  * @return ListWorkRequestsResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
167
167
  */
168
168
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class VbsInstanceClient {
172
172
  * @param UpdateVbsInstanceRequest
173
173
  * @return UpdateVbsInstanceResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
176
176
  */
177
177
  updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
178
178
  }
package/lib/client.js CHANGED
@@ -187,7 +187,7 @@ class VbsInstanceClient {
187
187
  * @param ChangeVbsInstanceCompartmentRequest
188
188
  * @return ChangeVbsInstanceCompartmentResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
191
191
  */
192
192
  changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +249,7 @@ class VbsInstanceClient {
249
249
  * @param CreateVbsInstanceRequest
250
250
  * @return CreateVbsInstanceResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
253
253
  */
254
254
  createVbsInstance(createVbsInstanceRequest) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class VbsInstanceClient {
309
309
  * @param DeleteVbsInstanceRequest
310
310
  * @return DeleteVbsInstanceResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
313
313
  */
314
314
  deleteVbsInstance(deleteVbsInstanceRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -369,7 +369,7 @@ class VbsInstanceClient {
369
369
  * @param GetVbsInstanceRequest
370
370
  * @return GetVbsInstanceResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
373
373
  */
374
374
  getVbsInstance(getVbsInstanceRequest) {
375
375
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class VbsInstanceClient {
432
432
  * @param GetWorkRequestRequest
433
433
  * @return GetWorkRequestResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
436
436
  */
437
437
  getWorkRequest(getWorkRequestRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -496,7 +496,7 @@ class VbsInstanceClient {
496
496
  * @param ListVbsInstancesRequest
497
497
  * @return ListVbsInstancesResponse
498
498
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
500
500
  */
501
501
  listVbsInstances(listVbsInstancesRequest) {
502
502
  return __awaiter(this, void 0, void 0, function* () {
@@ -567,7 +567,7 @@ class VbsInstanceClient {
567
567
  * @param ListWorkRequestErrorsRequest
568
568
  * @return ListWorkRequestErrorsResponse
569
569
  * @throws OciError when an error occurs
570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
571
571
  */
572
572
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
573
573
  return __awaiter(this, void 0, void 0, function* () {
@@ -636,7 +636,7 @@ class VbsInstanceClient {
636
636
  * @param ListWorkRequestLogsRequest
637
637
  * @return ListWorkRequestLogsResponse
638
638
  * @throws OciError when an error occurs
639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
640
640
  */
641
641
  listWorkRequestLogs(listWorkRequestLogsRequest) {
642
642
  return __awaiter(this, void 0, void 0, function* () {
@@ -705,7 +705,7 @@ class VbsInstanceClient {
705
705
  * @param ListWorkRequestsRequest
706
706
  * @return ListWorkRequestsResponse
707
707
  * @throws OciError when an error occurs
708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
709
709
  */
710
710
  listWorkRequests(listWorkRequestsRequest) {
711
711
  return __awaiter(this, void 0, void 0, function* () {
@@ -773,7 +773,7 @@ class VbsInstanceClient {
773
773
  * @param UpdateVbsInstanceRequest
774
774
  * @return UpdateVbsInstanceResponse
775
775
  * @throws OciError when an error occurs
776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
777
777
  */
778
778
  updateVbsInstance(updateVbsInstanceRequest) {
779
779
  return __awaiter(this, void 0, void 0, function* () {
@@ -36,7 +36,7 @@ export interface CreateVbsInstanceDetails {
36
36
  "resourceCompartmentId"?: string;
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
- * Example: `{\"bar-key\": \"value\"}`
39
+ * Example: {@code {\"bar-key\": \"value\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -44,7 +44,7 @@ export interface CreateVbsInstanceDetails {
44
44
  };
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
47
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
48
48
  *
49
49
  */
50
50
  "definedTags"?: {
@@ -28,7 +28,7 @@ export interface UpdateVbsInstanceDetails {
28
28
  "resourceCompartmentId"?: string;
29
29
  /**
30
30
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
31
- * Example: `{\"bar-key\": \"value\"}`
31
+ * Example: {@code {\"bar-key\": \"value\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -36,7 +36,7 @@ export interface UpdateVbsInstanceDetails {
36
36
  };
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
39
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
40
40
  *
41
41
  */
42
42
  "definedTags"?: {
@@ -53,7 +53,7 @@ export interface VbsInstanceSummary {
53
53
  "lifecycleDetails"?: string;
54
54
  /**
55
55
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
56
- * Example: `{\"bar-key\": \"value\"}`
56
+ * Example: {@code {\"bar-key\": \"value\"}}
57
57
  *
58
58
  */
59
59
  "freeformTags"?: {
@@ -61,7 +61,7 @@ export interface VbsInstanceSummary {
61
61
  };
62
62
  /**
63
63
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
64
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
64
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
65
65
  *
66
66
  */
67
67
  "definedTags"?: {
@@ -71,7 +71,7 @@ export interface VbsInstanceSummary {
71
71
  };
72
72
  /**
73
73
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
74
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
74
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
75
75
  *
76
76
  */
77
77
  "systemTags"?: {
@@ -61,7 +61,7 @@ export interface VbsInstance {
61
61
  "lifecyleDetails"?: string;
62
62
  /**
63
63
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
- * Example: `{\"bar-key\": \"value\"}`
64
+ * Example: {@code {\"bar-key\": \"value\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -69,7 +69,7 @@ export interface VbsInstance {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
72
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
73
73
  *
74
74
  */
75
75
  "definedTags"?: {
@@ -79,7 +79,7 @@ export interface VbsInstance {
79
79
  };
80
80
  /**
81
81
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
82
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
83
83
  *
84
84
  */
85
85
  "systemTags"?: {
@@ -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/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeVbsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeVbsInstanceCompartmentRequest extends common.BaseRequest
26
26
  "changeVbsInstanceCompartmentDetails": model.ChangeVbsInstanceCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * 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/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstanceRequest.
17
17
  */
18
18
  export interface CreateVbsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstanceRequest.
16
16
  */
17
17
  export interface DeleteVbsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteVbsInstanceRequest extends common.BaseRequest {
21
21
  "vbsInstanceId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * 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/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstanceRequest.
16
16
  */
17
17
  export interface GetVbsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstancesRequest.
17
17
  */
18
18
  export interface ListVbsInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/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.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/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.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/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.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstanceRequest.
17
17
  */
18
18
  export interface UpdateVbsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateVbsInstanceRequest extends common.BaseRequest {
26
26
  "updateVbsInstanceDetails": model.UpdateVbsInstanceDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetVbsInstanceResponse {
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 ListVbsInstancesResponse {
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-vbsinst",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Vbs Inst 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.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"