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