oci-nosql 2.46.0 → 2.48.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
|
@@ -79,7 +79,7 @@ export declare class NosqlClient {
|
|
|
79
79
|
* @param ChangeTableCompartmentRequest
|
|
80
80
|
* @return ChangeTableCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
|
|
85
85
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class NosqlClient {
|
|
|
88
88
|
* @param CreateIndexRequest
|
|
89
89
|
* @return CreateIndexResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
92
92
|
*/
|
|
93
93
|
createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
|
|
94
94
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class NosqlClient {
|
|
|
97
97
|
* @param CreateTableRequest
|
|
98
98
|
* @return CreateTableResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
101
101
|
*/
|
|
102
102
|
createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class NosqlClient {
|
|
|
106
106
|
* @param DeleteIndexRequest
|
|
107
107
|
* @return DeleteIndexResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
110
110
|
*/
|
|
111
111
|
deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class NosqlClient {
|
|
|
115
115
|
* @param DeleteRowRequest
|
|
116
116
|
* @return DeleteRowResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
119
119
|
*/
|
|
120
120
|
deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class NosqlClient {
|
|
|
124
124
|
* @param DeleteTableRequest
|
|
125
125
|
* @return DeleteTableResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
128
128
|
*/
|
|
129
129
|
deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class NosqlClient {
|
|
|
133
133
|
* @param DeleteWorkRequestRequest
|
|
134
134
|
* @return DeleteWorkRequestResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
137
137
|
*/
|
|
138
138
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class NosqlClient {
|
|
|
142
142
|
* @param GetIndexRequest
|
|
143
143
|
* @return GetIndexResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
146
146
|
*/
|
|
147
147
|
getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
|
|
148
148
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class NosqlClient {
|
|
|
151
151
|
* @param GetRowRequest
|
|
152
152
|
* @return GetRowResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
155
155
|
*/
|
|
156
156
|
getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
|
|
157
157
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class NosqlClient {
|
|
|
160
160
|
* @param GetTableRequest
|
|
161
161
|
* @return GetTableResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
164
164
|
*/
|
|
165
165
|
getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
|
|
166
166
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class NosqlClient {
|
|
|
169
169
|
* @param GetWorkRequestRequest
|
|
170
170
|
* @return GetWorkRequestResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
173
173
|
*/
|
|
174
174
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
175
175
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class NosqlClient {
|
|
|
178
178
|
* @param ListIndexesRequest
|
|
179
179
|
* @return ListIndexesResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
182
182
|
*/
|
|
183
183
|
listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
|
|
184
184
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class NosqlClient {
|
|
|
187
187
|
* @param ListTableUsageRequest
|
|
188
188
|
* @return ListTableUsageResponse
|
|
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.48.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
191
191
|
*/
|
|
192
192
|
listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
|
|
193
193
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class NosqlClient {
|
|
|
196
196
|
* @param ListTablesRequest
|
|
197
197
|
* @return ListTablesResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
200
200
|
*/
|
|
201
201
|
listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
|
|
202
202
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class NosqlClient {
|
|
|
206
206
|
* @param ListWorkRequestErrorsRequest
|
|
207
207
|
* @return ListWorkRequestErrorsResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
210
210
|
*/
|
|
211
211
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
212
212
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class NosqlClient {
|
|
|
216
216
|
* @param ListWorkRequestLogsRequest
|
|
217
217
|
* @return ListWorkRequestLogsResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
220
220
|
*/
|
|
221
221
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
222
222
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class NosqlClient {
|
|
|
225
225
|
* @param ListWorkRequestsRequest
|
|
226
226
|
* @return ListWorkRequestsResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
229
229
|
*/
|
|
230
230
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
231
231
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class NosqlClient {
|
|
|
235
235
|
* @param PrepareStatementRequest
|
|
236
236
|
* @return PrepareStatementResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
239
239
|
*/
|
|
240
240
|
prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class NosqlClient {
|
|
|
244
244
|
* @param QueryRequest
|
|
245
245
|
* @return QueryResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/Query.ts.html |here} to see how to use Query API.
|
|
248
248
|
*/
|
|
249
249
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
250
250
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class NosqlClient {
|
|
|
254
254
|
* @param SummarizeStatementRequest
|
|
255
255
|
* @return SummarizeStatementResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
258
258
|
*/
|
|
259
259
|
summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
|
|
260
260
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class NosqlClient {
|
|
|
263
263
|
* @param UpdateRowRequest
|
|
264
264
|
* @return UpdateRowResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
267
267
|
*/
|
|
268
268
|
updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
|
|
269
269
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class NosqlClient {
|
|
|
274
274
|
* @param UpdateTableRequest
|
|
275
275
|
* @return UpdateTableResponse
|
|
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.48.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
278
278
|
*/
|
|
279
279
|
updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
|
|
280
280
|
}
|
package/lib/client.js
CHANGED
|
@@ -160,7 +160,7 @@ class NosqlClient {
|
|
|
160
160
|
* @param ChangeTableCompartmentRequest
|
|
161
161
|
* @return ChangeTableCompartmentResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
164
164
|
*/
|
|
165
165
|
changeTableCompartment(changeTableCompartmentRequest) {
|
|
166
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -222,7 +222,7 @@ class NosqlClient {
|
|
|
222
222
|
* @param CreateIndexRequest
|
|
223
223
|
* @return CreateIndexResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
226
226
|
*/
|
|
227
227
|
createIndex(createIndexRequest) {
|
|
228
228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class NosqlClient {
|
|
|
283
283
|
* @param CreateTableRequest
|
|
284
284
|
* @return CreateTableResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
287
287
|
*/
|
|
288
288
|
createTable(createTableRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -342,7 +342,7 @@ class NosqlClient {
|
|
|
342
342
|
* @param DeleteIndexRequest
|
|
343
343
|
* @return DeleteIndexResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
346
346
|
*/
|
|
347
347
|
deleteIndex(deleteIndexRequest) {
|
|
348
348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -406,7 +406,7 @@ class NosqlClient {
|
|
|
406
406
|
* @param DeleteRowRequest
|
|
407
407
|
* @return DeleteRowResponse
|
|
408
408
|
* @throws OciError when an error occurs
|
|
409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
410
410
|
*/
|
|
411
411
|
deleteRow(deleteRowRequest) {
|
|
412
412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -470,7 +470,7 @@ class NosqlClient {
|
|
|
470
470
|
* @param DeleteTableRequest
|
|
471
471
|
* @return DeleteTableResponse
|
|
472
472
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
474
474
|
*/
|
|
475
475
|
deleteTable(deleteTableRequest) {
|
|
476
476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -533,7 +533,7 @@ class NosqlClient {
|
|
|
533
533
|
* @param DeleteWorkRequestRequest
|
|
534
534
|
* @return DeleteWorkRequestResponse
|
|
535
535
|
* @throws OciError when an error occurs
|
|
536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
537
537
|
*/
|
|
538
538
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
539
539
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class NosqlClient {
|
|
|
593
593
|
* @param GetIndexRequest
|
|
594
594
|
* @return GetIndexResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
597
597
|
*/
|
|
598
598
|
getIndex(getIndexRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -659,7 +659,7 @@ class NosqlClient {
|
|
|
659
659
|
* @param GetRowRequest
|
|
660
660
|
* @return GetRowResponse
|
|
661
661
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
663
663
|
*/
|
|
664
664
|
getRow(getRowRequest) {
|
|
665
665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -727,7 +727,7 @@ class NosqlClient {
|
|
|
727
727
|
* @param GetTableRequest
|
|
728
728
|
* @return GetTableResponse
|
|
729
729
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
731
731
|
*/
|
|
732
732
|
getTable(getTableRequest) {
|
|
733
733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -792,7 +792,7 @@ class NosqlClient {
|
|
|
792
792
|
* @param GetWorkRequestRequest
|
|
793
793
|
* @return GetWorkRequestResponse
|
|
794
794
|
* @throws OciError when an error occurs
|
|
795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
796
796
|
*/
|
|
797
797
|
getWorkRequest(getWorkRequestRequest) {
|
|
798
798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +860,7 @@ class NosqlClient {
|
|
|
860
860
|
* @param ListIndexesRequest
|
|
861
861
|
* @return ListIndexesResponse
|
|
862
862
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
864
864
|
*/
|
|
865
865
|
listIndexes(listIndexesRequest) {
|
|
866
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -931,7 +931,7 @@ class NosqlClient {
|
|
|
931
931
|
* @param ListTableUsageRequest
|
|
932
932
|
* @return ListTableUsageResponse
|
|
933
933
|
* @throws OciError when an error occurs
|
|
934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
935
935
|
*/
|
|
936
936
|
listTableUsage(listTableUsageRequest) {
|
|
937
937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1000,7 +1000,7 @@ class NosqlClient {
|
|
|
1000
1000
|
* @param ListTablesRequest
|
|
1001
1001
|
* @return ListTablesResponse
|
|
1002
1002
|
* @throws OciError when an error occurs
|
|
1003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
1004
1004
|
*/
|
|
1005
1005
|
listTables(listTablesRequest) {
|
|
1006
1006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1070,7 +1070,7 @@ class NosqlClient {
|
|
|
1070
1070
|
* @param ListWorkRequestErrorsRequest
|
|
1071
1071
|
* @return ListWorkRequestErrorsResponse
|
|
1072
1072
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1074
1074
|
*/
|
|
1075
1075
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1076
1076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1137,7 +1137,7 @@ class NosqlClient {
|
|
|
1137
1137
|
* @param ListWorkRequestLogsRequest
|
|
1138
1138
|
* @return ListWorkRequestLogsResponse
|
|
1139
1139
|
* @throws OciError when an error occurs
|
|
1140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1141
1141
|
*/
|
|
1142
1142
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1143
1143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1203,7 +1203,7 @@ class NosqlClient {
|
|
|
1203
1203
|
* @param ListWorkRequestsRequest
|
|
1204
1204
|
* @return ListWorkRequestsResponse
|
|
1205
1205
|
* @throws OciError when an error occurs
|
|
1206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1207
1207
|
*/
|
|
1208
1208
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1209
1209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1269,7 +1269,7 @@ class NosqlClient {
|
|
|
1269
1269
|
* @param PrepareStatementRequest
|
|
1270
1270
|
* @return PrepareStatementResponse
|
|
1271
1271
|
* @throws OciError when an error occurs
|
|
1272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
1273
1273
|
*/
|
|
1274
1274
|
prepareStatement(prepareStatementRequest) {
|
|
1275
1275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1329,7 +1329,7 @@ class NosqlClient {
|
|
|
1329
1329
|
* @param QueryRequest
|
|
1330
1330
|
* @return QueryResponse
|
|
1331
1331
|
* @throws OciError when an error occurs
|
|
1332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/Query.ts.html |here} to see how to use Query API.
|
|
1333
1333
|
*/
|
|
1334
1334
|
query(queryRequest) {
|
|
1335
1335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class NosqlClient {
|
|
|
1395
1395
|
* @param SummarizeStatementRequest
|
|
1396
1396
|
* @return SummarizeStatementResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
summarizeStatement(summarizeStatementRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1454,7 +1454,7 @@ class NosqlClient {
|
|
|
1454
1454
|
* @param UpdateRowRequest
|
|
1455
1455
|
* @return UpdateRowResponse
|
|
1456
1456
|
* @throws OciError when an error occurs
|
|
1457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
1458
1458
|
*/
|
|
1459
1459
|
updateRow(updateRowRequest) {
|
|
1460
1460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1521,7 +1521,7 @@ class NosqlClient {
|
|
|
1521
1521
|
* @param UpdateTableRequest
|
|
1522
1522
|
* @return UpdateTableResponse
|
|
1523
1523
|
* @throws OciError when an error occurs
|
|
1524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
1525
1525
|
*/
|
|
1526
1526
|
updateTable(updateTableRequest) {
|
|
1527
1527
|
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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.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.48.0",
|
|
19
|
+
"oci-workrequests": "2.48.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|