oci-redis 2.102.1 → 2.103.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 (71) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +19 -19
  4. package/lib/client.js +19 -19
  5. package/lib/model/action-type.d.ts +1 -1
  6. package/lib/model/action-type.js +1 -1
  7. package/lib/model/change-redis-cluster-compartment-details.d.ts +2 -2
  8. package/lib/model/change-redis-cluster-compartment-details.js +1 -1
  9. package/lib/model/create-redis-cluster-details.d.ts +6 -6
  10. package/lib/model/create-redis-cluster-details.js +1 -1
  11. package/lib/model/index.d.ts +1 -1
  12. package/lib/model/index.js +1 -1
  13. package/lib/model/node-collection.d.ts +1 -1
  14. package/lib/model/node-collection.js +1 -1
  15. package/lib/model/node-summary.d.ts +1 -1
  16. package/lib/model/node-summary.js +1 -1
  17. package/lib/model/node.d.ts +1 -1
  18. package/lib/model/node.js +1 -1
  19. package/lib/model/operation-status.d.ts +1 -1
  20. package/lib/model/operation-status.js +1 -1
  21. package/lib/model/operation-type.d.ts +1 -1
  22. package/lib/model/operation-type.js +1 -1
  23. package/lib/model/redis-cluster-collection.d.ts +2 -2
  24. package/lib/model/redis-cluster-collection.js +1 -1
  25. package/lib/model/redis-cluster-summary.d.ts +7 -7
  26. package/lib/model/redis-cluster-summary.js +1 -1
  27. package/lib/model/redis-cluster.d.ts +8 -7
  28. package/lib/model/redis-cluster.js +2 -1
  29. package/lib/model/redis-cluster.js.map +1 -1
  30. package/lib/model/redis-node-collection.d.ts +1 -1
  31. package/lib/model/redis-node-collection.js +1 -1
  32. package/lib/model/sort-order.d.ts +1 -1
  33. package/lib/model/sort-order.js +1 -1
  34. package/lib/model/update-redis-cluster-details.d.ts +7 -3
  35. package/lib/model/update-redis-cluster-details.js +1 -1
  36. package/lib/model/update-redis-cluster-details.js.map +1 -1
  37. package/lib/model/work-request-error-collection.d.ts +1 -1
  38. package/lib/model/work-request-error-collection.js +1 -1
  39. package/lib/model/work-request-error.d.ts +2 -2
  40. package/lib/model/work-request-error.js +1 -1
  41. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  42. package/lib/model/work-request-log-entry-collection.js +1 -1
  43. package/lib/model/work-request-log-entry.d.ts +1 -1
  44. package/lib/model/work-request-log-entry.js +1 -1
  45. package/lib/model/work-request-resource.d.ts +2 -2
  46. package/lib/model/work-request-resource.js +1 -1
  47. package/lib/model/work-request-summary-collection.d.ts +1 -1
  48. package/lib/model/work-request-summary-collection.js +1 -1
  49. package/lib/model/work-request-summary.d.ts +2 -2
  50. package/lib/model/work-request-summary.js +1 -1
  51. package/lib/model/work-request.d.ts +3 -3
  52. package/lib/model/work-request.js +1 -1
  53. package/lib/rediscluster-waiter.d.ts +1 -1
  54. package/lib/rediscluster-waiter.js +1 -1
  55. package/lib/request/cancel-work-request-request.d.ts +1 -1
  56. package/lib/request/change-redis-cluster-compartment-request.d.ts +2 -2
  57. package/lib/request/create-redis-cluster-request.d.ts +1 -1
  58. package/lib/request/delete-redis-cluster-request.d.ts +2 -2
  59. package/lib/request/get-redis-cluster-request.d.ts +2 -2
  60. package/lib/request/get-work-request-request.d.ts +1 -1
  61. package/lib/request/index.d.ts +1 -1
  62. package/lib/request/index.js +1 -1
  63. package/lib/request/list-redis-cluster-nodes-request.d.ts +2 -2
  64. package/lib/request/list-redis-clusters-request.d.ts +2 -2
  65. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  66. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  67. package/lib/request/list-work-requests-request.d.ts +2 -2
  68. package/lib/request/update-redis-cluster-request.d.ts +2 -2
  69. package/lib/response/index.d.ts +1 -1
  70. package/lib/response/index.js +1 -1
  71. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
