oci-nosql 2.76.0 → 2.76.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.
Files changed (181) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +25 -25
  4. package/lib/client.js +25 -25
  5. package/lib/model/change-table-compartment-details.d.ts +1 -1
  6. package/lib/model/change-table-compartment-details.js +1 -1
  7. package/lib/model/column.d.ts +1 -1
  8. package/lib/model/column.js +1 -1
  9. package/lib/model/create-index-details.d.ts +1 -1
  10. package/lib/model/create-index-details.js +1 -1
  11. package/lib/model/create-replica-details.d.ts +1 -1
  12. package/lib/model/create-replica-details.js +1 -1
  13. package/lib/model/create-table-details.d.ts +1 -1
  14. package/lib/model/create-table-details.js +1 -1
  15. package/lib/model/delete-row-result.d.ts +1 -1
  16. package/lib/model/delete-row-result.js +1 -1
  17. package/lib/model/identity.d.ts +1 -1
  18. package/lib/model/identity.js +1 -1
  19. package/lib/model/index-collection.d.ts +1 -1
  20. package/lib/model/index-collection.js +1 -1
  21. package/lib/model/index-key.d.ts +1 -1
  22. package/lib/model/index-key.js +1 -1
  23. package/lib/model/index-summary.d.ts +1 -1
  24. package/lib/model/index-summary.js +1 -1
  25. package/lib/model/index.d.ts +1 -1
  26. package/lib/model/index.js +1 -1
  27. package/lib/model/model-index.d.ts +1 -1
  28. package/lib/model/model-index.js +1 -1
  29. package/lib/model/prepared-statement.d.ts +1 -1
  30. package/lib/model/prepared-statement.js +1 -1
  31. package/lib/model/query-details.d.ts +1 -1
  32. package/lib/model/query-details.js +1 -1
  33. package/lib/model/query-result-collection.d.ts +1 -1
  34. package/lib/model/query-result-collection.js +1 -1
  35. package/lib/model/replica.d.ts +1 -1
  36. package/lib/model/replica.js +1 -1
  37. package/lib/model/request-usage.d.ts +1 -1
  38. package/lib/model/request-usage.js +1 -1
  39. package/lib/model/row.d.ts +1 -1
  40. package/lib/model/row.js +1 -1
  41. package/lib/model/schema.d.ts +1 -1
  42. package/lib/model/schema.js +1 -1
  43. package/lib/model/statement-summary.d.ts +1 -1
  44. package/lib/model/statement-summary.js +1 -1
  45. package/lib/model/table-collection.d.ts +1 -1
  46. package/lib/model/table-collection.js +1 -1
  47. package/lib/model/table-limits.d.ts +1 -1
  48. package/lib/model/table-limits.js +1 -1
  49. package/lib/model/table-summary.d.ts +1 -1
  50. package/lib/model/table-summary.js +1 -1
  51. package/lib/model/table-usage-collection.d.ts +1 -1
  52. package/lib/model/table-usage-collection.js +1 -1
  53. package/lib/model/table-usage-summary.d.ts +1 -1
  54. package/lib/model/table-usage-summary.js +1 -1
  55. package/lib/model/table.d.ts +1 -1
  56. package/lib/model/table.js +1 -1
  57. package/lib/model/update-row-details.d.ts +1 -1
  58. package/lib/model/update-row-details.js +1 -1
  59. package/lib/model/update-row-result.d.ts +1 -1
  60. package/lib/model/update-row-result.js +1 -1
  61. package/lib/model/update-table-details.d.ts +1 -1
  62. package/lib/model/update-table-details.js +1 -1
  63. package/lib/model/work-request-collection.d.ts +1 -1
  64. package/lib/model/work-request-collection.js +1 -1
  65. package/lib/model/work-request-error-collection.d.ts +1 -1
  66. package/lib/model/work-request-error-collection.js +1 -1
  67. package/lib/model/work-request-error.d.ts +1 -1
  68. package/lib/model/work-request-error.js +1 -1
  69. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  70. package/lib/model/work-request-log-entry-collection.js +1 -1
  71. package/lib/model/work-request-log-entry.d.ts +1 -1
  72. package/lib/model/work-request-log-entry.js +1 -1
  73. package/lib/model/work-request-resource.d.ts +1 -1
  74. package/lib/model/work-request-resource.js +1 -1
  75. package/lib/model/work-request-summary.d.ts +1 -1
  76. package/lib/model/work-request-summary.js +1 -1
  77. package/lib/model/work-request.d.ts +1 -1
  78. package/lib/model/work-request.js +1 -1
  79. package/lib/nosql-waiter.d.ts +1 -1
  80. package/lib/nosql-waiter.js +1 -1
  81. package/lib/request/change-table-compartment-request.d.ts +2 -2
  82. package/lib/request/change-table-compartment-request.js +1 -1
  83. package/lib/request/create-index-request.d.ts +2 -2
  84. package/lib/request/create-index-request.js +1 -1
  85. package/lib/request/create-replica-request.d.ts +2 -2
  86. package/lib/request/create-replica-request.js +1 -1
  87. package/lib/request/create-table-request.d.ts +2 -2
  88. package/lib/request/create-table-request.js +1 -1
  89. package/lib/request/delete-index-request.d.ts +2 -2
  90. package/lib/request/delete-index-request.js +1 -1
  91. package/lib/request/delete-replica-request.d.ts +2 -2
  92. package/lib/request/delete-replica-request.js +1 -1
  93. package/lib/request/delete-row-request.d.ts +2 -2
  94. package/lib/request/delete-row-request.js +1 -1
  95. package/lib/request/delete-table-request.d.ts +2 -2
  96. package/lib/request/delete-table-request.js +1 -1
  97. package/lib/request/delete-work-request-request.d.ts +2 -2
  98. package/lib/request/delete-work-request-request.js +1 -1
  99. package/lib/request/get-index-request.d.ts +2 -2
  100. package/lib/request/get-index-request.js +1 -1
  101. package/lib/request/get-row-request.d.ts +2 -2
  102. package/lib/request/get-row-request.js +1 -1
  103. package/lib/request/get-table-request.d.ts +2 -2
  104. package/lib/request/get-table-request.js +1 -1
  105. package/lib/request/get-work-request-request.d.ts +2 -2
  106. package/lib/request/get-work-request-request.js +1 -1
  107. package/lib/request/index.d.ts +1 -1
  108. package/lib/request/index.js +1 -1
  109. package/lib/request/list-indexes-request.d.ts +2 -2
  110. package/lib/request/list-indexes-request.js +1 -1
  111. package/lib/request/list-table-usage-request.d.ts +2 -2
  112. package/lib/request/list-table-usage-request.js +1 -1
  113. package/lib/request/list-tables-request.d.ts +2 -2
  114. package/lib/request/list-tables-request.js +1 -1
  115. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  116. package/lib/request/list-work-request-errors-request.js +1 -1
  117. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  118. package/lib/request/list-work-request-logs-request.js +1 -1
  119. package/lib/request/list-work-requests-request.d.ts +2 -2
  120. package/lib/request/list-work-requests-request.js +1 -1
  121. package/lib/request/prepare-statement-request.d.ts +2 -2
  122. package/lib/request/prepare-statement-request.js +1 -1
  123. package/lib/request/query-request.d.ts +2 -2
  124. package/lib/request/query-request.js +1 -1
  125. package/lib/request/summarize-statement-request.d.ts +2 -2
  126. package/lib/request/summarize-statement-request.js +1 -1
  127. package/lib/request/update-row-request.d.ts +2 -2
  128. package/lib/request/update-row-request.js +1 -1
  129. package/lib/request/update-table-request.d.ts +2 -2
  130. package/lib/request/update-table-request.js +1 -1
  131. package/lib/response/change-table-compartment-response.d.ts +1 -1
  132. package/lib/response/change-table-compartment-response.js +1 -1
  133. package/lib/response/create-index-response.d.ts +1 -1
  134. package/lib/response/create-index-response.js +1 -1
  135. package/lib/response/create-replica-response.d.ts +1 -1
  136. package/lib/response/create-replica-response.js +1 -1
  137. package/lib/response/create-table-response.d.ts +1 -1
  138. package/lib/response/create-table-response.js +1 -1
  139. package/lib/response/delete-index-response.d.ts +1 -1
  140. package/lib/response/delete-index-response.js +1 -1
  141. package/lib/response/delete-replica-response.d.ts +1 -1
  142. package/lib/response/delete-replica-response.js +1 -1
  143. package/lib/response/delete-row-response.d.ts +1 -1
  144. package/lib/response/delete-row-response.js +1 -1
  145. package/lib/response/delete-table-response.d.ts +1 -1
  146. package/lib/response/delete-table-response.js +1 -1
  147. package/lib/response/delete-work-request-response.d.ts +1 -1
  148. package/lib/response/delete-work-request-response.js +1 -1
  149. package/lib/response/get-index-response.d.ts +1 -1
  150. package/lib/response/get-index-response.js +1 -1
  151. package/lib/response/get-row-response.d.ts +1 -1
  152. package/lib/response/get-row-response.js +1 -1
  153. package/lib/response/get-table-response.d.ts +1 -1
  154. package/lib/response/get-table-response.js +1 -1
  155. package/lib/response/get-work-request-response.d.ts +1 -1
  156. package/lib/response/get-work-request-response.js +1 -1
  157. package/lib/response/index.d.ts +1 -1
  158. package/lib/response/index.js +1 -1
  159. package/lib/response/list-indexes-response.d.ts +1 -1
  160. package/lib/response/list-indexes-response.js +1 -1
  161. package/lib/response/list-table-usage-response.d.ts +1 -1
  162. package/lib/response/list-table-usage-response.js +1 -1
  163. package/lib/response/list-tables-response.d.ts +1 -1
  164. package/lib/response/list-tables-response.js +1 -1
  165. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  166. package/lib/response/list-work-request-errors-response.js +1 -1
  167. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  168. package/lib/response/list-work-request-logs-response.js +1 -1
  169. package/lib/response/list-work-requests-response.d.ts +1 -1
  170. package/lib/response/list-work-requests-response.js +1 -1
  171. package/lib/response/prepare-statement-response.d.ts +1 -1
  172. package/lib/response/prepare-statement-response.js +1 -1
  173. package/lib/response/query-response.d.ts +1 -1
  174. package/lib/response/query-response.js +1 -1
  175. package/lib/response/summarize-statement-response.d.ts +1 -1
  176. package/lib/response/summarize-statement-response.js +1 -1
  177. package/lib/response/update-row-response.d.ts +1 -1
  178. package/lib/response/update-row-response.js +1 -1
  179. package/lib/response/update-table-response.d.ts +1 -1
  180. package/lib/response/update-table-response.js +1 -1
  181. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  import * as requests from "./lib/request";
