oci-redis 2.114.0 → 2.115.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
package/index.d.ts
CHANGED
|
@@ -14,11 +14,17 @@ import * as requests from "./lib/request";
|
|
|
14
14
|
import * as models from "./lib/model";
|
|
15
15
|
import * as responses from "./lib/response";
|
|
16
16
|
import * as client from "./lib/client";
|
|
17
|
+
import * as ocicacheconfigset_waiter from "./lib/ocicacheconfigset-waiter";
|
|
18
|
+
import * as ocicachedefaultconfigset_waiter from "./lib/ocicachedefaultconfigset-waiter";
|
|
17
19
|
import * as ocicacheuser_waiter from "./lib/ocicacheuser-waiter";
|
|
18
20
|
import * as rediscluster_waiter from "./lib/rediscluster-waiter";
|
|
19
21
|
export { models };
|
|
20
22
|
export { requests };
|
|
21
23
|
export { responses };
|
|
24
|
+
export import OciCacheConfigSetClient = client.OciCacheConfigSetClient;
|
|
25
|
+
export import OciCacheConfigSetWaiter = ocicacheconfigset_waiter.OciCacheConfigSetWaiter;
|
|
26
|
+
export import OciCacheDefaultConfigSetClient = client.OciCacheDefaultConfigSetClient;
|
|
27
|
+
export import OciCacheDefaultConfigSetWaiter = ocicachedefaultconfigset_waiter.OciCacheDefaultConfigSetWaiter;
|
|
22
28
|
export import OciCacheUserClient = client.OciCacheUserClient;
|
|
23
29
|
export import OciCacheUserWaiter = ocicacheuser_waiter.OciCacheUserWaiter;
|
|
24
30
|
export import RedisClusterClient = client.RedisClusterClient;
|
package/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.RedisIdentityClient = exports.RedisClusterWaiter = exports.RedisClusterClient = exports.OciCacheUserWaiter = exports.OciCacheUserClient = exports.responses = exports.requests = exports.models = void 0;
|
|
34
|
+
exports.RedisIdentityClient = exports.RedisClusterWaiter = exports.RedisClusterClient = exports.OciCacheUserWaiter = exports.OciCacheUserClient = exports.OciCacheDefaultConfigSetWaiter = exports.OciCacheDefaultConfigSetClient = exports.OciCacheConfigSetWaiter = exports.OciCacheConfigSetClient = exports.responses = exports.requests = exports.models = void 0;
|
|
35
35
|
const requests = __importStar(require("./lib/request"));
|
|
36
36
|
exports.requests = requests;
|
|
37
37
|
const models = __importStar(require("./lib/model"));
|
|
@@ -39,8 +39,14 @@ exports.models = models;
|
|
|
39
39
|
const responses = __importStar(require("./lib/response"));
|
|
40
40
|
exports.responses = responses;
|
|
41
41
|
const client = __importStar(require("./lib/client"));
|
|
42
|
+
const ocicacheconfigset_waiter = __importStar(require("./lib/ocicacheconfigset-waiter"));
|
|
43
|
+
const ocicachedefaultconfigset_waiter = __importStar(require("./lib/ocicachedefaultconfigset-waiter"));
|
|
42
44
|
const ocicacheuser_waiter = __importStar(require("./lib/ocicacheuser-waiter"));
|
|
43
45
|
const rediscluster_waiter = __importStar(require("./lib/rediscluster-waiter"));
|
|
46
|
+
exports.OciCacheConfigSetClient = client.OciCacheConfigSetClient;
|
|
47
|
+
exports.OciCacheConfigSetWaiter = ocicacheconfigset_waiter.OciCacheConfigSetWaiter;
|
|
48
|
+
exports.OciCacheDefaultConfigSetClient = client.OciCacheDefaultConfigSetClient;
|
|
49
|
+
exports.OciCacheDefaultConfigSetWaiter = ocicachedefaultconfigset_waiter.OciCacheDefaultConfigSetWaiter;
|
|
44
50
|
exports.OciCacheUserClient = client.OciCacheUserClient;
|
|
45
51
|
exports.OciCacheUserWaiter = ocicacheuser_waiter.OciCacheUserWaiter;
|
|
46
52
|
exports.RedisClusterClient = client.RedisClusterClient;
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/redis/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/redis/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAUjC,4BAAQ;AATjB,oDAAsC;AAQ7B,wBAAM;AAPf,0DAA4C;AASnC,8BAAS;AARlB,qDAAuC;AACvC,yFAA2E;AAC3E,uGAAyF;AACzF,+EAAiE;AACjE,+EAAiE;AAKnD,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,uBAAuB,GAAG,wBAAwB,CAAC,uBAAuB,CAAC;AAC3E,QAAA,8BAA8B,GAAG,MAAM,CAAC,8BAA8B,CAAC;AACvE,QAAA,8BAA8B,GAAG,+BAA+B,CAAC,8BAA8B,CAAC;AAChG,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,kBAAkB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC5D,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,kBAAkB,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;AAC5D,QAAA,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,CAAC"}
|
package/lib/client.d.ts
CHANGED
|
@@ -14,9 +14,255 @@ import common = require("oci-common");
|
|
|
14
14
|
import * as requests from "./request";
|
|
15
15
|
import * as model from "./model";
|
|
16
16
|
import * as responses from "./response";
|
|
17
|
+
import { OciCacheConfigSetWaiter } from "./ocicacheconfigset-waiter";
|
|
18
|
+
import { OciCacheDefaultConfigSetWaiter } from "./ocicachedefaultconfigset-waiter";
|
|
17
19
|
import { OciCacheUserWaiter } from "./ocicacheuser-waiter";
|
|
18
20
|
import { RedisClusterWaiter } from "./rediscluster-waiter";
|
|
19
21
|
declare const Breaker: any;
|
|
22
|
+
export declare enum OciCacheConfigSetApiKeys {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
26
|
+
*/
|
|
27
|
+
export declare class OciCacheConfigSetClient {
|
|
28
|
+
protected static serviceEndpointTemplate: string;
|
|
29
|
+
protected static endpointServiceName: string;
|
|
30
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
31
|
+
protected "_endpoint": string;
|
|
32
|
+
protected "_defaultHeaders": any;
|
|
33
|
+
protected "_waiters": OciCacheConfigSetWaiter;
|
|
34
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
35
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
36
|
+
protected _httpOptions: any;
|
|
37
|
+
protected _bodyDuplexMode: any;
|
|
38
|
+
targetService: string;
|
|
39
|
+
protected _regionId: string;
|
|
40
|
+
protected "_region": common.Region;
|
|
41
|
+
protected _lastSetRegionOrRegionId: string;
|
|
42
|
+
protected _httpClient: common.HttpClient;
|
|
43
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
44
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
45
|
+
/**
|
|
46
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
47
|
+
*/
|
|
48
|
+
get endpoint(): string;
|
|
49
|
+
/**
|
|
50
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
51
|
+
* @param endpoint The endpoint of the service.
|
|
52
|
+
*/
|
|
53
|
+
set endpoint(endpoint: string);
|
|
54
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
55
|
+
/**
|
|
56
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
57
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
58
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
59
|
+
*/
|
|
60
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
61
|
+
/**
|
|
62
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
63
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
64
|
+
* @param region The region of the service.
|
|
65
|
+
*/
|
|
66
|
+
set region(region: common.Region);
|
|
67
|
+
/**
|
|
68
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
69
|
+
*
|
|
70
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
71
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
72
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
73
|
+
* @param regionId The public region ID.
|
|
74
|
+
*/
|
|
75
|
+
set regionId(regionId: string);
|
|
76
|
+
/**
|
|
77
|
+
* Creates a new OciCacheConfigSetWaiter for resources for this service.
|
|
78
|
+
*
|
|
79
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
80
|
+
* @return The service waiters.
|
|
81
|
+
*/
|
|
82
|
+
createWaiters(config?: common.WaiterConfiguration): OciCacheConfigSetWaiter;
|
|
83
|
+
/**
|
|
84
|
+
* Gets the waiters available for resources for this service.
|
|
85
|
+
*
|
|
86
|
+
* @return The service waiters.
|
|
87
|
+
*/
|
|
88
|
+
getWaiters(): OciCacheConfigSetWaiter;
|
|
89
|
+
/**
|
|
90
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
91
|
+
*/
|
|
92
|
+
shutdownCircuitBreaker(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
95
|
+
*/
|
|
96
|
+
closeProvider(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Close the client once it is no longer needed
|
|
99
|
+
*/
|
|
100
|
+
close(): void;
|
|
101
|
+
/**
|
|
102
|
+
* Moves an OCI Cache Config Set into a different compartment within the same tenancy.
|
|
103
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
104
|
+
* @param ChangeOciCacheConfigSetCompartmentRequest
|
|
105
|
+
* @return ChangeOciCacheConfigSetCompartmentResponse
|
|
106
|
+
* @throws OciError when an error occurs
|
|
107
|
+
* @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 ChangeOciCacheConfigSetCompartment API.
|
|
108
|
+
*/
|
|
109
|
+
changeOciCacheConfigSetCompartment(changeOciCacheConfigSetCompartmentRequest: requests.ChangeOciCacheConfigSetCompartmentRequest): Promise<responses.ChangeOciCacheConfigSetCompartmentResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* Create a new OCI Cache Config Set for the given OCI cache engine version.
|
|
112
|
+
*
|
|
113
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
114
|
+
* @param CreateOciCacheConfigSetRequest
|
|
115
|
+
* @return CreateOciCacheConfigSetResponse
|
|
116
|
+
* @throws OciError when an error occurs
|
|
117
|
+
* @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 CreateOciCacheConfigSet API.
|
|
118
|
+
*/
|
|
119
|
+
createOciCacheConfigSet(createOciCacheConfigSetRequest: requests.CreateOciCacheConfigSetRequest): Promise<responses.CreateOciCacheConfigSetResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Deletes the specified OCI Cache Config Set.
|
|
122
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
123
|
+
* @param DeleteOciCacheConfigSetRequest
|
|
124
|
+
* @return DeleteOciCacheConfigSetResponse
|
|
125
|
+
* @throws OciError when an error occurs
|
|
126
|
+
* @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 DeleteOciCacheConfigSet API.
|
|
127
|
+
*/
|
|
128
|
+
deleteOciCacheConfigSet(deleteOciCacheConfigSetRequest: requests.DeleteOciCacheConfigSetRequest): Promise<responses.DeleteOciCacheConfigSetResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Retrieves the specified OCI Cache Config Set.
|
|
131
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
132
|
+
* @param GetOciCacheConfigSetRequest
|
|
133
|
+
* @return GetOciCacheConfigSetResponse
|
|
134
|
+
* @throws OciError when an error occurs
|
|
135
|
+
* @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 GetOciCacheConfigSet API.
|
|
136
|
+
*/
|
|
137
|
+
getOciCacheConfigSet(getOciCacheConfigSetRequest: requests.GetOciCacheConfigSetRequest): Promise<responses.GetOciCacheConfigSetResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* Gets a list of associated OCI Cache clusters for an OCI Cache Config Set.
|
|
140
|
+
*
|
|
141
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
142
|
+
* @param ListAssociatedOciCacheClustersRequest
|
|
143
|
+
* @return ListAssociatedOciCacheClustersResponse
|
|
144
|
+
* @throws OciError when an error occurs
|
|
145
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListAssociatedOciCacheClusters.ts.html |here} to see how to use ListAssociatedOciCacheClusters API.
|
|
146
|
+
*/
|
|
147
|
+
listAssociatedOciCacheClusters(listAssociatedOciCacheClustersRequest: requests.ListAssociatedOciCacheClustersRequest): Promise<responses.ListAssociatedOciCacheClustersResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Lists the OCI Cache Config Sets in the specified compartment.
|
|
150
|
+
*
|
|
151
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
152
|
+
* @param ListOciCacheConfigSetsRequest
|
|
153
|
+
* @return ListOciCacheConfigSetsResponse
|
|
154
|
+
* @throws OciError when an error occurs
|
|
155
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListOciCacheConfigSets.ts.html |here} to see how to use ListOciCacheConfigSets API.
|
|
156
|
+
*/
|
|
157
|
+
listOciCacheConfigSets(listOciCacheConfigSetsRequest: requests.ListOciCacheConfigSetsRequest): Promise<responses.ListOciCacheConfigSetsResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Updates the specified OCI Cache Config Set.
|
|
160
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
161
|
+
* @param UpdateOciCacheConfigSetRequest
|
|
162
|
+
* @return UpdateOciCacheConfigSetResponse
|
|
163
|
+
* @throws OciError when an error occurs
|
|
164
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/UpdateOciCacheConfigSet.ts.html |here} to see how to use UpdateOciCacheConfigSet API.
|
|
165
|
+
*/
|
|
166
|
+
updateOciCacheConfigSet(updateOciCacheConfigSetRequest: requests.UpdateOciCacheConfigSetRequest): Promise<responses.UpdateOciCacheConfigSetResponse>;
|
|
167
|
+
}
|
|
168
|
+
export declare enum OciCacheDefaultConfigSetApiKeys {
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
172
|
+
*/
|
|
173
|
+
export declare class OciCacheDefaultConfigSetClient {
|
|
174
|
+
protected static serviceEndpointTemplate: string;
|
|
175
|
+
protected static endpointServiceName: string;
|
|
176
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
177
|
+
protected "_endpoint": string;
|
|
178
|
+
protected "_defaultHeaders": any;
|
|
179
|
+
protected "_waiters": OciCacheDefaultConfigSetWaiter;
|
|
180
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
181
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
182
|
+
protected _httpOptions: any;
|
|
183
|
+
protected _bodyDuplexMode: any;
|
|
184
|
+
targetService: string;
|
|
185
|
+
protected _regionId: string;
|
|
186
|
+
protected "_region": common.Region;
|
|
187
|
+
protected _lastSetRegionOrRegionId: string;
|
|
188
|
+
protected _httpClient: common.HttpClient;
|
|
189
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
190
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
191
|
+
/**
|
|
192
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
193
|
+
*/
|
|
194
|
+
get endpoint(): string;
|
|
195
|
+
/**
|
|
196
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
197
|
+
* @param endpoint The endpoint of the service.
|
|
198
|
+
*/
|
|
199
|
+
set endpoint(endpoint: string);
|
|
200
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
201
|
+
/**
|
|
202
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
203
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
204
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
205
|
+
*/
|
|
206
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
207
|
+
/**
|
|
208
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
209
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
210
|
+
* @param region The region of the service.
|
|
211
|
+
*/
|
|
212
|
+
set region(region: common.Region);
|
|
213
|
+
/**
|
|
214
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
215
|
+
*
|
|
216
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
217
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
218
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
219
|
+
* @param regionId The public region ID.
|
|
220
|
+
*/
|
|
221
|
+
set regionId(regionId: string);
|
|
222
|
+
/**
|
|
223
|
+
* Creates a new OciCacheDefaultConfigSetWaiter for resources for this service.
|
|
224
|
+
*
|
|
225
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
226
|
+
* @return The service waiters.
|
|
227
|
+
*/
|
|
228
|
+
createWaiters(config?: common.WaiterConfiguration): OciCacheDefaultConfigSetWaiter;
|
|
229
|
+
/**
|
|
230
|
+
* Gets the waiters available for resources for this service.
|
|
231
|
+
*
|
|
232
|
+
* @return The service waiters.
|
|
233
|
+
*/
|
|
234
|
+
getWaiters(): OciCacheDefaultConfigSetWaiter;
|
|
235
|
+
/**
|
|
236
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
237
|
+
*/
|
|
238
|
+
shutdownCircuitBreaker(): void;
|
|
239
|
+
/**
|
|
240
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
241
|
+
*/
|
|
242
|
+
closeProvider(): void;
|
|
243
|
+
/**
|
|
244
|
+
* Close the client once it is no longer needed
|
|
245
|
+
*/
|
|
246
|
+
close(): void;
|
|
247
|
+
/**
|
|
248
|
+
* Retrieves the specified OCI Cache Default Config Set.
|
|
249
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
250
|
+
* @param GetOciCacheDefaultConfigSetRequest
|
|
251
|
+
* @return GetOciCacheDefaultConfigSetResponse
|
|
252
|
+
* @throws OciError when an error occurs
|
|
253
|
+
* @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 GetOciCacheDefaultConfigSet API.
|
|
254
|
+
*/
|
|
255
|
+
getOciCacheDefaultConfigSet(getOciCacheDefaultConfigSetRequest: requests.GetOciCacheDefaultConfigSetRequest): Promise<responses.GetOciCacheDefaultConfigSetResponse>;
|
|
256
|
+
/**
|
|
257
|
+
* Lists the OCI Cache Default Config Sets in the specified compartment.
|
|
258
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
259
|
+
* @param ListOciCacheDefaultConfigSetsRequest
|
|
260
|
+
* @return ListOciCacheDefaultConfigSetsResponse
|
|
261
|
+
* @throws OciError when an error occurs
|
|
262
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/redis/ListOciCacheDefaultConfigSets.ts.html |here} to see how to use ListOciCacheDefaultConfigSets API.
|
|
263
|
+
*/
|
|
264
|
+
listOciCacheDefaultConfigSets(listOciCacheDefaultConfigSetsRequest: requests.ListOciCacheDefaultConfigSetsRequest): Promise<responses.ListOciCacheDefaultConfigSetsResponse>;
|
|
265
|
+
}
|
|
20
266
|
export declare enum OciCacheUserApiKeys {
|
|
21
267
|
}
|
|
22
268
|
/**
|