oci-redis 2.76.0 → 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 (97) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +12 -12
  4. package/lib/client.js +12 -12
  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 +1 -1
  8. package/lib/model/change-redis-cluster-compartment-details.js +1 -1
  9. package/lib/model/create-redis-cluster-details.d.ts +3 -3
  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.d.ts +1 -1
  16. package/lib/model/node.js +1 -1
  17. package/lib/model/operation-status.d.ts +1 -1
  18. package/lib/model/operation-status.js +1 -1
  19. package/lib/model/operation-type.d.ts +1 -1
  20. package/lib/model/operation-type.js +1 -1
  21. package/lib/model/redis-cluster-collection.d.ts +1 -1
  22. package/lib/model/redis-cluster-collection.js +1 -1
  23. package/lib/model/redis-cluster-summary.d.ts +5 -5
  24. package/lib/model/redis-cluster-summary.js +1 -1
  25. package/lib/model/redis-cluster.d.ts +5 -5
  26. package/lib/model/redis-cluster.js +1 -1
  27. package/lib/model/sort-order.d.ts +1 -1
  28. package/lib/model/sort-order.js +1 -1
  29. package/lib/model/update-redis-cluster-details.d.ts +3 -3
  30. package/lib/model/update-redis-cluster-details.js +1 -1
  31. package/lib/model/work-request-error-collection.d.ts +1 -1
  32. package/lib/model/work-request-error-collection.js +1 -1
  33. package/lib/model/work-request-error.d.ts +1 -1
  34. package/lib/model/work-request-error.js +1 -1
  35. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  36. package/lib/model/work-request-log-entry-collection.js +1 -1
  37. package/lib/model/work-request-log-entry.d.ts +1 -1
  38. package/lib/model/work-request-log-entry.js +1 -1
  39. package/lib/model/work-request-resource.d.ts +4 -4
  40. package/lib/model/work-request-resource.js +1 -1
  41. package/lib/model/work-request-summary-collection.d.ts +1 -1
  42. package/lib/model/work-request-summary-collection.js +1 -1
  43. package/lib/model/work-request-summary.d.ts +3 -3
  44. package/lib/model/work-request-summary.js +1 -1
  45. package/lib/model/work-request.d.ts +1 -1
  46. package/lib/model/work-request.js +1 -1
  47. package/lib/rediscluster-waiter.d.ts +1 -1
  48. package/lib/rediscluster-waiter.js +1 -1
  49. package/lib/request/cancel-work-request-request.d.ts +3 -3
  50. package/lib/request/cancel-work-request-request.js +1 -1
  51. package/lib/request/change-redis-cluster-compartment-request.d.ts +3 -3
  52. package/lib/request/change-redis-cluster-compartment-request.js +1 -1
  53. package/lib/request/create-redis-cluster-request.d.ts +2 -2
  54. package/lib/request/create-redis-cluster-request.js +1 -1
  55. package/lib/request/delete-redis-cluster-request.d.ts +3 -3
  56. package/lib/request/delete-redis-cluster-request.js +1 -1
  57. package/lib/request/get-redis-cluster-request.d.ts +2 -2
  58. package/lib/request/get-redis-cluster-request.js +1 -1
  59. package/lib/request/get-work-request-request.d.ts +2 -2
  60. package/lib/request/get-work-request-request.js +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-clusters-request.d.ts +3 -3
  64. package/lib/request/list-redis-clusters-request.js +1 -1
  65. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  66. package/lib/request/list-work-request-errors-request.js +1 -1
  67. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  68. package/lib/request/list-work-request-logs-request.js +1 -1
  69. package/lib/request/list-work-requests-request.d.ts +3 -3
  70. package/lib/request/list-work-requests-request.js +1 -1
  71. package/lib/request/update-redis-cluster-request.d.ts +3 -3
  72. package/lib/request/update-redis-cluster-request.js +1 -1
  73. package/lib/response/cancel-work-request-response.d.ts +1 -1
  74. package/lib/response/cancel-work-request-response.js +1 -1
  75. package/lib/response/change-redis-cluster-compartment-response.d.ts +1 -1
  76. package/lib/response/change-redis-cluster-compartment-response.js +1 -1
  77. package/lib/response/create-redis-cluster-response.d.ts +2 -2
  78. package/lib/response/create-redis-cluster-response.js +1 -1
  79. package/lib/response/delete-redis-cluster-response.d.ts +1 -1
  80. package/lib/response/delete-redis-cluster-response.js +1 -1
  81. package/lib/response/get-redis-cluster-response.d.ts +2 -2
  82. package/lib/response/get-redis-cluster-response.js +1 -1
  83. package/lib/response/get-work-request-response.d.ts +2 -2
  84. package/lib/response/get-work-request-response.js +1 -1
  85. package/lib/response/index.d.ts +1 -1
  86. package/lib/response/index.js +1 -1
  87. package/lib/response/list-redis-clusters-response.d.ts +2 -2
  88. package/lib/response/list-redis-clusters-response.js +1 -1
  89. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  90. package/lib/response/list-work-request-errors-response.js +1 -1
  91. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  92. package/lib/response/list-work-request-logs-response.js +1 -1
  93. package/lib/response/list-work-requests-response.d.ts +2 -2
  94. package/lib/response/list-work-requests-response.js +1 -1
  95. package/lib/response/update-redis-cluster-response.d.ts +1 -1
  96. package/lib/response/update-redis-cluster-response.js +1 -1
  97. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import * as requests from "./lib/request";
