oci-nosql 2.68.2 → 2.70.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 +22 -22
- package/lib/client.js +22 -22
- package/lib/request/change-table-compartment-request.d.ts +1 -1
- package/lib/request/create-index-request.d.ts +1 -1
- package/lib/request/create-table-request.d.ts +1 -1
- package/lib/request/delete-index-request.d.ts +1 -1
- package/lib/request/delete-row-request.d.ts +1 -1
- package/lib/request/delete-table-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/get-index-request.d.ts +1 -1
- package/lib/request/get-row-request.d.ts +1 -1
- package/lib/request/get-table-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-indexes-request.d.ts +1 -1
- package/lib/request/list-table-usage-request.d.ts +1 -1
- package/lib/request/list-tables-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/prepare-statement-request.d.ts +1 -1
- package/lib/request/query-request.d.ts +1 -1
- package/lib/request/summarize-statement-request.d.ts +1 -1
- package/lib/request/update-row-request.d.ts +1 -1
- package/lib/request/update-table-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export declare class NosqlClient {
|
|
|
90
90
|
* @param ChangeTableCompartmentRequest
|
|
91
91
|
* @return ChangeTableCompartmentResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
94
94
|
*/
|
|
95
95
|
changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class NosqlClient {
|
|
|
99
99
|
* @param CreateIndexRequest
|
|
100
100
|
* @return CreateIndexResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
103
103
|
*/
|
|
104
104
|
createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
|
|
105
105
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class NosqlClient {
|
|
|
108
108
|
* @param CreateTableRequest
|
|
109
109
|
* @return CreateTableResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
112
112
|
*/
|
|
113
113
|
createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
|
|
114
114
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class NosqlClient {
|
|
|
117
117
|
* @param DeleteIndexRequest
|
|
118
118
|
* @return DeleteIndexResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
121
121
|
*/
|
|
122
122
|
deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
|
|
123
123
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class NosqlClient {
|
|
|
126
126
|
* @param DeleteRowRequest
|
|
127
127
|
* @return DeleteRowResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
130
130
|
*/
|
|
131
131
|
deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
|
|
132
132
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class NosqlClient {
|
|
|
135
135
|
* @param DeleteTableRequest
|
|
136
136
|
* @return DeleteTableResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
139
139
|
*/
|
|
140
140
|
deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
|
|
141
141
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class NosqlClient {
|
|
|
144
144
|
* @param DeleteWorkRequestRequest
|
|
145
145
|
* @return DeleteWorkRequestResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
148
148
|
*/
|
|
149
149
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
150
150
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class NosqlClient {
|
|
|
153
153
|
* @param GetIndexRequest
|
|
154
154
|
* @return GetIndexResponse
|
|
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.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
157
157
|
*/
|
|
158
158
|
getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
|
|
159
159
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class NosqlClient {
|
|
|
162
162
|
* @param GetRowRequest
|
|
163
163
|
* @return GetRowResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
166
166
|
*/
|
|
167
167
|
getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
|
|
168
168
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class NosqlClient {
|
|
|
171
171
|
* @param GetTableRequest
|
|
172
172
|
* @return GetTableResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
175
175
|
*/
|
|
176
176
|
getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
|
|
177
177
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class NosqlClient {
|
|
|
180
180
|
* @param GetWorkRequestRequest
|
|
181
181
|
* @return GetWorkRequestResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
184
184
|
*/
|
|
185
185
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
186
186
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class NosqlClient {
|
|
|
189
189
|
* @param ListIndexesRequest
|
|
190
190
|
* @return ListIndexesResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
193
193
|
*/
|
|
194
194
|
listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
|
|
195
195
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class NosqlClient {
|
|
|
198
198
|
* @param ListTableUsageRequest
|
|
199
199
|
* @return ListTableUsageResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
202
202
|
*/
|
|
203
203
|
listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class NosqlClient {
|
|
|
207
207
|
* @param ListTablesRequest
|
|
208
208
|
* @return ListTablesResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
211
211
|
*/
|
|
212
212
|
listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
|
|
213
213
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class NosqlClient {
|
|
|
217
217
|
* @param ListWorkRequestErrorsRequest
|
|
218
218
|
* @return ListWorkRequestErrorsResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
221
221
|
*/
|
|
222
222
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
223
223
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class NosqlClient {
|
|
|
227
227
|
* @param ListWorkRequestLogsRequest
|
|
228
228
|
* @return ListWorkRequestLogsResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
231
231
|
*/
|
|
232
232
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
233
233
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class NosqlClient {
|
|
|
236
236
|
* @param ListWorkRequestsRequest
|
|
237
237
|
* @return ListWorkRequestsResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
240
240
|
*/
|
|
241
241
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
242
242
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class NosqlClient {
|
|
|
246
246
|
* @param PrepareStatementRequest
|
|
247
247
|
* @return PrepareStatementResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
250
250
|
*/
|
|
251
251
|
prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
|
|
252
252
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class NosqlClient {
|
|
|
255
255
|
* @param QueryRequest
|
|
256
256
|
* @return QueryResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/Query.ts.html |here} to see how to use Query API.
|
|
259
259
|
*/
|
|
260
260
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
261
261
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class NosqlClient {
|
|
|
265
265
|
* @param SummarizeStatementRequest
|
|
266
266
|
* @return SummarizeStatementResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
269
269
|
*/
|
|
270
270
|
summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
|
|
271
271
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class NosqlClient {
|
|
|
274
274
|
* @param UpdateRowRequest
|
|
275
275
|
* @return UpdateRowResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
278
278
|
*/
|
|
279
279
|
updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
|
|
280
280
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class NosqlClient {
|
|
|
285
285
|
* @param UpdateTableRequest
|
|
286
286
|
* @return UpdateTableResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
289
289
|
*/
|
|
290
290
|
updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
|
|
291
291
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class NosqlClient {
|
|
|
187
187
|
* @param ChangeTableCompartmentRequest
|
|
188
188
|
* @return ChangeTableCompartmentResponse
|
|
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.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeTableCompartment(changeTableCompartmentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class NosqlClient {
|
|
|
249
249
|
* @param CreateIndexRequest
|
|
250
250
|
* @return CreateIndexResponse
|
|
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.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
253
253
|
*/
|
|
254
254
|
createIndex(createIndexRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -310,7 +310,7 @@ class NosqlClient {
|
|
|
310
310
|
* @param CreateTableRequest
|
|
311
311
|
* @return CreateTableResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
314
314
|
*/
|
|
315
315
|
createTable(createTableRequest) {
|
|
316
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class NosqlClient {
|
|
|
369
369
|
* @param DeleteIndexRequest
|
|
370
370
|
* @return DeleteIndexResponse
|
|
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.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
373
373
|
*/
|
|
374
374
|
deleteIndex(deleteIndexRequest) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -433,7 +433,7 @@ class NosqlClient {
|
|
|
433
433
|
* @param DeleteRowRequest
|
|
434
434
|
* @return DeleteRowResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
437
437
|
*/
|
|
438
438
|
deleteRow(deleteRowRequest) {
|
|
439
439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -497,7 +497,7 @@ class NosqlClient {
|
|
|
497
497
|
* @param DeleteTableRequest
|
|
498
498
|
* @return DeleteTableResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
501
501
|
*/
|
|
502
502
|
deleteTable(deleteTableRequest) {
|
|
503
503
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -560,7 +560,7 @@ class NosqlClient {
|
|
|
560
560
|
* @param DeleteWorkRequestRequest
|
|
561
561
|
* @return DeleteWorkRequestResponse
|
|
562
562
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
564
564
|
*/
|
|
565
565
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
566
566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -620,7 +620,7 @@ class NosqlClient {
|
|
|
620
620
|
* @param GetIndexRequest
|
|
621
621
|
* @return GetIndexResponse
|
|
622
622
|
* @throws OciError when an error occurs
|
|
623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
624
624
|
*/
|
|
625
625
|
getIndex(getIndexRequest) {
|
|
626
626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -686,7 +686,7 @@ class NosqlClient {
|
|
|
686
686
|
* @param GetRowRequest
|
|
687
687
|
* @return GetRowResponse
|
|
688
688
|
* @throws OciError when an error occurs
|
|
689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
690
690
|
*/
|
|
691
691
|
getRow(getRowRequest) {
|
|
692
692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -754,7 +754,7 @@ class NosqlClient {
|
|
|
754
754
|
* @param GetTableRequest
|
|
755
755
|
* @return GetTableResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
758
758
|
*/
|
|
759
759
|
getTable(getTableRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -819,7 +819,7 @@ class NosqlClient {
|
|
|
819
819
|
* @param GetWorkRequestRequest
|
|
820
820
|
* @return GetWorkRequestResponse
|
|
821
821
|
* @throws OciError when an error occurs
|
|
822
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
823
823
|
*/
|
|
824
824
|
getWorkRequest(getWorkRequestRequest) {
|
|
825
825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -887,7 +887,7 @@ class NosqlClient {
|
|
|
887
887
|
* @param ListIndexesRequest
|
|
888
888
|
* @return ListIndexesResponse
|
|
889
889
|
* @throws OciError when an error occurs
|
|
890
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
891
891
|
*/
|
|
892
892
|
listIndexes(listIndexesRequest) {
|
|
893
893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -958,7 +958,7 @@ class NosqlClient {
|
|
|
958
958
|
* @param ListTableUsageRequest
|
|
959
959
|
* @return ListTableUsageResponse
|
|
960
960
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
962
962
|
*/
|
|
963
963
|
listTableUsage(listTableUsageRequest) {
|
|
964
964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1027,7 +1027,7 @@ class NosqlClient {
|
|
|
1027
1027
|
* @param ListTablesRequest
|
|
1028
1028
|
* @return ListTablesResponse
|
|
1029
1029
|
* @throws OciError when an error occurs
|
|
1030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
1031
1031
|
*/
|
|
1032
1032
|
listTables(listTablesRequest) {
|
|
1033
1033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1097,7 +1097,7 @@ class NosqlClient {
|
|
|
1097
1097
|
* @param ListWorkRequestErrorsRequest
|
|
1098
1098
|
* @return ListWorkRequestErrorsResponse
|
|
1099
1099
|
* @throws OciError when an error occurs
|
|
1100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1101
1101
|
*/
|
|
1102
1102
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1103
1103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class NosqlClient {
|
|
|
1164
1164
|
* @param ListWorkRequestLogsRequest
|
|
1165
1165
|
* @return ListWorkRequestLogsResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1230,7 +1230,7 @@ class NosqlClient {
|
|
|
1230
1230
|
* @param ListWorkRequestsRequest
|
|
1231
1231
|
* @return ListWorkRequestsResponse
|
|
1232
1232
|
* @throws OciError when an error occurs
|
|
1233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1234
1234
|
*/
|
|
1235
1235
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1236
1236
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1296,7 +1296,7 @@ class NosqlClient {
|
|
|
1296
1296
|
* @param PrepareStatementRequest
|
|
1297
1297
|
* @return PrepareStatementResponse
|
|
1298
1298
|
* @throws OciError when an error occurs
|
|
1299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
1300
1300
|
*/
|
|
1301
1301
|
prepareStatement(prepareStatementRequest) {
|
|
1302
1302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1356,7 +1356,7 @@ class NosqlClient {
|
|
|
1356
1356
|
* @param QueryRequest
|
|
1357
1357
|
* @return QueryResponse
|
|
1358
1358
|
* @throws OciError when an error occurs
|
|
1359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/Query.ts.html |here} to see how to use Query API.
|
|
1360
1360
|
*/
|
|
1361
1361
|
query(queryRequest) {
|
|
1362
1362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1422,7 @@ class NosqlClient {
|
|
|
1422
1422
|
* @param SummarizeStatementRequest
|
|
1423
1423
|
* @return SummarizeStatementResponse
|
|
1424
1424
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
1426
1426
|
*/
|
|
1427
1427
|
summarizeStatement(summarizeStatementRequest) {
|
|
1428
1428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1481,7 +1481,7 @@ class NosqlClient {
|
|
|
1481
1481
|
* @param UpdateRowRequest
|
|
1482
1482
|
* @return UpdateRowResponse
|
|
1483
1483
|
* @throws OciError when an error occurs
|
|
1484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
1485
1485
|
*/
|
|
1486
1486
|
updateRow(updateRowRequest) {
|
|
1487
1487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1548,7 +1548,7 @@ class NosqlClient {
|
|
|
1548
1548
|
* @param UpdateTableRequest
|
|
1549
1549
|
* @return UpdateTableResponse
|
|
1550
1550
|
* @throws OciError when an error occurs
|
|
1551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
1552
1552
|
*/
|
|
1553
1553
|
updateTable(updateTableRequest) {
|
|
1554
1554
|
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.70.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeTableCompartmentRequest 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.70.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndexRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateIndexRequest 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.70.0/nosql/CreateTable.ts.html |here} to see how to use CreateTableRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateTableRequest 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.70.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndexRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteIndexRequest 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.70.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRowRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRowRequest 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.70.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTableRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteTableRequest 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.70.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest 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.70.0/nosql/GetIndex.ts.html |here} to see how to use GetIndexRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetIndexRequest 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.70.0/nosql/GetRow.ts.html |here} to see how to use GetRowRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRowRequest 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.70.0/nosql/GetTable.ts.html |here} to see how to use GetTableRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTableRequest 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.70.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.70.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListIndexesRequest 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.70.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTableUsageRequest 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.70.0/nosql/ListTables.ts.html |here} to see how to use ListTablesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTablesRequest 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.70.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest 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.70.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest 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.70.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest 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.70.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface PrepareStatementRequest 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.70.0/nosql/Query.ts.html |here} to see how to use QueryRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface QueryRequest 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.70.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface SummarizeStatementRequest 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.70.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRowRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRowRequest 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.70.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTableRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateTableRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-nosql",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.0",
|
|
4
4
|
"description": "OCI NodeJS client for Nosql 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.70.0",
|
|
19
|
+
"oci-workrequests": "2.70.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|