package/lib/client.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -100,44 +100,44 @@ export declare class RedisClusterClient {
100
100
  * @param CancelWorkRequestRequest
101
101
  * @return CancelWorkRequestResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
103
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
104
104
  */
105
105
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
106
106
  /**
107
- * Moves an OCI Cache cluster into a different compartment within the same tenancy. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
107
+ * Moves an OCI Cache cluster into a different compartment within the same tenancy. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
108
108
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
109
109
  * @param ChangeRedisClusterCompartmentRequest
110
110
  * @return ChangeRedisClusterCompartmentResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
112
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
113
113
  */
114
114
  changeRedisClusterCompartment(changeRedisClusterCompartmentRequest: requests.ChangeRedisClusterCompartmentRequest): Promise<responses.ChangeRedisClusterCompartmentResponse>;
115
115
  /**
116
- * Creates a new OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
116
+ * Creates a new OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
117
117
  *
118
118
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
119
119
  * @param CreateRedisClusterRequest
120
120
  * @return CreateRedisClusterResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
122
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
123
123
  */
124
124
  createRedisCluster(createRedisClusterRequest: requests.CreateRedisClusterRequest): Promise<responses.CreateRedisClusterResponse>;
125
125
  /**
126
- * Deletes the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
126
+ * Deletes the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
127
127
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
128
128
  * @param DeleteRedisClusterRequest
129
129
  * @return DeleteRedisClusterResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
131
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
132
132
  */
133
133
  deleteRedisCluster(deleteRedisClusterRequest: requests.DeleteRedisClusterRequest): Promise<responses.DeleteRedisClusterResponse>;
134
134
  /**
135
- * Retrieves the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
135
+ * Retrieves the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
136
136
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
137
137
  * @param GetRedisClusterRequest
138
138
  * @return GetRedisClusterResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
140
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
141
141
  */
142
142
  getRedisCluster(getRedisClusterRequest: requests.GetRedisClusterRequest): Promise<responses.GetRedisClusterResponse>;
143
143
  /**
@@ -146,7 +146,7 @@ export declare class RedisClusterClient {
146
146
  * @param GetWorkRequestRequest
147
147
  * @return GetWorkRequestResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
149
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
150
150
  */
151
151
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
152
152
  /**
@@ -156,17 +156,17 @@ export declare class RedisClusterClient {
156
156
  * @param ListRedisClusterNodesRequest
157
157
  * @return ListRedisClusterNodesResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodes API.
159
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodes API.
160
160
  */
161
161
  listRedisClusterNodes(listRedisClusterNodesRequest: requests.ListRedisClusterNodesRequest): Promise<responses.ListRedisClusterNodesResponse>;
162
162
  /**
163
- * Lists the OCI Cache clusters in the specified compartment. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
163
+ * Lists the OCI Cache clusters in the specified compartment. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
164
164
  *
165
165
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
166
166
  * @param ListRedisClustersRequest
167
167
  * @return ListRedisClustersResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
169
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
170
170
  */
171
171
  listRedisClusters(listRedisClustersRequest: requests.ListRedisClustersRequest): Promise<responses.ListRedisClustersResponse>;
172
172
  /**
@@ -176,7 +176,7 @@ export declare class RedisClusterClient {
176
176
  * @param ListWorkRequestErrorsRequest
177
177
  * @return ListWorkRequestErrorsResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
179
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
180
180
  */
181
181
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
182
182
  /**
@@ -186,7 +186,7 @@ export declare class RedisClusterClient {
186
186
  * @param ListWorkRequestLogsRequest
187
187
  * @return ListWorkRequestLogsResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
189
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
190
190
  */
191
191
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
192
192
  /**
@@ -196,16 +196,16 @@ export declare class RedisClusterClient {
196
196
  * @param ListWorkRequestsRequest
197
197
  * @return ListWorkRequestsResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
199
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
200
200
  */
201
201
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
202
202
  /**
203
- * Updates the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
203
+ * Updates the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
204
204
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
205
205
  * @param UpdateRedisClusterRequest
206
206
  * @return UpdateRedisClusterResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
208
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
209
209
  */
210
210
  updateRedisCluster(updateRedisClusterRequest: requests.UpdateRedisClusterRequest): Promise<responses.UpdateRedisClusterResponse>;
211
211
  }
