oci-nosql 2.78.0 → 2.79.1
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 +24 -25
- package/lib/client.js +50 -127
- package/lib/client.js.map +1 -1
- 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-replica-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-replica-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
|
@@ -50,7 +50,6 @@ export declare class NosqlClient {
|
|
|
50
50
|
* @param endpoint The endpoint of the service.
|
|
51
51
|
*/
|
|
52
52
|
set endpoint(endpoint: string);
|
|
53
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
54
53
|
/**
|
|
55
54
|
* Determines whether realm specific endpoint should be used or not.
|
|
56
55
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -95,7 +94,7 @@ export declare class NosqlClient {
|
|
|
95
94
|
* @param ChangeTableCompartmentRequest
|
|
96
95
|
* @return ChangeTableCompartmentResponse
|
|
97
96
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
|
|
99
98
|
*/
|
|
100
99
|
changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
|
|
101
100
|
/**
|
|
@@ -104,7 +103,7 @@ export declare class NosqlClient {
|
|
|
104
103
|
* @param CreateIndexRequest
|
|
105
104
|
* @return CreateIndexResponse
|
|
106
105
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
|
|
108
107
|
*/
|
|
109
108
|
createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
|
|
110
109
|
/**
|
|
@@ -113,7 +112,7 @@ export declare class NosqlClient {
|
|
|
113
112
|
* @param CreateReplicaRequest
|
|
114
113
|
* @return CreateReplicaResponse
|
|
115
114
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
117
116
|
*/
|
|
118
117
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
119
118
|
/**
|
|
@@ -122,7 +121,7 @@ export declare class NosqlClient {
|
|
|
122
121
|
* @param CreateTableRequest
|
|
123
122
|
* @return CreateTableResponse
|
|
124
123
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
|
|
126
125
|
*/
|
|
127
126
|
createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
|
|
128
127
|
/**
|
|
@@ -131,7 +130,7 @@ export declare class NosqlClient {
|
|
|
131
130
|
* @param DeleteIndexRequest
|
|
132
131
|
* @return DeleteIndexResponse
|
|
133
132
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
|
|
135
134
|
*/
|
|
136
135
|
deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
|
|
137
136
|
/**
|
|
@@ -140,7 +139,7 @@ export declare class NosqlClient {
|
|
|
140
139
|
* @param DeleteReplicaRequest
|
|
141
140
|
* @return DeleteReplicaResponse
|
|
142
141
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
144
143
|
*/
|
|
145
144
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
146
145
|
/**
|
|
@@ -149,7 +148,7 @@ export declare class NosqlClient {
|
|
|
149
148
|
* @param DeleteRowRequest
|
|
150
149
|
* @return DeleteRowResponse
|
|
151
150
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
|
|
153
152
|
*/
|
|
154
153
|
deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
|
|
155
154
|
/**
|
|
@@ -158,7 +157,7 @@ export declare class NosqlClient {
|
|
|
158
157
|
* @param DeleteTableRequest
|
|
159
158
|
* @return DeleteTableResponse
|
|
160
159
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
|
|
162
161
|
*/
|
|
163
162
|
deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
|
|
164
163
|
/**
|
|
@@ -167,7 +166,7 @@ export declare class NosqlClient {
|
|
|
167
166
|
* @param DeleteWorkRequestRequest
|
|
168
167
|
* @return DeleteWorkRequestResponse
|
|
169
168
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
171
170
|
*/
|
|
172
171
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
173
172
|
/**
|
|
@@ -176,7 +175,7 @@ export declare class NosqlClient {
|
|
|
176
175
|
* @param GetIndexRequest
|
|
177
176
|
* @return GetIndexResponse
|
|
178
177
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
|
|
180
179
|
*/
|
|
181
180
|
getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
|
|
182
181
|
/**
|
|
@@ -185,7 +184,7 @@ export declare class NosqlClient {
|
|
|
185
184
|
* @param GetRowRequest
|
|
186
185
|
* @return GetRowResponse
|
|
187
186
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/GetRow.ts.html |here} to see how to use GetRow API.
|
|
189
188
|
*/
|
|
190
189
|
getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
|
|
191
190
|
/**
|
|
@@ -194,7 +193,7 @@ export declare class NosqlClient {
|
|
|
194
193
|
* @param GetTableRequest
|
|
195
194
|
* @return GetTableResponse
|
|
196
195
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/GetTable.ts.html |here} to see how to use GetTable API.
|
|
198
197
|
*/
|
|
199
198
|
getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
|
|
200
199
|
/**
|
|
@@ -203,7 +202,7 @@ export declare class NosqlClient {
|
|
|
203
202
|
* @param GetWorkRequestRequest
|
|
204
203
|
* @return GetWorkRequestResponse
|
|
205
204
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
207
206
|
*/
|
|
208
207
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
209
208
|
/**
|
|
@@ -212,7 +211,7 @@ export declare class NosqlClient {
|
|
|
212
211
|
* @param ListIndexesRequest
|
|
213
212
|
* @return ListIndexesResponse
|
|
214
213
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
|
|
216
215
|
*/
|
|
217
216
|
listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
|
|
218
217
|
/**
|
|
@@ -221,7 +220,7 @@ export declare class NosqlClient {
|
|
|
221
220
|
* @param ListTableUsageRequest
|
|
222
221
|
* @return ListTableUsageResponse
|
|
223
222
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
|
|
225
224
|
*/
|
|
226
225
|
listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
|
|
227
226
|
/**
|
|
@@ -230,7 +229,7 @@ export declare class NosqlClient {
|
|
|
230
229
|
* @param ListTablesRequest
|
|
231
230
|
* @return ListTablesResponse
|
|
232
231
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/ListTables.ts.html |here} to see how to use ListTables API.
|
|
234
233
|
*/
|
|
235
234
|
listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
|
|
236
235
|
/**
|
|
@@ -240,7 +239,7 @@ export declare class NosqlClient {
|
|
|
240
239
|
* @param ListWorkRequestErrorsRequest
|
|
241
240
|
* @return ListWorkRequestErrorsResponse
|
|
242
241
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
244
243
|
*/
|
|
245
244
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
246
245
|
/**
|
|
@@ -250,7 +249,7 @@ export declare class NosqlClient {
|
|
|
250
249
|
* @param ListWorkRequestLogsRequest
|
|
251
250
|
* @return ListWorkRequestLogsResponse
|
|
252
251
|
* @throws OciError when an error occurs
|
|
253
|
-
* @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.79.1/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
254
253
|
*/
|
|
255
254
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
256
255
|
/**
|
|
@@ -259,7 +258,7 @@ export declare class NosqlClient {
|
|
|
259
258
|
* @param ListWorkRequestsRequest
|
|
260
259
|
* @return ListWorkRequestsResponse
|
|
261
260
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
263
262
|
*/
|
|
264
263
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
265
264
|
/**
|
|
@@ -269,7 +268,7 @@ export declare class NosqlClient {
|
|
|
269
268
|
* @param PrepareStatementRequest
|
|
270
269
|
* @return PrepareStatementResponse
|
|
271
270
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
|
|
273
272
|
*/
|
|
274
273
|
prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
|
|
275
274
|
/**
|
|
@@ -278,7 +277,7 @@ export declare class NosqlClient {
|
|
|
278
277
|
* @param QueryRequest
|
|
279
278
|
* @return QueryResponse
|
|
280
279
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/Query.ts.html |here} to see how to use Query API.
|
|
282
281
|
*/
|
|
283
282
|
query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
|
|
284
283
|
/**
|
|
@@ -288,7 +287,7 @@ export declare class NosqlClient {
|
|
|
288
287
|
* @param SummarizeStatementRequest
|
|
289
288
|
* @return SummarizeStatementResponse
|
|
290
289
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
|
|
292
291
|
*/
|
|
293
292
|
summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
|
|
294
293
|
/**
|
|
@@ -297,7 +296,7 @@ export declare class NosqlClient {
|
|
|
297
296
|
* @param UpdateRowRequest
|
|
298
297
|
* @return UpdateRowResponse
|
|
299
298
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
|
|
301
300
|
*/
|
|
302
301
|
updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
|
|
303
302
|
/**
|
|
@@ -308,7 +307,7 @@ export declare class NosqlClient {
|
|
|
308
307
|
* @param UpdateTableRequest
|
|
309
308
|
* @return UpdateTableResponse
|
|
310
309
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
|
|
312
311
|
*/
|
|
313
312
|
updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
|
|
314
313
|
}
|