oci-redis 2.130.0 → 2.131.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +4 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +148 -1
  5. package/lib/client.js +624 -2
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/change-oci-cache-backup-compartment-details.d.ts +27 -0
  8. package/lib/model/change-oci-cache-backup-compartment-details.js +29 -0
  9. package/lib/model/change-oci-cache-backup-compartment-details.js.map +1 -0
  10. package/lib/model/create-identity-token-details.d.ts +0 -18
  11. package/lib/model/create-identity-token-details.js.map +1 -1
  12. package/lib/model/create-oci-cache-backup-details.d.ts +63 -0
  13. package/lib/model/create-oci-cache-backup-details.js +29 -0
  14. package/lib/model/create-oci-cache-backup-details.js.map +1 -0
  15. package/lib/model/create-redis-cluster-details.d.ts +6 -0
  16. package/lib/model/create-redis-cluster-details.js +30 -2
  17. package/lib/model/create-redis-cluster-details.js.map +1 -1
  18. package/lib/model/export-oci-cache-backup-to-object-storage-details.d.ts +33 -0
  19. package/lib/model/export-oci-cache-backup-to-object-storage-details.js +29 -0
  20. package/lib/model/export-oci-cache-backup-to-object-storage-details.js.map +1 -0
  21. package/lib/model/import-oci-cache-from-object-storage-details.d.ts +34 -0
  22. package/lib/model/import-oci-cache-from-object-storage-details.js +61 -0
  23. package/lib/model/import-oci-cache-from-object-storage-details.js.map +1 -0
  24. package/lib/model/import-oci-cache-from-object-storage-object.d.ts +25 -0
  25. package/lib/model/import-oci-cache-from-object-storage-object.js +29 -0
  26. package/lib/model/import-oci-cache-from-object-storage-object.js.map +1 -0
  27. package/lib/model/index.d.ts +18 -0
  28. package/lib/model/index.js +20 -2
  29. package/lib/model/index.js.map +1 -1
  30. package/lib/model/oci-cache-backup-collection.d.ts +26 -0
  31. package/lib/model/oci-cache-backup-collection.js +61 -0
  32. package/lib/model/oci-cache-backup-collection.js.map +1 -0
  33. package/lib/model/oci-cache-backup-summary.d.ts +106 -0
  34. package/lib/model/oci-cache-backup-summary.js +39 -0
  35. package/lib/model/oci-cache-backup-summary.js.map +1 -0
  36. package/lib/model/oci-cache-backup.d.ts +144 -0
  37. package/lib/model/oci-cache-backup.js +63 -0
  38. package/lib/model/oci-cache-backup.js.map +1 -0
  39. package/lib/model/operation-type.d.ts +5 -0
  40. package/lib/model/operation-type.js +5 -0
  41. package/lib/model/operation-type.js.map +1 -1
  42. package/lib/model/redis-cluster-summary.d.ts +4 -0
  43. package/lib/model/redis-cluster-summary.js.map +1 -1
  44. package/lib/model/redis-cluster.d.ts +5 -0
  45. package/lib/model/redis-cluster.js +6 -0
  46. package/lib/model/redis-cluster.js.map +1 -1
  47. package/lib/model/update-oci-cache-backup-details.d.ts +51 -0
  48. package/lib/model/update-oci-cache-backup-details.js +29 -0
  49. package/lib/model/update-oci-cache-backup-details.js.map +1 -0
  50. package/lib/ocicachebackup-waiter.d.ts +29 -0
  51. package/lib/ocicachebackup-waiter.js +65 -0
  52. package/lib/ocicachebackup-waiter.js.map +1 -0
  53. package/lib/request/change-oci-cache-backup-compartment-request.d.ts +49 -0
  54. package/lib/request/change-oci-cache-backup-compartment-request.js +15 -0
  55. package/lib/request/change-oci-cache-backup-compartment-request.js.map +1 -0
  56. package/lib/request/create-oci-cache-backup-request.d.ts +36 -0
  57. package/lib/request/create-oci-cache-backup-request.js +15 -0
  58. package/lib/request/create-oci-cache-backup-request.js.map +1 -0
  59. package/lib/request/delete-oci-cache-backup-request.d.ts +35 -0
  60. package/lib/request/delete-oci-cache-backup-request.js +15 -0
  61. package/lib/request/delete-oci-cache-backup-request.js.map +1 -0
  62. package/lib/request/export-oci-cache-backup-to-object-storage-request.d.ts +49 -0
  63. package/lib/request/export-oci-cache-backup-to-object-storage-request.js +15 -0
  64. package/lib/request/export-oci-cache-backup-to-object-storage-request.js.map +1 -0
  65. package/lib/request/get-oci-cache-backup-request.d.ts +26 -0
  66. package/lib/request/get-oci-cache-backup-request.js +15 -0
  67. package/lib/request/get-oci-cache-backup-request.js.map +1 -0
  68. package/lib/request/index.d.ts +14 -0
  69. package/lib/request/index.js +3 -1
  70. package/lib/request/index.js.map +1 -1
  71. package/lib/request/list-oci-cache-backups-request.d.ts +66 -0
  72. package/lib/request/list-oci-cache-backups-request.js +24 -0
  73. package/lib/request/list-oci-cache-backups-request.js.map +1 -0
  74. package/lib/request/update-oci-cache-backup-request.d.ts +40 -0
  75. package/lib/request/update-oci-cache-backup-request.js +15 -0
  76. package/lib/request/update-oci-cache-backup-request.js.map +1 -0
  77. package/lib/response/change-oci-cache-backup-compartment-response.d.ts +25 -0
  78. package/lib/response/change-oci-cache-backup-compartment-response.js +15 -0
  79. package/lib/response/change-oci-cache-backup-compartment-response.js.map +1 -0
  80. package/lib/response/create-oci-cache-backup-response.d.ts +35 -0
  81. package/lib/response/create-oci-cache-backup-response.js +15 -0
  82. package/lib/response/create-oci-cache-backup-response.js.map +1 -0
  83. package/lib/response/delete-oci-cache-backup-response.d.ts +25 -0
  84. package/lib/response/delete-oci-cache-backup-response.js +15 -0
  85. package/lib/response/delete-oci-cache-backup-response.js.map +1 -0
  86. package/lib/response/export-oci-cache-backup-to-object-storage-response.d.ts +25 -0
  87. package/lib/response/export-oci-cache-backup-to-object-storage-response.js +15 -0
  88. package/lib/response/export-oci-cache-backup-to-object-storage-response.js.map +1 -0
  89. package/lib/response/get-oci-cache-backup-response.d.ts +30 -0
  90. package/lib/response/get-oci-cache-backup-response.js +15 -0
  91. package/lib/response/get-oci-cache-backup-response.js.map +1 -0
  92. package/lib/response/index.d.ts +14 -0
  93. package/lib/response/list-oci-cache-backups-response.d.ts +32 -0
  94. package/lib/response/list-oci-cache-backups-response.js +15 -0
  95. package/lib/response/list-oci-cache-backups-response.js.map +1 -0
  96. package/lib/response/update-oci-cache-backup-response.d.ts +35 -0
  97. package/lib/response/update-oci-cache-backup-response.js +15 -0
  98. package/lib/response/update-oci-cache-backup-response.js.map +1 -0
  99. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -14,6 +14,7 @@ import * as requests from "./lib/request";
