oci-vbsinst 2.77.1 → 2.78.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 +10 -10
- package/lib/client.js +10 -10
- package/lib/request/change-vbs-instance-compartment-request.d.ts +1 -1
- package/lib/request/create-vbs-instance-request.d.ts +1 -1
- package/lib/request/delete-vbs-instance-request.d.ts +1 -1
- package/lib/request/get-vbs-instance-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-vbs-instances-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/update-vbs-instance-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ export declare class VbsInstanceClient {
|
|
|
91
91
|
* @param ChangeVbsInstanceCompartmentRequest
|
|
92
92
|
* @return ChangeVbsInstanceCompartmentResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
|
|
95
95
|
*/
|
|
96
96
|
changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest: requests.ChangeVbsInstanceCompartmentRequest): Promise<responses.ChangeVbsInstanceCompartmentResponse>;
|
|
97
97
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class VbsInstanceClient {
|
|
|
101
101
|
* @param CreateVbsInstanceRequest
|
|
102
102
|
* @return CreateVbsInstanceResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
|
|
105
105
|
*/
|
|
106
106
|
createVbsInstance(createVbsInstanceRequest: requests.CreateVbsInstanceRequest): Promise<responses.CreateVbsInstanceResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class VbsInstanceClient {
|
|
|
110
110
|
* @param DeleteVbsInstanceRequest
|
|
111
111
|
* @return DeleteVbsInstanceResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
|
|
114
114
|
*/
|
|
115
115
|
deleteVbsInstance(deleteVbsInstanceRequest: requests.DeleteVbsInstanceRequest): Promise<responses.DeleteVbsInstanceResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class VbsInstanceClient {
|
|
|
119
119
|
* @param GetVbsInstanceRequest
|
|
120
120
|
* @return GetVbsInstanceResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
|
|
123
123
|
*/
|
|
124
124
|
getVbsInstance(getVbsInstanceRequest: requests.GetVbsInstanceRequest): Promise<responses.GetVbsInstanceResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class VbsInstanceClient {
|
|
|
128
128
|
* @param GetWorkRequestRequest
|
|
129
129
|
* @return GetWorkRequestResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
132
132
|
*/
|
|
133
133
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class VbsInstanceClient {
|
|
|
138
138
|
* @param ListVbsInstancesRequest
|
|
139
139
|
* @return ListVbsInstancesResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
|
|
142
142
|
*/
|
|
143
143
|
listVbsInstances(listVbsInstancesRequest: requests.ListVbsInstancesRequest): Promise<responses.ListVbsInstancesResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class VbsInstanceClient {
|
|
|
148
148
|
* @param ListWorkRequestErrorsRequest
|
|
149
149
|
* @return ListWorkRequestErrorsResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
152
152
|
*/
|
|
153
153
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class VbsInstanceClient {
|
|
|
158
158
|
* @param ListWorkRequestLogsRequest
|
|
159
159
|
* @return ListWorkRequestLogsResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
162
162
|
*/
|
|
163
163
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class VbsInstanceClient {
|
|
|
168
168
|
* @param ListWorkRequestsRequest
|
|
169
169
|
* @return ListWorkRequestsResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
172
172
|
*/
|
|
173
173
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
174
174
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class VbsInstanceClient {
|
|
|
177
177
|
* @param UpdateVbsInstanceRequest
|
|
178
178
|
* @return UpdateVbsInstanceResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
|
|
181
181
|
*/
|
|
182
182
|
updateVbsInstance(updateVbsInstanceRequest: requests.UpdateVbsInstanceRequest): Promise<responses.UpdateVbsInstanceResponse>;
|
|
183
183
|
}
|
package/lib/client.js
CHANGED
|
@@ -196,7 +196,7 @@ class VbsInstanceClient {
|
|
|
196
196
|
* @param ChangeVbsInstanceCompartmentRequest
|
|
197
197
|
* @return ChangeVbsInstanceCompartmentResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartment API.
|
|
200
200
|
*/
|
|
201
201
|
changeVbsInstanceCompartment(changeVbsInstanceCompartmentRequest) {
|
|
202
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -258,7 +258,7 @@ class VbsInstanceClient {
|
|
|
258
258
|
* @param CreateVbsInstanceRequest
|
|
259
259
|
* @return CreateVbsInstanceResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/CreateVbsInstance.ts.html |here} to see how to use CreateVbsInstance API.
|
|
262
262
|
*/
|
|
263
263
|
createVbsInstance(createVbsInstanceRequest) {
|
|
264
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class VbsInstanceClient {
|
|
|
318
318
|
* @param DeleteVbsInstanceRequest
|
|
319
319
|
* @return DeleteVbsInstanceResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstance API.
|
|
322
322
|
*/
|
|
323
323
|
deleteVbsInstance(deleteVbsInstanceRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -378,7 +378,7 @@ class VbsInstanceClient {
|
|
|
378
378
|
* @param GetVbsInstanceRequest
|
|
379
379
|
* @return GetVbsInstanceResponse
|
|
380
380
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/GetVbsInstance.ts.html |here} to see how to use GetVbsInstance API.
|
|
382
382
|
*/
|
|
383
383
|
getVbsInstance(getVbsInstanceRequest) {
|
|
384
384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class VbsInstanceClient {
|
|
|
441
441
|
* @param GetWorkRequestRequest
|
|
442
442
|
* @return GetWorkRequestResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
445
445
|
*/
|
|
446
446
|
getWorkRequest(getWorkRequestRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -505,7 +505,7 @@ class VbsInstanceClient {
|
|
|
505
505
|
* @param ListVbsInstancesRequest
|
|
506
506
|
* @return ListVbsInstancesResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListVbsInstances.ts.html |here} to see how to use ListVbsInstances API.
|
|
509
509
|
*/
|
|
510
510
|
listVbsInstances(listVbsInstancesRequest) {
|
|
511
511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -576,7 +576,7 @@ class VbsInstanceClient {
|
|
|
576
576
|
* @param ListWorkRequestErrorsRequest
|
|
577
577
|
* @return ListWorkRequestErrorsResponse
|
|
578
578
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
580
580
|
*/
|
|
581
581
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
582
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class VbsInstanceClient {
|
|
|
645
645
|
* @param ListWorkRequestLogsRequest
|
|
646
646
|
* @return ListWorkRequestLogsResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
649
649
|
*/
|
|
650
650
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
651
651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -714,7 +714,7 @@ class VbsInstanceClient {
|
|
|
714
714
|
* @param ListWorkRequestsRequest
|
|
715
715
|
* @return ListWorkRequestsResponse
|
|
716
716
|
* @throws OciError when an error occurs
|
|
717
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
718
718
|
*/
|
|
719
719
|
listWorkRequests(listWorkRequestsRequest) {
|
|
720
720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -782,7 +782,7 @@ class VbsInstanceClient {
|
|
|
782
782
|
* @param UpdateVbsInstanceRequest
|
|
783
783
|
* @return UpdateVbsInstanceResponse
|
|
784
784
|
* @throws OciError when an error occurs
|
|
785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstance API.
|
|
786
786
|
*/
|
|
787
787
|
updateVbsInstance(updateVbsInstanceRequest) {
|
|
788
788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/ChangeVbsInstanceCompartment.ts.html |here} to see how to use ChangeVbsInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeVbsInstanceCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/DeleteVbsInstance.ts.html |here} to see how to use DeleteVbsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteVbsInstanceRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/vbsinst/UpdateVbsInstance.ts.html |here} to see how to use UpdateVbsInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVbsInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-vbsinst",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.78.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.78.0",
|
|
19
|
+
"oci-workrequests": "2.78.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|