package/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
package/lib/client.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import common = require("oci-common");
@@ -86,7 +86,7 @@ export declare class RedisClusterClient {
86
86
  * @param CancelWorkRequestRequest
87
87
  * @return CancelWorkRequestResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
90
90
  */
91
91
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
92
92
  /**
@@ -95,7 +95,7 @@ export declare class RedisClusterClient {
95
95
  * @param ChangeRedisClusterCompartmentRequest
96
96
  * @return ChangeRedisClusterCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
99
99
  */
100
100
  changeRedisClusterCompartment(changeRedisClusterCompartmentRequest: requests.ChangeRedisClusterCompartmentRequest): Promise<responses.ChangeRedisClusterCompartmentResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class RedisClusterClient {
105
105
  * @param CreateRedisClusterRequest
106
106
  * @return CreateRedisClusterResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
109
109
  */
110
110
  createRedisCluster(createRedisClusterRequest: requests.CreateRedisClusterRequest): Promise<responses.CreateRedisClusterResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class RedisClusterClient {
114
114
  * @param DeleteRedisClusterRequest
115
115
  * @return DeleteRedisClusterResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
118
118
  */
119
119
  deleteRedisCluster(deleteRedisClusterRequest: requests.DeleteRedisClusterRequest): Promise<responses.DeleteRedisClusterResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class RedisClusterClient {
123
123
  * @param GetRedisClusterRequest
124
124
  * @return GetRedisClusterResponse
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.0/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
127
127
  */
128
128
  getRedisCluster(getRedisClusterRequest: requests.GetRedisClusterRequest): Promise<responses.GetRedisClusterResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class RedisClusterClient {
132
132
  * @param GetWorkRequestRequest
133
133
  * @return GetWorkRequestResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
136
136
  */
137
137
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class RedisClusterClient {
142
142
  * @param ListRedisClustersRequest
143
143
  * @return ListRedisClustersResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
146
146
  */
147
147
  listRedisClusters(listRedisClustersRequest: requests.ListRedisClustersRequest): Promise<responses.ListRedisClustersResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class RedisClusterClient {
152
152
  * @param ListWorkRequestErrorsRequest
153
153
  * @return ListWorkRequestErrorsResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
156
156
  */
157
157
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
158
158
  /**
@@ -162,7 +162,7 @@ export declare class RedisClusterClient {
162
162
  * @param ListWorkRequestLogsRequest
163
163
  * @return ListWorkRequestLogsResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
166
166
  */
167
167
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
168
168
  /**
@@ -172,7 +172,7 @@ export declare class RedisClusterClient {
172
172
  * @param ListWorkRequestsRequest
173
173
  * @return ListWorkRequestsResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
176
176
  */
177
177
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class RedisClusterClient {
181
181
  * @param UpdateRedisClusterRequest
182
182
  * @return UpdateRedisClusterResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
185
185
  */
186
186
  updateRedisCluster(updateRedisClusterRequest: requests.UpdateRedisClusterRequest): Promise<responses.UpdateRedisClusterResponse>;
187
187
  }
package/lib/client.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -187,7 +187,7 @@ class RedisClusterClient {
187
187
  * @param CancelWorkRequestRequest
188
188
  * @return CancelWorkRequestResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
191
191
  */
192
192
  cancelWorkRequest(cancelWorkRequestRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -242,7 +242,7 @@ class RedisClusterClient {
242
242
  * @param ChangeRedisClusterCompartmentRequest
243
243
  * @return ChangeRedisClusterCompartmentResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartment API.
246
246
  */
247
247
  changeRedisClusterCompartment(changeRedisClusterCompartmentRequest) {
248
248
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +305,7 @@ class RedisClusterClient {
305
305
  * @param CreateRedisClusterRequest
306
306
  * @return CreateRedisClusterResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisCluster API.
309
309
  */
310
310
  createRedisCluster(createRedisClusterRequest) {
311
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class RedisClusterClient {
373
373
  * @param DeleteRedisClusterRequest
374
374
  * @return DeleteRedisClusterResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisCluster API.
377
377
  */
378
378
  deleteRedisCluster(deleteRedisClusterRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -433,7 +433,7 @@ class RedisClusterClient {
433
433
  * @param GetRedisClusterRequest
434
434
  * @return GetRedisClusterResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisCluster API.
437
437
  */
438
438
  getRedisCluster(getRedisClusterRequest) {
439
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -496,7 +496,7 @@ class RedisClusterClient {
496
496
  * @param GetWorkRequestRequest
497
497
  * @return GetWorkRequestResponse
498
498
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
500
500
  */
501
501
  getWorkRequest(getWorkRequestRequest) {
502
502
  return __awaiter(this, void 0, void 0, function* () {
@@ -565,7 +565,7 @@ class RedisClusterClient {
565
565
  * @param ListRedisClustersRequest
566
566
  * @return ListRedisClustersResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClusters API.
569
569
  */
570
570
  listRedisClusters(listRedisClustersRequest) {
571
571
  return __awaiter(this, void 0, void 0, function* () {
@@ -636,7 +636,7 @@ class RedisClusterClient {
636
636
  * @param ListWorkRequestErrorsRequest
637
637
  * @return ListWorkRequestErrorsResponse
638
638
  * @throws OciError when an error occurs
639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
640
640
  */
641
641
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
642
642
  return __awaiter(this, void 0, void 0, function* () {
@@ -705,7 +705,7 @@ class RedisClusterClient {
705
705
  * @param ListWorkRequestLogsRequest
706
706
  * @return ListWorkRequestLogsResponse
707
707
  * @throws OciError when an error occurs
708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
709
709
  */
710
710
  listWorkRequestLogs(listWorkRequestLogsRequest) {
711
711
  return __awaiter(this, void 0, void 0, function* () {
@@ -774,7 +774,7 @@ class RedisClusterClient {
774
774
  * @param ListWorkRequestsRequest
775
775
  * @return ListWorkRequestsResponse
776
776
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
778
778
  */
779
779
  listWorkRequests(listWorkRequestsRequest) {
780
780
  return __awaiter(this, void 0, void 0, function* () {
@@ -844,7 +844,7 @@ class RedisClusterClient {
844
844
  * @param UpdateRedisClusterRequest
845
845
  * @return UpdateRedisClusterResponse
846
846
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisCluster API.
848
848
  */
849
849
  updateRedisCluster(updateRedisClusterRequest) {
850
850
  return __awaiter(this, void 0, void 0, function* () {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -40,7 +40,7 @@ export interface CreateRedisClusterDetails {
40
40
  "subnetId": string;
41
41
  /**
42
42
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
43
- * Example: `{\"bar-key\": \"value\"}`
43
+ * Example: {@code {\"bar-key\": \"value\"}}
44
44
  *
45
45
  */
46
46
  "freeformTags"?: {
@@ -48,7 +48,7 @@ export interface CreateRedisClusterDetails {
48
48
  };
49
49
  /**
50
50
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
51
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
52
52
  *
53
53
  */
54
54
  "definedTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import * as ActionType from "./action-type";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
package/lib/model/node.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -32,7 +32,7 @@ export interface RedisClusterSummary {
32
32
  */
33
33
  "lifecycleState"?: string;
34
34
  /**
35
- * A message describing the current state in more detail. For example, the message might provide actionable information for a resource in `FAILED` state.
35
+ * A message describing the current state in more detail. For example, the message might provide actionable information for a resource in {@code FAILED} state.
36
36
  */
37
37
  "lifecycleDetails"?: string;
38
38
  /**
@@ -77,7 +77,7 @@ export interface RedisClusterSummary {
77
77
  "timeUpdated"?: Date;
78
78
  /**
79
79
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
80
- * Example: `{\"bar-key\": \"value\"}`
80
+ * Example: {@code {\"bar-key\": \"value\"}}
81
81
  *
82
82
  */
83
83
  "freeformTags"?: {
@@ -85,7 +85,7 @@ export interface RedisClusterSummary {
85
85
  };
86
86
  /**
87
87
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
88
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
88
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
89
89
  *
90
90
  */
91
91
  "definedTags"?: {
@@ -95,7 +95,7 @@ export interface RedisClusterSummary {
95
95
  };
96
96
  /**
97
97
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
98
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
98
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
99
99
  *
100
100
  */
101
101
  "systemTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import * as model from "../model";
@@ -32,7 +32,7 @@ export interface RedisCluster {
32
32
  */
33
33
  "lifecycleState"?: RedisCluster.LifecycleState;
34
34
  /**
35
- * A message describing the current state in more detail. For example, the message might provide actionable information for a resource in `FAILED` state.
35
+ * A message describing the current state in more detail. For example, the message might provide actionable information for a resource in {@code FAILED} state.
36
36
  */
37
37
  "lifecycleDetails"?: string;
38
38
  /**
@@ -78,7 +78,7 @@ export interface RedisCluster {
78
78
  "nodeCollection": model.NodeCollection;
79
79
  /**
80
80
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
81
- * Example: `{\"bar-key\": \"value\"}`
81
+ * Example: {@code {\"bar-key\": \"value\"}}
82
82
  *
83
83
  */
84
84
  "freeformTags"?: {
@@ -86,7 +86,7 @@ export interface RedisCluster {
86
86
  };
87
87
  /**
88
88
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
89
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
89
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
90
90
  *
91
91
  */
92
92
  "definedTags"?: {
@@ -96,7 +96,7 @@ export interface RedisCluster {
96
96
  };
97
97
  /**
98
98
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
99
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
99
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
100
100
  *
101
101
  */
102
102
  "systemTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  /**
@@ -28,7 +28,7 @@ export interface UpdateRedisClusterDetails {
28
28
  "nodeMemoryInGBs"?: number;
29
29
  /**
30
30
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
31
- * Example: `{\"bar-key\": \"value\"}`
31
+ * Example: {@code {\"bar-key\": \"value\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -36,7 +36,7 @@ export interface UpdateRedisClusterDetails {
36
36
  };
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
39
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
40
40
  *
41
41
  */
42
42
  "definedTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  import * as model from "../model";