package/lib/client.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -213,7 +213,7 @@ class RedisClusterClient {
213
213
  * @param CancelWorkRequestRequest
214
214
  * @return CancelWorkRequestResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
216
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
217
217
  */
218
218
  cancelWorkRequest(cancelWorkRequestRequest) {
219
219
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,12 +263,12 @@ class RedisClusterClient {
263
263
  });
264
264
  }
265
265
  /**
266
- * Moves an OCI Cache cluster into a different compartment within the same tenancy. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
266
+ * Moves an OCI Cache cluster into a different compartment within the same tenancy. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
267
267
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
268
268
  * @param ChangeRedisClusterCompartmentRequest
269
269
  * @return ChangeRedisClusterCompartmentResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
271
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
272
272
  */
273
273
  changeRedisClusterCompartment(changeRedisClusterCompartmentRequest) {
274
274
  return __awaiter(this, void 0, void 0, function* () {
@@ -325,13 +325,13 @@ class RedisClusterClient {
325
325
  });
326
326
  }
327
327
  /**
328
- * Creates a new OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
328
+ * Creates a new OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
329
329
  *
330
330
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
331
331
  * @param CreateRedisClusterRequest
332
332
  * @return CreateRedisClusterResponse
333
333
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
334
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
335
335
  */
336
336
  createRedisCluster(createRedisClusterRequest) {
337
337
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,12 +394,12 @@ class RedisClusterClient {
394
394
  });
395
395
  }
396
396
  /**
397
- * Deletes the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
397
+ * Deletes the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
398
398
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
399
399
  * @param DeleteRedisClusterRequest
400
400
  * @return DeleteRedisClusterResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
402
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
403
403
  */