14
14
  import * as models from "./lib/model";
15
15
  import * as responses from "./lib/response";
16
16
  import * as client from "./lib/client";
17
+ import * as ocicachebackup_waiter from "./lib/ocicachebackup-waiter";
17
18
  import * as ocicacheconfigset_waiter from "./lib/ocicacheconfigset-waiter";
18
19
  import * as ocicachedefaultconfigset_waiter from "./lib/ocicachedefaultconfigset-waiter";
19
20
  import * as ocicacheuser_waiter from "./lib/ocicacheuser-waiter";
@@ -21,6 +22,8 @@ import * as rediscluster_waiter from "./lib/rediscluster-waiter";
21
22
  export { models };
22
23
  export { requests };
23
24
  export { responses };
25
+ export import OciCacheBackupClient = client.OciCacheBackupClient;
26
+ export import OciCacheBackupWaiter = ocicachebackup_waiter.OciCacheBackupWaiter;
24
27
  export import OciCacheConfigSetClient = client.OciCacheConfigSetClient;
25
28
  export import OciCacheConfigSetWaiter = ocicacheconfigset_waiter.OciCacheConfigSetWaiter;
26
29
  export import OciCacheDefaultConfigSetClient = client.OciCacheDefaultConfigSetClient;
package/index.js CHANGED
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.RedisIdentityClient = exports.RedisClusterWaiter = exports.RedisClusterClient = exports.OciCacheUserWaiter = exports.OciCacheUserClient = exports.OciCacheEngineOptionsClient = exports.OciCacheDefaultConfigSetWaiter = exports.OciCacheDefaultConfigSetClient = exports.OciCacheConfigSetWaiter = exports.OciCacheConfigSetClient = exports.responses = exports.requests = exports.models = void 0;
34
+ exports.RedisIdentityClient = exports.RedisClusterWaiter = exports.RedisClusterClient = exports.OciCacheUserWaiter = exports.OciCacheUserClient = exports.OciCacheEngineOptionsClient = exports.OciCacheDefaultConfigSetWaiter = exports.OciCacheDefaultConfigSetClient = exports.OciCacheConfigSetWaiter = exports.OciCacheConfigSetClient = exports.OciCacheBackupWaiter = exports.OciCacheBackupClient = exports.responses = exports.requests = exports.models = void 0;
35
35
  const requests = __importStar(require("./lib/request"));
