oci-mysql 2.48.0 → 2.49.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.
Files changed (156) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +4 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +184 -50
  5. package/lib/client.js +527 -51
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/anonymous-transactions-handling.d.ts +24 -0
  8. package/lib/model/anonymous-transactions-handling.js +76 -0
  9. package/lib/model/anonymous-transactions-handling.js.map +1 -0
  10. package/lib/model/assign-manual-uuid-handling.d.ts +48 -0
  11. package/lib/model/assign-manual-uuid-handling.js +54 -0
  12. package/lib/model/assign-manual-uuid-handling.js.map +1 -0
  13. package/lib/model/assign-target-uuid-handling.d.ts +42 -0
  14. package/lib/model/assign-target-uuid-handling.js +54 -0
  15. package/lib/model/assign-target-uuid-handling.js.map +1 -0
  16. package/lib/model/backup-summary.d.ts +4 -0
  17. package/lib/model/backup-summary.js.map +1 -1
  18. package/lib/model/channel-filter.d.ts +50 -0
  19. package/lib/model/channel-filter.js +44 -0
  20. package/lib/model/channel-filter.js.map +1 -0
  21. package/lib/model/channel-source-mysql.d.ts +1 -0
  22. package/lib/model/channel-source-mysql.js +6 -0
  23. package/lib/model/channel-source-mysql.js.map +1 -1
  24. package/lib/model/channel-target-db-system.d.ts +5 -0
  25. package/lib/model/channel-target-db-system.js +14 -2
  26. package/lib/model/channel-target-db-system.js.map +1 -1
  27. package/lib/model/create-channel-source-from-mysql-details.d.ts +1 -0
  28. package/lib/model/create-channel-source-from-mysql-details.js +6 -0
  29. package/lib/model/create-channel-source-from-mysql-details.js.map +1 -1
  30. package/lib/model/create-channel-target-from-db-system-details.d.ts +5 -0
  31. package/lib/model/create-channel-target-from-db-system-details.js +14 -2
  32. package/lib/model/create-channel-target-from-db-system-details.js.map +1 -1
  33. package/lib/model/create-maintenance-details.d.ts +3 -1
  34. package/lib/model/create-maintenance-details.js.map +1 -1
  35. package/lib/model/create-replica-details.d.ts +59 -0
  36. package/lib/model/create-replica-details.js +29 -0
  37. package/lib/model/create-replica-details.js.map +1 -0
  38. package/lib/model/db-system-endpoint.d.ts +18 -0
  39. package/lib/model/db-system-endpoint.js +11 -0
  40. package/lib/model/db-system-endpoint.js.map +1 -1
  41. package/lib/model/error-on-anonymous-handling.d.ts +26 -0
  42. package/lib/model/error-on-anonymous-handling.js +54 -0
  43. package/lib/model/error-on-anonymous-handling.js.map +1 -0
  44. package/lib/model/index.d.ts +18 -0
  45. package/lib/model/index.js +20 -2
  46. package/lib/model/index.js.map +1 -1
  47. package/lib/model/maintenance-details.d.ts +3 -1
  48. package/lib/model/maintenance-details.js.map +1 -1
  49. package/lib/model/replica-summary.d.ts +126 -0
  50. package/lib/model/replica-summary.js +45 -0
  51. package/lib/model/replica-summary.js.map +1 -0
  52. package/lib/model/replica.d.ts +126 -0
  53. package/lib/model/replica.js +45 -0
  54. package/lib/model/replica.js.map +1 -0
  55. package/lib/model/update-channel-source-from-mysql-details.d.ts +1 -0
  56. package/lib/model/update-channel-source-from-mysql-details.js +6 -0
  57. package/lib/model/update-channel-source-from-mysql-details.js.map +1 -1
  58. package/lib/model/update-channel-target-from-db-system-details.d.ts +5 -0
  59. package/lib/model/update-channel-target-from-db-system-details.js +14 -2
  60. package/lib/model/update-channel-target-from-db-system-details.js.map +1 -1
  61. package/lib/model/update-maintenance-details.d.ts +4 -1
  62. package/lib/model/update-maintenance-details.js.map +1 -1
  63. package/lib/model/update-replica-details.d.ts +55 -0
  64. package/lib/model/update-replica-details.js +29 -0
  65. package/lib/model/update-replica-details.js.map +1 -0
  66. package/lib/model/work-request-operation-type.d.ts +8 -0
  67. package/lib/model/work-request-operation-type.js +8 -0
  68. package/lib/model/work-request-operation-type.js.map +1 -1
  69. package/lib/replicas-waiter.d.ts +29 -0
  70. package/lib/replicas-waiter.js +65 -0
  71. package/lib/replicas-waiter.js.map +1 -0
  72. package/lib/request/add-analytics-cluster-request.d.ts +1 -1
  73. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  74. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  75. package/lib/request/create-backup-request.d.ts +1 -1
  76. package/lib/request/create-channel-request.d.ts +1 -1
  77. package/lib/request/create-configuration-request.d.ts +1 -1
  78. package/lib/request/create-db-system-request.d.ts +1 -1
  79. package/lib/request/create-replica-request.d.ts +40 -0
  80. package/lib/request/create-replica-request.js +15 -0
  81. package/lib/request/create-replica-request.js.map +1 -0
  82. package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
  83. package/lib/request/delete-backup-request.d.ts +1 -1
  84. package/lib/request/delete-channel-request.d.ts +1 -1
  85. package/lib/request/delete-configuration-request.d.ts +1 -1
  86. package/lib/request/delete-db-system-request.d.ts +1 -1
  87. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  88. package/lib/request/delete-replica-request.d.ts +38 -0
  89. package/lib/request/delete-replica-request.js +15 -0
  90. package/lib/request/delete-replica-request.js.map +1 -0
  91. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  92. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  93. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  94. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  95. package/lib/request/get-backup-request.d.ts +1 -1
  96. package/lib/request/get-channel-request.d.ts +1 -1
  97. package/lib/request/get-configuration-request.d.ts +1 -1
  98. package/lib/request/get-db-system-request.d.ts +1 -1
  99. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  100. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  101. package/lib/request/get-replica-request.d.ts +38 -0
  102. package/lib/request/get-replica-request.js +15 -0
  103. package/lib/request/get-replica-request.js.map +1 -0
  104. package/lib/request/get-work-request-request.d.ts +1 -1
  105. package/lib/request/index.d.ts +10 -0
  106. package/lib/request/index.js +3 -1
  107. package/lib/request/index.js.map +1 -1
  108. package/lib/request/list-backups-request.d.ts +1 -1
  109. package/lib/request/list-channels-request.d.ts +1 -1
  110. package/lib/request/list-configurations-request.d.ts +1 -1
  111. package/lib/request/list-db-systems-request.d.ts +1 -1
  112. package/lib/request/list-replicas-request.d.ts +77 -0
  113. package/lib/request/list-replicas-request.js +29 -0
  114. package/lib/request/list-replicas-request.js.map +1 -0
  115. package/lib/request/list-shapes-request.d.ts +1 -1
  116. package/lib/request/list-versions-request.d.ts +1 -1
  117. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  118. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  119. package/lib/request/list-work-requests-request.d.ts +1 -1
  120. package/lib/request/reset-channel-request.d.ts +1 -1
  121. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  122. package/lib/request/restart-db-system-request.d.ts +1 -1
  123. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  124. package/lib/request/resume-channel-request.d.ts +1 -1
  125. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  126. package/lib/request/start-db-system-request.d.ts +1 -1
  127. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  128. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  129. package/lib/request/stop-db-system-request.d.ts +1 -1
  130. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  131. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  132. package/lib/request/update-backup-request.d.ts +1 -1
  133. package/lib/request/update-channel-request.d.ts +1 -1
  134. package/lib/request/update-configuration-request.d.ts +1 -1
  135. package/lib/request/update-db-system-request.d.ts +1 -1
  136. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  137. package/lib/request/update-replica-request.d.ts +43 -0
  138. package/lib/request/update-replica-request.js +15 -0
  139. package/lib/request/update-replica-request.js.map +1 -0
  140. package/lib/response/create-replica-response.d.ts +39 -0
  141. package/lib/response/create-replica-response.js +15 -0
  142. package/lib/response/create-replica-response.js.map +1 -0
  143. package/lib/response/delete-replica-response.d.ts +25 -0
  144. package/lib/response/delete-replica-response.js +15 -0
  145. package/lib/response/delete-replica-response.js.map +1 -0
  146. package/lib/response/get-replica-response.d.ts +37 -0
  147. package/lib/response/get-replica-response.js +15 -0
  148. package/lib/response/get-replica-response.js.map +1 -0
  149. package/lib/response/index.d.ts +10 -0
  150. package/lib/response/list-replicas-response.d.ts +32 -0
  151. package/lib/response/list-replicas-response.js +15 -0
  152. package/lib/response/list-replicas-response.js.map +1 -0
  153. package/lib/response/update-replica-response.d.ts +32 -0
  154. package/lib/response/update-replica-response.js +15 -0
  155. package/lib/response/update-replica-response.js.map +1 -0
  156. 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.48.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.49.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.48.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.49.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.48.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -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";
@@ -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
@@ -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.48.0/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.49.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.48.0/mysql/ListShapes.ts.html |here} to see how to use ListShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListVersions.ts.html |here} to see how to use ListVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.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.48.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
16
16
  */
17
17
  export interface ResumeChannelRequest extends common.BaseRequest {
18
18
  /**