oci-analytics 2.76.1 → 2.77.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.
Files changed (45) hide show
  1. package/lib/client.d.ts +23 -23
  2. package/lib/client.js +23 -23
  3. package/lib/model/analytics-instance-summary.d.ts +1 -1
  4. package/lib/model/analytics-instance.d.ts +3 -3
  5. package/lib/model/create-analytics-instance-details.d.ts +2 -2
  6. package/lib/model/sort-by.d.ts +1 -1
  7. package/lib/model/sort-by.js +1 -1
  8. package/lib/model/sort-order.d.ts +1 -1
  9. package/lib/model/sort-order.js +1 -1
  10. package/lib/model/update-analytics-instance-details.d.ts +2 -2
  11. package/lib/model/work-request-error.d.ts +1 -1
  12. package/lib/model/work-request-log.d.ts +1 -1
  13. package/lib/model/work-request-sort-by.d.ts +1 -1
  14. package/lib/model/work-request-sort-by.js +1 -1
  15. package/lib/model/work-request-summary.d.ts +3 -3
  16. package/lib/model/work-request.d.ts +3 -3
  17. package/lib/request/change-analytics-instance-compartment-request.d.ts +2 -2
  18. package/lib/request/change-analytics-instance-network-endpoint-request.d.ts +2 -2
  19. package/lib/request/create-analytics-instance-request.d.ts +1 -1
  20. package/lib/request/create-private-access-channel-request.d.ts +1 -1
  21. package/lib/request/create-vanity-url-request.d.ts +1 -1
  22. package/lib/request/delete-analytics-instance-request.d.ts +2 -2
  23. package/lib/request/delete-private-access-channel-request.d.ts +2 -2
  24. package/lib/request/delete-vanity-url-request.d.ts +2 -2
  25. package/lib/request/delete-work-request-request.d.ts +2 -2
  26. package/lib/request/get-analytics-instance-request.d.ts +1 -1
  27. package/lib/request/get-private-access-channel-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/list-analytics-instances-request.d.ts +5 -5
  30. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  31. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  32. package/lib/request/list-work-requests-request.d.ts +4 -4
  33. package/lib/request/scale-analytics-instance-request.d.ts +2 -2
  34. package/lib/request/set-kms-key-request.d.ts +2 -2
  35. package/lib/request/start-analytics-instance-request.d.ts +2 -2
  36. package/lib/request/stop-analytics-instance-request.d.ts +2 -2
  37. package/lib/request/update-analytics-instance-request.d.ts +2 -2
  38. package/lib/request/update-private-access-channel-request.d.ts +2 -2
  39. package/lib/request/update-vanity-url-request.d.ts +2 -2
  40. package/lib/response/create-analytics-instance-response.d.ts +1 -1
  41. package/lib/response/get-analytics-instance-response.d.ts +1 -1
  42. package/lib/response/get-private-access-channel-response.d.ts +1 -1
  43. package/lib/response/get-work-request-response.d.ts +1 -1
  44. package/lib/response/update-analytics-instance-response.d.ts +1 -1
  45. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -90,7 +90,7 @@ export declare class AnalyticsClient {
90
90
  * @param ChangeAnalyticsInstanceCompartmentRequest
91
91
  * @return ChangeAnalyticsInstanceCompartmentResponse
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.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
94
94
  */
95
95
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest: requests.ChangeAnalyticsInstanceCompartmentRequest): Promise<responses.ChangeAnalyticsInstanceCompartmentResponse>;
96
96
  /**
@@ -101,7 +101,7 @@ export declare class AnalyticsClient {
101
101
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
102
102
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
105
105
  */
106
106
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest: requests.ChangeAnalyticsInstanceNetworkEndpointRequest): Promise<responses.ChangeAnalyticsInstanceNetworkEndpointResponse>;
107
107
  /**
@@ -112,7 +112,7 @@ export declare class AnalyticsClient {
112
112
  * @param CreateAnalyticsInstanceRequest
113
113
  * @return CreateAnalyticsInstanceResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
116
116
  */
117
117
  createAnalyticsInstance(createAnalyticsInstanceRequest: requests.CreateAnalyticsInstanceRequest): Promise<responses.CreateAnalyticsInstanceResponse>;
118
118
  /**
@@ -123,7 +123,7 @@ export declare class AnalyticsClient {
123
123
  * @param CreatePrivateAccessChannelRequest
124
124
  * @return CreatePrivateAccessChannelResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
127
127
  */