36
36
  exports.requests = requests;
37
37
  const models = __importStar(require("./lib/model"));
@@ -39,10 +39,13 @@ exports.models = models;
39
39
  const responses = __importStar(require("./lib/response"));
40
40
  exports.responses = responses;
41
41
  const client = __importStar(require("./lib/client"));
42
+ const ocicachebackup_waiter = __importStar(require("./lib/ocicachebackup-waiter"));
42
43
  const ocicacheconfigset_waiter = __importStar(require("./lib/ocicacheconfigset-waiter"));
43
44
  const ocicachedefaultconfigset_waiter = __importStar(require("./lib/ocicachedefaultconfigset-waiter"));
44
45
  const ocicacheuser_waiter = __importStar(require("./lib/ocicacheuser-waiter"));
45
46
  const rediscluster_waiter = __importStar(require("./lib/rediscluster-waiter"));
47
+ exports.OciCacheBackupClient = client.OciCacheBackupClient;
48
+ exports.OciCacheBackupWaiter = ocicachebackup_waiter.OciCacheBackupWaiter;
46
49
  exports.OciCacheConfigSetClient = client.OciCacheConfigSetClient;
47
50
  exports.OciCacheConfigSetWaiter = ocicacheconfigset_waiter.OciCacheConfigSetWaiter;
48
51
  exports.OciCacheDefaultConfigSetClient = client.OciCacheDefaultConfigSetClient;
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/redis/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAUjC,4BAAQ;AATjB,oDAAsC;AAQ7B,wBAAM;AAPf,0DAA4C;AASnC,8BAAS;AARlB,qDAAuC;AACvC,yFAA2E;AAC3E,uGAAyF;AACzF,+EAAiE;AACjE,+EAAiE;AAKnD,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,uBAAuB,GAAG,wBAAwB,CAAC,uBAAuB,CAAC;AAC3E,QAAA,8BAA8B,GAAG,MAAM,CAAC,8BAA8B,CAAC;AACvE,QAAA,8BAA8B,GAAG,+BAA+B,CAAC,8BAA8B,CAAC;AAChG,QAAA,2BAA2B,GAAG,MAAM,CAAC,2BAA2B,CAAC;AACjE,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,kBAAkB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC5D,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,kBAAkB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC5D,QAAA,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/redis/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAWjC,4BAAQ;AAVjB,oDAAsC;AAS7B,wBAAM;AARf,0DAA4C;AAUnC,8BAAS;AATlB,qDAAuC;AACvC,mFAAqE;AACrE,yFAA2E;AAC3E,uGAAyF;AACzF,+EAAiE;AACjE,+EAAiE;AAKnD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,oBAAoB,GAAG,qBAAqB,CAAC,oBAAoB,CAAC;AAClE,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,uBAAuB,GAAG,wBAAwB,CAAC,uBAAuB,CAAC;AAC3E,QAAA,8BAA8B,GAAG,MAAM,CAAC,8BAA8B,CAAC;AACvE,QAAA,8BAA8B,GAAG,+BAA+B,CAAC,8BAA8B,CAAC;AAChG,QAAA,2BAA2B,GAAG,MAAM,CAAC,2BAA2B,CAAC;AACjE,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,kBAAkB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC5D,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,kBAAkB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC5D,QAAA,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,CAAC"}
package/lib/client.d.ts CHANGED
@@ -14,11 +14,156 @@ import common = require("oci-common");
14
14
  import * as requests from "./request";
