oci-redis 2.111.0 → 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.
- package/index.d.ts +4 -0
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +311 -0
- package/lib/client.js +1154 -56
- package/lib/client.js.map +1 -1
- package/lib/model/attach-oci-cache-users-details.d.ts +25 -0
- package/lib/model/attach-oci-cache-users-details.js +29 -0
- package/lib/model/attach-oci-cache-users-details.js.map +1 -0
- package/lib/model/attached-oci-cache-cluster.d.ts +26 -0
- package/lib/model/attached-oci-cache-cluster.js +29 -0
- package/lib/model/attached-oci-cache-cluster.js.map +1 -0
- package/lib/model/attached-oci-cache-user.d.ts +26 -0
- package/lib/model/attached-oci-cache-user.js +29 -0
- package/lib/model/attached-oci-cache-user.js.map +1 -0
- package/lib/model/authentication-mode.d.ts +22 -0
- package/lib/model/authentication-mode.js +72 -0
- package/lib/model/authentication-mode.js.map +1 -0
- package/lib/model/change-oci-cache-user-compartment-details.d.ts +25 -0
- package/lib/model/change-oci-cache-user-compartment-details.js +29 -0
- package/lib/model/change-oci-cache-user-compartment-details.js.map +1 -0
- package/lib/model/create-identity-token-details.d.ts +47 -0
- package/lib/model/create-identity-token-details.js +29 -0
- package/lib/model/create-identity-token-details.js.map +1 -0
- package/lib/model/create-oci-cache-user-details.d.ts +61 -0
- package/lib/model/create-oci-cache-user-details.js +57 -0
- package/lib/model/create-oci-cache-user-details.js.map +1 -0
- package/lib/model/detach-oci-cache-users-details.d.ts +25 -0
- package/lib/model/detach-oci-cache-users-details.js +29 -0
- package/lib/model/detach-oci-cache-users-details.js.map +1 -0
- package/lib/model/iam-authentication-mode.d.ts +24 -0
- package/lib/model/iam-authentication-mode.js +54 -0
- package/lib/model/iam-authentication-mode.js.map +1 -0
- package/lib/model/identity-token-details-response.d.ts +29 -0
- package/lib/model/identity-token-details-response.js +29 -0
- package/lib/model/identity-token-details-response.js.map +1 -0
- package/lib/model/index.d.ts +30 -0
- package/lib/model/index.js +31 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/oci-cache-user-collection.d.ts +26 -0
- package/lib/model/oci-cache-user-collection.js +61 -0
- package/lib/model/oci-cache-user-collection.js.map +1 -0
- package/lib/model/oci-cache-user-summary.d.ts +81 -0
- package/lib/model/oci-cache-user-summary.js +29 -0
- package/lib/model/oci-cache-user-summary.js.map +1 -0
- package/lib/model/oci-cache-user.d.ts +109 -0
- package/lib/model/oci-cache-user.js +81 -0
- package/lib/model/oci-cache-user.js.map +1 -0
- package/lib/model/operation-type.d.ts +6 -0
- package/lib/model/operation-type.js +6 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/password-authentication-mode.d.ts +28 -0
- package/lib/model/password-authentication-mode.js +54 -0
- package/lib/model/password-authentication-mode.js.map +1 -0
- package/lib/model/update-oci-cache-user-details.d.ts +53 -0
- package/lib/model/update-oci-cache-user-details.js +57 -0
- package/lib/model/update-oci-cache-user-details.js.map +1 -0
- package/lib/ocicacheuser-waiter.d.ts +29 -0
- package/lib/ocicacheuser-waiter.js +65 -0
- package/lib/ocicacheuser-waiter.js.map +1 -0
- package/lib/request/attach-oci-cache-users-request.d.ts +49 -0
- package/lib/request/attach-oci-cache-users-request.js +15 -0
- package/lib/request/attach-oci-cache-users-request.js.map +1 -0
- package/lib/request/change-oci-cache-user-compartment-request.d.ts +49 -0
- package/lib/request/change-oci-cache-user-compartment-request.js +15 -0
- package/lib/request/change-oci-cache-user-compartment-request.js.map +1 -0
- package/lib/request/create-identity-token-request.d.ts +49 -0
- package/lib/request/create-identity-token-request.js +15 -0
- package/lib/request/create-identity-token-request.js.map +1 -0
- package/lib/request/create-oci-cache-user-request.d.ts +36 -0
- package/lib/request/create-oci-cache-user-request.js +15 -0
- package/lib/request/create-oci-cache-user-request.js.map +1 -0
- package/lib/request/delete-oci-cache-user-request.d.ts +35 -0
- package/lib/request/delete-oci-cache-user-request.js +15 -0
- package/lib/request/delete-oci-cache-user-request.js.map +1 -0
- package/lib/request/detach-oci-cache-users-request.d.ts +49 -0
- package/lib/request/detach-oci-cache-users-request.js +15 -0
- package/lib/request/detach-oci-cache-users-request.js.map +1 -0
- package/lib/request/get-oci-cache-user-request.d.ts +26 -0
- package/lib/request/get-oci-cache-user-request.js +15 -0
- package/lib/request/get-oci-cache-user-request.js.map +1 -0
- package/lib/request/index.d.ts +22 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-attached-oci-cache-users-request.d.ts +58 -0
- package/lib/request/list-attached-oci-cache-users-request.js +24 -0
- package/lib/request/list-attached-oci-cache-users-request.js.map +1 -0
- package/lib/request/list-attached-redis-clusters-request.d.ts +58 -0
- package/lib/request/list-attached-redis-clusters-request.js +24 -0
- package/lib/request/list-attached-redis-clusters-request.js.map +1 -0
- package/lib/request/list-oci-cache-users-request.d.ts +58 -0
- package/lib/request/list-oci-cache-users-request.js +24 -0
- package/lib/request/list-oci-cache-users-request.js.map +1 -0
- package/lib/request/update-oci-cache-user-request.d.ts +40 -0
- package/lib/request/update-oci-cache-user-request.js +15 -0
- package/lib/request/update-oci-cache-user-request.js.map +1 -0
- package/lib/response/attach-oci-cache-users-response.d.ts +25 -0
- package/lib/response/attach-oci-cache-users-response.js +15 -0
- package/lib/response/attach-oci-cache-users-response.js.map +1 -0
- package/lib/response/change-oci-cache-user-compartment-response.d.ts +25 -0
- package/lib/response/change-oci-cache-user-compartment-response.js +15 -0
- package/lib/response/change-oci-cache-user-compartment-response.js.map +1 -0
- package/lib/response/create-identity-token-response.d.ts +30 -0
- package/lib/response/create-identity-token-response.js +15 -0
- package/lib/response/create-identity-token-response.js.map +1 -0
- package/lib/response/create-oci-cache-user-response.d.ts +35 -0
- package/lib/response/create-oci-cache-user-response.js +15 -0
- package/lib/response/create-oci-cache-user-response.js.map +1 -0
- package/lib/response/delete-oci-cache-user-response.d.ts +25 -0
- package/lib/response/delete-oci-cache-user-response.js +15 -0
- package/lib/response/delete-oci-cache-user-response.js.map +1 -0
- package/lib/response/detach-oci-cache-users-response.d.ts +25 -0
- package/lib/response/detach-oci-cache-users-response.js +15 -0
- package/lib/response/detach-oci-cache-users-response.js.map +1 -0
- package/lib/response/get-oci-cache-user-response.d.ts +30 -0
- package/lib/response/get-oci-cache-user-response.js +15 -0
- package/lib/response/get-oci-cache-user-response.js.map +1 -0
- package/lib/response/index.d.ts +22 -0
- package/lib/response/list-attached-oci-cache-users-response.d.ts +32 -0
- package/lib/response/list-attached-oci-cache-users-response.js +15 -0
- package/lib/response/list-attached-oci-cache-users-response.js.map +1 -0
- package/lib/response/list-attached-redis-clusters-response.d.ts +32 -0
- package/lib/response/list-attached-redis-clusters-response.js +15 -0
- package/lib/response/list-attached-redis-clusters-response.js.map +1 -0
- package/lib/response/list-oci-cache-users-response.d.ts +32 -0
- package/lib/response/list-oci-cache-users-response.js +15 -0
- package/lib/response/list-oci-cache-users-response.js.map +1 -0
- package/lib/response/update-oci-cache-user-response.d.ts +25 -0
- package/lib/response/update-oci-cache-user-response.js +15 -0
- package/lib/response/update-oci-cache-user-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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/ListOciCacheUsers.ts.html |here} to see how to use ListOciCacheUsersRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListOciCacheUsersRequest 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 resources that match with the given OCI cache user name.
|
|
25
|
+
*/
|
|
26
|
+
"name"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return the resources, whose lifecycleState matches with the given lifecycleState.
|
|
29
|
+
*/
|
|
30
|
+
"lifecycleState"?: 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"?: ListOciCacheUsersRequest.SortBy;
|
|
48
|
+
/**
|
|
49
|
+
* The client request ID for tracing.
|
|
50
|
+
*/
|
|
51
|
+
"opcRequestId"?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListOciCacheUsersRequest {
|
|
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.ListOciCacheUsersRequest = void 0;
|
|
16
|
+
var ListOciCacheUsersRequest;
|
|
17
|
+
(function (ListOciCacheUsersRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListOciCacheUsersRequest.SortBy || (ListOciCacheUsersRequest.SortBy = {}));
|
|
23
|
+
})(ListOciCacheUsersRequest = exports.ListOciCacheUsersRequest || (exports.ListOciCacheUsersRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-oci-cache-users-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-oci-cache-users-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/list-oci-cache-users-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,wBAAwB,CAKxC;AALD,WAAiB,wBAAwB;IACvC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAGjB;AACH,CAAC,EALgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKxC"}
|
|
@@ -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, 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/UpdateOciCacheUser.ts.html |here} to see how to use UpdateOciCacheUserRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateOciCacheUserRequest 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 information to be updated for an existing OCI Cache User.
|
|
25
|
+
*/
|
|
26
|
+
"updateOciCacheUserDetails": model.UpdateOciCacheUserDetails;
|
|
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, 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=update-oci-cache-user-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-oci-cache-user-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/update-oci-cache-user-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, 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
|
+
export interface AttachOciCacheUsersResponse {
|
|
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, 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=attach-oci-cache-users-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attach-oci-cache-users-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/attach-oci-cache-users-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, 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
|
+
export interface ChangeOciCacheUserCompartmentResponse {
|
|
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, 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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-oci-cache-user-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/change-oci-cache-user-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface CreateIdentityTokenResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.IdentityTokenDetailsResponse instance.
|
|
28
|
+
*/
|
|
29
|
+
"identityTokenDetailsResponse": model.IdentityTokenDetailsResponse;
|
|
30
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-identity-token-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/create-identity-token-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, 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
|
+
export interface CreateOciCacheUserResponse {
|
|
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.OciCacheUser instance.
|
|
33
|
+
*/
|
|
34
|
+
"ociCacheUser": model.OciCacheUser;
|
|
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=create-oci-cache-user-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-oci-cache-user-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/create-oci-cache-user-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, 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
|
+
export interface DeleteOciCacheUserResponse {
|
|
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, 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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-oci-cache-user-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/delete-oci-cache-user-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, 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
|
+
export interface DetachOciCacheUsersResponse {
|
|
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, 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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-oci-cache-users-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/detach-oci-cache-users-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface GetOciCacheUserResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.OciCacheUser instance.
|
|
28
|
+
*/
|
|
29
|
+
"ociCacheUser": model.OciCacheUser;
|
|
30
|
+
}
|
|
@@ -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-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-oci-cache-user-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/get-oci-cache-user-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -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 ChangeOciCacheUserCompartmentResponse from "./change-oci-cache-user-compartment-response";
|
|
14
|
+
export import ChangeOciCacheUserCompartmentResponse = ChangeOciCacheUserCompartmentResponse.ChangeOciCacheUserCompartmentResponse;
|
|
15
|
+
import * as CreateOciCacheUserResponse from "./create-oci-cache-user-response";
|
|
16
|
+
export import CreateOciCacheUserResponse = CreateOciCacheUserResponse.CreateOciCacheUserResponse;
|
|
17
|
+
import * as DeleteOciCacheUserResponse from "./delete-oci-cache-user-response";
|
|
18
|
+
export import DeleteOciCacheUserResponse = DeleteOciCacheUserResponse.DeleteOciCacheUserResponse;
|
|
19
|
+
import * as GetOciCacheUserResponse from "./get-oci-cache-user-response";
|
|
20
|
+
export import GetOciCacheUserResponse = GetOciCacheUserResponse.GetOciCacheUserResponse;
|
|
21
|
+
import * as ListAttachedRedisClustersResponse from "./list-attached-redis-clusters-response";
|
|
22
|
+
export import ListAttachedRedisClustersResponse = ListAttachedRedisClustersResponse.ListAttachedRedisClustersResponse;
|
|
23
|
+
import * as ListOciCacheUsersResponse from "./list-oci-cache-users-response";
|
|
24
|
+
export import ListOciCacheUsersResponse = ListOciCacheUsersResponse.ListOciCacheUsersResponse;
|
|
25
|
+
import * as UpdateOciCacheUserResponse from "./update-oci-cache-user-response";
|
|
26
|
+
export import UpdateOciCacheUserResponse = UpdateOciCacheUserResponse.UpdateOciCacheUserResponse;
|
|
27
|
+
import * as AttachOciCacheUsersResponse from "./attach-oci-cache-users-response";
|
|
28
|
+
export import AttachOciCacheUsersResponse = AttachOciCacheUsersResponse.AttachOciCacheUsersResponse;
|
|
13
29
|
import * as CancelWorkRequestResponse from "./cancel-work-request-response";
|
|
14
30
|
export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
|
|
15
31
|
import * as ChangeRedisClusterCompartmentResponse from "./change-redis-cluster-compartment-response";
|
|
@@ -18,10 +34,14 @@ import * as CreateRedisClusterResponse from "./create-redis-cluster-response";
|
|
|
18
34
|
export import CreateRedisClusterResponse = CreateRedisClusterResponse.CreateRedisClusterResponse;
|
|
19
35
|
import * as DeleteRedisClusterResponse from "./delete-redis-cluster-response";
|
|
20
36
|
export import DeleteRedisClusterResponse = DeleteRedisClusterResponse.DeleteRedisClusterResponse;
|
|
37
|
+
import * as DetachOciCacheUsersResponse from "./detach-oci-cache-users-response";
|
|
38
|
+
export import DetachOciCacheUsersResponse = DetachOciCacheUsersResponse.DetachOciCacheUsersResponse;
|
|
21
39
|
import * as GetRedisClusterResponse from "./get-redis-cluster-response";
|
|
22
40
|
export import GetRedisClusterResponse = GetRedisClusterResponse.GetRedisClusterResponse;
|
|
23
41
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
24
42
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
43
|
+
import * as ListAttachedOciCacheUsersResponse from "./list-attached-oci-cache-users-response";
|
|
44
|
+
export import ListAttachedOciCacheUsersResponse = ListAttachedOciCacheUsersResponse.ListAttachedOciCacheUsersResponse;
|
|
25
45
|
import * as ListRedisClusterNodesResponse from "./list-redis-cluster-nodes-response";
|
|
26
46
|
export import ListRedisClusterNodesResponse = ListRedisClusterNodesResponse.ListRedisClusterNodesResponse;
|
|
27
47
|
import * as ListRedisClustersResponse from "./list-redis-clusters-response";
|
|
@@ -34,3 +54,5 @@ import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
|
34
54
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
35
55
|
import * as UpdateRedisClusterResponse from "./update-redis-cluster-response";
|
|
36
56
|
export import UpdateRedisClusterResponse = UpdateRedisClusterResponse.UpdateRedisClusterResponse;
|
|
57
|
+
import * as CreateIdentityTokenResponse from "./create-identity-token-response";
|
|
58
|
+
export import CreateIdentityTokenResponse = CreateIdentityTokenResponse.CreateIdentityTokenResponse;
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface ListAttachedOciCacheUsersResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of AttachedOciCacheUser instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.AttachedOciCacheUser[];
|
|
32
|
+
}
|
|
@@ -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=list-attached-oci-cache-users-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-attached-oci-cache-users-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/list-attached-oci-cache-users-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface ListAttachedRedisClustersResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of AttachedOciCacheCluster instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.AttachedOciCacheCluster[];
|
|
32
|
+
}
|
|
@@ -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=list-attached-redis-clusters-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-attached-redis-clusters-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/response/list-attached-redis-clusters-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|