oci-mysql 2.76.1 → 2.77.1
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 +78 -52
- package/lib/client.js +95 -46
- package/lib/client.js.map +1 -1
- package/lib/model/backup-policy.d.ts +2 -2
- package/lib/model/backup-summary.d.ts +2 -2
- package/lib/model/backup.d.ts +2 -2
- package/lib/model/channel-summary.d.ts +2 -2
- package/lib/model/channel.d.ts +2 -2
- package/lib/model/configuration-summary.d.ts +2 -2
- package/lib/model/configuration.d.ts +2 -2
- package/lib/model/create-backup-details.d.ts +2 -2
- package/lib/model/create-backup-policy-details.d.ts +2 -2
- package/lib/model/create-channel-details.d.ts +2 -2
- package/lib/model/create-configuration-details.d.ts +2 -2
- package/lib/model/create-db-system-details.d.ts +2 -2
- package/lib/model/create-replica-details.d.ts +2 -2
- package/lib/model/db-system-snapshot.d.ts +2 -2
- package/lib/model/db-system-summary.d.ts +2 -2
- package/lib/model/db-system.d.ts +2 -2
- package/lib/model/replica-summary.d.ts +2 -2
- package/lib/model/replica.d.ts +2 -2
- package/lib/model/update-backup-details.d.ts +2 -2
- package/lib/model/update-backup-policy-details.d.ts +2 -2
- package/lib/model/update-channel-details.d.ts +2 -2
- package/lib/model/update-configuration-details.d.ts +2 -2
- package/lib/model/update-db-system-details.d.ts +2 -2
- package/lib/model/update-replica-details.d.ts +2 -2
- package/lib/request/add-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/change-backup-compartment-request.d.ts +2 -2
- 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-backup-request.d.ts +2 -2
- package/lib/request/delete-channel-request.d.ts +2 -2
- package/lib/request/delete-configuration-request.d.ts +2 -2
- package/lib/request/delete-db-system-request.d.ts +2 -2
- package/lib/request/delete-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/delete-replica-request.d.ts +2 -2
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +2 -2
- package/lib/request/get-channel-request.d.ts +2 -2
- package/lib/request/get-configuration-request.d.ts +2 -2
- package/lib/request/get-db-system-request.d.ts +2 -2
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/get-replica-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/list-backups-request.d.ts +2 -2
- package/lib/request/list-channels-request.d.ts +2 -2
- package/lib/request/list-configurations-request.d.ts +2 -2
- package/lib/request/list-db-systems-request.d.ts +2 -2
- package/lib/request/list-replicas-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/reset-channel-request.d.ts +2 -2
- package/lib/request/restart-db-system-request.d.ts +2 -2
- package/lib/request/restart-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/resume-channel-request.d.ts +2 -2
- package/lib/request/start-db-system-request.d.ts +2 -2
- package/lib/request/start-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/stop-db-system-request.d.ts +2 -2
- package/lib/request/stop-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/update-backup-request.d.ts +2 -2
- package/lib/request/update-channel-request.d.ts +2 -2
- package/lib/request/update-configuration-request.d.ts +2 -2
- package/lib/request/update-db-system-request.d.ts +2 -2
- package/lib/request/update-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/update-replica-request.d.ts +2 -2
- package/lib/response/add-heat-wave-cluster-response.d.ts +1 -1
- package/lib/response/create-backup-response.d.ts +1 -1
- package/lib/response/create-channel-response.d.ts +1 -1
- package/lib/response/create-configuration-response.d.ts +1 -1
- package/lib/response/create-db-system-response.d.ts +1 -1
- package/lib/response/create-replica-response.d.ts +1 -1
- package/lib/response/get-backup-response.d.ts +1 -1
- package/lib/response/get-channel-response.d.ts +1 -1
- package/lib/response/get-configuration-response.d.ts +1 -1
- package/lib/response/get-db-system-response.d.ts +1 -1
- package/lib/response/get-heat-wave-cluster-response.d.ts +1 -1
- package/lib/response/get-replica-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-backups-response.d.ts +1 -1
- package/lib/response/list-channels-response.d.ts +1 -1
- package/lib/response/list-configurations-response.d.ts +1 -1
- package/lib/response/list-db-systems-response.d.ts +1 -1
- package/lib/response/list-replicas-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-backup-response.d.ts +1 -1
- package/lib/response/update-configuration-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.77.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -28,7 +28,7 @@ export interface GetHeatWaveClusterRequest extends common.BaseRequest {
|
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* For conditional requests. In the GET call for a resource, set the
|
|
31
|
-
*
|
|
31
|
+
* {@code If-None-Match} header to the value of the ETag from a previous GET (or
|
|
32
32
|
* POST or PUT) response for that resource. The server will return with
|
|
33
33
|
* either a 304 Not Modified response if the resource has not changed, or a
|
|
34
34
|
* 200 OK response with the updated representation.
|
|
@@ -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.77.1/mysql/GetReplica.ts.html |here} to see how to use GetReplicaRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetReplicaRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -28,7 +28,7 @@ export interface GetReplicaRequest extends common.BaseRequest {
|
|
|
28
28
|
"opcRequestId"?: string;
|
|
29
29
|
/**
|
|
30
30
|
* For conditional requests. In the GET call for a resource, set the
|
|
31
|
-
*
|
|
31
|
+
* {@code If-None-Match} header to the value of the ETag from a previous GET (or
|
|
32
32
|
* POST or PUT) response for that resource. The server will return with
|
|
33
33
|
* either a 304 Not Modified response if the resource has not changed, or a
|
|
34
34
|
* 200 OK response with the updated representation.
|
|
@@ -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.77.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For conditional requests. In the GET call for a resource, set the
|
|
24
|
-
*
|
|
24
|
+
* {@code If-None-Match} header to the value of the ETag from a previous GET (or
|
|
25
25
|
* POST or PUT) response for that resource. The server will return with
|
|
26
26
|
* either a 304 Not Modified response if the resource has not changed, or a
|
|
27
27
|
* 200 OK response with the updated representation.
|
|
@@ -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.77.1/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBackupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -62,7 +62,7 @@ export interface ListBackupsRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"limit"?: number;
|
|
64
64
|
/**
|
|
65
|
-
* The value of the
|
|
65
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
66
66
|
* the previous list call. For information about pagination, see [List
|
|
67
67
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
68
68
|
*
|
|
@@ -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.77.1/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListChannelsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -64,7 +64,7 @@ export interface ListChannelsRequest extends common.BaseRequest {
|
|
|
64
64
|
*/
|
|
65
65
|
"limit"?: number;
|
|
66
66
|
/**
|
|
67
|
-
* The value of the
|
|
67
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
68
68
|
* the previous list call. For information about pagination, see [List
|
|
69
69
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
70
70
|
*
|
|
@@ -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.77.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListConfigurationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -62,7 +62,7 @@ export interface ListConfigurationsRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"limit"?: number;
|
|
64
64
|
/**
|
|
65
|
-
* The value of the
|
|
65
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
66
66
|
* the previous list call. For information about pagination, see [List
|
|
67
67
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
68
68
|
*
|
|
@@ -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.77.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDbSystemsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -76,7 +76,7 @@ export interface ListDbSystemsRequest extends common.BaseRequest {
|
|
|
76
76
|
*/
|
|
77
77
|
"limit"?: number;
|
|
78
78
|
/**
|
|
79
|
-
* The value of the
|
|
79
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
80
80
|
* the previous list call. For information about pagination, see [List
|
|
81
81
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
82
82
|
*
|
|
@@ -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.77.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicasRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListReplicasRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListReplicasRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The value of the
|
|
36
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
37
37
|
* the previous list call. For information about pagination, see [List
|
|
38
38
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
39
39
|
*
|
|
@@ -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.77.1/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.77.1/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.77.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The value of the
|
|
36
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
37
37
|
* the previous list call. For information about pagination, see [List
|
|
38
38
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
39
39
|
*
|
|
@@ -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.77.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The value of the
|
|
36
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
37
37
|
* the previous list call. For information about pagination, see [List
|
|
38
38
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
39
39
|
*
|
|
@@ -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.77.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -41,7 +41,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
41
41
|
*/
|
|
42
42
|
"limit"?: number;
|
|
43
43
|
/**
|
|
44
|
-
* The value of the
|
|
44
|
+
* The value of the {@code opc-next-page} or {@code opc-prev-page} response header from
|
|
45
45
|
* the previous list call. For information about pagination, see [List
|
|
46
46
|
* Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
47
47
|
*
|
|
@@ -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.77.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ResetChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ResetChannelRequest extends common.BaseRequest {
|
|
|
21
21
|
"channelId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -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.77.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RestartDbSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface RestartDbSystemRequest extends common.BaseRequest {
|
|
|
26
26
|
"restartDbSystemDetails": model.RestartDbSystemDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface RestartHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface RestartHeatWaveClusterRequest extends common.BaseRequest {
|
|
|
21
21
|
"dbSystemId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -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.77.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ResumeChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ResumeChannelRequest extends common.BaseRequest {
|
|
|
21
21
|
"channelId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -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.77.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartDbSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface StartDbSystemRequest extends common.BaseRequest {
|
|
|
21
21
|
"dbSystemId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -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.77.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StartHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface StartHeatWaveClusterRequest extends common.BaseRequest {
|
|
|
21
21
|
"dbSystemId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -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.77.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface StopDbSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface StopDbSystemRequest extends common.BaseRequest {
|
|
|
26
26
|
"stopDbSystemDetails": model.StopDbSystemDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface StopHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface StopHeatWaveClusterRequest extends common.BaseRequest {
|
|
|
21
21
|
"dbSystemId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
24
|
-
* resource, set the
|
|
24
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
25
25
|
* previous GET or POST response for that resource. The resource will be
|
|
26
26
|
* updated or deleted only if the etag you provide matches the resource's
|
|
27
27
|
* current etag value.
|
|
@@ -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.77.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBackupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateBackupRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateBackupDetails": model.UpdateBackupDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateChannelRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateChannelDetails": model.UpdateChannelDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateConfigurationRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateConfigurationDetails": model.UpdateConfigurationDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDbSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateDbSystemRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateDbSystemDetails": model.UpdateDbSystemDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHeatWaveClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateHeatWaveClusterRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateHeatWaveClusterDetails": model.UpdateHeatWaveClusterDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.77.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplicaRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateReplicaRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateReplicaRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateReplicaDetails": model.UpdateReplicaDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code If-Match} header to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|