oci-mysql 2.48.1 → 2.50.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 +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +184 -50
- package/lib/client.js +527 -51
- package/lib/client.js.map +1 -1
- package/lib/model/anonymous-transactions-handling.d.ts +24 -0
- package/lib/model/anonymous-transactions-handling.js +76 -0
- package/lib/model/anonymous-transactions-handling.js.map +1 -0
- package/lib/model/assign-manual-uuid-handling.d.ts +48 -0
- package/lib/model/assign-manual-uuid-handling.js +54 -0
- package/lib/model/assign-manual-uuid-handling.js.map +1 -0
- package/lib/model/assign-target-uuid-handling.d.ts +42 -0
- package/lib/model/assign-target-uuid-handling.js +54 -0
- package/lib/model/assign-target-uuid-handling.js.map +1 -0
- package/lib/model/backup-summary.d.ts +4 -0
- package/lib/model/backup-summary.js.map +1 -1
- package/lib/model/channel-filter.d.ts +50 -0
- package/lib/model/channel-filter.js +44 -0
- package/lib/model/channel-filter.js.map +1 -0
- package/lib/model/channel-source-mysql.d.ts +1 -0
- package/lib/model/channel-source-mysql.js +6 -0
- package/lib/model/channel-source-mysql.js.map +1 -1
- package/lib/model/channel-target-db-system.d.ts +5 -0
- package/lib/model/channel-target-db-system.js +14 -2
- package/lib/model/channel-target-db-system.js.map +1 -1
- package/lib/model/create-channel-source-from-mysql-details.d.ts +1 -0
- package/lib/model/create-channel-source-from-mysql-details.js +6 -0
- package/lib/model/create-channel-source-from-mysql-details.js.map +1 -1
- package/lib/model/create-channel-target-from-db-system-details.d.ts +5 -0
- package/lib/model/create-channel-target-from-db-system-details.js +14 -2
- package/lib/model/create-channel-target-from-db-system-details.js.map +1 -1
- package/lib/model/create-maintenance-details.d.ts +3 -1
- package/lib/model/create-maintenance-details.js.map +1 -1
- package/lib/model/create-replica-details.d.ts +59 -0
- package/lib/model/create-replica-details.js +29 -0
- package/lib/model/create-replica-details.js.map +1 -0
- package/lib/model/db-system-endpoint.d.ts +18 -0
- package/lib/model/db-system-endpoint.js +11 -0
- package/lib/model/db-system-endpoint.js.map +1 -1
- package/lib/model/error-on-anonymous-handling.d.ts +26 -0
- package/lib/model/error-on-anonymous-handling.js +54 -0
- package/lib/model/error-on-anonymous-handling.js.map +1 -0
- package/lib/model/index.d.ts +18 -0
- package/lib/model/index.js +20 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/maintenance-details.d.ts +3 -1
- package/lib/model/maintenance-details.js.map +1 -1
- package/lib/model/replica-summary.d.ts +126 -0
- package/lib/model/replica-summary.js +45 -0
- package/lib/model/replica-summary.js.map +1 -0
- package/lib/model/replica.d.ts +126 -0
- package/lib/model/replica.js +45 -0
- package/lib/model/replica.js.map +1 -0
- package/lib/model/update-channel-source-from-mysql-details.d.ts +1 -0
- package/lib/model/update-channel-source-from-mysql-details.js +6 -0
- package/lib/model/update-channel-source-from-mysql-details.js.map +1 -1
- package/lib/model/update-channel-target-from-db-system-details.d.ts +5 -0
- package/lib/model/update-channel-target-from-db-system-details.js +14 -2
- package/lib/model/update-channel-target-from-db-system-details.js.map +1 -1
- package/lib/model/update-maintenance-details.d.ts +4 -1
- package/lib/model/update-maintenance-details.js.map +1 -1
- package/lib/model/update-replica-details.d.ts +55 -0
- package/lib/model/update-replica-details.js +29 -0
- package/lib/model/update-replica-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +8 -0
- package/lib/model/work-request-operation-type.js +8 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/replicas-waiter.d.ts +29 -0
- package/lib/replicas-waiter.js +65 -0
- package/lib/replicas-waiter.js.map +1 -0
- 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 +40 -0
- package/lib/request/create-replica-request.js +15 -0
- package/lib/request/create-replica-request.js.map +1 -0
- 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 +38 -0
- package/lib/request/delete-replica-request.js +15 -0
- package/lib/request/delete-replica-request.js.map +1 -0
- 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 +38 -0
- package/lib/request/get-replica-request.js +15 -0
- package/lib/request/get-replica-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +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 +77 -0
- package/lib/request/list-replicas-request.js +29 -0
- package/lib/request/list-replicas-request.js.map +1 -0
- 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 +43 -0
- package/lib/request/update-replica-request.js +15 -0
- package/lib/request/update-replica-request.js.map +1 -0
- package/lib/response/create-replica-response.d.ts +39 -0
- package/lib/response/create-replica-response.js +15 -0
- package/lib/response/create-replica-response.js.map +1 -0
- package/lib/response/delete-replica-response.d.ts +25 -0
- package/lib/response/delete-replica-response.js +15 -0
- package/lib/response/delete-replica-response.js.map +1 -0
- package/lib/response/get-replica-response.d.ts +37 -0
- package/lib/response/get-replica-response.js +15 -0
- package/lib/response/get-replica-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-replicas-response.d.ts +32 -0
- package/lib/response/list-replicas-response.js +15 -0
- package/lib/response/list-replicas-response.js.map +1 -0
- package/lib/response/update-replica-response.d.ts +32 -0
- package/lib/response/update-replica-response.js +15 -0
- package/lib/response/update-replica-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190415
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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-replica-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-replica-request.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/request/create-replica-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBackupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDbSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190415
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteReplicaRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Replica [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*/
|
|
21
|
+
"replicaId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
+
* resource, set the `If-Match` header to the value of the etag from a
|
|
25
|
+
* previous GET or POST response for that resource. The resource will be
|
|
26
|
+
* updated or deleted only if the etag you provide matches the resource's
|
|
27
|
+
* current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Customer-defined unique identifier for the request. If you need to
|
|
33
|
+
* contact Oracle about a specific request, please provide the request
|
|
34
|
+
* ID that you supplied in this header with the request.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190415
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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-replica-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-replica-request.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/request/delete-replica-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GenerateAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GenerateHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDbSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190415
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetReplica.ts.html |here} to see how to use GetReplicaRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetReplicaRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The Replica [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*/
|
|
21
|
+
"replicaId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Customer-defined unique identifier for the request. If you need to
|
|
24
|
+
* contact Oracle about a specific request, please provide the request
|
|
25
|
+
* ID that you supplied in this header with the request.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* For conditional requests. In the GET call for a resource, set the
|
|
31
|
+
* `If-None-Match` header to the value of the ETag from a previous GET (or
|
|
32
|
+
* POST or PUT) response for that resource. The server will return with
|
|
33
|
+
* either a 304 Not Modified response if the resource has not changed, or a
|
|
34
|
+
* 200 OK response with the updated representation.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"ifNoneMatch"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190415
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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-replica-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-replica-request.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/request/get-replica-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -102,6 +102,16 @@ import * as ListVersionsRequest from "./list-versions-request";
|
|
|
102
102
|
export import ListVersionsRequest = ListVersionsRequest.ListVersionsRequest;
|
|
103
103
|
import * as UpdateConfigurationRequest from "./update-configuration-request";
|
|
104
104
|
export import UpdateConfigurationRequest = UpdateConfigurationRequest.UpdateConfigurationRequest;
|
|
105
|
+
import * as CreateReplicaRequest from "./create-replica-request";
|
|
106
|
+
export import CreateReplicaRequest = CreateReplicaRequest.CreateReplicaRequest;
|
|
107
|
+
import * as DeleteReplicaRequest from "./delete-replica-request";
|
|
108
|
+
export import DeleteReplicaRequest = DeleteReplicaRequest.DeleteReplicaRequest;
|
|
109
|
+
import * as GetReplicaRequest from "./get-replica-request";
|
|
110
|
+
export import GetReplicaRequest = GetReplicaRequest.GetReplicaRequest;
|
|
111
|
+
import * as ListReplicasRequest from "./list-replicas-request";
|
|
112
|
+
export import ListReplicasRequest = ListReplicasRequest.ListReplicasRequest;
|
|
113
|
+
import * as UpdateReplicaRequest from "./update-replica-request";
|
|
114
|
+
export import UpdateReplicaRequest = UpdateReplicaRequest.UpdateReplicaRequest;
|
|
105
115
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
106
116
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
107
117
|
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
package/lib/request/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.ListWorkRequestsRequest = exports.ListShapesRequest = exports.ListConfigurationsRequest = exports.ListDbSystemsRequest = exports.ListBackupsRequest = exports.ListChannelsRequest = void 0;
|
|
34
|
+
exports.ListWorkRequestsRequest = exports.ListReplicasRequest = exports.ListShapesRequest = exports.ListConfigurationsRequest = exports.ListDbSystemsRequest = exports.ListBackupsRequest = exports.ListChannelsRequest = void 0;
|
|
35
35
|
const ListChannelsRequest = __importStar(require("./list-channels-request"));
|
|
36
36
|
exports.ListChannelsRequest = ListChannelsRequest.ListChannelsRequest;
|
|
37
37
|
const ListBackupsRequest = __importStar(require("./list-backups-request"));
|
|
@@ -42,6 +42,8 @@ const ListConfigurationsRequest = __importStar(require("./list-configurations-re
|
|
|
42
42
|
exports.ListConfigurationsRequest = ListConfigurationsRequest.ListConfigurationsRequest;
|
|
43
43
|
const ListShapesRequest = __importStar(require("./list-shapes-request"));
|
|
44
44
|
exports.ListShapesRequest = ListShapesRequest.ListShapesRequest;
|
|
45
|
+
const ListReplicasRequest = __importStar(require("./list-replicas-request"));
|
|
46
|
+
exports.ListReplicasRequest = ListReplicasRequest.ListReplicasRequest;
|
|
45
47
|
const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
|
|
46
48
|
exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
47
49
|
//# sourceMappingURL=index.js.map
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAQH,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAe5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AA6BzE,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AA+B/E,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAWtE,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAQH,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAe5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AA6BzE,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AA+B/E,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAWtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAS5E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBackupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListChannelsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListConfigurationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDbSystemsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190415
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicasRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListReplicasRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The compartment [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Customer-defined unique identifier for the request. If you need to
|
|
24
|
+
* contact Oracle about a specific request, please provide the request
|
|
25
|
+
* ID that you supplied in this header with the request.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The maximum number of items to return in a paginated list call. For information about pagination, see
|
|
31
|
+
* [List Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"limit"?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The value of the `opc-next-page` or `opc-prev-page` response header from
|
|
37
|
+
* the previous list call. For information about pagination, see [List
|
|
38
|
+
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"page"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* A filter to return only the resource matching the given display name exactly.
|
|
44
|
+
*/
|
|
45
|
+
"displayName"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The DB System [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
48
|
+
*/
|
|
49
|
+
"dbSystemId"?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The LifecycleState of the read replica.
|
|
52
|
+
*/
|
|
53
|
+
"lifecycleState"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The read replica [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
56
|
+
*/
|
|
57
|
+
"replicaId"?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The field to sort by. You can sort by one field only. By default, the Time field is sorted in descending order and the Display Name field in ascending order.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"sortBy"?: ListReplicasRequest.SortBy;
|
|
63
|
+
/**
|
|
64
|
+
* The sort order to use (ASC or DESC).
|
|
65
|
+
*/
|
|
66
|
+
"sortOrder"?: ListReplicasRequest.SortOrder;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace ListReplicasRequest {
|
|
69
|
+
enum SortBy {
|
|
70
|
+
TimeCreated = "timeCreated",
|
|
71
|
+
DisplayName = "displayName"
|
|
72
|
+
}
|
|
73
|
+
enum SortOrder {
|
|
74
|
+
Asc = "ASC",
|
|
75
|
+
Desc = "DESC"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190415
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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.ListReplicasRequest = void 0;
|
|
16
|
+
var ListReplicasRequest;
|
|
17
|
+
(function (ListReplicasRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListReplicasRequest.SortBy || (ListReplicasRequest.SortBy = {}));
|
|
23
|
+
let SortOrder;
|
|
24
|
+
(function (SortOrder) {
|
|
25
|
+
SortOrder["Asc"] = "ASC";
|
|
26
|
+
SortOrder["Desc"] = "DESC";
|
|
27
|
+
})(SortOrder = ListReplicasRequest.SortOrder || (ListReplicasRequest.SortOrder = {}));
|
|
28
|
+
})(ListReplicasRequest = exports.ListReplicasRequest || (exports.ListReplicasRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-replicas-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-replicas-request.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/request/list-replicas-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,mBAAmB,CAUnC;AAVD,WAAiB,mBAAmB;IAClC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QAGpB;AACH,CAAC,EAVgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAUnC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListShapes.ts.html |here} to see how to use ListShapesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListShapesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListVersions.ts.html |here} to see how to use ListVersionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListVersionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ResetChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RestartAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestartDbSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RestartHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ResumeChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|