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.
- 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,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
/**
|
|
15
|
+
* Details required to create a new OCI cache user.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateOciCacheUserDetails {
|
|
18
|
+
/**
|
|
19
|
+
* OCI cache user name is required to connect to an OCI cache cluster.
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
/**
|
|
23
|
+
* Description of OCI cache user.
|
|
24
|
+
*/
|
|
25
|
+
"description": string;
|
|
26
|
+
/**
|
|
27
|
+
* OCI cache user compartment ID.
|
|
28
|
+
*/
|
|
29
|
+
"compartmentId": string;
|
|
30
|
+
"authenticationMode": model.IamAuthenticationMode | model.PasswordAuthenticationMode;
|
|
31
|
+
/**
|
|
32
|
+
* ACL string of OCI cache user.
|
|
33
|
+
*/
|
|
34
|
+
"aclString": string;
|
|
35
|
+
/**
|
|
36
|
+
* OCI cache user status. ON enables and OFF disables the OCI cache user to login to the associated clusters. Default value is ON.
|
|
37
|
+
*/
|
|
38
|
+
"status"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
41
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"freeformTags"?: {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
49
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"definedTags"?: {
|
|
53
|
+
[key: string]: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
export declare namespace CreateOciCacheUserDetails {
|
|
59
|
+
function getJsonObj(obj: CreateOciCacheUserDetails): object;
|
|
60
|
+
function getDeserializedJsonObj(obj: CreateOciCacheUserDetails): object;
|
|
61
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CreateOciCacheUserDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateOciCacheUserDetails;
|
|
37
|
+
(function (CreateOciCacheUserDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"authenticationMode": obj.authenticationMode
|
|
41
|
+
? model.AuthenticationMode.getJsonObj(obj.authenticationMode)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
CreateOciCacheUserDetails.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"authenticationMode": obj.authenticationMode
|
|
50
|
+
? model.AuthenticationMode.getDeserializedJsonObj(obj.authenticationMode)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
CreateOciCacheUserDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(CreateOciCacheUserDetails = exports.CreateOciCacheUserDetails || (exports.CreateOciCacheUserDetails = {}));
|
|
57
|
+
//# sourceMappingURL=create-oci-cache-user-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-oci-cache-user-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/create-oci-cache-user-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
/**
|
|
14
|
+
* OCI cache user details to be detached with a cluster.
|
|
15
|
+
*/
|
|
16
|
+
export interface DetachOciCacheUsersDetails {
|
|
17
|
+
/**
|
|
18
|
+
* List of OCI cache user unique IDs (OCIDs).
|
|
19
|
+
*/
|
|
20
|
+
"ociCacheUsers": Array<string>;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace DetachOciCacheUsersDetails {
|
|
23
|
+
function getJsonObj(obj: DetachOciCacheUsersDetails): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: DetachOciCacheUsersDetails): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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.DetachOciCacheUsersDetails = void 0;
|
|
16
|
+
var DetachOciCacheUsersDetails;
|
|
17
|
+
(function (DetachOciCacheUsersDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
DetachOciCacheUsersDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
DetachOciCacheUsersDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(DetachOciCacheUsersDetails = exports.DetachOciCacheUsersDetails || (exports.DetachOciCacheUsersDetails = {}));
|
|
29
|
+
//# sourceMappingURL=detach-oci-cache-users-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-oci-cache-users-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/detach-oci-cache-users-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
/**
|
|
15
|
+
* child class of AuthenticationMode.
|
|
16
|
+
*/
|
|
17
|
+
export interface IamAuthenticationMode extends model.AuthenticationMode {
|
|
18
|
+
"authenticationType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace IamAuthenticationMode {
|
|
21
|
+
function getJsonObj(obj: IamAuthenticationMode, isParentJsonObj?: boolean): object;
|
|
22
|
+
const authenticationType = "IAM";
|
|
23
|
+
function getDeserializedJsonObj(obj: IamAuthenticationMode, isParentJsonObj?: boolean): object;
|
|
24
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.IamAuthenticationMode = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var IamAuthenticationMode;
|
|
37
|
+
(function (IamAuthenticationMode) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.AuthenticationMode.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
IamAuthenticationMode.getJsonObj = getJsonObj;
|
|
45
|
+
IamAuthenticationMode.authenticationType = "IAM";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.AuthenticationMode.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
IamAuthenticationMode.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(IamAuthenticationMode = exports.IamAuthenticationMode || (exports.IamAuthenticationMode = {}));
|
|
54
|
+
//# sourceMappingURL=iam-authentication-mode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iam-authentication-mode.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/iam-authentication-mode.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACY,wCAAkB,GAAG,KAAK,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
/**
|
|
14
|
+
* Response an Identity token generated for Redis cluster
|
|
15
|
+
*/
|
|
16
|
+
export interface IdentityTokenDetailsResponse {
|
|
17
|
+
/**
|
|
18
|
+
* Generated Identity token
|
|
19
|
+
*/
|
|
20
|
+
"identityToken": string;
|
|
21
|
+
/**
|
|
22
|
+
* Redis user for the newly created identity token
|
|
23
|
+
*/
|
|
24
|
+
"redisUser": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace IdentityTokenDetailsResponse {
|
|
27
|
+
function getJsonObj(obj: IdentityTokenDetailsResponse): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: IdentityTokenDetailsResponse): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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.IdentityTokenDetailsResponse = void 0;
|
|
16
|
+
var IdentityTokenDetailsResponse;
|
|
17
|
+
(function (IdentityTokenDetailsResponse) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
IdentityTokenDetailsResponse.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
IdentityTokenDetailsResponse.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(IdentityTokenDetailsResponse = exports.IdentityTokenDetailsResponse || (exports.IdentityTokenDetailsResponse = {}));
|
|
29
|
+
//# sourceMappingURL=identity-token-details-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identity-token-details-response.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/identity-token-details-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -12,16 +12,40 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as ActionType from "./action-type";
|
|
14
14
|
export import ActionType = ActionType.ActionType;
|
|
15
|
+
import * as AttachOciCacheUsersDetails from "./attach-oci-cache-users-details";
|
|
16
|
+
export import AttachOciCacheUsersDetails = AttachOciCacheUsersDetails.AttachOciCacheUsersDetails;
|
|
17
|
+
import * as AttachedOciCacheCluster from "./attached-oci-cache-cluster";
|
|
18
|
+
export import AttachedOciCacheCluster = AttachedOciCacheCluster.AttachedOciCacheCluster;
|
|
19
|
+
import * as AttachedOciCacheUser from "./attached-oci-cache-user";
|
|
20
|
+
export import AttachedOciCacheUser = AttachedOciCacheUser.AttachedOciCacheUser;
|
|
21
|
+
import * as AuthenticationMode from "./authentication-mode";
|
|
22
|
+
export import AuthenticationMode = AuthenticationMode.AuthenticationMode;
|
|
23
|
+
import * as ChangeOciCacheUserCompartmentDetails from "./change-oci-cache-user-compartment-details";
|
|
24
|
+
export import ChangeOciCacheUserCompartmentDetails = ChangeOciCacheUserCompartmentDetails.ChangeOciCacheUserCompartmentDetails;
|
|
15
25
|
import * as ChangeRedisClusterCompartmentDetails from "./change-redis-cluster-compartment-details";
|
|
16
26
|
export import ChangeRedisClusterCompartmentDetails = ChangeRedisClusterCompartmentDetails.ChangeRedisClusterCompartmentDetails;
|
|
27
|
+
import * as CreateIdentityTokenDetails from "./create-identity-token-details";
|
|
28
|
+
export import CreateIdentityTokenDetails = CreateIdentityTokenDetails.CreateIdentityTokenDetails;
|
|
29
|
+
import * as CreateOciCacheUserDetails from "./create-oci-cache-user-details";
|
|
30
|
+
export import CreateOciCacheUserDetails = CreateOciCacheUserDetails.CreateOciCacheUserDetails;
|
|
17
31
|
import * as CreateRedisClusterDetails from "./create-redis-cluster-details";
|
|
18
32
|
export import CreateRedisClusterDetails = CreateRedisClusterDetails.CreateRedisClusterDetails;
|
|
33
|
+
import * as DetachOciCacheUsersDetails from "./detach-oci-cache-users-details";
|
|
34
|
+
export import DetachOciCacheUsersDetails = DetachOciCacheUsersDetails.DetachOciCacheUsersDetails;
|
|
35
|
+
import * as IdentityTokenDetailsResponse from "./identity-token-details-response";
|
|
36
|
+
export import IdentityTokenDetailsResponse = IdentityTokenDetailsResponse.IdentityTokenDetailsResponse;
|
|
19
37
|
import * as Node from "./node";
|
|
20
38
|
export import Node = Node.Node;
|
|
21
39
|
import * as NodeCollection from "./node-collection";
|
|
22
40
|
export import NodeCollection = NodeCollection.NodeCollection;
|
|
23
41
|
import * as NodeSummary from "./node-summary";
|
|
24
42
|
export import NodeSummary = NodeSummary.NodeSummary;
|
|
43
|
+
import * as OciCacheUser from "./oci-cache-user";
|
|
44
|
+
export import OciCacheUser = OciCacheUser.OciCacheUser;
|
|
45
|
+
import * as OciCacheUserCollection from "./oci-cache-user-collection";
|
|
46
|
+
export import OciCacheUserCollection = OciCacheUserCollection.OciCacheUserCollection;
|
|
47
|
+
import * as OciCacheUserSummary from "./oci-cache-user-summary";
|
|
48
|
+
export import OciCacheUserSummary = OciCacheUserSummary.OciCacheUserSummary;
|
|
25
49
|
import * as OperationStatus from "./operation-status";
|
|
26
50
|
export import OperationStatus = OperationStatus.OperationStatus;
|
|
27
51
|
import * as OperationType from "./operation-type";
|
|
@@ -36,6 +60,8 @@ import * as RedisNodeCollection from "./redis-node-collection";
|
|
|
36
60
|
export import RedisNodeCollection = RedisNodeCollection.RedisNodeCollection;
|
|
37
61
|
import * as SortOrder from "./sort-order";
|
|
38
62
|
export import SortOrder = SortOrder.SortOrder;
|
|
63
|
+
import * as UpdateOciCacheUserDetails from "./update-oci-cache-user-details";
|
|
64
|
+
export import UpdateOciCacheUserDetails = UpdateOciCacheUserDetails.UpdateOciCacheUserDetails;
|
|
39
65
|
import * as UpdateRedisClusterDetails from "./update-redis-cluster-details";
|
|
40
66
|
export import UpdateRedisClusterDetails = UpdateRedisClusterDetails.UpdateRedisClusterDetails;
|
|
41
67
|
import * as WorkRequest from "./work-request";
|
|
@@ -54,3 +80,7 @@ import * as WorkRequestSummary from "./work-request-summary";
|
|
|
54
80
|
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
55
81
|
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
56
82
|
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
83
|
+
import * as IamAuthenticationMode from "./iam-authentication-mode";
|
|
84
|
+
export import IamAuthenticationMode = IamAuthenticationMode.IamAuthenticationMode;
|
|
85
|
+
import * as PasswordAuthenticationMode from "./password-authentication-mode";
|
|
86
|
+
export import PasswordAuthenticationMode = PasswordAuthenticationMode.PasswordAuthenticationMode;
|
package/lib/model/index.js
CHANGED
|
@@ -31,19 +31,43 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateRedisClusterDetails = exports.SortOrder = exports.RedisNodeCollection = exports.RedisClusterSummary = exports.RedisClusterCollection = exports.RedisCluster = exports.OperationType = exports.OperationStatus = exports.NodeSummary = exports.NodeCollection = exports.Node = exports.CreateRedisClusterDetails = exports.ChangeRedisClusterCompartmentDetails = exports.ActionType = void 0;
|
|
34
|
+
exports.PasswordAuthenticationMode = exports.IamAuthenticationMode = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateRedisClusterDetails = exports.UpdateOciCacheUserDetails = exports.SortOrder = exports.RedisNodeCollection = exports.RedisClusterSummary = exports.RedisClusterCollection = exports.RedisCluster = exports.OperationType = exports.OperationStatus = exports.OciCacheUserSummary = exports.OciCacheUserCollection = exports.OciCacheUser = exports.NodeSummary = exports.NodeCollection = exports.Node = exports.IdentityTokenDetailsResponse = exports.DetachOciCacheUsersDetails = exports.CreateRedisClusterDetails = exports.CreateOciCacheUserDetails = exports.CreateIdentityTokenDetails = exports.ChangeRedisClusterCompartmentDetails = exports.ChangeOciCacheUserCompartmentDetails = exports.AuthenticationMode = exports.AttachedOciCacheUser = exports.AttachedOciCacheCluster = exports.AttachOciCacheUsersDetails = exports.ActionType = void 0;
|
|
35
35
|
const ActionType = __importStar(require("./action-type"));
|
|
36
36
|
exports.ActionType = ActionType.ActionType;
|
|
37
|
+
const AttachOciCacheUsersDetails = __importStar(require("./attach-oci-cache-users-details"));
|
|
38
|
+
exports.AttachOciCacheUsersDetails = AttachOciCacheUsersDetails.AttachOciCacheUsersDetails;
|
|
39
|
+
const AttachedOciCacheCluster = __importStar(require("./attached-oci-cache-cluster"));
|
|
40
|
+
exports.AttachedOciCacheCluster = AttachedOciCacheCluster.AttachedOciCacheCluster;
|
|
41
|
+
const AttachedOciCacheUser = __importStar(require("./attached-oci-cache-user"));
|
|
42
|
+
exports.AttachedOciCacheUser = AttachedOciCacheUser.AttachedOciCacheUser;
|
|
43
|
+
const AuthenticationMode = __importStar(require("./authentication-mode"));
|
|
44
|
+
exports.AuthenticationMode = AuthenticationMode.AuthenticationMode;
|
|
45
|
+
const ChangeOciCacheUserCompartmentDetails = __importStar(require("./change-oci-cache-user-compartment-details"));
|
|
46
|
+
exports.ChangeOciCacheUserCompartmentDetails = ChangeOciCacheUserCompartmentDetails.ChangeOciCacheUserCompartmentDetails;
|
|
37
47
|
const ChangeRedisClusterCompartmentDetails = __importStar(require("./change-redis-cluster-compartment-details"));
|
|
38
48
|
exports.ChangeRedisClusterCompartmentDetails = ChangeRedisClusterCompartmentDetails.ChangeRedisClusterCompartmentDetails;
|
|
49
|
+
const CreateIdentityTokenDetails = __importStar(require("./create-identity-token-details"));
|
|
50
|
+
exports.CreateIdentityTokenDetails = CreateIdentityTokenDetails.CreateIdentityTokenDetails;
|
|
51
|
+
const CreateOciCacheUserDetails = __importStar(require("./create-oci-cache-user-details"));
|
|
52
|
+
exports.CreateOciCacheUserDetails = CreateOciCacheUserDetails.CreateOciCacheUserDetails;
|
|
39
53
|
const CreateRedisClusterDetails = __importStar(require("./create-redis-cluster-details"));
|
|
40
54
|
exports.CreateRedisClusterDetails = CreateRedisClusterDetails.CreateRedisClusterDetails;
|
|
55
|
+
const DetachOciCacheUsersDetails = __importStar(require("./detach-oci-cache-users-details"));
|
|
56
|
+
exports.DetachOciCacheUsersDetails = DetachOciCacheUsersDetails.DetachOciCacheUsersDetails;
|
|
57
|
+
const IdentityTokenDetailsResponse = __importStar(require("./identity-token-details-response"));
|
|
58
|
+
exports.IdentityTokenDetailsResponse = IdentityTokenDetailsResponse.IdentityTokenDetailsResponse;
|
|
41
59
|
const Node = __importStar(require("./node"));
|
|
42
60
|
exports.Node = Node.Node;
|
|
43
61
|
const NodeCollection = __importStar(require("./node-collection"));
|
|
44
62
|
exports.NodeCollection = NodeCollection.NodeCollection;
|
|
45
63
|
const NodeSummary = __importStar(require("./node-summary"));
|
|
46
64
|
exports.NodeSummary = NodeSummary.NodeSummary;
|
|
65
|
+
const OciCacheUser = __importStar(require("./oci-cache-user"));
|
|
66
|
+
exports.OciCacheUser = OciCacheUser.OciCacheUser;
|
|
67
|
+
const OciCacheUserCollection = __importStar(require("./oci-cache-user-collection"));
|
|
68
|
+
exports.OciCacheUserCollection = OciCacheUserCollection.OciCacheUserCollection;
|
|
69
|
+
const OciCacheUserSummary = __importStar(require("./oci-cache-user-summary"));
|
|
70
|
+
exports.OciCacheUserSummary = OciCacheUserSummary.OciCacheUserSummary;
|
|
47
71
|
const OperationStatus = __importStar(require("./operation-status"));
|
|
48
72
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
49
73
|
const OperationType = __importStar(require("./operation-type"));
|
|
@@ -58,6 +82,8 @@ const RedisNodeCollection = __importStar(require("./redis-node-collection"));
|
|
|
58
82
|
exports.RedisNodeCollection = RedisNodeCollection.RedisNodeCollection;
|
|
59
83
|
const SortOrder = __importStar(require("./sort-order"));
|
|
60
84
|
exports.SortOrder = SortOrder.SortOrder;
|
|
85
|
+
const UpdateOciCacheUserDetails = __importStar(require("./update-oci-cache-user-details"));
|
|
86
|
+
exports.UpdateOciCacheUserDetails = UpdateOciCacheUserDetails.UpdateOciCacheUserDetails;
|
|
61
87
|
const UpdateRedisClusterDetails = __importStar(require("./update-redis-cluster-details"));
|
|
62
88
|
exports.UpdateRedisClusterDetails = UpdateRedisClusterDetails.UpdateRedisClusterDetails;
|
|
63
89
|
const WorkRequest = __importStar(require("./work-request"));
|
|
@@ -76,4 +102,8 @@ const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
|
76
102
|
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
77
103
|
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
78
104
|
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
105
|
+
const IamAuthenticationMode = __importStar(require("./iam-authentication-mode"));
|
|
106
|
+
exports.IamAuthenticationMode = IamAuthenticationMode.IamAuthenticationMode;
|
|
107
|
+
const PasswordAuthenticationMode = __importStar(require("./password-authentication-mode"));
|
|
108
|
+
exports.PasswordAuthenticationMode = PasswordAuthenticationMode.PasswordAuthenticationMode;
|
|
79
109
|
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
/**
|
|
15
|
+
* A list of OCI cache users that match filter criteria, if any.
|
|
16
|
+
*/
|
|
17
|
+
export interface OciCacheUserCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A collection of OCI Cache users.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.OciCacheUserSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace OciCacheUserCollection {
|
|
24
|
+
function getJsonObj(obj: OciCacheUserCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: OciCacheUserCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* OCI Cache API
|
|
4
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.OciCacheUserCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var OciCacheUserCollection;
|
|
37
|
+
(function (OciCacheUserCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.OciCacheUserSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
OciCacheUserCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.OciCacheUserSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
OciCacheUserCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(OciCacheUserCollection = exports.OciCacheUserCollection || (exports.OciCacheUserCollection = {}));
|
|
61
|
+
//# sourceMappingURL=oci-cache-user-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oci-cache-user-collection.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/oci-cache-user-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OCI Cache API
|
|
3
|
+
* Use the OCI Cache API to create and manage clusters. A cluster is a memory-based storage solution. For more information, see [OCI Cache](https://docs.oracle.com/iaas/Content/ocicache/home.htm).
|
|
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
|
+
/**
|
|
14
|
+
* OCI Cache user summary.
|
|
15
|
+
*/
|
|
16
|
+
export interface OciCacheUserSummary {
|
|
17
|
+
/**
|
|
18
|
+
* OCI Cache user unique ID.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* OCI Cache user name.
|
|
23
|
+
*/
|
|
24
|
+
"name": string;
|
|
25
|
+
/**
|
|
26
|
+
* OCI Cache user compartment ID.
|
|
27
|
+
*/
|
|
28
|
+
"compartmentId": string;
|
|
29
|
+
/**
|
|
30
|
+
* OCI Cache user authentication type.
|
|
31
|
+
*/
|
|
32
|
+
"authenticationType": string;
|
|
33
|
+
/**
|
|
34
|
+
* OCI Cache user status. ON enables and OFF disables the OCI cache user to use the cluster.
|
|
35
|
+
*/
|
|
36
|
+
"status": string;
|
|
37
|
+
/**
|
|
38
|
+
* OCI Cache user lifecycle state.
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleState": string;
|
|
41
|
+
/**
|
|
42
|
+
* The date and time, when the OCI cache user was created.
|
|
43
|
+
*/
|
|
44
|
+
"timeCreated"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* Description of OCI cache user.
|
|
47
|
+
*/
|
|
48
|
+
"description": string;
|
|
49
|
+
/**
|
|
50
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"freeformTags"?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"definedTags"?: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
69
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"systemTags"?: {
|
|
73
|
+
[key: string]: {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
export declare namespace OciCacheUserSummary {
|
|
79
|
+
function getJsonObj(obj: OciCacheUserSummary): object;
|
|
80
|
+
function getDeserializedJsonObj(obj: OciCacheUserSummary): object;
|
|
81
|
+
}
|