128
128
  createPrivateAccessChannel(createPrivateAccessChannelRequest: requests.CreatePrivateAccessChannelRequest): Promise<responses.CreatePrivateAccessChannelResponse>;
129
129
  /**
@@ -134,7 +134,7 @@ export declare class AnalyticsClient {
134
134
  * @param CreateVanityUrlRequest
135
135
  * @return CreateVanityUrlResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
138
138
  */
139
139
  createVanityUrl(createVanityUrlRequest: requests.CreateVanityUrlRequest): Promise<responses.CreateVanityUrlResponse>;
140
140
  /**
@@ -145,7 +145,7 @@ export declare class AnalyticsClient {
145
145
  * @param DeleteAnalyticsInstanceRequest
146
146
  * @return DeleteAnalyticsInstanceResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
149
149
  */
150
150
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest: requests.DeleteAnalyticsInstanceRequest): Promise<responses.DeleteAnalyticsInstanceResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class AnalyticsClient {
155
155
  * @param DeletePrivateAccessChannelRequest
156
156
  * @return DeletePrivateAccessChannelResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
159
159
  */
160
160
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest: requests.DeletePrivateAccessChannelRequest): Promise<responses.DeletePrivateAccessChannelResponse>;
161
161
  /**
@@ -165,7 +165,7 @@ export declare class AnalyticsClient {
165
165
  * @param DeleteVanityUrlRequest
166
166
  * @return DeleteVanityUrlResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
169
169
  */
170
170
  deleteVanityUrl(deleteVanityUrlRequest: requests.DeleteVanityUrlRequest): Promise<responses.DeleteVanityUrlResponse>;
171
171
  /**
@@ -175,7 +175,7 @@ export declare class AnalyticsClient {
175
175
  * @param DeleteWorkRequestRequest
176
176
  * @return DeleteWorkRequestResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
179
179
  */
180
180
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
181
181
  /**
@@ -185,7 +185,7 @@ export declare class AnalyticsClient {
185
185
  * @param GetAnalyticsInstanceRequest
186
186
  * @return GetAnalyticsInstanceResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
189
189
  */
190
190
  getAnalyticsInstance(getAnalyticsInstanceRequest: requests.GetAnalyticsInstanceRequest): Promise<responses.GetAnalyticsInstanceResponse>;
191
191
  /**
@@ -195,7 +195,7 @@ export declare class AnalyticsClient {
195
195
  * @param GetPrivateAccessChannelRequest
196
196
  * @return GetPrivateAccessChannelResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
199
199
  */
200
200
  getPrivateAccessChannel(getPrivateAccessChannelRequest: requests.GetPrivateAccessChannelRequest): Promise<responses.GetPrivateAccessChannelResponse>;
201
201
  /**
@@ -205,7 +205,7 @@ export declare class AnalyticsClient {
205
205
  * @param GetWorkRequestRequest
206
206
  * @return GetWorkRequestResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
209
209
  */
210
210
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
211
211
  /**
@@ -215,7 +215,7 @@ export declare class AnalyticsClient {
215
215
  * @param ListAnalyticsInstancesRequest
216
216
  * @return ListAnalyticsInstancesResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
219
219
  */
220
220
  listAnalyticsInstances(listAnalyticsInstancesRequest: requests.ListAnalyticsInstancesRequest): Promise<responses.ListAnalyticsInstancesResponse>;
221
221
  /**
@@ -257,7 +257,7 @@ export declare class AnalyticsClient {
257
257
  * @param ListWorkRequestErrorsRequest
258
258
  * @return ListWorkRequestErrorsResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
261
261
  */
262
262
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
263
263
  /**
@@ -299,7 +299,7 @@ export declare class AnalyticsClient {
299
299
  * @param ListWorkRequestLogsRequest
300
300
  * @return ListWorkRequestLogsResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
303
303
  */
304
304
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
305
305
  /**
@@ -341,7 +341,7 @@ export declare class AnalyticsClient {
341
341
  * @param ListWorkRequestsRequest
342
342
  * @return ListWorkRequestsResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
345
345
  */
346
346
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
347
347
  /**
@@ -384,7 +384,7 @@ export declare class AnalyticsClient {
384
384
  * @param ScaleAnalyticsInstanceRequest
385
385
  * @return ScaleAnalyticsInstanceResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
388
388
  */
