oci-nosql 2.18.0 → 2.19.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
|
@@ -77,7 +77,7 @@ export declare class NosqlClient {
|
|
|
77
77
|
* @param ChangeTableCompartmentRequest
|
|
78
78
|
* @return ChangeTableCompartmentResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
81
81
|
*/
|
|
82
82
|
changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
|
|
83
83
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class NosqlClient {
|
|
|
86
86
|
* @param CreateIndexRequest
|
|
87
87
|
* @return CreateIndexResponse
|
|
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.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
90
90
|
*/
|
|
91
91
|
createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class NosqlClient {
|
|
|
95
95
|
* @param CreateTableRequest
|
|
96
96
|
* @return CreateTableResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
99
99
|
*/
|
|
100
100
|
createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
|
|
101
101
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class NosqlClient {
|
|
|
104
104
|
* @param DeleteIndexRequest
|
|
105
105
|
* @return DeleteIndexResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
108
108
|
*/
|
|
109
109
|
deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class NosqlClient {
|
|
|
113
113
|
* @param DeleteRowRequest
|
|
114
114
|
* @return DeleteRowResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
117
117
|
*/
|
|
118
118
|
deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class NosqlClient {
|
|
|
122
122
|
* @param DeleteTableRequest
|
|
123
123
|
* @return DeleteTableResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
126
126
|
*/
|
|
127
127
|
deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
|
|
128
128
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class NosqlClient {
|
|
|
131
131
|
* @param DeleteWorkRequestRequest
|
|
132
132
|
* @return DeleteWorkRequestResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
135
135
|
*/
|
|
136
136
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
137
137
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class NosqlClient {
|
|
|
140
140
|
* @param GetIndexRequest
|
|
141
141
|
* @return GetIndexResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
144
144
|
*/
|
|
145
145
|
getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
|
|
146
146
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class NosqlClient {
|
|
|
149
149
|
* @param GetRowRequest
|
|
150
150
|
* @return GetRowResponse
|
|
151
151
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
153
153
|
*/
|
|
154
154
|
getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
|
|
155
155
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class NosqlClient {
|
|
|
158
158
|
* @param GetTableRequest
|
|
159
159
|
* @return GetTableResponse
|
|
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.19.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
162
162
|
*/
|
|
163
163
|
getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
|
|
164
164
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class NosqlClient {
|
|
|
167
167
|
* @param GetWorkRequestRequest
|
|
168
168
|
* @return GetWorkRequestResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
171
171
|
*/
|
|
172
172
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
173
173
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class NosqlClient {
|
|
|
176
176
|
* @param ListIndexesRequest
|
|
177
177
|
* @return ListIndexesResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
180
180
|
*/
|
|
181
181
|
listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
|
|
182
182
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class NosqlClient {
|
|
|
185
185
|
* @param ListTableUsageRequest
|
|
186
186
|
* @return ListTableUsageResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
189
189
|
*/
|
|
190
190
|
listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
|
|
191
191
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class NosqlClient {
|
|
|
194
194
|
* @param ListTablesRequest
|
|
195
195
|
* @return ListTablesResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
198
198
|
*/
|
|
199
199
|
listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class NosqlClient {
|
|
|
204
204
|
* @param ListWorkRequestErrorsRequest
|
|
205
205
|
* @return ListWorkRequestErrorsResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
208
208
|
*/
|
|
209
209
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
210
210
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class NosqlClient {
|
|
|
214
214
|
* @param ListWorkRequestLogsRequest
|
|
215
215
|
* @return ListWorkRequestLogsResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
218
218
|
*/
|
|
219
219
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
220
220
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class NosqlClient {
|
|
|
223
223
|
* @param ListWorkRequestsRequest
|
|
224
224
|
* @return ListWorkRequestsResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
227
227
|
*/
|
|
228
228
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
229
229
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class NosqlClient {
|
|
|
233
233
|
* @param PrepareStatementRequest
|
|
234
234
|
* @return PrepareStatementResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
237
237
|
*/
|
|
238
238
|
prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
|
|
239
239
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class NosqlClient {
|
|
|
242
242
|
* @param QueryRequest
|
|
243
243
|
* @return QueryResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/Query.ts.html |here} to see how to use Query API.
|
|
246
246
|
*/
|
|
247
247
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
248
248
|
/**
|
|
@@ -252,7 +252,7 @@ export declare class NosqlClient {
|
|
|
252
252
|
* @param SummarizeStatementRequest
|
|
253
253
|
* @return SummarizeStatementResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
256
256
|
*/
|
|
257
257
|
summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
|
|
258
258
|
/**
|
|
@@ -261,7 +261,7 @@ export declare class NosqlClient {
|
|
|
261
261
|
* @param UpdateRowRequest
|
|
262
262
|
* @return UpdateRowResponse
|
|
263
263
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
265
265
|
*/
|
|
266
266
|
updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
|
|
267
267
|
/**
|
|
@@ -272,7 +272,7 @@ export declare class NosqlClient {
|
|
|
272
272
|
* @param UpdateTableRequest
|
|
273
273
|
* @return UpdateTableResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
276
276
|
*/
|
|
277
277
|
updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
|
|
278
278
|
}
|
package/lib/client.js
CHANGED
|
@@ -154,7 +154,7 @@ class NosqlClient {
|
|
|
154
154
|
* @param ChangeTableCompartmentRequest
|
|
155
155
|
* @return ChangeTableCompartmentResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
158
158
|
*/
|
|
159
159
|
changeTableCompartment(changeTableCompartmentRequest) {
|
|
160
160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -214,7 +214,7 @@ class NosqlClient {
|
|
|
214
214
|
* @param CreateIndexRequest
|
|
215
215
|
* @return CreateIndexResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
218
218
|
*/
|
|
219
219
|
createIndex(createIndexRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -273,7 +273,7 @@ class NosqlClient {
|
|
|
273
273
|
* @param CreateTableRequest
|
|
274
274
|
* @return CreateTableResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
277
277
|
*/
|
|
278
278
|
createTable(createTableRequest) {
|
|
279
279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +330,7 @@ class NosqlClient {
|
|
|
330
330
|
* @param DeleteIndexRequest
|
|
331
331
|
* @return DeleteIndexResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
334
334
|
*/
|
|
335
335
|
deleteIndex(deleteIndexRequest) {
|
|
336
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -392,7 +392,7 @@ class NosqlClient {
|
|
|
392
392
|
* @param DeleteRowRequest
|
|
393
393
|
* @return DeleteRowResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
396
396
|
*/
|
|
397
397
|
deleteRow(deleteRowRequest) {
|
|
398
398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class NosqlClient {
|
|
|
454
454
|
* @param DeleteTableRequest
|
|
455
455
|
* @return DeleteTableResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
458
458
|
*/
|
|
459
459
|
deleteTable(deleteTableRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -515,7 +515,7 @@ class NosqlClient {
|
|
|
515
515
|
* @param DeleteWorkRequestRequest
|
|
516
516
|
* @return DeleteWorkRequestResponse
|
|
517
517
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
519
519
|
*/
|
|
520
520
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
521
521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -573,7 +573,7 @@ class NosqlClient {
|
|
|
573
573
|
* @param GetIndexRequest
|
|
574
574
|
* @return GetIndexResponse
|
|
575
575
|
* @throws OciError when an error occurs
|
|
576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
577
577
|
*/
|
|
578
578
|
getIndex(getIndexRequest) {
|
|
579
579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -637,7 +637,7 @@ class NosqlClient {
|
|
|
637
637
|
* @param GetRowRequest
|
|
638
638
|
* @return GetRowResponse
|
|
639
639
|
* @throws OciError when an error occurs
|
|
640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
641
641
|
*/
|
|
642
642
|
getRow(getRowRequest) {
|
|
643
643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -703,7 +703,7 @@ class NosqlClient {
|
|
|
703
703
|
* @param GetTableRequest
|
|
704
704
|
* @return GetTableResponse
|
|
705
705
|
* @throws OciError when an error occurs
|
|
706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
707
707
|
*/
|
|
708
708
|
getTable(getTableRequest) {
|
|
709
709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -766,7 +766,7 @@ class NosqlClient {
|
|
|
766
766
|
* @param GetWorkRequestRequest
|
|
767
767
|
* @return GetWorkRequestResponse
|
|
768
768
|
* @throws OciError when an error occurs
|
|
769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
770
770
|
*/
|
|
771
771
|
getWorkRequest(getWorkRequestRequest) {
|
|
772
772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -832,7 +832,7 @@ class NosqlClient {
|
|
|
832
832
|
* @param ListIndexesRequest
|
|
833
833
|
* @return ListIndexesResponse
|
|
834
834
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
836
836
|
*/
|
|
837
837
|
listIndexes(listIndexesRequest) {
|
|
838
838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -901,7 +901,7 @@ class NosqlClient {
|
|
|
901
901
|
* @param ListTableUsageRequest
|
|
902
902
|
* @return ListTableUsageResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
905
905
|
*/
|
|
906
906
|
listTableUsage(listTableUsageRequest) {
|
|
907
907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -968,7 +968,7 @@ class NosqlClient {
|
|
|
968
968
|
* @param ListTablesRequest
|
|
969
969
|
* @return ListTablesResponse
|
|
970
970
|
* @throws OciError when an error occurs
|
|
971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
972
972
|
*/
|
|
973
973
|
listTables(listTablesRequest) {
|
|
974
974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1036,7 @@ class NosqlClient {
|
|
|
1036
1036
|
* @param ListWorkRequestErrorsRequest
|
|
1037
1037
|
* @return ListWorkRequestErrorsResponse
|
|
1038
1038
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1040
1040
|
*/
|
|
1041
1041
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1042
1042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1101,7 +1101,7 @@ class NosqlClient {
|
|
|
1101
1101
|
* @param ListWorkRequestLogsRequest
|
|
1102
1102
|
* @return ListWorkRequestLogsResponse
|
|
1103
1103
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1105
1105
|
*/
|
|
1106
1106
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1107
1107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1165,7 +1165,7 @@ class NosqlClient {
|
|
|
1165
1165
|
* @param ListWorkRequestsRequest
|
|
1166
1166
|
* @return ListWorkRequestsResponse
|
|
1167
1167
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1169
1169
|
*/
|
|
1170
1170
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1171
1171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1229,7 +1229,7 @@ class NosqlClient {
|
|
|
1229
1229
|
* @param PrepareStatementRequest
|
|
1230
1230
|
* @return PrepareStatementResponse
|
|
1231
1231
|
* @throws OciError when an error occurs
|
|
1232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
1233
1233
|
*/
|
|
1234
1234
|
prepareStatement(prepareStatementRequest) {
|
|
1235
1235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1286,7 +1286,7 @@ class NosqlClient {
|
|
|
1286
1286
|
* @param QueryRequest
|
|
1287
1287
|
* @return QueryResponse
|
|
1288
1288
|
* @throws OciError when an error occurs
|
|
1289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/Query.ts.html |here} to see how to use Query API.
|
|
1290
1290
|
*/
|
|
1291
1291
|
query(queryRequest) {
|
|
1292
1292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1350,7 +1350,7 @@ class NosqlClient {
|
|
|
1350
1350
|
* @param SummarizeStatementRequest
|
|
1351
1351
|
* @return SummarizeStatementResponse
|
|
1352
1352
|
* @throws OciError when an error occurs
|
|
1353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
1354
1354
|
*/
|
|
1355
1355
|
summarizeStatement(summarizeStatementRequest) {
|
|
1356
1356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1407,7 +1407,7 @@ class NosqlClient {
|
|
|
1407
1407
|
* @param UpdateRowRequest
|
|
1408
1408
|
* @return UpdateRowResponse
|
|
1409
1409
|
* @throws OciError when an error occurs
|
|
1410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
1411
1411
|
*/
|
|
1412
1412
|
updateRow(updateRowRequest) {
|
|
1413
1413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1472,7 +1472,7 @@ class NosqlClient {
|
|
|
1472
1472
|
* @param UpdateTableRequest
|
|
1473
1473
|
* @return UpdateTableResponse
|
|
1474
1474
|
* @throws OciError when an error occurs
|
|
1475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
1476
1476
|
*/
|
|
1477
1477
|
updateTable(updateTableRequest) {
|
|
1478
1478
|
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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.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.19.0",
|
|
19
|
+
"oci-workrequests": "2.19.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|