oci-emwarehouse 2.102.2 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +13 -13
- package/lib/client.js +13 -13
- package/lib/model/change-em-warehouse-compartment-details.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-em-warehouse-compartment-request.d.ts +1 -1
- package/lib/request/create-em-warehouse-request.d.ts +1 -1
- package/lib/request/delete-em-warehouse-request.d.ts +1 -1
- package/lib/request/get-em-warehouse-request.d.ts +1 -1
- package/lib/request/get-em-warehouse-resource-usage-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-em-warehouses-request.d.ts +1 -1
- package/lib/request/list-etl-runs-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-em-warehouse-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export declare class EmWarehouseClient {
|
|
|
100
100
|
* @param CancelWorkRequestRequest
|
|
101
101
|
* @return CancelWorkRequestResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
104
104
|
*/
|
|
105
105
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class EmWarehouseClient {
|
|
|
109
109
|
* @param ChangeEmWarehouseCompartmentRequest
|
|
110
110
|
* @return ChangeEmWarehouseCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.
|
|
112
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeEmWarehouseCompartment(changeEmWarehouseCompartmentRequest: requests.ChangeEmWarehouseCompartmentRequest): Promise<responses.ChangeEmWarehouseCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class EmWarehouseClient {
|
|
|
119
119
|
* @param CreateEmWarehouseRequest
|
|
120
120
|
* @return CreateEmWarehouseResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.
|
|
122
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouse API.
|
|
123
123
|
*/
|
|
124
124
|
createEmWarehouse(createEmWarehouseRequest: requests.CreateEmWarehouseRequest): Promise<responses.CreateEmWarehouseResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class EmWarehouseClient {
|
|
|
128
128
|
* @param DeleteEmWarehouseRequest
|
|
129
129
|
* @return DeleteEmWarehouseResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.
|
|
131
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouse API.
|
|
132
132
|
*/
|
|
133
133
|
deleteEmWarehouse(deleteEmWarehouseRequest: requests.DeleteEmWarehouseRequest): Promise<responses.DeleteEmWarehouseResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class EmWarehouseClient {
|
|
|
137
137
|
* @param GetEmWarehouseRequest
|
|
138
138
|
* @return GetEmWarehouseResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouse API.
|
|
141
141
|
*/
|
|
142
142
|
getEmWarehouse(getEmWarehouseRequest: requests.GetEmWarehouseRequest): Promise<responses.GetEmWarehouseResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class EmWarehouseClient {
|
|
|
146
146
|
* @param GetEmWarehouseResourceUsageRequest
|
|
147
147
|
* @return GetEmWarehouseResourceUsageResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsage API.
|
|
150
150
|
*/
|
|
151
151
|
getEmWarehouseResourceUsage(getEmWarehouseResourceUsageRequest: requests.GetEmWarehouseResourceUsageRequest): Promise<responses.GetEmWarehouseResourceUsageResponse>;
|
|
152
152
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class EmWarehouseClient {
|
|
|
155
155
|
* @param GetWorkRequestRequest
|
|
156
156
|
* @return GetWorkRequestResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.
|
|
158
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
159
159
|
*/
|
|
160
160
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
161
161
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class EmWarehouseClient {
|
|
|
165
165
|
* @param ListEmWarehousesRequest
|
|
166
166
|
* @return ListEmWarehousesResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.
|
|
168
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehouses API.
|
|
169
169
|
*/
|
|
170
170
|
listEmWarehouses(listEmWarehousesRequest: requests.ListEmWarehousesRequest): Promise<responses.ListEmWarehousesResponse>;
|
|
171
171
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class EmWarehouseClient {
|
|
|
174
174
|
* @param ListEtlRunsRequest
|
|
175
175
|
* @return ListEtlRunsResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.
|
|
177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRuns API.
|
|
178
178
|
*/
|
|
179
179
|
listEtlRuns(listEtlRunsRequest: requests.ListEtlRunsRequest): Promise<responses.ListEtlRunsResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class EmWarehouseClient {
|
|
|
184
184
|
* @param ListWorkRequestErrorsRequest
|
|
185
185
|
* @return ListWorkRequestErrorsResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.
|
|
187
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
188
188
|
*/
|
|
189
189
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class EmWarehouseClient {
|
|
|
194
194
|
* @param ListWorkRequestLogsRequest
|
|
195
195
|
* @return ListWorkRequestLogsResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
198
198
|
*/
|
|
199
199
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class EmWarehouseClient {
|
|
|
204
204
|
* @param ListWorkRequestsRequest
|
|
205
205
|
* @return ListWorkRequestsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
208
208
|
*/
|
|
209
209
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class EmWarehouseClient {
|
|
|
213
213
|
* @param UpdateEmWarehouseRequest
|
|
214
214
|
* @return UpdateEmWarehouseResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/UpdateEmWarehouse.ts.html |here} to see how to use UpdateEmWarehouse API.
|
|
217
217
|
*/
|
|
218
218
|
updateEmWarehouse(updateEmWarehouseRequest: requests.UpdateEmWarehouseRequest): Promise<responses.UpdateEmWarehouseResponse>;
|
|
219
219
|
}
|
package/lib/client.js
CHANGED
|
@@ -213,7 +213,7 @@ class EmWarehouseClient {
|
|
|
213
213
|
* @param CancelWorkRequestRequest
|
|
214
214
|
* @return CancelWorkRequestResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
217
217
|
*/
|
|
218
218
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class EmWarehouseClient {
|
|
|
268
268
|
* @param ChangeEmWarehouseCompartmentRequest
|
|
269
269
|
* @return ChangeEmWarehouseCompartmentResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.
|
|
271
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartment API.
|
|
272
272
|
*/
|
|
273
273
|
changeEmWarehouseCompartment(changeEmWarehouseCompartmentRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -331,7 +331,7 @@ class EmWarehouseClient {
|
|
|
331
331
|
* @param CreateEmWarehouseRequest
|
|
332
332
|
* @return CreateEmWarehouseResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.
|
|
334
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouse API.
|
|
335
335
|
*/
|
|
336
336
|
createEmWarehouse(createEmWarehouseRequest) {
|
|
337
337
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -390,7 +390,7 @@ class EmWarehouseClient {
|
|
|
390
390
|
* @param DeleteEmWarehouseRequest
|
|
391
391
|
* @return DeleteEmWarehouseResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.
|
|
393
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouse API.
|
|
394
394
|
*/
|
|
395
395
|
deleteEmWarehouse(deleteEmWarehouseRequest) {
|
|
396
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class EmWarehouseClient {
|
|
|
450
450
|
* @param GetEmWarehouseRequest
|
|
451
451
|
* @return GetEmWarehouseResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.
|
|
453
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouse API.
|
|
454
454
|
*/
|
|
455
455
|
getEmWarehouse(getEmWarehouseRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -513,7 +513,7 @@ class EmWarehouseClient {
|
|
|
513
513
|
* @param GetEmWarehouseResourceUsageRequest
|
|
514
514
|
* @return GetEmWarehouseResourceUsageResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.
|
|
516
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsage API.
|
|
517
517
|
*/
|
|
518
518
|
getEmWarehouseResourceUsage(getEmWarehouseResourceUsageRequest) {
|
|
519
519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -576,7 +576,7 @@ class EmWarehouseClient {
|
|
|
576
576
|
* @param GetWorkRequestRequest
|
|
577
577
|
* @return GetWorkRequestResponse
|
|
578
578
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.
|
|
579
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
580
580
|
*/
|
|
581
581
|
getWorkRequest(getWorkRequestRequest) {
|
|
582
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class EmWarehouseClient {
|
|
|
645
645
|
* @param ListEmWarehousesRequest
|
|
646
646
|
* @return ListEmWarehousesResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.
|
|
648
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehouses API.
|
|
649
649
|
*/
|
|
650
650
|
listEmWarehouses(listEmWarehousesRequest) {
|
|
651
651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -716,7 +716,7 @@ class EmWarehouseClient {
|
|
|
716
716
|
* @param ListEtlRunsRequest
|
|
717
717
|
* @return ListEtlRunsResponse
|
|
718
718
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.
|
|
719
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRuns API.
|
|
720
720
|
*/
|
|
721
721
|
listEtlRuns(listEtlRunsRequest) {
|
|
722
722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -787,7 +787,7 @@ class EmWarehouseClient {
|
|
|
787
787
|
* @param ListWorkRequestErrorsRequest
|
|
788
788
|
* @return ListWorkRequestErrorsResponse
|
|
789
789
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.
|
|
790
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
791
791
|
*/
|
|
792
792
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
793
793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class EmWarehouseClient {
|
|
|
856
856
|
* @param ListWorkRequestLogsRequest
|
|
857
857
|
* @return ListWorkRequestLogsResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.
|
|
859
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
860
860
|
*/
|
|
861
861
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -925,7 +925,7 @@ class EmWarehouseClient {
|
|
|
925
925
|
* @param ListWorkRequestsRequest
|
|
926
926
|
* @return ListWorkRequestsResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.
|
|
928
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
929
929
|
*/
|
|
930
930
|
listWorkRequests(listWorkRequestsRequest) {
|
|
931
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +995,7 @@ class EmWarehouseClient {
|
|
|
995
995
|
* @param UpdateEmWarehouseRequest
|
|
996
996
|
* @return UpdateEmWarehouseResponse
|
|
997
997
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.
|
|
998
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/UpdateEmWarehouse.ts.html |here} to see how to use UpdateEmWarehouse API.
|
|
999
999
|
*/
|
|
1000
1000
|
updateEmWarehouse(updateEmWarehouseRequest) {
|
|
1001
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeEmWarehouseCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
19
19
|
* into which the resource should be moved.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ChangeEmWarehouseCompartment.ts.html |here} to see how to use ChangeEmWarehouseCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeEmWarehouseCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/CreateEmWarehouse.ts.html |here} to see how to use CreateEmWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEmWarehouseRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/DeleteEmWarehouse.ts.html |here} to see how to use DeleteEmWarehouseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteEmWarehouseRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetEmWarehouse.ts.html |here} to see how to use GetEmWarehouseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEmWarehouseRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/GetEmWarehouseResourceUsage.ts.html |here} to see how to use GetEmWarehouseResourceUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetEmWarehouseResourceUsageRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListEmWarehouses.ts.html |here} to see how to use ListEmWarehousesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListEmWarehousesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/ListEtlRuns.ts.html |here} to see how to use ListEtlRunsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListEtlRunsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/emwarehouse/UpdateEmWarehouse.ts.html |here} to see how to use UpdateEmWarehouseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateEmWarehouseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-emwarehouse",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Em Warehouse 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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|