389
389
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest: requests.ScaleAnalyticsInstanceRequest): Promise<responses.ScaleAnalyticsInstanceResponse>;
390
390
  /**
@@ -394,7 +394,7 @@ export declare class AnalyticsClient {
394
394
  * @param SetKmsKeyRequest
395
395
  * @return SetKmsKeyResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
398
398
  */
399
399
  setKmsKey(setKmsKeyRequest: requests.SetKmsKeyRequest): Promise<responses.SetKmsKeyResponse>;
400
400
  /**
@@ -405,7 +405,7 @@ export declare class AnalyticsClient {
405
405
  * @param StartAnalyticsInstanceRequest
406
406
  * @return StartAnalyticsInstanceResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
409
409
  */
410
410
  startAnalyticsInstance(startAnalyticsInstanceRequest: requests.StartAnalyticsInstanceRequest): Promise<responses.StartAnalyticsInstanceResponse>;
411
411
  /**
@@ -416,7 +416,7 @@ export declare class AnalyticsClient {
416
416
  * @param StopAnalyticsInstanceRequest
417
417
  * @return StopAnalyticsInstanceResponse
418
418
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
420
420
  */
421
421
  stopAnalyticsInstance(stopAnalyticsInstanceRequest: requests.StopAnalyticsInstanceRequest): Promise<responses.StopAnalyticsInstanceResponse>;
422
422
  /**
@@ -427,7 +427,7 @@ export declare class AnalyticsClient {
427
427
  * @param UpdateAnalyticsInstanceRequest
428
428
  * @return UpdateAnalyticsInstanceResponse
429
429
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
431
431
  */
432
432
  updateAnalyticsInstance(updateAnalyticsInstanceRequest: requests.UpdateAnalyticsInstanceRequest): Promise<responses.UpdateAnalyticsInstanceResponse>;
433
433
  /**
@@ -437,7 +437,7 @@ export declare class AnalyticsClient {
437
437
  * @param UpdatePrivateAccessChannelRequest
438
438
  * @return UpdatePrivateAccessChannelResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
441
441
  */
442
442
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest: requests.UpdatePrivateAccessChannelRequest): Promise<responses.UpdatePrivateAccessChannelResponse>;
443
443
  /**
@@ -447,7 +447,7 @@ export declare class AnalyticsClient {
447
447
  * @param UpdateVanityUrlRequest
448
448
  * @return UpdateVanityUrlResponse
449
449
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
451
451
  */
452
452
  updateVanityUrl(updateVanityUrlRequest: requests.UpdateVanityUrlRequest): Promise<responses.UpdateVanityUrlResponse>;
453
453
  }
