oci-redis 2.111.1 → 2.111.2

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 (131) hide show
  1. package/index.d.ts +4 -0
  2. package/index.js +5 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +311 -0
  5. package/lib/client.js +1154 -56
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/attach-oci-cache-users-details.d.ts +25 -0
  8. package/lib/model/attach-oci-cache-users-details.js +29 -0
  9. package/lib/model/attach-oci-cache-users-details.js.map +1 -0
  10. package/lib/model/attached-oci-cache-cluster.d.ts +26 -0
  11. package/lib/model/attached-oci-cache-cluster.js +29 -0
  12. package/lib/model/attached-oci-cache-cluster.js.map +1 -0
  13. package/lib/model/attached-oci-cache-user.d.ts +26 -0
  14. package/lib/model/attached-oci-cache-user.js +29 -0
  15. package/lib/model/attached-oci-cache-user.js.map +1 -0
  16. package/lib/model/authentication-mode.d.ts +22 -0
  17. package/lib/model/authentication-mode.js +72 -0
  18. package/lib/model/authentication-mode.js.map +1 -0
  19. package/lib/model/change-oci-cache-user-compartment-details.d.ts +25 -0
  20. package/lib/model/change-oci-cache-user-compartment-details.js +29 -0
  21. package/lib/model/change-oci-cache-user-compartment-details.js.map +1 -0
  22. package/lib/model/create-identity-token-details.d.ts +47 -0
  23. package/lib/model/create-identity-token-details.js +29 -0
  24. package/lib/model/create-identity-token-details.js.map +1 -0
  25. package/lib/model/create-oci-cache-user-details.d.ts +61 -0
  26. package/lib/model/create-oci-cache-user-details.js +57 -0
  27. package/lib/model/create-oci-cache-user-details.js.map +1 -0
  28. package/lib/model/detach-oci-cache-users-details.d.ts +25 -0
  29. package/lib/model/detach-oci-cache-users-details.js +29 -0
  30. package/lib/model/detach-oci-cache-users-details.js.map +1 -0
  31. package/lib/model/iam-authentication-mode.d.ts +24 -0
  32. package/lib/model/iam-authentication-mode.js +54 -0
  33. package/lib/model/iam-authentication-mode.js.map +1 -0
  34. package/lib/model/identity-token-details-response.d.ts +29 -0
  35. package/lib/model/identity-token-details-response.js +29 -0
  36. package/lib/model/identity-token-details-response.js.map +1 -0
  37. package/lib/model/index.d.ts +30 -0
  38. package/lib/model/index.js +31 -1
  39. package/lib/model/index.js.map +1 -1
  40. package/lib/model/oci-cache-user-collection.d.ts +26 -0
  41. package/lib/model/oci-cache-user-collection.js +61 -0
  42. package/lib/model/oci-cache-user-collection.js.map +1 -0
  43. package/lib/model/oci-cache-user-summary.d.ts +81 -0
  44. package/lib/model/oci-cache-user-summary.js +29 -0
  45. package/lib/model/oci-cache-user-summary.js.map +1 -0
  46. package/lib/model/oci-cache-user.d.ts +109 -0
  47. package/lib/model/oci-cache-user.js +81 -0
  48. package/lib/model/oci-cache-user.js.map +1 -0
  49. package/lib/model/operation-type.d.ts +6 -0
  50. package/lib/model/operation-type.js +6 -0
  51. package/lib/model/operation-type.js.map +1 -1
  52. package/lib/model/password-authentication-mode.d.ts +28 -0
  53. package/lib/model/password-authentication-mode.js +54 -0
  54. package/lib/model/password-authentication-mode.js.map +1 -0
  55. package/lib/model/update-oci-cache-user-details.d.ts +53 -0
  56. package/lib/model/update-oci-cache-user-details.js +57 -0
  57. package/lib/model/update-oci-cache-user-details.js.map +1 -0
  58. package/lib/ocicacheuser-waiter.d.ts +29 -0
  59. package/lib/ocicacheuser-waiter.js +65 -0
  60. package/lib/ocicacheuser-waiter.js.map +1 -0
  61. package/lib/request/attach-oci-cache-users-request.d.ts +49 -0
  62. package/lib/request/attach-oci-cache-users-request.js +15 -0
  63. package/lib/request/attach-oci-cache-users-request.js.map +1 -0
  64. package/lib/request/change-oci-cache-user-compartment-request.d.ts +49 -0
  65. package/lib/request/change-oci-cache-user-compartment-request.js +15 -0
  66. package/lib/request/change-oci-cache-user-compartment-request.js.map +1 -0
  67. package/lib/request/create-identity-token-request.d.ts +49 -0
  68. package/lib/request/create-identity-token-request.js +15 -0
  69. package/lib/request/create-identity-token-request.js.map +1 -0
  70. package/lib/request/create-oci-cache-user-request.d.ts +36 -0
  71. package/lib/request/create-oci-cache-user-request.js +15 -0
  72. package/lib/request/create-oci-cache-user-request.js.map +1 -0
  73. package/lib/request/delete-oci-cache-user-request.d.ts +35 -0
  74. package/lib/request/delete-oci-cache-user-request.js +15 -0
  75. package/lib/request/delete-oci-cache-user-request.js.map +1 -0
  76. package/lib/request/detach-oci-cache-users-request.d.ts +49 -0
  77. package/lib/request/detach-oci-cache-users-request.js +15 -0
  78. package/lib/request/detach-oci-cache-users-request.js.map +1 -0
  79. package/lib/request/get-oci-cache-user-request.d.ts +26 -0
  80. package/lib/request/get-oci-cache-user-request.js +15 -0
  81. package/lib/request/get-oci-cache-user-request.js.map +1 -0
  82. package/lib/request/index.d.ts +22 -0
  83. package/lib/request/index.js +7 -1
  84. package/lib/request/index.js.map +1 -1
  85. package/lib/request/list-attached-oci-cache-users-request.d.ts +58 -0
  86. package/lib/request/list-attached-oci-cache-users-request.js +24 -0
  87. package/lib/request/list-attached-oci-cache-users-request.js.map +1 -0
  88. package/lib/request/list-attached-redis-clusters-request.d.ts +58 -0
  89. package/lib/request/list-attached-redis-clusters-request.js +24 -0
  90. package/lib/request/list-attached-redis-clusters-request.js.map +1 -0
  91. package/lib/request/list-oci-cache-users-request.d.ts +58 -0
  92. package/lib/request/list-oci-cache-users-request.js +24 -0
  93. package/lib/request/list-oci-cache-users-request.js.map +1 -0
  94. package/lib/request/update-oci-cache-user-request.d.ts +40 -0
  95. package/lib/request/update-oci-cache-user-request.js +15 -0
  96. package/lib/request/update-oci-cache-user-request.js.map +1 -0
  97. package/lib/response/attach-oci-cache-users-response.d.ts +25 -0
  98. package/lib/response/attach-oci-cache-users-response.js +15 -0
  99. package/lib/response/attach-oci-cache-users-response.js.map +1 -0
  100. package/lib/response/change-oci-cache-user-compartment-response.d.ts +25 -0
  101. package/lib/response/change-oci-cache-user-compartment-response.js +15 -0
  102. package/lib/response/change-oci-cache-user-compartment-response.js.map +1 -0
  103. package/lib/response/create-identity-token-response.d.ts +30 -0
  104. package/lib/response/create-identity-token-response.js +15 -0
  105. package/lib/response/create-identity-token-response.js.map +1 -0
  106. package/lib/response/create-oci-cache-user-response.d.ts +35 -0
  107. package/lib/response/create-oci-cache-user-response.js +15 -0
  108. package/lib/response/create-oci-cache-user-response.js.map +1 -0
  109. package/lib/response/delete-oci-cache-user-response.d.ts +25 -0
  110. package/lib/response/delete-oci-cache-user-response.js +15 -0
  111. package/lib/response/delete-oci-cache-user-response.js.map +1 -0
  112. package/lib/response/detach-oci-cache-users-response.d.ts +25 -0
  113. package/lib/response/detach-oci-cache-users-response.js +15 -0
  114. package/lib/response/detach-oci-cache-users-response.js.map +1 -0
  115. package/lib/response/get-oci-cache-user-response.d.ts +30 -0
  116. package/lib/response/get-oci-cache-user-response.js +15 -0
  117. package/lib/response/get-oci-cache-user-response.js.map +1 -0
  118. package/lib/response/index.d.ts +22 -0
  119. package/lib/response/list-attached-oci-cache-users-response.d.ts +32 -0
  120. package/lib/response/list-attached-oci-cache-users-response.js +15 -0
  121. package/lib/response/list-attached-oci-cache-users-response.js.map +1 -0
  122. package/lib/response/list-attached-redis-clusters-response.d.ts +32 -0
  123. package/lib/response/list-attached-redis-clusters-response.js +15 -0
  124. package/lib/response/list-attached-redis-clusters-response.js.map +1 -0
  125. package/lib/response/list-oci-cache-users-response.d.ts +32 -0
  126. package/lib/response/list-oci-cache-users-response.js +15 -0
  127. package/lib/response/list-oci-cache-users-response.js.map +1 -0
  128. package/lib/response/update-oci-cache-user-response.d.ts +25 -0
  129. package/lib/response/update-oci-cache-user-response.js +15 -0
  130. package/lib/response/update-oci-cache-user-response.js.map +1 -0
  131. 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, 2025, 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/ChangeOciCacheUserCompartment.ts.html |here} to see how to use ChangeOciCacheUserCompartmentRequest.