15
15
  import * as model from "./model";
16
16
  import * as responses from "./response";
17
+ import { OciCacheBackupWaiter } from "./ocicachebackup-waiter";
17
18
  import { OciCacheConfigSetWaiter } from "./ocicacheconfigset-waiter";
18
19
  import { OciCacheDefaultConfigSetWaiter } from "./ocicachedefaultconfigset-waiter";
19
20
  import { OciCacheUserWaiter } from "./ocicacheuser-waiter";
20
21
  import { RedisClusterWaiter } from "./rediscluster-waiter";
21
22
  declare const Breaker: any;
23
+ export declare enum OciCacheBackupApiKeys {
24
+ }
25
+ /**
26
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
27
+ */
28
+ export declare class OciCacheBackupClient {
29
+ protected static serviceEndpointTemplate: string;
30
+ protected static endpointServiceName: string;
31
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
32
+ protected "_endpoint": string;
33
+ protected "_defaultHeaders": any;
34
+ protected "_waiters": OciCacheBackupWaiter;
35
+ protected "_clientConfiguration": common.ClientConfiguration;
36
+ protected _circuitBreaker: typeof Breaker | null;
37
+ protected _httpOptions: any;
38
+ protected _bodyDuplexMode: any;
39
+ targetService: string;
40
+ protected _regionId: string;
41
+ protected "_region": common.Region;
42
+ protected _lastSetRegionOrRegionId: string;
43
+ protected _httpClient: common.HttpClient;
44
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
45
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
46
+ /**
47
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
48
+ */
49
+ get endpoint(): string;
50
+ /**
51
+ * Sets the endpoint to call (ex, https://www.example.com).
52
+ * @param endpoint The endpoint of the service.
53
+ */
54
+ set endpoint(endpoint: string);
55
+ get logger(): import("oci-common/lib/log").Logger;
56
+ /**
57
+ * Determines whether realm specific endpoint should be used or not.
58
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
59
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
60
+ */
61
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
62
+ /**
63
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
64
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
65
+ * @param region The region of the service.
66
+ */
67
+ set region(region: common.Region);
68
+ /**
69
+ * Sets the regionId to call (ex, 'us-phoenix-1').
70
+ *
71
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
72
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
73
+ * and then call {@link #endpoint(String) endpoint}.
74
+ * @param regionId The public region ID.
75
+ */
76
+ set regionId(regionId: string);
77
+ /**
78
+ * Creates a new OciCacheBackupWaiter for resources for this service.
79
+ *
80
+ * @param config The waiter configuration for termination and delay strategy
81
+ * @return The service waiters.
82
+ */
83
+ createWaiters(config?: common.WaiterConfiguration): OciCacheBackupWaiter;
84
+ /**
85
+ * Gets the waiters available for resources for this service.
86
+ *
87
+ * @return The service waiters.
88
+ */
89
+ getWaiters(): OciCacheBackupWaiter;
90
+ /**
91
+ * Shutdown the circuit breaker used by the client when it is no longer needed
92
+ */
93
+ shutdownCircuitBreaker(): void;
94
+ /**
95
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
96
+ */
97
+ closeProvider(): void;
98
+ /**
99
+ * Close the client once it is no longer needed
100
+ */
101
+ close(): void;
102
+ /**
103
+ * Moves an OCI Cache Backup resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
104
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
105
+ * @param ChangeOciCacheBackupCompartmentRequest
106
+ * @return ChangeOciCacheBackupCompartmentResponse
107
+ * @throws OciError when an error occurs
108
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ChangeOciCacheBackupCompartment.ts.html |here} to see how to use ChangeOciCacheBackupCompartment API.
109
+ */
110
+ changeOciCacheBackupCompartment(changeOciCacheBackupCompartmentRequest: requests.ChangeOciCacheBackupCompartmentRequest): Promise<responses.ChangeOciCacheBackupCompartmentResponse>;
111
+ /**
112
+ * Creates a new OCI Cache Backup.
113
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
114
+ * @param CreateOciCacheBackupRequest
115
+ * @return CreateOciCacheBackupResponse
116
+ * @throws OciError when an error occurs
117
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/CreateOciCacheBackup.ts.html |here} to see how to use CreateOciCacheBackup API.
118
+ */
119
+ createOciCacheBackup(createOciCacheBackupRequest: requests.CreateOciCacheBackupRequest): Promise<responses.CreateOciCacheBackupResponse>;
120
+ /**
121
+ * Deletes an OCI Cache Backup resource by identifier
122
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
123
+ * @param DeleteOciCacheBackupRequest
124
+ * @return DeleteOciCacheBackupResponse
125
+ * @throws OciError when an error occurs
126
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/DeleteOciCacheBackup.ts.html |here} to see how to use DeleteOciCacheBackup API.
127
+ */
128
+ deleteOciCacheBackup(deleteOciCacheBackupRequest: requests.DeleteOciCacheBackupRequest): Promise<responses.DeleteOciCacheBackupResponse>;
129
+ /**
130
+ * Initiates an asynchronous export of the backup\u2019s RDB file(s) to the specified Object Storage bucket. The service generates the object names. For sharded backups, one object is written per shard under the optional prefix.
131
+ *
132
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
133
+ * @param ExportOciCacheBackupToObjectStorageRequest
134
+ * @return ExportOciCacheBackupToObjectStorageResponse
135
+ * @throws OciError when an error occurs
136
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ExportOciCacheBackupToObjectStorage.ts.html |here} to see how to use ExportOciCacheBackupToObjectStorage API.
137
+ */
138
+ exportOciCacheBackupToObjectStorage(exportOciCacheBackupToObjectStorageRequest: requests.ExportOciCacheBackupToObjectStorageRequest): Promise<responses.ExportOciCacheBackupToObjectStorageResponse>;
139
+ /**
140
+ * Gets an OCI Cache Backup by identifier
141
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
142
+ * @param GetOciCacheBackupRequest
143
+ * @return GetOciCacheBackupResponse
144
+ * @throws OciError when an error occurs
145
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetOciCacheBackup.ts.html |here} to see how to use GetOciCacheBackup API.
146
+ */
147
+ getOciCacheBackup(getOciCacheBackupRequest: requests.GetOciCacheBackupRequest): Promise<responses.GetOciCacheBackupResponse>;
148
+ /**
149
+ * Returns a list of OCI Cache Backups.
150
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
151
+ * @param ListOciCacheBackupsRequest
152
+ * @return ListOciCacheBackupsResponse
153
+ * @throws OciError when an error occurs
154
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListOciCacheBackups.ts.html |here} to see how to use ListOciCacheBackups API.
155
+ */
156
+ listOciCacheBackups(listOciCacheBackupsRequest: requests.ListOciCacheBackupsRequest): Promise<responses.ListOciCacheBackupsResponse>;
157
+ /**
158
+ * Updates the OCI Cache Backup
159
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
160
+ * @param UpdateOciCacheBackupRequest
161
+ * @return UpdateOciCacheBackupResponse
162
+ * @throws OciError when an error occurs
163
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateOciCacheBackup.ts.html |here} to see how to use UpdateOciCacheBackup API.
164
+ */
165
+ updateOciCacheBackup(updateOciCacheBackupRequest: requests.UpdateOciCacheBackupRequest): Promise<responses.UpdateOciCacheBackupResponse>;
166
+ }
22
167
  export declare enum OciCacheConfigSetApiKeys {
23
168
  }
24
169
  /**
@@ -621,7 +766,9 @@ export declare class RedisClusterClient {
621
766
  */
622
767
  changeRedisClusterCompartment(changeRedisClusterCompartmentRequest: requests.ChangeRedisClusterCompartmentRequest): Promise<responses.ChangeRedisClusterCompartmentResponse>;
623
768
  /**
624
- * 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).
769
+ * Creates a new OCI Cache cluster. A cluster is a memory-based storage solution.
770
+ * You can optionally initialize the cluster data by restoring from an OCI Cache Backup (backupId) or by importing from Object Storage RDB file(s) (importFromObjectStorageDetails).
771
+ * For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
625
772
  *
626
773
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
627
774
  * @param CreateRedisClusterRequest