package/lib/client.js CHANGED
@@ -191,7 +191,7 @@ class AnalyticsClient {
191
191
  * @param ChangeAnalyticsInstanceCompartmentRequest
192
192
  * @return ChangeAnalyticsInstanceCompartmentResponse
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.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartment API.
195
195
  */
196
196
  changeAnalyticsInstanceCompartment(changeAnalyticsInstanceCompartmentRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -255,7 +255,7 @@ class AnalyticsClient {
255
255
  * @param ChangeAnalyticsInstanceNetworkEndpointRequest
256
256
  * @return ChangeAnalyticsInstanceNetworkEndpointResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpoint API.
259
259
  */
260
260
  changeAnalyticsInstanceNetworkEndpoint(changeAnalyticsInstanceNetworkEndpointRequest) {
261
261
  return __awaiter(this, void 0, void 0, function* () {
@@ -319,7 +319,7 @@ class AnalyticsClient {
319
319
  * @param CreateAnalyticsInstanceRequest
320
320
  * @return CreateAnalyticsInstanceResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstance API.
323
323
  */
324
324
  createAnalyticsInstance(createAnalyticsInstanceRequest) {
325
325
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class AnalyticsClient {
394
394
  * @param CreatePrivateAccessChannelRequest
395
395
  * @return CreatePrivateAccessChannelResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannel API.
398
398
  */
399
399
  createPrivateAccessChannel(createPrivateAccessChannelRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class AnalyticsClient {
457
457
  * @param CreateVanityUrlRequest
458
458
  * @return CreateVanityUrlResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrl API.
461
461
  */
462
462
  createVanityUrl(createVanityUrlRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -520,7 +520,7 @@ class AnalyticsClient {
520
520
  * @param DeleteAnalyticsInstanceRequest
521
521
  * @return DeleteAnalyticsInstanceResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstance API.
524
524
  */
525
525
  deleteAnalyticsInstance(deleteAnalyticsInstanceRequest) {
526
526
  return __awaiter(this, void 0, void 0, function* () {
@@ -582,7 +582,7 @@ class AnalyticsClient {
582
582
  * @param DeletePrivateAccessChannelRequest
583
583
  * @return DeletePrivateAccessChannelResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannel API.
586
586
  */
587
587
  deletePrivateAccessChannel(deletePrivateAccessChannelRequest) {
588
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -645,7 +645,7 @@ class AnalyticsClient {
645
645
  * @param DeleteVanityUrlRequest
646
646
  * @return DeleteVanityUrlResponse
647
647
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrl API.
649
649
  */
650
650
  deleteVanityUrl(deleteVanityUrlRequest) {
651
651
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class AnalyticsClient {
708
708
  * @param DeleteWorkRequestRequest
709
709
  * @return DeleteWorkRequestResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
712
712
  */
713
713
  deleteWorkRequest(deleteWorkRequestRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -764,7 +764,7 @@ class AnalyticsClient {
764
764
  * @param GetAnalyticsInstanceRequest
765
765
  * @return GetAnalyticsInstanceResponse
766
766
  * @throws OciError when an error occurs
767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstance API.
768
768
  */
769
769
  getAnalyticsInstance(getAnalyticsInstanceRequest) {
770
770
  return __awaiter(this, void 0, void 0, function* () {
@@ -828,7 +828,7 @@ class AnalyticsClient {
828
828
  * @param GetPrivateAccessChannelRequest
829
829
  * @return GetPrivateAccessChannelResponse
830
830
  * @throws OciError when an error occurs
831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannel API.
832
832
  */
833
833
  getPrivateAccessChannel(getPrivateAccessChannelRequest) {
834
834
  return __awaiter(this, void 0, void 0, function* () {
@@ -893,7 +893,7 @@ class AnalyticsClient {
893
893
  * @param GetWorkRequestRequest
894
894
  * @return GetWorkRequestResponse
895
895
  * @throws OciError when an error occurs
896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
897
897
  */
898
898
  getWorkRequest(getWorkRequestRequest) {
899
899
  return __awaiter(this, void 0, void 0, function* () {
@@ -962,7 +962,7 @@ class AnalyticsClient {
962
962
  * @param ListAnalyticsInstancesRequest
963
963
  * @return ListAnalyticsInstancesResponse
964
964
  * @throws OciError when an error occurs
965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstances API.
966
966
  */
967
967
  listAnalyticsInstances(listAnalyticsInstancesRequest) {
968
968
  return __awaiter(this, void 0, void 0, function* () {
@@ -1074,7 +1074,7 @@ class AnalyticsClient {
1074
1074
  * @param ListWorkRequestErrorsRequest
1075
1075
  * @return ListWorkRequestErrorsResponse
1076
1076
  * @throws OciError when an error occurs
1077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1078
1078
  */
1079
1079
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1080
1080
  return __awaiter(this, void 0, void 0, function* () {
@@ -1181,7 +1181,7 @@ class AnalyticsClient {
1181
1181
  * @param ListWorkRequestLogsRequest
1182
1182
  * @return ListWorkRequestLogsResponse
1183
1183
  * @throws OciError when an error occurs
1184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1185
1185
  */
1186
1186
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1187
1187
  return __awaiter(this, void 0, void 0, function* () {
@@ -1288,7 +1288,7 @@ class AnalyticsClient {
1288
1288
  * @param ListWorkRequestsRequest
1289
1289
  * @return ListWorkRequestsResponse
1290
1290
  * @throws OciError when an error occurs
1291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1292
1292
  */
1293
1293
  listWorkRequests(listWorkRequestsRequest) {
1294
1294
  return __awaiter(this, void 0, void 0, function* () {
@@ -1400,7 +1400,7 @@ class AnalyticsClient {
1400
1400
  * @param ScaleAnalyticsInstanceRequest
1401
1401
  * @return ScaleAnalyticsInstanceResponse
1402
1402
  * @throws OciError when an error occurs
1403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstance API.
1404
1404
  */
1405
1405
  scaleAnalyticsInstance(scaleAnalyticsInstanceRequest) {
1406
1406
  return __awaiter(this, void 0, void 0, function* () {
@@ -1463,7 +1463,7 @@ class AnalyticsClient {
1463
1463
  * @param SetKmsKeyRequest
1464
1464
  * @return SetKmsKeyResponse
1465
1465
  * @throws OciError when an error occurs
1466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKey API.
1467
1467
  */
1468
1468
  setKmsKey(setKmsKeyRequest) {
1469
1469
  return __awaiter(this, void 0, void 0, function* () {
@@ -1527,7 +1527,7 @@ class AnalyticsClient {
1527
1527
  * @param StartAnalyticsInstanceRequest
1528
1528
  * @return StartAnalyticsInstanceResponse
1529
1529
  * @throws OciError when an error occurs
1530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstance API.
1531
1531
  */
1532
1532
  startAnalyticsInstance(startAnalyticsInstanceRequest) {
1533
1533
  return __awaiter(this, void 0, void 0, function* () {
@@ -1590,7 +1590,7 @@ class AnalyticsClient {
1590
1590
  * @param StopAnalyticsInstanceRequest
1591
1591
  * @return StopAnalyticsInstanceResponse
1592
1592
  * @throws OciError when an error occurs
1593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstance API.
1594
1594
  */
1595
1595
  stopAnalyticsInstance(stopAnalyticsInstanceRequest) {
1596
1596
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1653,7 @@ class AnalyticsClient {
1653
1653
  * @param UpdateAnalyticsInstanceRequest
1654
1654
  * @return UpdateAnalyticsInstanceResponse
1655
1655
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstance API.
1657
1657
  */
1658
1658
  updateAnalyticsInstance(updateAnalyticsInstanceRequest) {
1659
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1719,7 +1719,7 @@ class AnalyticsClient {
1719
1719
  * @param UpdatePrivateAccessChannelRequest
1720
1720
  * @return UpdatePrivateAccessChannelResponse
1721
1721
  * @throws OciError when an error occurs
1722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannel API.
1723
1723
  */
1724
1724
  updatePrivateAccessChannel(updatePrivateAccessChannelRequest) {
1725
1725
  return __awaiter(this, void 0, void 0, function* () {
@@ -1783,7 +1783,7 @@ class AnalyticsClient {
1783
1783
  * @param UpdateVanityUrlRequest
1784
1784
  * @return UpdateVanityUrlResponse
1785
1785
  * @throws OciError when an error occurs
1786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrl API.
1787
1787
  */
1788
1788
  updateVanityUrl(updateVanityUrlRequest) {
1789
1789
  return __awaiter(this, void 0, void 0, function* () {
@@ -67,7 +67,7 @@ export interface AnalyticsInstanceSummary {
67
67
  /**
68
68
  * The date and time the instance was created, in the format defined by RFC3339.
69
69
  * <p>
70
- Example: `2016-08-25T21:10:29.600Z`
70
+ Example: {@code 2016-08-25T21:10:29.600Z}
71
71
  *
72
72
  */
73
73
  "timeCreated": Date;
@@ -82,7 +82,7 @@ export interface AnalyticsInstance {
82
82
  * Defined tags for this resource. Each key is predefined and scoped to a
83
83
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
84
84
  * <p>
85
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
85
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
86
86
  *
87
87
  */
88
88
  "definedTags"?: {
@@ -94,7 +94,7 @@ export interface AnalyticsInstance {
94
94
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
95
95
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
96
96
  * <p>
97
- Example: `{\"Department\": \"Finance\"}`
97
+ Example: {@code {\"Department\": \"Finance\"}}
98
98
  *
99
99
  */
100
100
  "freeformTags"?: {
@@ -108,7 +108,7 @@ export interface AnalyticsInstance {
108
108
  /**
109
109
  * The date and time the instance was created, in the format defined by RFC3339.
110
110
  * <p>
111
- Example: `2016-08-25T21:10:29.600Z`
111
+ Example: {@code 2016-08-25T21:10:29.600Z}
112
112
  *
113
113
  */
114
114
  "timeCreated": Date;
@@ -58,7 +58,7 @@ export interface CreateAnalyticsInstanceDetails {
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a
59
59
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
60
60
  * <p>
61
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
61
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
62
62
  *
63
63
  */
64
64
  "definedTags"?: {
@@ -70,7 +70,7 @@ export interface CreateAnalyticsInstanceDetails {
70
70
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
71
71
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
72
72
  * <p>
73
- Example: `{\"Department\": \"Finance\"}`
73
+ Example: {@code {\"Department\": \"Finance\"}}
74
74
  *
75
75
  */
76
76
  "freeformTags"?: {
@@ -13,7 +13,7 @@
13
13
  */
14
14
  /**
15
15
  * The field to sort by (one column only). Default sort order is
16
- * ascending exception of `timeCreated` column (descending).
16
+ * ascending exception of {@code timeCreated} column (descending).
17
17
  *
18
18
  **/
19
19
  export declare enum SortBy {
@@ -16,7 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.SortBy = void 0;
17
17
  /**
18
18
  * The field to sort by (one column only). Default sort order is
19
- * ascending exception of `timeCreated` column (descending).
19
+ * ascending exception of {@code timeCreated} column (descending).
20
20
  *
21
21
  **/
22
22
  var SortBy;
@@ -12,7 +12,7 @@
12
12
  * 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.
13
13
  */
14
14
  /**
15
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
15
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
16
16
  *
17
17
  **/
18
18
  export declare enum SortOrder {
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.SortOrder = void 0;
17
17
  /**
18
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
18
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
19
19
  *
20
20
  **/
21
21
  var SortOrder;
@@ -37,7 +37,7 @@ export interface UpdateAnalyticsInstanceDetails {
37
37
  * Defined tags for this resource. Each key is predefined and scoped to a
38
38
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
39
39
  * <p>
40
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
40
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
41
41
  *
42
42
  */
43
43
  "definedTags"?: {
@@ -49,7 +49,7 @@ export interface UpdateAnalyticsInstanceDetails {
49
49
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
50
50
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
51
51
  * <p>
52
- Example: `{\"Department\": \"Finance\"}`
52
+ Example: {@code {\"Department\": \"Finance\"}}
53
53
  *
54
54
  */
55
55
  "freeformTags"?: {
@@ -29,7 +29,7 @@ export interface WorkRequestError {
29
29
  /**
30
30
  * The date and time the error occured, in the format defined by RFC3339.
31
31
  * <p>
32
- Example: `2016-08-25T21:10:29.600Z`
32
+ Example: {@code 2016-08-25T21:10:29.600Z}
33
33
  *
34
34
  */
35
35
  "timestamp": Date;
@@ -24,7 +24,7 @@ export interface WorkRequestLog {
24
24
  /**
25
25
  * The date and time the log entry occured, in the format defined by RFC3339.
26
26
  * <p>
27
- Example: `2016-08-25T21:10:29.600Z`
27
+ Example: {@code 2016-08-25T21:10:29.600Z}
28
28
  *
29
29
  */
30
30
  "timestamp": Date;
@@ -12,7 +12,7 @@
12
12
  * 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.
13
13
  */
14
14
  /**
15
- * The supported work request `sort by` columns.
15
+ * The supported work request {@code sort by} columns.
16
16
  *
17
17
  **/
18
18
  export declare enum WorkRequestSortBy {
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.WorkRequestSortBy = void 0;
17
17
  /**
18
- * The supported work request `sort by` columns.
18
+ * The supported work request {@code sort by} columns.
19
19
  *
20
20
  **/
21
21
  var WorkRequestSortBy;
@@ -44,21 +44,21 @@ export interface WorkRequestSummary {
44
44
  /**
45
45
  * The time the work request was accepted, in the format defined by RFC3339.
46
46
  * <p>
47
- Example: `2016-08-25T21:10:29.600Z`
47
+ Example: {@code 2016-08-25T21:10:29.600Z}
48
48
  *
49
49
  */
50
50
  "timeAccepted": Date;
51
51
  /**
52
52
  * The time the work request was started, in the format defined by RFC3339.
53
53
  * <p>
54
- Example: `2016-08-25T21:10:29.600Z`
54
+ Example: {@code 2016-08-25T21:10:29.600Z}
55
55
  *
56
56
  */
57
57
  "timeStarted"?: Date;
58
58
  /**
59
59
  * The time the work request was finished, in the format defined by RFC3339.
60
60
  * <p>
61
- Example: `2016-08-25T21:10:29.600Z`
61
+ Example: {@code 2016-08-25T21:10:29.600Z}
62
62
  *
63
63
  */
64
64
  "timeFinished"?: Date;
@@ -50,21 +50,21 @@ export interface WorkRequest {
50
50
  /**
51
51
  * The time the work request was accepted, in the format defined by RFC3339.
52
52
  * <p>
53
- Example: `2016-08-25T21:10:29.600Z`
53
+ Example: {@code 2016-08-25T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeAccepted": Date;
57
57
  /**
58
58
  * The time the work request was started, in the format defined by RFC3339.
59
59
  * <p>
60
- Example: `2016-08-25T21:10:29.600Z`
60
+ Example: {@code 2016-08-25T21:10:29.600Z}
61
61
  *
62
62
  */
63
63
  "timeStarted"?: Date;
64
64
  /**
65
65
  * The time the work request was finished, in the format defined by RFC3339.
66
66
  * <p>
67
- Example: `2016-08-25T21:10:29.600Z`
67
+ Example: {@code 2016-08-25T21:10:29.600Z}
68
68
  *
69
69
  */
70
70
  "timeFinished"?: Date;
@@ -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.76.1/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ChangeAnalyticsInstanceCompartment.ts.html |here} to see how to use ChangeAnalyticsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAnalyticsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ChangeAnalyticsInstanceCompartmentRequest extends common.BaseRe
27
27
  */
28
28
  "changeCompartmentDetails": model.ChangeCompartmentDetails;
29
29
  /**
30
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -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.76.1/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ChangeAnalyticsInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeAnalyticsInstanceNetworkEndpointRequest.
17
17
  */
18
18
  export interface ChangeAnalyticsInstanceNetworkEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ChangeAnalyticsInstanceNetworkEndpointRequest extends common.Ba
27
27
  */
28
28
  "changeAnalyticsInstanceNetworkEndpointDetails": model.ChangeAnalyticsInstanceNetworkEndpointDetails;
29
29
  /**
30
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -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.76.1/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreateAnalyticsInstance.ts.html |here} to see how to use CreateAnalyticsInstanceRequest.
17
17
  */
18
18
  export interface CreateAnalyticsInstanceRequest 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.76.1/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreatePrivateAccessChannel.ts.html |here} to see how to use CreatePrivateAccessChannelRequest.
17
17
  */
18
18
  export interface CreatePrivateAccessChannelRequest 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.76.1/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/CreateVanityUrl.ts.html |here} to see how to use CreateVanityUrlRequest.
17
17
  */
18
18
  export interface CreateVanityUrlRequest 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.76.1/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteAnalyticsInstance.ts.html |here} to see how to use DeleteAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface DeleteAnalyticsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteAnalyticsInstanceRequest extends common.BaseRequest {
21
21
  */
22
22
  "analyticsInstanceId": string;
23
23
  /**
24
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
24
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
25
25
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
26
26
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
27
  *
@@ -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.76.1/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeletePrivateAccessChannel.ts.html |here} to see how to use DeletePrivateAccessChannelRequest.
16
16
  */
17
17
  export interface DeletePrivateAccessChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface DeletePrivateAccessChannelRequest extends common.BaseRequest {
26
26
  */
27
27
  "analyticsInstanceId": string;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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.76.1/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrlRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteVanityUrl.ts.html |here} to see how to use DeleteVanityUrlRequest.
16
16
  */
17
17
  export interface DeleteVanityUrlRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface DeleteVanityUrlRequest extends common.BaseRequest {
26
26
  */
27
27
  "vanityUrlKey": string;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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.76.1/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteWorkRequestRequest extends common.BaseRequest {
21
21
  */
22
22
  "workRequestId": string;
23
23
  /**
24
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
24
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
25
25
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
26
26
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
27
  *
@@ -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.76.1/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetAnalyticsInstance.ts.html |here} to see how to use GetAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface GetAnalyticsInstanceRequest 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.76.1/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetPrivateAccessChannel.ts.html |here} to see how to use GetPrivateAccessChannelRequest.
16
16
  */
17
17
  export interface GetPrivateAccessChannelRequest 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.76.1/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.76.1/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListAnalyticsInstances.ts.html |here} to see how to use ListAnalyticsInstancesRequest.
17
17
  */
18
18
  export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
19
19
  /**
@@ -55,12 +55,12 @@ export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
55
55
  * \"List\" call. For important details about how pagination works, see
56
56
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
57
57
  * <p>
58
- Example: `50`
58
+ Example: {@code 50}
59
59
  *
60
60
  */
61
61
  "limit"?: number;
62
62
  /**
63
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
63
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
64
64
  * call. For important details about how pagination works, see
65
65
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
66
66
  *
@@ -68,12 +68,12 @@ export interface ListAnalyticsInstancesRequest extends common.BaseRequest {
68
68
  "page"?: string;
69
69
  /**
70
70
  * The field to sort by (one column only). Default sort order is
71
- * ascending exception of `timeCreated` column (descending).
71
+ * ascending exception of {@code timeCreated} column (descending).
72
72
  *
73
73
  */
74
74
  "sortBy"?: model.SortBy;
75
75
  /**
76
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
76
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
77
77
  *
78
78
  */
79
79
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,12 +31,12 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
31
31
  * \"List\" call. For important details about how pagination works, see
32
32
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
33
  * <p>
34
- Example: `50`
34
+ Example: {@code 50}
35
35
  *
36
36
  */
37
37
  "limit"?: number;
38
38
  /**
39
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
39
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
40
40
  * call. For important details about how pagination works, see
41
41
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
@@ -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.76.1/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,12 +31,12 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
31
31
  * \"List\" call. For important details about how pagination works, see
32
32
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
33
  * <p>
34
- Example: `50`
34
+ Example: {@code 50}
35
35
  *
36
36
  */
37
37
  "limit"?: number;
38
38
  /**
39
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
39
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
40
40
  * call. For important details about how pagination works, see
41
41
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
@@ -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.76.1/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,12 +41,12 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
41
41
  * \"List\" call. For important details about how pagination works, see
42
42
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
43
43
  * <p>
44
- Example: `50`
44
+ Example: {@code 50}
45
45
  *
46
46
  */
47
47
  "limit"?: number;
48
48
  /**
49
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
49
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
50
50
  * call. For important details about how pagination works, see
51
51
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
52
52
  *
@@ -58,7 +58,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
58
58
  */
59
59
  "sortBy"?: model.WorkRequestSortBy;
60
60
  /**
61
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
61
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
62
62
  *
63
63
  */
64
64
  "sortOrder"?: model.SortOrder;
@@ -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.76.1/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/ScaleAnalyticsInstance.ts.html |here} to see how to use ScaleAnalyticsInstanceRequest.
17
17
  */
18
18
  export interface ScaleAnalyticsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ScaleAnalyticsInstanceRequest extends common.BaseRequest {
27
27
  */
28
28
  "scaleAnalyticsInstanceDetails": model.ScaleAnalyticsInstanceDetails;
29
29
  /**
30
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -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.76.1/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/SetKmsKey.ts.html |here} to see how to use SetKmsKeyRequest.
17
17
  */
18
18
  export interface SetKmsKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface SetKmsKeyRequest extends common.BaseRequest {
27
27
  */
28
28
  "setKmsKeyDetails": model.SetKmsKeyDetails;
29
29
  /**
30
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -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.76.1/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/StartAnalyticsInstance.ts.html |here} to see how to use StartAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface StartAnalyticsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface StartAnalyticsInstanceRequest extends common.BaseRequest {
21
21
  */
22
22
  "analyticsInstanceId": string;
23
23
  /**
24
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
24
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
25
25
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
26
26
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
27
  *
@@ -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.76.1/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/StopAnalyticsInstance.ts.html |here} to see how to use StopAnalyticsInstanceRequest.
16
16
  */
17
17
  export interface StopAnalyticsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface StopAnalyticsInstanceRequest extends common.BaseRequest {
21
21
  */
22
22
  "analyticsInstanceId": string;
23
23
  /**
24
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
24
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
25
25
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
26
26
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
27
27
  *
@@ -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.76.1/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdateAnalyticsInstance.ts.html |here} to see how to use UpdateAnalyticsInstanceRequest.
17
17
  */
18
18
  export interface UpdateAnalyticsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface UpdateAnalyticsInstanceRequest extends common.BaseRequest {
28
28
  */
29
29
  "updateAnalyticsInstanceDetails": model.UpdateAnalyticsInstanceDetails;
30
30
  /**
31
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
31
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
32
32
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
33
33
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
34
34
  *
@@ -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.76.1/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdatePrivateAccessChannel.ts.html |here} to see how to use UpdatePrivateAccessChannelRequest.
17
17
  */
18
18
  export interface UpdatePrivateAccessChannelRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdatePrivateAccessChannelRequest extends common.BaseRequest {
32
32
  */
33
33
  "updatePrivateAccessChannelDetails": model.UpdatePrivateAccessChannelDetails;
34
34
  /**
35
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
35
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
36
36
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
37
37
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -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.76.1/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/analytics/UpdateVanityUrl.ts.html |here} to see how to use UpdateVanityUrlRequest.
17
17
  */
18
18
  export interface UpdateVanityUrlRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateVanityUrlRequest extends common.BaseRequest {
32
32
  */
33
33
  "updateVanityUrlDetails": model.UpdateVanityUrlDetails;
34
34
  /**
35
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
35
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
36
36
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
37
37
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateAnalyticsInstanceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAnalyticsInstanceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPrivateAccessChannelResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateAnalyticsInstanceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-analytics",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Analytics 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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"