package/index.js CHANGED
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
package/lib/client.d.ts CHANGED
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  import common = require("oci-common");
@@ -90,7 +90,7 @@ export declare class NosqlClient {
90
90
  * @param ChangeTableCompartmentRequest
91
91
  * @return ChangeTableCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
94
94
  */
95
95
  changeTableCompartment(changeTableCompartmentRequest: requests.ChangeTableCompartmentRequest): Promise<responses.ChangeTableCompartmentResponse>;
96
96
  /**
@@ -99,7 +99,7 @@ export declare class NosqlClient {
99
99
  * @param CreateIndexRequest
100
100
  * @return CreateIndexResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
103
103
  */
104
104
  createIndex(createIndexRequest: requests.CreateIndexRequest): Promise<responses.CreateIndexResponse>;
105
105
  /**
@@ -108,7 +108,7 @@ export declare class NosqlClient {
108
108
  * @param CreateReplicaRequest
109
109
  * @return CreateReplicaResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
112
112
  */
113
113
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
114
114
  /**
@@ -117,7 +117,7 @@ export declare class NosqlClient {
117
117
  * @param CreateTableRequest
118
118
  * @return CreateTableResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
121
121
  */
122
122
  createTable(createTableRequest: requests.CreateTableRequest): Promise<responses.CreateTableResponse>;
123
123
  /**
@@ -126,7 +126,7 @@ export declare class NosqlClient {
126
126
  * @param DeleteIndexRequest
127
127
  * @return DeleteIndexResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
130
130
  */
131
131
  deleteIndex(deleteIndexRequest: requests.DeleteIndexRequest): Promise<responses.DeleteIndexResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class NosqlClient {
135
135
  * @param DeleteReplicaRequest
136
136
  * @return DeleteReplicaResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
139
139
  */
140
140
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class NosqlClient {
144
144
  * @param DeleteRowRequest
145
145
  * @return DeleteRowResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
148
148
  */
149
149
  deleteRow(deleteRowRequest: requests.DeleteRowRequest): Promise<responses.DeleteRowResponse>;
150
150
  /**
@@ -153,7 +153,7 @@ export declare class NosqlClient {
153
153
  * @param DeleteTableRequest
154
154
  * @return DeleteTableResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
157
157
  */
158
158
  deleteTable(deleteTableRequest: requests.DeleteTableRequest): Promise<responses.DeleteTableResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class NosqlClient {
162
162
  * @param DeleteWorkRequestRequest
163
163
  * @return DeleteWorkRequestResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
166
166
  */
167
167
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class NosqlClient {
171
171
  * @param GetIndexRequest
172
172
  * @return GetIndexResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
175
175
  */
176
176
  getIndex(getIndexRequest: requests.GetIndexRequest): Promise<responses.GetIndexResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class NosqlClient {
180
180
  * @param GetRowRequest
181
181
  * @return GetRowResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetRow.ts.html |here} to see how to use GetRow API.
184
184
  */
185
185
  getRow(getRowRequest: requests.GetRowRequest): Promise<responses.GetRowResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class NosqlClient {
189
189
  * @param GetTableRequest
190
190
  * @return GetTableResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetTable.ts.html |here} to see how to use GetTable API.
193
193
  */
194
194
  getTable(getTableRequest: requests.GetTableRequest): Promise<responses.GetTableResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class NosqlClient {
198
198
  * @param GetWorkRequestRequest
199
199
  * @return GetWorkRequestResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
202
202
  */
203
203
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class NosqlClient {
207
207
  * @param ListIndexesRequest
208
208
  * @return ListIndexesResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
211
211
  */
212
212
  listIndexes(listIndexesRequest: requests.ListIndexesRequest): Promise<responses.ListIndexesResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class NosqlClient {
216
216
  * @param ListTableUsageRequest
217
217
  * @return ListTableUsageResponse
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.76.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
220
220
  */
221
221
  listTableUsage(listTableUsageRequest: requests.ListTableUsageRequest): Promise<responses.ListTableUsageResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class NosqlClient {
225
225
  * @param ListTablesRequest
226
226
  * @return ListTablesResponse
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.76.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListTables.ts.html |here} to see how to use ListTables API.
229
229
  */
230
230
  listTables(listTablesRequest: requests.ListTablesRequest): Promise<responses.ListTablesResponse>;
231
231
  /**
@@ -235,7 +235,7 @@ export declare class NosqlClient {
235
235
  * @param ListWorkRequestErrorsRequest
236
236
  * @return ListWorkRequestErrorsResponse
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.76.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
239
239
  */
240
240
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
241
241
  /**
@@ -245,7 +245,7 @@ export declare class NosqlClient {
245
245
  * @param ListWorkRequestLogsRequest
246
246
  * @return ListWorkRequestLogsResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
249
249
  */
250
250
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class NosqlClient {
254
254
  * @param ListWorkRequestsRequest
255
255
  * @return ListWorkRequestsResponse
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.76.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
258
258
  */
259
259
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
260
260
  /**
@@ -264,7 +264,7 @@ export declare class NosqlClient {
264
264
  * @param PrepareStatementRequest
265
265
  * @return PrepareStatementResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
268
268
  */
269
269
  prepareStatement(prepareStatementRequest: requests.PrepareStatementRequest): Promise<responses.PrepareStatementResponse>;
270
270
  /**
@@ -273,7 +273,7 @@ export declare class NosqlClient {
273
273
  * @param QueryRequest
274
274
  * @return QueryResponse
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.76.0/nosql/Query.ts.html |here} to see how to use Query API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/Query.ts.html |here} to see how to use Query API.
277
277
  */
278
278
  query(queryRequest: requests.QueryRequest): Promise<responses.QueryResponse>;
279
279
  /**
@@ -283,7 +283,7 @@ export declare class NosqlClient {
283
283
  * @param SummarizeStatementRequest
284
284
  * @return SummarizeStatementResponse
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.76.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
287
287
  */
288
288
  summarizeStatement(summarizeStatementRequest: requests.SummarizeStatementRequest): Promise<responses.SummarizeStatementResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class NosqlClient {
292
292
  * @param UpdateRowRequest
293
293
  * @return UpdateRowResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
296
296
  */
297
297
  updateRow(updateRowRequest: requests.UpdateRowRequest): Promise<responses.UpdateRowResponse>;
298
298
  /**
@@ -303,7 +303,7 @@ export declare class NosqlClient {
303
303
  * @param UpdateTableRequest
304
304
  * @return UpdateTableResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
307
307
  */
308
308
  updateTable(updateTableRequest: requests.UpdateTableRequest): Promise<responses.UpdateTableResponse>;
309
309
  }
package/lib/client.js CHANGED
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -191,7 +191,7 @@ class NosqlClient {
191
191
  * @param ChangeTableCompartmentRequest
192
192
  * @return ChangeTableCompartmentResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ChangeTableCompartment.ts.html |here} to see how to use ChangeTableCompartment API.
195
195
  */
196
196
  changeTableCompartment(changeTableCompartmentRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +253,7 @@ class NosqlClient {
253
253
  * @param CreateIndexRequest
254
254
  * @return CreateIndexResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/CreateIndex.ts.html |here} to see how to use CreateIndex API.
257
257
  */
258
258
  createIndex(createIndexRequest) {
259
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -314,7 +314,7 @@ class NosqlClient {
314
314
  * @param CreateReplicaRequest
315
315
  * @return CreateReplicaResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
318
318
  */
319
319
  createReplica(createReplicaRequest) {
320
320
  return __awaiter(this, void 0, void 0, function* () {
@@ -376,7 +376,7 @@ class NosqlClient {
376
376
  * @param CreateTableRequest
377
377
  * @return CreateTableResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/CreateTable.ts.html |here} to see how to use CreateTable API.
380
380
  */
381
381
  createTable(createTableRequest) {
382
382
  return __awaiter(this, void 0, void 0, function* () {
@@ -435,7 +435,7 @@ class NosqlClient {
435
435
  * @param DeleteIndexRequest
436
436
  * @return DeleteIndexResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteIndex.ts.html |here} to see how to use DeleteIndex API.
439
439
  */
440
440
  deleteIndex(deleteIndexRequest) {
441
441
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class NosqlClient {
499
499
  * @param DeleteReplicaRequest
500
500
  * @return DeleteReplicaResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
503
503
  */
504
504
  deleteReplica(deleteReplicaRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -562,7 +562,7 @@ class NosqlClient {
562
562
  * @param DeleteRowRequest
563
563
  * @return DeleteRowResponse
564
564
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteRow.ts.html |here} to see how to use DeleteRow API.
566
566
  */
567
567
  deleteRow(deleteRowRequest) {
568
568
  return __awaiter(this, void 0, void 0, function* () {
@@ -626,7 +626,7 @@ class NosqlClient {
626
626
  * @param DeleteTableRequest
627
627
  * @return DeleteTableResponse
628
628
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteTable.ts.html |here} to see how to use DeleteTable API.
630
630
  */
631
631
  deleteTable(deleteTableRequest) {
632
632
  return __awaiter(this, void 0, void 0, function* () {
@@ -689,7 +689,7 @@ class NosqlClient {
689
689
  * @param DeleteWorkRequestRequest
690
690
  * @return DeleteWorkRequestResponse
691
691
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
693
693
  */
694
694
  deleteWorkRequest(deleteWorkRequestRequest) {
695
695
  return __awaiter(this, void 0, void 0, function* () {
@@ -749,7 +749,7 @@ class NosqlClient {
749
749
  * @param GetIndexRequest
750
750
  * @return GetIndexResponse
751
751
  * @throws OciError when an error occurs
752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
752
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetIndex.ts.html |here} to see how to use GetIndex API.
753
753
  */
754
754
  getIndex(getIndexRequest) {
755
755
  return __awaiter(this, void 0, void 0, function* () {
@@ -815,7 +815,7 @@ class NosqlClient {
815
815
  * @param GetRowRequest
816
816
  * @return GetRowResponse
817
817
  * @throws OciError when an error occurs
818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetRow.ts.html |here} to see how to use GetRow API.
818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetRow.ts.html |here} to see how to use GetRow API.
819
819
  */
820
820
  getRow(getRowRequest) {
821
821
  return __awaiter(this, void 0, void 0, function* () {
@@ -883,7 +883,7 @@ class NosqlClient {
883
883
  * @param GetTableRequest
884
884
  * @return GetTableResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetTable.ts.html |here} to see how to use GetTable API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetTable.ts.html |here} to see how to use GetTable API.
887
887
  */
888
888
  getTable(getTableRequest) {
889
889
  return __awaiter(this, void 0, void 0, function* () {
@@ -948,7 +948,7 @@ class NosqlClient {
948
948
  * @param GetWorkRequestRequest
949
949
  * @return GetWorkRequestResponse
950
950
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
952
952
  */
953
953
  getWorkRequest(getWorkRequestRequest) {
954
954
  return __awaiter(this, void 0, void 0, function* () {
@@ -1016,7 +1016,7 @@ class NosqlClient {
1016
1016
  * @param ListIndexesRequest
1017
1017
  * @return ListIndexesResponse
1018
1018
  * @throws OciError when an error occurs
1019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListIndexes.ts.html |here} to see how to use ListIndexes API.
1020
1020
  */
1021
1021
  listIndexes(listIndexesRequest) {
1022
1022
  return __awaiter(this, void 0, void 0, function* () {
@@ -1087,7 +1087,7 @@ class NosqlClient {
1087
1087
  * @param ListTableUsageRequest
1088
1088
  * @return ListTableUsageResponse
1089
1089
  * @throws OciError when an error occurs
1090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListTableUsage.ts.html |here} to see how to use ListTableUsage API.
1091
1091
  */
1092
1092
  listTableUsage(listTableUsageRequest) {
1093
1093
  return __awaiter(this, void 0, void 0, function* () {
@@ -1156,7 +1156,7 @@ class NosqlClient {
1156
1156
  * @param ListTablesRequest
1157
1157
  * @return ListTablesResponse
1158
1158
  * @throws OciError when an error occurs
1159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListTables.ts.html |here} to see how to use ListTables API.
1160
1160
  */
1161
1161
  listTables(listTablesRequest) {
1162
1162
  return __awaiter(this, void 0, void 0, function* () {
@@ -1226,7 +1226,7 @@ class NosqlClient {
1226
1226
  * @param ListWorkRequestErrorsRequest
1227
1227
  * @return ListWorkRequestErrorsResponse
1228
1228
  * @throws OciError when an error occurs
1229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1230
1230
  */
1231
1231
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1232
1232
  return __awaiter(this, void 0, void 0, function* () {
@@ -1293,7 +1293,7 @@ class NosqlClient {
1293
1293
  * @param ListWorkRequestLogsRequest
1294
1294
  * @return ListWorkRequestLogsResponse
1295
1295
  * @throws OciError when an error occurs
1296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1297
1297
  */
1298
1298
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1299
1299
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1359,7 @@ class NosqlClient {
1359
1359
  * @param ListWorkRequestsRequest
1360
1360
  * @return ListWorkRequestsResponse
1361
1361
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1363
1363
  */
1364
1364
  listWorkRequests(listWorkRequestsRequest) {
1365
1365
  return __awaiter(this, void 0, void 0, function* () {
@@ -1425,7 +1425,7 @@ class NosqlClient {
1425
1425
  * @param PrepareStatementRequest
1426
1426
  * @return PrepareStatementResponse
1427
1427
  * @throws OciError when an error occurs
1428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/PrepareStatement.ts.html |here} to see how to use PrepareStatement API.
1429
1429
  */
1430
1430
  prepareStatement(prepareStatementRequest) {
1431
1431
  return __awaiter(this, void 0, void 0, function* () {
@@ -1485,7 +1485,7 @@ class NosqlClient {
1485
1485
  * @param QueryRequest
1486
1486
  * @return QueryResponse
1487
1487
  * @throws OciError when an error occurs
1488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/Query.ts.html |here} to see how to use Query API.
1488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/Query.ts.html |here} to see how to use Query API.
1489
1489
  */
1490
1490
  query(queryRequest) {
1491
1491
  return __awaiter(this, void 0, void 0, function* () {
@@ -1551,7 +1551,7 @@ class NosqlClient {
1551
1551
  * @param SummarizeStatementRequest
1552
1552
  * @return SummarizeStatementResponse
1553
1553
  * @throws OciError when an error occurs
1554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/SummarizeStatement.ts.html |here} to see how to use SummarizeStatement API.
1555
1555
  */
1556
1556
  summarizeStatement(summarizeStatementRequest) {
1557
1557
  return __awaiter(this, void 0, void 0, function* () {
@@ -1610,7 +1610,7 @@ class NosqlClient {
1610
1610
  * @param UpdateRowRequest
1611
1611
  * @return UpdateRowResponse
1612
1612
  * @throws OciError when an error occurs
1613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/UpdateRow.ts.html |here} to see how to use UpdateRow API.
1614
1614
  */
1615
1615
  updateRow(updateRowRequest) {
1616
1616
  return __awaiter(this, void 0, void 0, function* () {
@@ -1677,7 +1677,7 @@ class NosqlClient {
1677
1677
  * @param UpdateTableRequest
1678
1678
  * @return UpdateTableResponse
1679
1679
  * @throws OciError when an error occurs
1680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/nosql/UpdateTable.ts.html |here} to see how to use UpdateTable API.
1681
1681
  */
1682
1682
  updateTable(updateTableRequest) {
1683
1683
  return __awaiter(this, void 0, void 0, function* () {
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  /**
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  /**
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  import * as model from "../model";
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  /**
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  import * as model from "../model";
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  import * as model from "../model";
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  /**
@@ -12,7 +12,7 @@ in tables; and access of table usage metrics.
12
12
  * NOTE: This class is auto generated by OracleSDKGenerator.
13
13
  * Do not edit the class manually.
14
14
  *
15
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
16
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
17
  */
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,7 +11,7 @@ in tables; and access of table usage metrics.
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  import * as model from "../model";