oci-redis 2.114.1 → 2.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -0
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +246 -0
- package/lib/client.js +919 -1
- package/lib/client.js.map +1 -1
- package/lib/model/associated-oci-cache-cluster-collection.d.ts +26 -0
- package/lib/model/associated-oci-cache-cluster-collection.js +61 -0
- package/lib/model/associated-oci-cache-cluster-collection.js.map +1 -0
- package/lib/model/associated-oci-cache-cluster-summary.d.ts +26 -0
- package/lib/model/associated-oci-cache-cluster-summary.js +29 -0
- package/lib/model/associated-oci-cache-cluster-summary.js.map +1 -0
- package/lib/model/change-oci-cache-config-set-compartment-details.d.ts +27 -0
- package/lib/model/change-oci-cache-config-set-compartment-details.js +29 -0
- package/lib/model/change-oci-cache-config-set-compartment-details.js.map +1 -0
- package/lib/model/configuration-details.d.ts +26 -0
- package/lib/model/configuration-details.js +61 -0
- package/lib/model/configuration-details.js.map +1 -0
- package/lib/model/configuration-info.d.ts +31 -0
- package/lib/model/configuration-info.js +29 -0
- package/lib/model/configuration-info.js.map +1 -0
- package/lib/model/create-oci-cache-config-set-details.d.ts +57 -0
- package/lib/model/create-oci-cache-config-set-details.js +57 -0
- package/lib/model/create-oci-cache-config-set-details.js.map +1 -0
- package/lib/model/create-redis-cluster-details.d.ts +4 -0
- package/lib/model/create-redis-cluster-details.js.map +1 -1
- package/lib/model/default-configuration-details.d.ts +26 -0
- package/lib/model/default-configuration-details.js +61 -0
- package/lib/model/default-configuration-details.js.map +1 -0
- package/lib/model/default-configuration-info.d.ts +45 -0
- package/lib/model/default-configuration-info.js +29 -0
- package/lib/model/default-configuration-info.js.map +1 -0
- package/lib/model/index.d.ts +30 -0
- package/lib/model/index.js +32 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/oci-cache-config-set-collection.d.ts +26 -0
- package/lib/model/oci-cache-config-set-collection.js +61 -0
- package/lib/model/oci-cache-config-set-collection.js.map +1 -0
- package/lib/model/oci-cache-config-set-summary.d.ts +81 -0
- package/lib/model/oci-cache-config-set-summary.js +29 -0
- package/lib/model/oci-cache-config-set-summary.js.map +1 -0
- package/lib/model/oci-cache-config-set.d.ts +110 -0
- package/lib/model/oci-cache-config-set.js +82 -0
- package/lib/model/oci-cache-config-set.js.map +1 -0
- package/lib/model/oci-cache-default-config-set-collection.d.ts +26 -0
- package/lib/model/oci-cache-default-config-set-collection.js +61 -0
- package/lib/model/oci-cache-default-config-set-collection.js.map +1 -0
- package/lib/model/oci-cache-default-config-set-summary.d.ts +41 -0
- package/lib/model/oci-cache-default-config-set-summary.js +29 -0
- package/lib/model/oci-cache-default-config-set-summary.js.map +1 -0
- package/lib/model/oci-cache-default-config-set.d.ts +56 -0
- package/lib/model/oci-cache-default-config-set.js +67 -0
- package/lib/model/oci-cache-default-config-set.js.map +1 -0
- package/lib/model/redis-cluster-summary.d.ts +4 -0
- package/lib/model/redis-cluster-summary.js.map +1 -1
- package/lib/model/redis-cluster.d.ts +4 -0
- package/lib/model/redis-cluster.js.map +1 -1
- package/lib/model/update-oci-cache-config-set-details.d.ts +47 -0
- package/lib/model/update-oci-cache-config-set-details.js +29 -0
- package/lib/model/update-oci-cache-config-set-details.js.map +1 -0
- package/lib/model/update-redis-cluster-details.d.ts +4 -0
- package/lib/model/update-redis-cluster-details.js.map +1 -1
- package/lib/ocicacheconfigset-waiter.d.ts +29 -0
- package/lib/ocicacheconfigset-waiter.js +65 -0
- package/lib/ocicacheconfigset-waiter.js.map +1 -0
- package/lib/ocicachedefaultconfigset-waiter.d.ts +29 -0
- package/lib/ocicachedefaultconfigset-waiter.js +45 -0
- package/lib/ocicachedefaultconfigset-waiter.js.map +1 -0
- package/lib/request/change-oci-cache-config-set-compartment-request.d.ts +49 -0
- package/lib/request/change-oci-cache-config-set-compartment-request.js +15 -0
- package/lib/request/change-oci-cache-config-set-compartment-request.js.map +1 -0
- package/lib/request/create-oci-cache-config-set-request.d.ts +36 -0
- package/lib/request/create-oci-cache-config-set-request.js +15 -0
- package/lib/request/create-oci-cache-config-set-request.js.map +1 -0
- package/lib/request/delete-oci-cache-config-set-request.d.ts +35 -0
- package/lib/request/delete-oci-cache-config-set-request.js +15 -0
- package/lib/request/delete-oci-cache-config-set-request.js.map +1 -0
- package/lib/request/get-oci-cache-config-set-request.d.ts +26 -0
- package/lib/request/get-oci-cache-config-set-request.js +15 -0
- package/lib/request/get-oci-cache-config-set-request.js.map +1 -0
- package/lib/request/get-oci-cache-default-config-set-request.d.ts +30 -0
- package/lib/request/get-oci-cache-default-config-set-request.js +15 -0
- package/lib/request/get-oci-cache-default-config-set-request.js.map +1 -0
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-associated-oci-cache-clusters-request.d.ts +50 -0
- package/lib/request/list-associated-oci-cache-clusters-request.js +24 -0
- package/lib/request/list-associated-oci-cache-clusters-request.js.map +1 -0
- package/lib/request/list-oci-cache-config-sets-request.d.ts +66 -0
- package/lib/request/list-oci-cache-config-sets-request.js +24 -0
- package/lib/request/list-oci-cache-config-sets-request.js.map +1 -0
- package/lib/request/list-oci-cache-default-config-sets-request.d.ts +66 -0
- package/lib/request/list-oci-cache-default-config-sets-request.js +24 -0
- package/lib/request/list-oci-cache-default-config-sets-request.js.map +1 -0
- package/lib/request/update-oci-cache-config-set-request.d.ts +40 -0
- package/lib/request/update-oci-cache-config-set-request.js +15 -0
- package/lib/request/update-oci-cache-config-set-request.js.map +1 -0
- package/lib/response/change-oci-cache-config-set-compartment-response.d.ts +25 -0
- package/lib/response/change-oci-cache-config-set-compartment-response.js +15 -0
- package/lib/response/change-oci-cache-config-set-compartment-response.js.map +1 -0
- package/lib/response/create-oci-cache-config-set-response.d.ts +35 -0
- package/lib/response/create-oci-cache-config-set-response.js +15 -0
- package/lib/response/create-oci-cache-config-set-response.js.map +1 -0
- package/lib/response/delete-oci-cache-config-set-response.d.ts +25 -0
- package/lib/response/delete-oci-cache-config-set-response.js +15 -0
- package/lib/response/delete-oci-cache-config-set-response.js.map +1 -0
- package/lib/response/get-oci-cache-config-set-response.d.ts +30 -0
- package/lib/response/get-oci-cache-config-set-response.js +15 -0
- package/lib/response/get-oci-cache-config-set-response.js.map +1 -0
- package/lib/response/get-oci-cache-default-config-set-response.d.ts +30 -0
- package/lib/response/get-oci-cache-default-config-set-response.js +15 -0
- package/lib/response/get-oci-cache-default-config-set-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-associated-oci-cache-clusters-response.d.ts +32 -0
- package/lib/response/list-associated-oci-cache-clusters-response.js +15 -0
- package/lib/response/list-associated-oci-cache-clusters-response.js.map +1 -0
- package/lib/response/list-oci-cache-config-sets-response.d.ts +32 -0
- package/lib/response/list-oci-cache-config-sets-response.js +15 -0
- package/lib/response/list-oci-cache-config-sets-response.js.map +1 -0
- package/lib/response/list-oci-cache-default-config-sets-response.d.ts +32 -0
- package/lib/response/list-oci-cache-default-config-sets-response.js +15 -0
- package/lib/response/list-oci-cache-default-config-sets-response.js.map +1 -0
- package/lib/response/update-oci-cache-config-set-response.d.ts +25 -0
- package/lib/response/update-oci-cache-config-set-response.js +15 -0
- package/lib/response/update-oci-cache-config-set-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
* The information to be updated for an existing OCI Cache Config Set.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateOciCacheConfigSetDetails {
|
|
17
|
+
/**
|
|
18
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
19
|
+
*/
|
|
20
|
+
"displayName"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Description for the custom OCI Cache Config Set.
|
|
23
|
+
*/
|
|
24
|
+
"description"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
27
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"freeformTags"?: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
35
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"definedTags"?: {
|
|
39
|
+
[key: string]: {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
export declare namespace UpdateOciCacheConfigSetDetails {
|
|
45
|
+
function getJsonObj(obj: UpdateOciCacheConfigSetDetails): object;
|
|
46
|
+
function getDeserializedJsonObj(obj: UpdateOciCacheConfigSetDetails): object;
|
|
47
|
+
}
|
|
@@ -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.UpdateOciCacheConfigSetDetails = void 0;
|
|
16
|
+
var UpdateOciCacheConfigSetDetails;
|
|
17
|
+
(function (UpdateOciCacheConfigSetDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
UpdateOciCacheConfigSetDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
UpdateOciCacheConfigSetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(UpdateOciCacheConfigSetDetails = exports.UpdateOciCacheConfigSetDetails || (exports.UpdateOciCacheConfigSetDetails = {}));
|
|
29
|
+
//# sourceMappingURL=update-oci-cache-config-set-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-oci-cache-config-set-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-oci-cache-config-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
* The configuration to update for an existing cluster.
|
|
15
15
|
*/
|
|
16
16
|
export interface UpdateRedisClusterDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The ID of the corresponding OCI Cache Config Set for the cluster.
|
|
19
|
+
*/
|
|
20
|
+
"ociCacheConfigSetId"?: string;
|
|
17
21
|
/**
|
|
18
22
|
* The number of shards in sharded cluster. Only applicable when clusterMode is SHARDED. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
19
23
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-redis-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-redis-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"update-redis-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/model/update-redis-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -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
|
+
import * as serviceRequests from "./request";
|
|
14
|
+
import * as serviceResponses from "./response";
|
|
15
|
+
import * as models from "./model";
|
|
16
|
+
import { OciCacheConfigSetClient } from "./client";
|
|
17
|
+
export declare class OciCacheConfigSetWaiter {
|
|
18
|
+
private client;
|
|
19
|
+
private readonly config?;
|
|
20
|
+
constructor(client: OciCacheConfigSetClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
21
|
+
/**
|
|
22
|
+
* Waits forOciCacheConfigSet till it reaches any of the provided states
|
|
23
|
+
*
|
|
24
|
+
* @param request the request to send
|
|
25
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
26
|
+
* @return response returns GetOciCacheConfigSetResponse | null (null in case of 404 response)
|
|
27
|
+
*/
|
|
28
|
+
forOciCacheConfigSet(request: serviceRequests.GetOciCacheConfigSetRequest, ...targetStates: models.OciCacheConfigSet.LifecycleState[]): Promise<serviceResponses.GetOciCacheConfigSetResponse | null>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
34
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
35
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
36
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
37
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
38
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
39
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
+
exports.OciCacheConfigSetWaiter = void 0;
|
|
44
|
+
const models = __importStar(require("./model"));
|
|
45
|
+
const oci_common_1 = require("oci-common");
|
|
46
|
+
class OciCacheConfigSetWaiter {
|
|
47
|
+
constructor(client, config) {
|
|
48
|
+
this.client = client;
|
|
49
|
+
this.config = config;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Waits forOciCacheConfigSet till it reaches any of the provided states
|
|
53
|
+
*
|
|
54
|
+
* @param request the request to send
|
|
55
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
56
|
+
* @return response returns GetOciCacheConfigSetResponse | null (null in case of 404 response)
|
|
57
|
+
*/
|
|
58
|
+
forOciCacheConfigSet(request, ...targetStates) {
|
|
59
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getOciCacheConfigSet(request), response => targetStates.includes(response.ociCacheConfigSet.lifecycleState), targetStates.includes(models.OciCacheConfigSet.LifecycleState.Deleted));
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
exports.OciCacheConfigSetWaiter = OciCacheConfigSetWaiter;
|
|
65
|
+
//# sourceMappingURL=ocicacheconfigset-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ocicacheconfigset-waiter.js","sourceRoot":"","sources":["../../../../lib/redis/lib/ocicacheconfigset-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,uBAAuB;IAClC,YACU,MAA+B,EACtB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAyB;QACtB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,oBAAoB,CAC/B,OAAoD,EACpD,GAAG,YAAuD;;YAE1D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,OAAO,CAAC,EAC/C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,iBAAiB,CAAC,cAAe,CAAC,EAC7E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,cAAc,CAAC,OAAO,CAAC,CACvE,CAAC;QACJ,CAAC;KAAA;CACF;AAxBD,0DAwBC"}
|
|
@@ -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
|
+
import * as serviceRequests from "./request";
|
|
14
|
+
import * as serviceResponses from "./response";
|
|
15
|
+
import * as models from "./model";
|
|
16
|
+
import { OciCacheDefaultConfigSetClient } from "./client";
|
|
17
|
+
export declare class OciCacheDefaultConfigSetWaiter {
|
|
18
|
+
private client;
|
|
19
|
+
private readonly config?;
|
|
20
|
+
constructor(client: OciCacheDefaultConfigSetClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
21
|
+
/**
|
|
22
|
+
* Waits forOciCacheDefaultConfigSet till it reaches any of the provided states
|
|
23
|
+
*
|
|
24
|
+
* @param request the request to send
|
|
25
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
26
|
+
* @return response returns GetOciCacheDefaultConfigSetResponse
|
|
27
|
+
*/
|
|
28
|
+
forOciCacheDefaultConfigSet(request: serviceRequests.GetOciCacheDefaultConfigSetRequest, ...targetStates: models.OciCacheDefaultConfigSet.LifecycleState[]): Promise<serviceResponses.GetOciCacheDefaultConfigSetResponse>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
15
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
17
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
19
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
|
+
exports.OciCacheDefaultConfigSetWaiter = void 0;
|
|
25
|
+
const oci_common_1 = require("oci-common");
|
|
26
|
+
class OciCacheDefaultConfigSetWaiter {
|
|
27
|
+
constructor(client, config) {
|
|
28
|
+
this.client = client;
|
|
29
|
+
this.config = config;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Waits forOciCacheDefaultConfigSet till it reaches any of the provided states
|
|
33
|
+
*
|
|
34
|
+
* @param request the request to send
|
|
35
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
36
|
+
* @return response returns GetOciCacheDefaultConfigSetResponse
|
|
37
|
+
*/
|
|
38
|
+
forOciCacheDefaultConfigSet(request, ...targetStates) {
|
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
return oci_common_1.genericWaiter(this.config, () => this.client.getOciCacheDefaultConfigSet(request), response => targetStates.includes(response.ociCacheDefaultConfigSet.lifecycleState));
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.OciCacheDefaultConfigSetWaiter = OciCacheDefaultConfigSetWaiter;
|
|
45
|
+
//# sourceMappingURL=ocicachedefaultconfigset-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ocicachedefaultconfigset-waiter.js","sourceRoot":"","sources":["../../../../lib/redis/lib/ocicachedefaultconfigset-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;AAMH,2CAAgG;AAEhG,MAAa,8BAA8B;IACzC,YACU,MAAsC,EAC7B,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAgC;QAC7B,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,CACrF,CAAC;QACJ,CAAC;KAAA;CACF;AAvBD,wEAuBC"}
|
|
@@ -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/ChangeOciCacheConfigSetCompartment.ts.html |here} to see how to use ChangeOciCacheConfigSetCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeOciCacheConfigSetCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique OCI Cache Config Set identifier.
|
|
21
|
+
*/
|
|
22
|
+
"ociCacheConfigSetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeOciCacheConfigSetCompartmentDetails": model.ChangeOciCacheConfigSetCompartmentDetails;
|
|
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=change-oci-cache-config-set-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-oci-cache-config-set-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/change-oci-cache-config-set-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220315
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 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/CreateOciCacheConfigSet.ts.html |here} to see how to use CreateOciCacheConfigSetRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateOciCacheConfigSetRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new OCI Cache Config Set.
|
|
21
|
+
*/
|
|
22
|
+
"createOciCacheConfigSetDetails": model.CreateOciCacheConfigSetDetails;
|
|
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-config-set-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-oci-cache-config-set-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/create-oci-cache-config-set-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/DeleteOciCacheConfigSet.ts.html |here} to see how to use DeleteOciCacheConfigSetRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteOciCacheConfigSetRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique OCI Cache Config Set identifier.
|
|
20
|
+
*/
|
|
21
|
+
"ociCacheConfigSetId": 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-config-set-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-oci-cache-config-set-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/delete-oci-cache-config-set-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/GetOciCacheConfigSet.ts.html |here} to see how to use GetOciCacheConfigSetRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetOciCacheConfigSetRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique OCI Cache Config Set identifier.
|
|
20
|
+
*/
|
|
21
|
+
"ociCacheConfigSetId": 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-config-set-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-oci-cache-config-set-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/get-oci-cache-config-set-request.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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/GetOciCacheDefaultConfigSet.ts.html |here} to see how to use GetOciCacheDefaultConfigSetRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetOciCacheDefaultConfigSetRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique identifier for the compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique OCI Cache Default Config Set identifier.
|
|
24
|
+
*/
|
|
25
|
+
"ociCacheDefaultConfigSetId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
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-default-config-set-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-oci-cache-default-config-set-request.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/get-oci-cache-default-config-set-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -10,6 +10,24 @@
|
|
|
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 ChangeOciCacheConfigSetCompartmentRequest from "./change-oci-cache-config-set-compartment-request";
|
|
14
|
+
export import ChangeOciCacheConfigSetCompartmentRequest = ChangeOciCacheConfigSetCompartmentRequest.ChangeOciCacheConfigSetCompartmentRequest;
|
|
15
|
+
import * as CreateOciCacheConfigSetRequest from "./create-oci-cache-config-set-request";
|
|
16
|
+
export import CreateOciCacheConfigSetRequest = CreateOciCacheConfigSetRequest.CreateOciCacheConfigSetRequest;
|
|
17
|
+
import * as DeleteOciCacheConfigSetRequest from "./delete-oci-cache-config-set-request";
|
|
18
|
+
export import DeleteOciCacheConfigSetRequest = DeleteOciCacheConfigSetRequest.DeleteOciCacheConfigSetRequest;
|
|
19
|
+
import * as GetOciCacheConfigSetRequest from "./get-oci-cache-config-set-request";
|
|
20
|
+
export import GetOciCacheConfigSetRequest = GetOciCacheConfigSetRequest.GetOciCacheConfigSetRequest;
|
|
21
|
+
import * as ListAssociatedOciCacheClustersRequest from "./list-associated-oci-cache-clusters-request";
|
|
22
|
+
export import ListAssociatedOciCacheClustersRequest = ListAssociatedOciCacheClustersRequest.ListAssociatedOciCacheClustersRequest;
|
|
23
|
+
import * as ListOciCacheConfigSetsRequest from "./list-oci-cache-config-sets-request";
|
|
24
|
+
export import ListOciCacheConfigSetsRequest = ListOciCacheConfigSetsRequest.ListOciCacheConfigSetsRequest;
|
|
25
|
+
import * as UpdateOciCacheConfigSetRequest from "./update-oci-cache-config-set-request";
|
|
26
|
+
export import UpdateOciCacheConfigSetRequest = UpdateOciCacheConfigSetRequest.UpdateOciCacheConfigSetRequest;
|
|
27
|
+
import * as GetOciCacheDefaultConfigSetRequest from "./get-oci-cache-default-config-set-request";
|
|
28
|
+
export import GetOciCacheDefaultConfigSetRequest = GetOciCacheDefaultConfigSetRequest.GetOciCacheDefaultConfigSetRequest;
|
|
29
|
+
import * as ListOciCacheDefaultConfigSetsRequest from "./list-oci-cache-default-config-sets-request";
|
|
30
|
+
export import ListOciCacheDefaultConfigSetsRequest = ListOciCacheDefaultConfigSetsRequest.ListOciCacheDefaultConfigSetsRequest;
|
|
13
31
|
import * as ChangeOciCacheUserCompartmentRequest from "./change-oci-cache-user-compartment-request";
|
|
14
32
|
export import ChangeOciCacheUserCompartmentRequest = ChangeOciCacheUserCompartmentRequest.ChangeOciCacheUserCompartmentRequest;
|
|
15
33
|
import * as CreateOciCacheUserRequest from "./create-oci-cache-user-request";
|
package/lib/request/index.js
CHANGED
|
@@ -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 = exports.ListAttachedOciCacheUsersRequest = exports.ListOciCacheUsersRequest = exports.ListAttachedRedisClustersRequest = void 0;
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListRedisClustersRequest = exports.ListRedisClusterNodesRequest = exports.ListAttachedOciCacheUsersRequest = exports.ListOciCacheUsersRequest = exports.ListAttachedRedisClustersRequest = exports.ListOciCacheDefaultConfigSetsRequest = exports.ListOciCacheConfigSetsRequest = exports.ListAssociatedOciCacheClustersRequest = void 0;
|
|
35
|
+
const ListAssociatedOciCacheClustersRequest = __importStar(require("./list-associated-oci-cache-clusters-request"));
|
|
36
|
+
exports.ListAssociatedOciCacheClustersRequest = ListAssociatedOciCacheClustersRequest.ListAssociatedOciCacheClustersRequest;
|
|
37
|
+
const ListOciCacheConfigSetsRequest = __importStar(require("./list-oci-cache-config-sets-request"));
|
|
38
|
+
exports.ListOciCacheConfigSetsRequest = ListOciCacheConfigSetsRequest.ListOciCacheConfigSetsRequest;
|
|
39
|
+
const ListOciCacheDefaultConfigSetsRequest = __importStar(require("./list-oci-cache-default-config-sets-request"));
|
|
40
|
+
exports.ListOciCacheDefaultConfigSetsRequest = ListOciCacheDefaultConfigSetsRequest.ListOciCacheDefaultConfigSetsRequest;
|
|
35
41
|
const ListAttachedRedisClustersRequest = __importStar(require("./list-attached-redis-clusters-request"));
|
|
36
42
|
exports.ListAttachedRedisClustersRequest = ListAttachedRedisClustersRequest.ListAttachedRedisClustersRequest;
|
|
37
43
|
const ListOciCacheUsersRequest = __importStar(require("./list-oci-cache-users-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/redis/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAUH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,oGAAsF;AACxE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAK1G,mHAAqG;AACvF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAS/H,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"}
|