404
404
  deleteRedisCluster(deleteRedisClusterRequest) {
405
405
  return __awaiter(this, void 0, void 0, function* () {
@@ -454,12 +454,12 @@ class RedisClusterClient {
454
454
  });
455
455
  }
456
456
  /**
457
- * Retrieves the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
457
+ * Retrieves the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
458
458
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
459
459
  * @param GetRedisClusterRequest
460
460
  * @return GetRedisClusterResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
462
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
463
463
  */
464
464
  getRedisCluster(getRedisClusterRequest) {
465
465
  return __awaiter(this, void 0, void 0, function* () {
@@ -522,7 +522,7 @@ class RedisClusterClient {
522
522
  * @param GetWorkRequestRequest
523
523
  * @return GetWorkRequestResponse
524
524
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
525
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
526
526
  */
527
527
  getWorkRequest(getWorkRequestRequest) {
528
528
  return __awaiter(this, void 0, void 0, function* () {
@@ -591,7 +591,7 @@ class RedisClusterClient {
591
591
  * @param ListRedisClusterNodesRequest
592
592
  * @return ListRedisClusterNodesResponse
593
593
  * @throws OciError when an error occurs
594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodes API.
594
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusterNodes.ts.html |here} to see how to use ListRedisClusterNodes API.
595
595
  */
596
596
  listRedisClusterNodes(listRedisClusterNodesRequest) {
597
597
  return __awaiter(this, void 0, void 0, function* () {
@@ -655,13 +655,13 @@ class RedisClusterClient {
655
655
  });
656
656
  }
657
657
  /**
658
- * Lists the OCI Cache clusters in the specified compartment. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
658
+ * Lists the OCI Cache clusters in the specified compartment. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
659
659
  *
660
660
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
661
661
  * @param ListRedisClustersRequest
662
662
  * @return ListRedisClustersResponse
663
663
  * @throws OciError when an error occurs
664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
664
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
665
665
  */
666
666
  listRedisClusters(listRedisClustersRequest) {
667
667
  return __awaiter(this, void 0, void 0, function* () {
@@ -732,7 +732,7 @@ class RedisClusterClient {
732
732
  * @param ListWorkRequestErrorsRequest
733
733
  * @return ListWorkRequestErrorsResponse
734
734
  * @throws OciError when an error occurs
735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
735
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
736
736
  */
737
737
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
738
738
  return __awaiter(this, void 0, void 0, function* () {
@@ -801,7 +801,7 @@ class RedisClusterClient {
801
801
  * @param ListWorkRequestLogsRequest
802
802
  * @return ListWorkRequestLogsResponse
803
803
  * @throws OciError when an error occurs
804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
804
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
805
805
  */
806
806
  listWorkRequestLogs(listWorkRequestLogsRequest) {
807
807
  return __awaiter(this, void 0, void 0, function* () {
@@ -870,7 +870,7 @@ class RedisClusterClient {
870
870
  * @param ListWorkRequestsRequest
871
871
  * @return ListWorkRequestsResponse
872
872
  * @throws OciError when an error occurs
873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
873
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
874
874
  */
875
875
  listWorkRequests(listWorkRequestsRequest) {
876
876
  return __awaiter(this, void 0, void 0, function* () {
@@ -935,12 +935,12 @@ class RedisClusterClient {
935
935
  });
936
936
  }
937
937
  /**
938
- * Updates the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
938
+ * Updates the specified OCI Cache cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
939
939
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
940
940
  * @param UpdateRedisClusterRequest
941
941
  * @return UpdateRedisClusterResponse
942
942
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
943
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
944
944
  */
945
945
  updateRedisCluster(updateRedisClusterRequest) {
946
946
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeRedisClusterCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment
19
19
  * into which the cluster should be moved.
20
20
  *
21
21
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -11,7 +11,7 @@
11
11
  * 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.
12
12
  */
13
13
  /**
14
- * The configuration details for a new OCI Cache cluster. An OCI Cache cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
14
+ * The configuration details for a new OCI Cache cluster. An OCI Cache cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
15
15
  */
16
16
  export interface CreateRedisClusterDetails {
17
17
  /**
@@ -27,7 +27,7 @@ export interface CreateRedisClusterDetails {
27
27
  */
28
28
  "displayName": string;
29
29
  /**
30
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the cluster.
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the cluster.
31
31
  */
32
32
  "compartmentId": string;
33
33
  /**
@@ -43,13 +43,13 @@ export interface CreateRedisClusterDetails {
43
43
  */
44
44
  "nodeMemoryInGBs": number;
45
45
  /**
46
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
46
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
47
47
  */
48
48
  "subnetId": string;
49
49
  /**
50
- * A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
50
+ * A list of Network Security Group (NSG) [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
51
51
  * associated with this cluster. For more information,
52
- * see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
52
+ * see [Using an NSG for Clusters](https://docs.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
53
53
  *
54
54
  */
55
55
  "nsgIds"?: Array<string>;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
package/lib/model/node.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import * as model from "../model";
14
14
  /**
15
- * A list of clusters that match filter criteria, if any. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
15
+ * A list of clusters that match filter criteria, if any. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
16
16
  */
17
17
  export interface RedisClusterCollection {
18
18
  /**
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OCI Cache API
3
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
3
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
4
4
  * OpenAPI spec version: 20220315
5
5
  *
6
6
  *
@@ -11,12 +11,12 @@
11
11
  * 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.
12
12
  */
13
13
  /**
14
- * Summary of information about a cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.cloud.oracle.com/iaas/Content/ocicache/home.htm).
14
+ * Summary of information about a cluster. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
15
15
  *
16
16
  */
17
17
  export interface RedisClusterSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -24,7 +24,7 @@ export interface RedisClusterSummary {
24
24
  */
25
25
  "displayName": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the cluster.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the compartment that contains the cluster.
28
28
  */
29
29
  "compartmentId": string;
30
30
  /**
@@ -64,7 +64,7 @@ export interface RedisClusterSummary {
64
64
  */
65
65
  "softwareVersion": string;
66
66
  /**
67
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
67
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster's subnet.
68
68
  */
69
69
  "subnetId": string;
70
70
  /**
@@ -84,9 +84,9 @@ export interface RedisClusterSummary {
84
84
  */
85
85
  "shardCount"?: number;
86
86
  /**
87
- * A list of Network Security Group (NSG) [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
87
+ * A list of Network Security Group (NSG) [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
88
88
  * associated with this cluster. For more information,
89
- * see [Using an NSG for Clusters](https://docs.cloud.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
89
+ * see [Using an NSG for Clusters](https://docs.oracle.com/iaas/Content/ocicache/connecttocluster.htm#connecttocluster__networksecuritygroup).
90
90
  *
91
91
  */
92
92
  "nsgIds"?: Array<string>;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * OCI Cache API
4
- * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](/iaas/Content/ocicache/home.htm).
4
+ * Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
5
5
  * OpenAPI spec version: 20220315
6
6
  *
7
7
  *