17
+ */
18
+ export interface ChangeOciCacheUserCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only resources, that match with the given OCI cache user ID (OCID).
21
+ */
22
+ "ociCacheUserId": string;
23
+ /**
24
+ * The configuration details to move compartment operation for an OCI cache user.
25
+ */
26
+ "changeOciCacheUserCompartmentDetails": model.ChangeOciCacheUserCompartmentDetails;
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, 2025, 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-user-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-oci-cache-user-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/change-oci-cache-user-compartment-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, 2025, 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/CreateIdentityToken.ts.html |here} to see how to use CreateIdentityTokenRequest.
17
+ */
18
+ export interface CreateIdentityTokenRequest extends common.BaseRequest {
19
+ /**
20
+ * Details to create the token
21
+ */
22
+ "createIdentityTokenDetails": model.CreateIdentityTokenDetails;
23
+ /**
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
25
+ */
26
+ "redisClusterId": string;
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, 2025, 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-identity-token-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-identity-token-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/create-identity-token-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, 2025, 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/CreateOciCacheUser.ts.html |here} to see how to use CreateOciCacheUserRequest.
17
+ */
18
+ export interface CreateOciCacheUserRequest extends common.BaseRequest {
19
+ /**
20
+ * Details required to create a new OCI cache user.
21
+ */
22
+ "createOciCacheUserDetails": model.CreateOciCacheUserDetails;
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, 2025, 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-user-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-oci-cache-user-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/create-oci-cache-user-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, 2025, 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/DeleteOciCacheUser.ts.html |here} to see how to use DeleteOciCacheUserRequest.
16
+ */
17
+ export interface DeleteOciCacheUserRequest extends common.BaseRequest {
18
+ /**
19
+ * A filter to return only resources, that match with the given OCI cache user ID (OCID).
20
+ */
21
+ "ociCacheUserId": 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, 2025, 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-user-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-oci-cache-user-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/delete-oci-cache-user-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, 2025, 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/DetachOciCacheUsers.ts.html |here} to see how to use DetachOciCacheUsersRequest.
17
+ */
18
+ export interface DetachOciCacheUsersRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
21
+ */
22
+ "redisClusterId": string;
23
+ /**
24
+ * The parameter details to detach the OCI cache users to the redis cluster.
25
+ */
26
+ "detachOciCacheUsersDetails": model.DetachOciCacheUsersDetails;
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, 2025, 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=detach-oci-cache-users-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detach-oci-cache-users-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/detach-oci-cache-users-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, 2025, 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/GetOciCacheUser.ts.html |here} to see how to use GetOciCacheUserRequest.
16
+ */
17
+ export interface GetOciCacheUserRequest extends common.BaseRequest {
18
+ /**
19
+ * A filter to return only resources, that match with the given OCI cache user ID (OCID).
20
+ */
21
+ "ociCacheUserId": 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, 2025, 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-user-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-oci-cache-user-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/get-oci-cache-user-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -10,6 +10,22 @@
10
10
  * Copyright (c) 2020, 2025, 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 ChangeOciCacheUserCompartmentRequest from "./change-oci-cache-user-compartment-request";
14
+ export import ChangeOciCacheUserCompartmentRequest = ChangeOciCacheUserCompartmentRequest.ChangeOciCacheUserCompartmentRequest;
15
+ import * as CreateOciCacheUserRequest from "./create-oci-cache-user-request";
16
+ export import CreateOciCacheUserRequest = CreateOciCacheUserRequest.CreateOciCacheUserRequest;
17
+ import * as DeleteOciCacheUserRequest from "./delete-oci-cache-user-request";
18
+ export import DeleteOciCacheUserRequest = DeleteOciCacheUserRequest.DeleteOciCacheUserRequest;
19
+ import * as GetOciCacheUserRequest from "./get-oci-cache-user-request";
20
+ export import GetOciCacheUserRequest = GetOciCacheUserRequest.GetOciCacheUserRequest;
21
+ import * as ListAttachedRedisClustersRequest from "./list-attached-redis-clusters-request";
22
+ export import ListAttachedRedisClustersRequest = ListAttachedRedisClustersRequest.ListAttachedRedisClustersRequest;
23
+ import * as ListOciCacheUsersRequest from "./list-oci-cache-users-request";
24
+ export import ListOciCacheUsersRequest = ListOciCacheUsersRequest.ListOciCacheUsersRequest;
25
+ import * as UpdateOciCacheUserRequest from "./update-oci-cache-user-request";
26
+ export import UpdateOciCacheUserRequest = UpdateOciCacheUserRequest.UpdateOciCacheUserRequest;
27
+ import * as AttachOciCacheUsersRequest from "./attach-oci-cache-users-request";
28
+ export import AttachOciCacheUsersRequest = AttachOciCacheUsersRequest.AttachOciCacheUsersRequest;
13
29
  import * as CancelWorkRequestRequest from "./cancel-work-request-request";
14
30
  export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
15
31
  import * as ChangeRedisClusterCompartmentRequest from "./change-redis-cluster-compartment-request";
@@ -18,10 +34,14 @@ import * as CreateRedisClusterRequest from "./create-redis-cluster-request";
18
34
  export import CreateRedisClusterRequest = CreateRedisClusterRequest.CreateRedisClusterRequest;
19
35
  import * as DeleteRedisClusterRequest from "./delete-redis-cluster-request";
20
36
  export import DeleteRedisClusterRequest = DeleteRedisClusterRequest.DeleteRedisClusterRequest;
37
+ import * as DetachOciCacheUsersRequest from "./detach-oci-cache-users-request";
38
+ export import DetachOciCacheUsersRequest = DetachOciCacheUsersRequest.DetachOciCacheUsersRequest;
21
39
  import * as GetRedisClusterRequest from "./get-redis-cluster-request";
22
40
  export import GetRedisClusterRequest = GetRedisClusterRequest.GetRedisClusterRequest;
23
41
  import * as GetWorkRequestRequest from "./get-work-request-request";
24
42
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
43
+ import * as ListAttachedOciCacheUsersRequest from "./list-attached-oci-cache-users-request";
44
+ export import ListAttachedOciCacheUsersRequest = ListAttachedOciCacheUsersRequest.ListAttachedOciCacheUsersRequest;
25
45
  import * as ListRedisClusterNodesRequest from "./list-redis-cluster-nodes-request";
26
46
  export import ListRedisClusterNodesRequest = ListRedisClusterNodesRequest.ListRedisClusterNodesRequest;
27
47
  import * as ListRedisClustersRequest from "./list-redis-clusters-request";
@@ -34,3 +54,5 @@ import * as ListWorkRequestsRequest from "./list-work-requests-request";
34
54
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
35
55
  import * as UpdateRedisClusterRequest from "./update-redis-cluster-request";
36
56
  export import UpdateRedisClusterRequest = UpdateRedisClusterRequest.UpdateRedisClusterRequest;
57
+ import * as CreateIdentityTokenRequest from "./create-identity-token-request";
58
+ export import CreateIdentityTokenRequest = CreateIdentityTokenRequest.CreateIdentityTokenRequest;
@@ -31,7 +31,13 @@ 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 = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListRedisClustersRequest = exports.ListRedisClusterNodesRequest = exports.ListAttachedOciCacheUsersRequest = exports.ListOciCacheUsersRequest = exports.ListAttachedRedisClustersRequest = void 0;
35
+ const ListAttachedRedisClustersRequest = __importStar(require("./list-attached-redis-clusters-request"));
36
+ exports.ListAttachedRedisClustersRequest = ListAttachedRedisClustersRequest.ListAttachedRedisClustersRequest;
37
+ const ListOciCacheUsersRequest = __importStar(require("./list-oci-cache-users-request"));
38
+ exports.ListOciCacheUsersRequest = ListOciCacheUsersRequest.ListOciCacheUsersRequest;
39
+ const ListAttachedOciCacheUsersRequest = __importStar(require("./list-attached-oci-cache-users-request"));
40
+ exports.ListAttachedOciCacheUsersRequest = ListAttachedOciCacheUsersRequest.ListAttachedOciCacheUsersRequest;
35
41
  const ListRedisClusterNodesRequest = __importStar(require("./list-redis-cluster-nodes-request"));
36
42
  exports.ListRedisClusterNodesRequest = ListRedisClusterNodesRequest.ListRedisClusterNodesRequest;
37
43
  const ListRedisClustersRequest = __importStar(require("./list-redis-clusters-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAcH,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;;;;;;;;;;;;;;;;;;;;;;AAUH,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,58 @@
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, 2025, 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/ListAttachedOciCacheUsers.ts.html |here} to see how to use ListAttachedOciCacheUsersRequest.
17
+ */
18
+ export interface ListAttachedOciCacheUsersRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
21
+ */
22
+ "redisClusterId": string;
23
+ /**
24
+ * The ID of the compartment in which to list resources.
25
+ */
26
+ "compartmentId"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * 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.
37
+ */
38
+ "page"?: string;
39
+ /**
40
+ * The sort order to use, either 'ASC' or 'DESC'.
41
+ */
42
+ "sortOrder"?: model.SortOrder;
43
+ /**
44
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
45
+ *
46
+ */
47
+ "sortBy"?: ListAttachedOciCacheUsersRequest.SortBy;
48
+ /**
49
+ * The client request ID for tracing.
50
+ */
51
+ "opcRequestId"?: string;
52
+ }
53
+ export declare namespace ListAttachedOciCacheUsersRequest {
54
+ enum SortBy {
55
+ TimeCreated = "timeCreated",
56
+ DisplayName = "displayName"
57
+ }
58
+ }
@@ -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, 2025, 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.ListAttachedOciCacheUsersRequest = void 0;
16
+ var ListAttachedOciCacheUsersRequest;
17
+ (function (ListAttachedOciCacheUsersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListAttachedOciCacheUsersRequest.SortBy || (ListAttachedOciCacheUsersRequest.SortBy = {}));
23
+ })(ListAttachedOciCacheUsersRequest = exports.ListAttachedOciCacheUsersRequest || (exports.ListAttachedOciCacheUsersRequest = {}));
24
+ //# sourceMappingURL=list-attached-oci-cache-users-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-attached-oci-cache-users-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/list-attached-oci-cache-users-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,gCAAgC,CAKhD;AALD,WAAiB,gCAAgC;IAC/C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,uCAAM,KAAN,uCAAM,QAGjB;AACH,CAAC,EALgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAKhD"}
@@ -0,0 +1,58 @@
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, 2025, 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/ListAttachedRedisClusters.ts.html |here} to see how to use ListAttachedRedisClustersRequest.
17
+ */
18
+ export interface ListAttachedRedisClustersRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only resources, that match with the given OCI cache user ID (OCID).
21
+ */
22
+ "ociCacheUserId": string;
23
+ /**
24
+ * The ID of the compartment in which to list resources.
25
+ */
26
+ "compartmentId"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * 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.
37
+ */
38
+ "page"?: string;
39
+ /**
40
+ * The sort order to use, either 'ASC' or 'DESC'.
41
+ */
42
+ "sortOrder"?: model.SortOrder;
43
+ /**
44
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
45
+ *
46
+ */
47
+ "sortBy"?: ListAttachedRedisClustersRequest.SortBy;
48
+ /**
49
+ * The client request ID for tracing.
50
+ */
51
+ "opcRequestId"?: string;
52
+ }
53
+ export declare namespace ListAttachedRedisClustersRequest {
54
+ enum SortBy {
55
+ TimeCreated = "timeCreated",
56
+ DisplayName = "displayName"
57
+ }
58
+ }
@@ -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, 2025, 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.ListAttachedRedisClustersRequest = void 0;
16
+ var ListAttachedRedisClustersRequest;
17
+ (function (ListAttachedRedisClustersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListAttachedRedisClustersRequest.SortBy || (ListAttachedRedisClustersRequest.SortBy = {}));
23
+ })(ListAttachedRedisClustersRequest = exports.ListAttachedRedisClustersRequest || (exports.ListAttachedRedisClustersRequest = {}));
24
+ //# sourceMappingURL=list-attached-redis-clusters-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-attached-redis-clusters-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/list-attached-redis-clusters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,gCAAgC,CAKhD;AALD,WAAiB,gCAAgC;IAC/C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,uCAAM,KAAN,uCAAM,QAGjB;AACH,CAAC,EALgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAKhD"}