oci-redis 2.76.1 → 2.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/lib/client.d.ts +11 -11
  2. package/lib/client.js +11 -11
  3. package/lib/model/create-redis-cluster-details.d.ts +2 -2
  4. package/lib/model/redis-cluster-summary.d.ts +4 -4
  5. package/lib/model/redis-cluster.d.ts +4 -4
  6. package/lib/model/update-redis-cluster-details.d.ts +2 -2
  7. package/lib/model/work-request-resource.d.ts +3 -3
  8. package/lib/model/work-request-summary.d.ts +2 -2
  9. package/lib/request/cancel-work-request-request.d.ts +2 -2
  10. package/lib/request/change-redis-cluster-compartment-request.d.ts +2 -2
  11. package/lib/request/create-redis-cluster-request.d.ts +1 -1
  12. package/lib/request/delete-redis-cluster-request.d.ts +2 -2
  13. package/lib/request/get-redis-cluster-request.d.ts +1 -1
  14. package/lib/request/get-work-request-request.d.ts +1 -1
  15. package/lib/request/list-redis-clusters-request.d.ts +2 -2
  16. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  17. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  18. package/lib/request/list-work-requests-request.d.ts +2 -2
  19. package/lib/request/update-redis-cluster-request.d.ts +2 -2
  20. package/lib/response/create-redis-cluster-response.d.ts +1 -1
  21. package/lib/response/get-redis-cluster-response.d.ts +1 -1
  22. package/lib/response/get-work-request-response.d.ts +1 -1
  23. package/lib/response/list-redis-clusters-response.d.ts +1 -1
  24. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  25. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  26. package/lib/response/list-work-requests-response.d.ts +1 -1
  27. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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
@@ -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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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* () {
@@ -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"?: {
@@ -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"?: {
@@ -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"?: {
@@ -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"?: {
@@ -21,9 +21,9 @@ export interface WorkRequestResource {
21
21
  "entityType": string;
22
22
  /**
23
23
  * The way in which this resource is affected by the work tracked in the work request.
24
- * A resource being created, updated, or deleted will remain in the `IN_PROGRESS` state until
25
- * work is complete for that resource at which point it will transition to `CREATED`, `UPDATED`,
26
- * or `DELETED`, respectively.
24
+ * A resource being created, updated, or deleted will remain in the {@code IN_PROGRESS} state until
25
+ * work is complete for that resource at which point it will transition to {@code CREATED}, {@code UPDATED},
26
+ * or {@code DELETED}, respectively.
27
27
  *
28
28
  */
29
29
  "actionType": model.ActionType;
@@ -57,7 +57,7 @@ export interface WorkRequestSummary {
57
57
  "timeFinished"?: Date;
58
58
  /**
59
59
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
60
- * Example: `{\"bar-key\": \"value\"}`
60
+ * Example: {@code {\"bar-key\": \"value\"}}
61
61
  *
62
62
  */
63
63
  "freeformTags"?: {
@@ -65,7 +65,7 @@ export interface WorkRequestSummary {
65
65
  };
66
66
  /**
67
67
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
68
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
68
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
69
69
  *
70
70
  */
71
71
  "definedTags"?: {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @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 CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/ChangeRedisClusterCompartment.ts.html |here} to see how to use ChangeRedisClusterCompartmentRequest.
16
+ * @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 ChangeRedisClusterCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRedisClusterCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeRedisClusterCompartmentRequest extends common.BaseRequest
26
26
  "changeRedisClusterCompartmentDetails": model.ChangeRedisClusterCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/CreateRedisCluster.ts.html |here} to see how to use CreateRedisClusterRequest.
16
+ * @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 CreateRedisClusterRequest.
17
17
  */
18
18
  export interface CreateRedisClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/DeleteRedisCluster.ts.html |here} to see how to use DeleteRedisClusterRequest.
15
+ * @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 DeleteRedisClusterRequest.
16
16
  */
17
17
  export interface DeleteRedisClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteRedisClusterRequest extends common.BaseRequest {
21
21
  "redisClusterId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/GetRedisCluster.ts.html |here} to see how to use GetRedisClusterRequest.
15
+ * @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 GetRedisClusterRequest.
16
16
  */
17
17
  export interface GetRedisClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/ListRedisClusters.ts.html |here} to see how to use ListRedisClustersRequest.
16
+ * @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 ListRedisClustersRequest.
17
17
  */
18
18
  export interface ListRedisClustersRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListRedisClustersRequest extends common.BaseRequest {
37
37
  */
38
38
  "limit"?: number;
39
39
  /**
40
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @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 ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @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 ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/redis/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
37
37
  */
38
38
  "opcRequestId"?: string;
39
39
  /**
40
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/redis/UpdateRedisCluster.ts.html |here} to see how to use UpdateRedisClusterRequest.
16
+ * @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 UpdateRedisClusterRequest.
17
17
  */
18
18
  export interface UpdateRedisClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateRedisClusterRequest extends common.BaseRequest {
26
26
  "updateRedisClusterDetails": model.UpdateRedisClusterDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateRedisClusterResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRedisClusterResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListRedisClustersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-redis",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Redis Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"