oci-mysql 2.57.0 → 2.59.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/lib/client.d.ts +115 -55
- package/lib/client.js +193 -55
- package/lib/client.js.map +1 -1
- package/lib/request/add-analytics-cluster-request.d.ts +1 -1
- package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/change-backup-compartment-request.d.ts +1 -1
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +1 -1
- package/lib/request/delete-channel-request.d.ts +1 -1
- package/lib/request/delete-configuration-request.d.ts +1 -1
- package/lib/request/delete-db-system-request.d.ts +1 -1
- package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/delete-replica-request.d.ts +1 -1
- package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +1 -1
- package/lib/request/get-channel-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-db-system-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/get-replica-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backups-request.d.ts +1 -1
- package/lib/request/list-channels-request.d.ts +1 -1
- package/lib/request/list-configurations-request.d.ts +1 -1
- package/lib/request/list-db-systems-request.d.ts +1 -1
- package/lib/request/list-replicas-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-versions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/reset-channel-request.d.ts +1 -1
- package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
- package/lib/request/restart-db-system-request.d.ts +1 -1
- package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/resume-channel-request.d.ts +1 -1
- package/lib/request/start-analytics-cluster-request.d.ts +1 -1
- package/lib/request/start-db-system-request.d.ts +1 -1
- package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
- package/lib/request/stop-db-system-request.d.ts +1 -1
- package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-analytics-cluster-request.d.ts +1 -1
- package/lib/request/update-backup-request.d.ts +1 -1
- package/lib/request/update-channel-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-db-system-request.d.ts +1 -1
- package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-replica-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare enum ChannelsApiKeys {
|
|
|
28
28
|
export declare class ChannelsClient {
|
|
29
29
|
protected static serviceEndpointTemplate: string;
|
|
30
30
|
protected static endpointServiceName: string;
|
|
31
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
31
32
|
protected "_endpoint": string;
|
|
32
33
|
protected "_defaultHeaders": any;
|
|
33
34
|
protected "_waiters": ChannelsWaiter;
|
|
@@ -35,6 +36,9 @@ export declare class ChannelsClient {
|
|
|
35
36
|
protected _circuitBreaker: null;
|
|
36
37
|
protected _httpOptions: any;
|
|
37
38
|
targetService: string;
|
|
39
|
+
protected _regionId: string;
|
|
40
|
+
protected "_region": common.Region;
|
|
41
|
+
protected _lastSetRegionOrRegionId: string;
|
|
38
42
|
protected _httpClient: common.HttpClient;
|
|
39
43
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
40
44
|
/**
|
|
@@ -47,6 +51,12 @@ export declare class ChannelsClient {
|
|
|
47
51
|
*/
|
|
48
52
|
set endpoint(endpoint: string);
|
|
49
53
|
get logger(): import("oci-common/lib/log").Logger;
|
|
54
|
+
/**
|
|
55
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
56
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
57
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
58
|
+
*/
|
|
59
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
50
60
|
/**
|
|
51
61
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
52
62
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -82,7 +92,7 @@ export declare class ChannelsClient {
|
|
|
82
92
|
* @param CreateChannelRequest
|
|
83
93
|
* @return CreateChannelResponse
|
|
84
94
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
86
96
|
*/
|
|
87
97
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
88
98
|
/**
|
|
@@ -91,7 +101,7 @@ export declare class ChannelsClient {
|
|
|
91
101
|
* @param DeleteChannelRequest
|
|
92
102
|
* @return DeleteChannelResponse
|
|
93
103
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
95
105
|
*/
|
|
96
106
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
97
107
|
/**
|
|
@@ -103,7 +113,7 @@ export declare class ChannelsClient {
|
|
|
103
113
|
* @param GetChannelRequest
|
|
104
114
|
* @return GetChannelResponse
|
|
105
115
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
107
117
|
*/
|
|
108
118
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
109
119
|
/**
|
|
@@ -112,7 +122,7 @@ export declare class ChannelsClient {
|
|
|
112
122
|
* @param ListChannelsRequest
|
|
113
123
|
* @return ListChannelsResponse
|
|
114
124
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
116
126
|
*/
|
|
117
127
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
118
128
|
/**
|
|
@@ -155,7 +165,7 @@ export declare class ChannelsClient {
|
|
|
155
165
|
* @param ResetChannelRequest
|
|
156
166
|
* @return ResetChannelResponse
|
|
157
167
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
159
169
|
*/
|
|
160
170
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
161
171
|
/**
|
|
@@ -167,7 +177,7 @@ export declare class ChannelsClient {
|
|
|
167
177
|
* @param ResumeChannelRequest
|
|
168
178
|
* @return ResumeChannelResponse
|
|
169
179
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
171
181
|
*/
|
|
172
182
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
173
183
|
/**
|
|
@@ -180,7 +190,7 @@ export declare class ChannelsClient {
|
|
|
180
190
|
* @param UpdateChannelRequest
|
|
181
191
|
* @return UpdateChannelResponse
|
|
182
192
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
184
194
|
*/
|
|
185
195
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
186
196
|
}
|
|
@@ -192,6 +202,7 @@ export declare enum DbBackupsApiKeys {
|
|
|
192
202
|
export declare class DbBackupsClient {
|
|
193
203
|
protected static serviceEndpointTemplate: string;
|
|
194
204
|
protected static endpointServiceName: string;
|
|
205
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
195
206
|
protected "_endpoint": string;
|
|
196
207
|
protected "_defaultHeaders": any;
|
|
197
208
|
protected "_waiters": DbBackupsWaiter;
|
|
@@ -199,6 +210,9 @@ export declare class DbBackupsClient {
|
|
|
199
210
|
protected _circuitBreaker: null;
|
|
200
211
|
protected _httpOptions: any;
|
|
201
212
|
targetService: string;
|
|
213
|
+
protected _regionId: string;
|
|
214
|
+
protected "_region": common.Region;
|
|
215
|
+
protected _lastSetRegionOrRegionId: string;
|
|
202
216
|
protected _httpClient: common.HttpClient;
|
|
203
217
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
204
218
|
/**
|
|
@@ -211,6 +225,12 @@ export declare class DbBackupsClient {
|
|
|
211
225
|
*/
|
|
212
226
|
set endpoint(endpoint: string);
|
|
213
227
|
get logger(): import("oci-common/lib/log").Logger;
|
|
228
|
+
/**
|
|
229
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
230
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
231
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
232
|
+
*/
|
|
233
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
214
234
|
/**
|
|
215
235
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
216
236
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -247,7 +267,7 @@ export declare class DbBackupsClient {
|
|
|
247
267
|
* @param ChangeBackupCompartmentRequest
|
|
248
268
|
* @return ChangeBackupCompartmentResponse
|
|
249
269
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
251
271
|
*/
|
|
252
272
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
253
273
|
/**
|
|
@@ -257,7 +277,7 @@ export declare class DbBackupsClient {
|
|
|
257
277
|
* @param CreateBackupRequest
|
|
258
278
|
* @return CreateBackupResponse
|
|
259
279
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
261
281
|
*/
|
|
262
282
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
263
283
|
/**
|
|
@@ -267,7 +287,7 @@ export declare class DbBackupsClient {
|
|
|
267
287
|
* @param DeleteBackupRequest
|
|
268
288
|
* @return DeleteBackupResponse
|
|
269
289
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
271
291
|
*/
|
|
272
292
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
273
293
|
/**
|
|
@@ -276,7 +296,7 @@ export declare class DbBackupsClient {
|
|
|
276
296
|
* @param GetBackupRequest
|
|
277
297
|
* @return GetBackupResponse
|
|
278
298
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
280
300
|
*/
|
|
281
301
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
282
302
|
/**
|
|
@@ -286,7 +306,7 @@ export declare class DbBackupsClient {
|
|
|
286
306
|
* @param ListBackupsRequest
|
|
287
307
|
* @return ListBackupsResponse
|
|
288
308
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
290
310
|
*/
|
|
291
311
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
292
312
|
/**
|
|
@@ -327,7 +347,7 @@ export declare class DbBackupsClient {
|
|
|
327
347
|
* @param UpdateBackupRequest
|
|
328
348
|
* @return UpdateBackupResponse
|
|
329
349
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
331
351
|
*/
|
|
332
352
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
333
353
|
}
|
|
@@ -339,6 +359,7 @@ export declare enum DbSystemApiKeys {
|
|
|
339
359
|
export declare class DbSystemClient {
|
|
340
360
|
protected static serviceEndpointTemplate: string;
|
|
341
361
|
protected static endpointServiceName: string;
|
|
362
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
342
363
|
protected "_endpoint": string;
|
|
343
364
|
protected "_defaultHeaders": any;
|
|
344
365
|
protected "_waiters": DbSystemWaiter;
|
|
@@ -346,6 +367,9 @@ export declare class DbSystemClient {
|
|
|
346
367
|
protected _circuitBreaker: null;
|
|
347
368
|
protected _httpOptions: any;
|
|
348
369
|
targetService: string;
|
|
370
|
+
protected _regionId: string;
|
|
371
|
+
protected "_region": common.Region;
|
|
372
|
+
protected _lastSetRegionOrRegionId: string;
|
|
349
373
|
protected _httpClient: common.HttpClient;
|
|
350
374
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
351
375
|
/**
|
|
@@ -358,6 +382,12 @@ export declare class DbSystemClient {
|
|
|
358
382
|
*/
|
|
359
383
|
set endpoint(endpoint: string);
|
|
360
384
|
get logger(): import("oci-common/lib/log").Logger;
|
|
385
|
+
/**
|
|
386
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
387
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
388
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
389
|
+
*/
|
|
390
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
361
391
|
/**
|
|
362
392
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
363
393
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -394,7 +424,7 @@ export declare class DbSystemClient {
|
|
|
394
424
|
* @param AddAnalyticsClusterRequest
|
|
395
425
|
* @return AddAnalyticsClusterResponse
|
|
396
426
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
398
428
|
*/
|
|
399
429
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
400
430
|
/**
|
|
@@ -404,7 +434,7 @@ export declare class DbSystemClient {
|
|
|
404
434
|
* @param AddHeatWaveClusterRequest
|
|
405
435
|
* @return AddHeatWaveClusterResponse
|
|
406
436
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
408
438
|
*/
|
|
409
439
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
410
440
|
/**
|
|
@@ -414,7 +444,7 @@ export declare class DbSystemClient {
|
|
|
414
444
|
* @param CreateDbSystemRequest
|
|
415
445
|
* @return CreateDbSystemResponse
|
|
416
446
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
418
448
|
*/
|
|
419
449
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
420
450
|
/**
|
|
@@ -426,7 +456,7 @@ export declare class DbSystemClient {
|
|
|
426
456
|
* @param DeleteAnalyticsClusterRequest
|
|
427
457
|
* @return DeleteAnalyticsClusterResponse
|
|
428
458
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
430
460
|
*/
|
|
431
461
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
432
462
|
/**
|
|
@@ -437,7 +467,7 @@ export declare class DbSystemClient {
|
|
|
437
467
|
* @param DeleteDbSystemRequest
|
|
438
468
|
* @return DeleteDbSystemResponse
|
|
439
469
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
441
471
|
*/
|
|
442
472
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
443
473
|
/**
|
|
@@ -448,7 +478,7 @@ export declare class DbSystemClient {
|
|
|
448
478
|
* @param DeleteHeatWaveClusterRequest
|
|
449
479
|
* @return DeleteHeatWaveClusterResponse
|
|
450
480
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
452
482
|
*/
|
|
453
483
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
454
484
|
/**
|
|
@@ -459,7 +489,7 @@ export declare class DbSystemClient {
|
|
|
459
489
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
460
490
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
461
491
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
463
493
|
*/
|
|
464
494
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
465
495
|
/**
|
|
@@ -469,7 +499,7 @@ export declare class DbSystemClient {
|
|
|
469
499
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
470
500
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
471
501
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
473
503
|
*/
|
|
474
504
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
475
505
|
/**
|
|
@@ -480,7 +510,7 @@ export declare class DbSystemClient {
|
|
|
480
510
|
* @param GetAnalyticsClusterRequest
|
|
481
511
|
* @return GetAnalyticsClusterResponse
|
|
482
512
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
484
514
|
*/
|
|
485
515
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
486
516
|
/**
|
|
@@ -492,7 +522,7 @@ export declare class DbSystemClient {
|
|
|
492
522
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
493
523
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
494
524
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
496
526
|
*/
|
|
497
527
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
498
528
|
/**
|
|
@@ -501,7 +531,7 @@ export declare class DbSystemClient {
|
|
|
501
531
|
* @param GetDbSystemRequest
|
|
502
532
|
* @return GetDbSystemResponse
|
|
503
533
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
505
535
|
*/
|
|
506
536
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
507
537
|
/**
|
|
@@ -510,7 +540,7 @@ export declare class DbSystemClient {
|
|
|
510
540
|
* @param GetHeatWaveClusterRequest
|
|
511
541
|
* @return GetHeatWaveClusterResponse
|
|
512
542
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
514
544
|
*/
|
|
515
545
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
516
546
|
/**
|
|
@@ -521,7 +551,7 @@ export declare class DbSystemClient {
|
|
|
521
551
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
522
552
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
523
553
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
525
555
|
*/
|
|
526
556
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
527
557
|
/**
|
|
@@ -532,7 +562,7 @@ export declare class DbSystemClient {
|
|
|
532
562
|
* @param ListDbSystemsRequest
|
|
533
563
|
* @return ListDbSystemsResponse
|
|
534
564
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
536
566
|
*/
|
|
537
567
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
538
568
|
/**
|
|
@@ -575,7 +605,7 @@ export declare class DbSystemClient {
|
|
|
575
605
|
* @param RestartAnalyticsClusterRequest
|
|
576
606
|
* @return RestartAnalyticsClusterResponse
|
|
577
607
|
* @throws OciError when an error occurs
|
|
578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
579
609
|
*/
|
|
580
610
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
581
611
|
/**
|
|
@@ -584,7 +614,7 @@ export declare class DbSystemClient {
|
|
|
584
614
|
* @param RestartDbSystemRequest
|
|
585
615
|
* @return RestartDbSystemResponse
|
|
586
616
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
588
618
|
*/
|
|
589
619
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
590
620
|
/**
|
|
@@ -593,7 +623,7 @@ export declare class DbSystemClient {
|
|
|
593
623
|
* @param RestartHeatWaveClusterRequest
|
|
594
624
|
* @return RestartHeatWaveClusterResponse
|
|
595
625
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
597
627
|
*/
|
|
598
628
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
599
629
|
/**
|
|
@@ -604,7 +634,7 @@ export declare class DbSystemClient {
|
|
|
604
634
|
* @param StartAnalyticsClusterRequest
|
|
605
635
|
* @return StartAnalyticsClusterResponse
|
|
606
636
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
608
638
|
*/
|
|
609
639
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
610
640
|
/**
|
|
@@ -613,7 +643,7 @@ export declare class DbSystemClient {
|
|
|
613
643
|
* @param StartDbSystemRequest
|
|
614
644
|
* @return StartDbSystemResponse
|
|
615
645
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
617
647
|
*/
|
|
618
648
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
619
649
|
/**
|
|
@@ -622,7 +652,7 @@ export declare class DbSystemClient {
|
|
|
622
652
|
* @param StartHeatWaveClusterRequest
|
|
623
653
|
* @return StartHeatWaveClusterResponse
|
|
624
654
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
626
656
|
*/
|
|
627
657
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
628
658
|
/**
|
|
@@ -633,7 +663,7 @@ export declare class DbSystemClient {
|
|
|
633
663
|
* @param StopAnalyticsClusterRequest
|
|
634
664
|
* @return StopAnalyticsClusterResponse
|
|
635
665
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
637
667
|
*/
|
|
638
668
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
639
669
|
/**
|
|
@@ -645,7 +675,7 @@ export declare class DbSystemClient {
|
|
|
645
675
|
* @param StopDbSystemRequest
|
|
646
676
|
* @return StopDbSystemResponse
|
|
647
677
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
649
679
|
*/
|
|
650
680
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
651
681
|
/**
|
|
@@ -654,7 +684,7 @@ export declare class DbSystemClient {
|
|
|
654
684
|
* @param StopHeatWaveClusterRequest
|
|
655
685
|
* @return StopHeatWaveClusterResponse
|
|
656
686
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
658
688
|
*/
|
|
659
689
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
660
690
|
/**
|
|
@@ -665,7 +695,7 @@ export declare class DbSystemClient {
|
|
|
665
695
|
* @param UpdateAnalyticsClusterRequest
|
|
666
696
|
* @return UpdateAnalyticsClusterResponse
|
|
667
697
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
669
699
|
*/
|
|
670
700
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
671
701
|
/**
|
|
@@ -682,7 +712,7 @@ export declare class DbSystemClient {
|
|
|
682
712
|
* @param UpdateDbSystemRequest
|
|
683
713
|
* @return UpdateDbSystemResponse
|
|
684
714
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
686
716
|
*/
|
|
687
717
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
688
718
|
/**
|
|
@@ -692,7 +722,7 @@ export declare class DbSystemClient {
|
|
|
692
722
|
* @param UpdateHeatWaveClusterRequest
|
|
693
723
|
* @return UpdateHeatWaveClusterResponse
|
|
694
724
|
* @throws OciError when an error occurs
|
|
695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
696
726
|
*/
|
|
697
727
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
698
728
|
}
|
|
@@ -704,6 +734,7 @@ export declare enum MysqlaasApiKeys {
|
|
|
704
734
|
export declare class MysqlaasClient {
|
|
705
735
|
protected static serviceEndpointTemplate: string;
|
|
706
736
|
protected static endpointServiceName: string;
|
|
737
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
707
738
|
protected "_endpoint": string;
|
|
708
739
|
protected "_defaultHeaders": any;
|
|
709
740
|
protected "_waiters": MysqlaasWaiter;
|
|
@@ -711,6 +742,9 @@ export declare class MysqlaasClient {
|
|
|
711
742
|
protected _circuitBreaker: null;
|
|
712
743
|
protected _httpOptions: any;
|
|
713
744
|
targetService: string;
|
|
745
|
+
protected _regionId: string;
|
|
746
|
+
protected "_region": common.Region;
|
|
747
|
+
protected _lastSetRegionOrRegionId: string;
|
|
714
748
|
protected _httpClient: common.HttpClient;
|
|
715
749
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
716
750
|
/**
|
|
@@ -723,6 +757,12 @@ export declare class MysqlaasClient {
|
|
|
723
757
|
*/
|
|
724
758
|
set endpoint(endpoint: string);
|
|
725
759
|
get logger(): import("oci-common/lib/log").Logger;
|
|
760
|
+
/**
|
|
761
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
762
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
763
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
764
|
+
*/
|
|
765
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
726
766
|
/**
|
|
727
767
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
728
768
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -757,7 +797,7 @@ export declare class MysqlaasClient {
|
|
|
757
797
|
* @param CreateConfigurationRequest
|
|
758
798
|
* @return CreateConfigurationResponse
|
|
759
799
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
761
801
|
*/
|
|
762
802
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
763
803
|
/**
|
|
@@ -768,7 +808,7 @@ export declare class MysqlaasClient {
|
|
|
768
808
|
* @param DeleteConfigurationRequest
|
|
769
809
|
* @return DeleteConfigurationResponse
|
|
770
810
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
772
812
|
*/
|
|
773
813
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
774
814
|
/**
|
|
@@ -778,7 +818,7 @@ export declare class MysqlaasClient {
|
|
|
778
818
|
* @param GetConfigurationRequest
|
|
779
819
|
* @return GetConfigurationResponse
|
|
780
820
|
* @throws OciError when an error occurs
|
|
781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
782
822
|
*/
|
|
783
823
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
784
824
|
/**
|
|
@@ -795,7 +835,7 @@ export declare class MysqlaasClient {
|
|
|
795
835
|
* @param ListConfigurationsRequest
|
|
796
836
|
* @return ListConfigurationsResponse
|
|
797
837
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
799
839
|
*/
|
|
800
840
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
801
841
|
/**
|
|
@@ -840,7 +880,7 @@ export declare class MysqlaasClient {
|
|
|
840
880
|
* @param ListShapesRequest
|
|
841
881
|
* @return ListShapesResponse
|
|
842
882
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
844
884
|
*/
|
|
845
885
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
846
886
|
/**
|
|
@@ -852,7 +892,7 @@ export declare class MysqlaasClient {
|
|
|
852
892
|
* @param ListVersionsRequest
|
|
853
893
|
* @return ListVersionsResponse
|
|
854
894
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
895
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
856
896
|
*/
|
|
857
897
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
858
898
|
/**
|
|
@@ -861,7 +901,7 @@ export declare class MysqlaasClient {
|
|
|
861
901
|
* @param UpdateConfigurationRequest
|
|
862
902
|
* @return UpdateConfigurationResponse
|
|
863
903
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
865
905
|
*/
|
|
866
906
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
867
907
|
}
|
|
@@ -873,6 +913,7 @@ export declare enum ReplicasApiKeys {
|
|
|
873
913
|
export declare class ReplicasClient {
|
|
874
914
|
protected static serviceEndpointTemplate: string;
|
|
875
915
|
protected static endpointServiceName: string;
|
|
916
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
876
917
|
protected "_endpoint": string;
|
|
877
918
|
protected "_defaultHeaders": any;
|
|
878
919
|
protected "_waiters": ReplicasWaiter;
|
|
@@ -880,6 +921,9 @@ export declare class ReplicasClient {
|
|
|
880
921
|
protected _circuitBreaker: null;
|
|
881
922
|
protected _httpOptions: any;
|
|
882
923
|
targetService: string;
|
|
924
|
+
protected _regionId: string;
|
|
925
|
+
protected "_region": common.Region;
|
|
926
|
+
protected _lastSetRegionOrRegionId: string;
|
|
883
927
|
protected _httpClient: common.HttpClient;
|
|
884
928
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
885
929
|
/**
|
|
@@ -892,6 +936,12 @@ export declare class ReplicasClient {
|
|
|
892
936
|
*/
|
|
893
937
|
set endpoint(endpoint: string);
|
|
894
938
|
get logger(): import("oci-common/lib/log").Logger;
|
|
939
|
+
/**
|
|
940
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
941
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
942
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
943
|
+
*/
|
|
944
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
895
945
|
/**
|
|
896
946
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
897
947
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -926,7 +976,7 @@ export declare class ReplicasClient {
|
|
|
926
976
|
* @param CreateReplicaRequest
|
|
927
977
|
* @return CreateReplicaResponse
|
|
928
978
|
* @throws OciError when an error occurs
|
|
929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
930
980
|
*/
|
|
931
981
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
932
982
|
/**
|
|
@@ -935,7 +985,7 @@ export declare class ReplicasClient {
|
|
|
935
985
|
* @param DeleteReplicaRequest
|
|
936
986
|
* @return DeleteReplicaResponse
|
|
937
987
|
* @throws OciError when an error occurs
|
|
938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
939
989
|
*/
|
|
940
990
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
941
991
|
/**
|
|
@@ -944,7 +994,7 @@ export declare class ReplicasClient {
|
|
|
944
994
|
* @param GetReplicaRequest
|
|
945
995
|
* @return GetReplicaResponse
|
|
946
996
|
* @throws OciError when an error occurs
|
|
947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
948
998
|
*/
|
|
949
999
|
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
950
1000
|
/**
|
|
@@ -953,7 +1003,7 @@ export declare class ReplicasClient {
|
|
|
953
1003
|
* @param ListReplicasRequest
|
|
954
1004
|
* @return ListReplicasResponse
|
|
955
1005
|
* @throws OciError when an error occurs
|
|
956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
957
1007
|
*/
|
|
958
1008
|
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
959
1009
|
/**
|
|
@@ -994,7 +1044,7 @@ export declare class ReplicasClient {
|
|
|
994
1044
|
* @param UpdateReplicaRequest
|
|
995
1045
|
* @return UpdateReplicaResponse
|
|
996
1046
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
998
1048
|
*/
|
|
999
1049
|
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
1000
1050
|
}
|
|
@@ -1006,6 +1056,7 @@ export declare enum WorkRequestsApiKeys {
|
|
|
1006
1056
|
export declare class WorkRequestsClient {
|
|
1007
1057
|
protected static serviceEndpointTemplate: string;
|
|
1008
1058
|
protected static endpointServiceName: string;
|
|
1059
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1009
1060
|
protected "_endpoint": string;
|
|
1010
1061
|
protected "_defaultHeaders": any;
|
|
1011
1062
|
protected "_waiters": WorkRequestsWaiter;
|
|
@@ -1013,6 +1064,9 @@ export declare class WorkRequestsClient {
|
|
|
1013
1064
|
protected _circuitBreaker: null;
|
|
1014
1065
|
protected _httpOptions: any;
|
|
1015
1066
|
targetService: string;
|
|
1067
|
+
protected _regionId: string;
|
|
1068
|
+
protected "_region": common.Region;
|
|
1069
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1016
1070
|
protected _httpClient: common.HttpClient;
|
|
1017
1071
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1018
1072
|
/**
|
|
@@ -1025,6 +1079,12 @@ export declare class WorkRequestsClient {
|
|
|
1025
1079
|
*/
|
|
1026
1080
|
set endpoint(endpoint: string);
|
|
1027
1081
|
get logger(): import("oci-common/lib/log").Logger;
|
|
1082
|
+
/**
|
|
1083
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1084
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1085
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1086
|
+
*/
|
|
1087
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1028
1088
|
/**
|
|
1029
1089
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1030
1090
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -1059,7 +1119,7 @@ export declare class WorkRequestsClient {
|
|
|
1059
1119
|
* @param GetWorkRequestRequest
|
|
1060
1120
|
* @return GetWorkRequestResponse
|
|
1061
1121
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1063
1123
|
*/
|
|
1064
1124
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1065
1125
|
/**
|
|
@@ -1069,7 +1129,7 @@ export declare class WorkRequestsClient {
|
|
|
1069
1129
|
* @param ListWorkRequestErrorsRequest
|
|
1070
1130
|
* @return ListWorkRequestErrorsResponse
|
|
1071
1131
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1073
1133
|
*/
|
|
1074
1134
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1075
1135
|
/**
|
|
@@ -1111,7 +1171,7 @@ export declare class WorkRequestsClient {
|
|
|
1111
1171
|
* @param ListWorkRequestLogsRequest
|
|
1112
1172
|
* @return ListWorkRequestLogsResponse
|
|
1113
1173
|
* @throws OciError when an error occurs
|
|
1114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1115
1175
|
*/
|
|
1116
1176
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1117
1177
|
/**
|
|
@@ -1153,7 +1213,7 @@ export declare class WorkRequestsClient {
|
|
|
1153
1213
|
* @param ListWorkRequestsRequest
|
|
1154
1214
|
* @return ListWorkRequestsResponse
|
|
1155
1215
|
* @throws OciError when an error occurs
|
|
1156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1157
1217
|
*/
|
|
1158
1218
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1159
1219
|
/**
|