oci-redis 2.129.0 → 2.131.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 (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
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @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 ChangeOciCacheBackupCompartmentRequest.
17
+ */
18
+ export interface ChangeOciCacheBackupCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique OCI Cache Backup identifier.
21
+ */
22
+ "ociCacheBackupId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "changeOciCacheBackupCompartmentDetails": model.ChangeOciCacheBackupCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-oci-cache-backup-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-oci-cache-backup-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/change-oci-cache-backup-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @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 CreateOciCacheBackupRequest.
17
+ */
18
+ export interface CreateOciCacheBackupRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new OCI Cache Backup.
21
+ */
22
+ "createOciCacheBackupDetails": model.CreateOciCacheBackupDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request ID for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-oci-cache-backup-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-oci-cache-backup-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/create-oci-cache-backup-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @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 DeleteOciCacheBackupRequest.
16
+ */
17
+ export interface DeleteOciCacheBackupRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique OCI Cache Backup identifier.
20
+ */
21
+ "ociCacheBackupId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-oci-cache-backup-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-oci-cache-backup-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/delete-oci-cache-backup-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @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 ExportOciCacheBackupToObjectStorageRequest.
17
+ */
18
+ export interface ExportOciCacheBackupToObjectStorageRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique OCI Cache Backup identifier.
21
+ */
22
+ "ociCacheBackupId": string;
23
+ /**
24
+ * The destination Object Storage information for the export.
25
+ */
26
+ "exportOciCacheBackupToObjectStorageDetails": model.ExportOciCacheBackupToObjectStorageDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
38
+ * server error without risk of executing that same action again. Retry tokens expire after 24
39
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
40
+ * has been deleted and purged from the system, then a retry of the original creation request
41
+ * might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ /**
46
+ * The client request ID for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=export-oci-cache-backup-to-object-storage-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"export-oci-cache-backup-to-object-storage-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/export-oci-cache-backup-to-object-storage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @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 GetOciCacheBackupRequest.
16
+ */
17
+ export interface GetOciCacheBackupRequest extends common.BaseRequest {
18
+ /**
19
+ * Unique OCI Cache Backup identifier.
20
+ */
21
+ "ociCacheBackupId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-oci-cache-backup-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-oci-cache-backup-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/get-oci-cache-backup-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -10,6 +10,20 @@
10
10
  * Copyright (c) 2020, 2026, 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
+ import * as ChangeOciCacheBackupCompartmentRequest from "./change-oci-cache-backup-compartment-request";
14
+ export import ChangeOciCacheBackupCompartmentRequest = ChangeOciCacheBackupCompartmentRequest.ChangeOciCacheBackupCompartmentRequest;
15
+ import * as CreateOciCacheBackupRequest from "./create-oci-cache-backup-request";
16
+ export import CreateOciCacheBackupRequest = CreateOciCacheBackupRequest.CreateOciCacheBackupRequest;
17
+ import * as DeleteOciCacheBackupRequest from "./delete-oci-cache-backup-request";
18
+ export import DeleteOciCacheBackupRequest = DeleteOciCacheBackupRequest.DeleteOciCacheBackupRequest;
19
+ import * as ExportOciCacheBackupToObjectStorageRequest from "./export-oci-cache-backup-to-object-storage-request";
20
+ export import ExportOciCacheBackupToObjectStorageRequest = ExportOciCacheBackupToObjectStorageRequest.ExportOciCacheBackupToObjectStorageRequest;
21
+ import * as GetOciCacheBackupRequest from "./get-oci-cache-backup-request";
22
+ export import GetOciCacheBackupRequest = GetOciCacheBackupRequest.GetOciCacheBackupRequest;
23
+ import * as ListOciCacheBackupsRequest from "./list-oci-cache-backups-request";
24
+ export import ListOciCacheBackupsRequest = ListOciCacheBackupsRequest.ListOciCacheBackupsRequest;
25
+ import * as UpdateOciCacheBackupRequest from "./update-oci-cache-backup-request";
26
+ export import UpdateOciCacheBackupRequest = UpdateOciCacheBackupRequest.UpdateOciCacheBackupRequest;
13
27
  import * as ChangeOciCacheConfigSetCompartmentRequest from "./change-oci-cache-config-set-compartment-request";
14
28
  export import ChangeOciCacheConfigSetCompartmentRequest = ChangeOciCacheConfigSetCompartmentRequest.ChangeOciCacheConfigSetCompartmentRequest;
15
29
  import * as CreateOciCacheConfigSetRequest from "./create-oci-cache-config-set-request";
@@ -31,7 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListRedisClustersRequest = exports.ListRedisClusterNodesRequest = exports.ListAttachedOciCacheUsersRequest = exports.ListOciCacheUsersRequest = exports.ListAttachedRedisClustersRequest = exports.ListOciCacheEngineOptionsRequest = exports.ListOciCacheDefaultConfigSetsRequest = exports.ListOciCacheConfigSetsRequest = exports.ListAssociatedOciCacheClustersRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListRedisClustersRequest = exports.ListRedisClusterNodesRequest = exports.ListAttachedOciCacheUsersRequest = exports.ListOciCacheUsersRequest = exports.ListAttachedRedisClustersRequest = exports.ListOciCacheEngineOptionsRequest = exports.ListOciCacheDefaultConfigSetsRequest = exports.ListOciCacheConfigSetsRequest = exports.ListAssociatedOciCacheClustersRequest = exports.ListOciCacheBackupsRequest = void 0;
35
+ const ListOciCacheBackupsRequest = __importStar(require("./list-oci-cache-backups-request"));
36
+ exports.ListOciCacheBackupsRequest = ListOciCacheBackupsRequest.ListOciCacheBackupsRequest;
35
37
  const ListAssociatedOciCacheClustersRequest = __importStar(require("./list-associated-oci-cache-clusters-request"));
36
38
  exports.ListAssociatedOciCacheClustersRequest = ListAssociatedOciCacheClustersRequest.ListAssociatedOciCacheClustersRequest;
37
39
  const ListOciCacheConfigSetsRequest = __importStar(require("./list-oci-cache-config-sets-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAUH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,mHAAqG;AACvF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,0GAA4F;AAC9E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AASnH,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,yFAA2E;AAC7D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAmB3F,0GAA4F;AAC9E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAYH,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AAWjG,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,mHAAqG;AACvF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,0GAA4F;AAC9E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AASnH,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,yFAA2E;AAC7D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAmB3F,0GAA4F;AAC9E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,66 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @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 ListOciCacheBackupsRequest.
17
+ */
18
+ export interface ListOciCacheBackupsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * A filter to return the OCI Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * Unique OCI Cache Backup identifier.
33
+ */
34
+ "ociCacheBackupId"?: string;
35
+ /**
36
+ * A filter to return the OCI Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
37
+ */
38
+ "sourceClusterId"?: string;
39
+ /**
40
+ * The maximum number of items to return.
41
+ */
42
+ "limit"?: number;
43
+ /**
44
+ * 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.
45
+ */
46
+ "page"?: string;
47
+ /**
48
+ * The sort order to use, either 'ASC' or 'DESC'.
49
+ */
50
+ "sortOrder"?: model.SortOrder;
51
+ /**
52
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
53
+ *
54
+ */
55
+ "sortBy"?: ListOciCacheBackupsRequest.SortBy;
56
+ /**
57
+ * The client request ID for tracing.
58
+ */
59
+ "opcRequestId"?: string;
60
+ }
61
+ export declare namespace ListOciCacheBackupsRequest {
62
+ enum SortBy {
63
+ TimeCreated = "timeCreated",
64
+ DisplayName = "displayName"
65
+ }
66
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListOciCacheBackupsRequest = void 0;
16
+ var ListOciCacheBackupsRequest;
17
+ (function (ListOciCacheBackupsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListOciCacheBackupsRequest.SortBy || (ListOciCacheBackupsRequest.SortBy = {}));
23
+ })(ListOciCacheBackupsRequest = exports.ListOciCacheBackupsRequest || (exports.ListOciCacheBackupsRequest = {}));
24
+ //# sourceMappingURL=list-oci-cache-backups-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-oci-cache-backups-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/list-oci-cache-backups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAGjB;AACH,CAAC,EALgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAK1C"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @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 UpdateOciCacheBackupRequest.
17
+ */
18
+ export interface UpdateOciCacheBackupRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique OCI Cache Backup identifier.
21
+ */
22
+ "ociCacheBackupId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateOciCacheBackupDetails": model.UpdateOciCacheBackupDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-oci-cache-backup-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-oci-cache-backup-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/update-oci-cache-backup-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ export interface ChangeOciCacheBackupCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-oci-cache-backup-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-oci-cache-backup-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/change-oci-cache-backup-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface CreateOciCacheBackupResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ /**
26
+ * Unique Oracle-assigned identifier for the request. If you need to contact
27
+ * Oracle about a particular request, please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * The returned model.OciCacheBackup instance.
33
+ */
34
+ "ociCacheBackup": model.OciCacheBackup;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220315
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-oci-cache-backup-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-oci-cache-backup-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/create-oci-cache-backup-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220315
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ export interface DeleteOciCacheBackupResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }