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.
Files changed (97) hide show
  1. package/lib/client.d.ts +78 -52
  2. package/lib/client.js +95 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/backup-policy.d.ts +2 -2
  5. package/lib/model/backup-summary.d.ts +2 -2
  6. package/lib/model/backup.d.ts +2 -2
  7. package/lib/model/channel-summary.d.ts +2 -2
  8. package/lib/model/channel.d.ts +2 -2
  9. package/lib/model/configuration-summary.d.ts +2 -2
  10. package/lib/model/configuration.d.ts +2 -2
  11. package/lib/model/create-backup-details.d.ts +2 -2
  12. package/lib/model/create-backup-policy-details.d.ts +2 -2
  13. package/lib/model/create-channel-details.d.ts +2 -2
  14. package/lib/model/create-configuration-details.d.ts +2 -2
  15. package/lib/model/create-db-system-details.d.ts +2 -2
  16. package/lib/model/create-replica-details.d.ts +2 -2
  17. package/lib/model/db-system-snapshot.d.ts +2 -2
  18. package/lib/model/db-system-summary.d.ts +2 -2
  19. package/lib/model/db-system.d.ts +2 -2
  20. package/lib/model/replica-summary.d.ts +2 -2
  21. package/lib/model/replica.d.ts +2 -2
  22. package/lib/model/update-backup-details.d.ts +2 -2
  23. package/lib/model/update-backup-policy-details.d.ts +2 -2
  24. package/lib/model/update-channel-details.d.ts +2 -2
  25. package/lib/model/update-configuration-details.d.ts +2 -2
  26. package/lib/model/update-db-system-details.d.ts +2 -2
  27. package/lib/model/update-replica-details.d.ts +2 -2
  28. package/lib/request/add-heat-wave-cluster-request.d.ts +2 -2
  29. package/lib/request/change-backup-compartment-request.d.ts +2 -2
  30. package/lib/request/create-backup-request.d.ts +1 -1
  31. package/lib/request/create-channel-request.d.ts +1 -1
  32. package/lib/request/create-configuration-request.d.ts +1 -1
  33. package/lib/request/create-db-system-request.d.ts +1 -1
  34. package/lib/request/create-replica-request.d.ts +1 -1
  35. package/lib/request/delete-backup-request.d.ts +2 -2
  36. package/lib/request/delete-channel-request.d.ts +2 -2
  37. package/lib/request/delete-configuration-request.d.ts +2 -2
  38. package/lib/request/delete-db-system-request.d.ts +2 -2
  39. package/lib/request/delete-heat-wave-cluster-request.d.ts +2 -2
  40. package/lib/request/delete-replica-request.d.ts +2 -2
  41. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  42. package/lib/request/get-backup-request.d.ts +2 -2
  43. package/lib/request/get-channel-request.d.ts +2 -2
  44. package/lib/request/get-configuration-request.d.ts +2 -2
  45. package/lib/request/get-db-system-request.d.ts +2 -2
  46. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  47. package/lib/request/get-heat-wave-cluster-request.d.ts +2 -2
  48. package/lib/request/get-replica-request.d.ts +2 -2
  49. package/lib/request/get-work-request-request.d.ts +2 -2
  50. package/lib/request/list-backups-request.d.ts +2 -2
  51. package/lib/request/list-channels-request.d.ts +2 -2
  52. package/lib/request/list-configurations-request.d.ts +2 -2
  53. package/lib/request/list-db-systems-request.d.ts +2 -2
  54. package/lib/request/list-replicas-request.d.ts +2 -2
  55. package/lib/request/list-shapes-request.d.ts +1 -1
  56. package/lib/request/list-versions-request.d.ts +1 -1
  57. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  58. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  59. package/lib/request/list-work-requests-request.d.ts +2 -2
  60. package/lib/request/reset-channel-request.d.ts +2 -2
  61. package/lib/request/restart-db-system-request.d.ts +2 -2
  62. package/lib/request/restart-heat-wave-cluster-request.d.ts +2 -2
  63. package/lib/request/resume-channel-request.d.ts +2 -2
  64. package/lib/request/start-db-system-request.d.ts +2 -2
  65. package/lib/request/start-heat-wave-cluster-request.d.ts +2 -2
  66. package/lib/request/stop-db-system-request.d.ts +2 -2
  67. package/lib/request/stop-heat-wave-cluster-request.d.ts +2 -2
  68. package/lib/request/update-backup-request.d.ts +2 -2
  69. package/lib/request/update-channel-request.d.ts +2 -2
  70. package/lib/request/update-configuration-request.d.ts +2 -2
  71. package/lib/request/update-db-system-request.d.ts +2 -2
  72. package/lib/request/update-heat-wave-cluster-request.d.ts +2 -2
  73. package/lib/request/update-replica-request.d.ts +2 -2
  74. package/lib/response/add-heat-wave-cluster-response.d.ts +1 -1
  75. package/lib/response/create-backup-response.d.ts +1 -1
  76. package/lib/response/create-channel-response.d.ts +1 -1
  77. package/lib/response/create-configuration-response.d.ts +1 -1
  78. package/lib/response/create-db-system-response.d.ts +1 -1
  79. package/lib/response/create-replica-response.d.ts +1 -1
  80. package/lib/response/get-backup-response.d.ts +1 -1
  81. package/lib/response/get-channel-response.d.ts +1 -1
  82. package/lib/response/get-configuration-response.d.ts +1 -1
  83. package/lib/response/get-db-system-response.d.ts +1 -1
  84. package/lib/response/get-heat-wave-cluster-response.d.ts +1 -1
  85. package/lib/response/get-replica-response.d.ts +1 -1
  86. package/lib/response/get-work-request-response.d.ts +1 -1
  87. package/lib/response/list-backups-response.d.ts +1 -1
  88. package/lib/response/list-channels-response.d.ts +1 -1
  89. package/lib/response/list-configurations-response.d.ts +1 -1
  90. package/lib/response/list-db-systems-response.d.ts +1 -1
  91. package/lib/response/list-replicas-response.d.ts +1 -1
  92. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  93. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  94. package/lib/response/list-work-requests-response.d.ts +1 -1
  95. package/lib/response/update-backup-response.d.ts +1 -1
  96. package/lib/response/update-configuration-response.d.ts +1 -1
  97. package/package.json +3 -3
@@ -36,7 +36,7 @@ export interface CreateBackupDetails {
36
36
  "retentionInDays"?: number;
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
- * Example: `{\"bar-key\": \"value\"}`
39
+ * Example: {@code {\"bar-key\": \"value\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -44,7 +44,7 @@ export interface CreateBackupDetails {
44
44
  };
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
47
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
48
48
  *
49
49
  */
50
50
  "definedTags"?: {
@@ -39,7 +39,7 @@ export interface CreateBackupPolicyDetails {
39
39
  * <p>
40
40
  Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.
41
41
  * <p>
42
- Example: `{\"bar-key\": \"value\"}`
42
+ Example: {@code {\"bar-key\": \"value\"}}
43
43
  *
44
44
  */
45
45
  "freeformTags"?: {
@@ -50,7 +50,7 @@ export interface CreateBackupPolicyDetails {
50
50
  * <p>
51
51
  Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.
52
52
  * <p>
53
- Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
53
+ Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
54
54
  *
55
55
  */
56
56
  "definedTags"?: {
@@ -37,7 +37,7 @@ export interface CreateChannelDetails {
37
37
  "description"?: string;
38
38
  /**
39
39
  * Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface CreateChannelDetails {
45
45
  };
46
46
  /**
47
47
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -41,7 +41,7 @@ export interface CreateConfigurationDetails {
41
41
  "parentConfigurationId"?: string;
42
42
  /**
43
43
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
44
- * Example: `{\"bar-key\": \"value\"}`
44
+ * Example: {@code {\"bar-key\": \"value\"}}
45
45
  *
46
46
  */
47
47
  "freeformTags"?: {
@@ -49,7 +49,7 @@ export interface CreateConfigurationDetails {
49
49
  };
50
50
  /**
51
51
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
52
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
52
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
53
53
  *
54
54
  */
55
55
  "definedTags"?: {
@@ -134,7 +134,7 @@ export interface CreateDbSystemDetails {
134
134
  "maintenance"?: model.CreateMaintenanceDetails;
135
135
  /**
136
136
  * Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
137
- * Example: `{\"bar-key\": \"value\"}`
137
+ * Example: {@code {\"bar-key\": \"value\"}}
138
138
  *
139
139
  */
140
140
  "freeformTags"?: {
@@ -142,7 +142,7 @@ export interface CreateDbSystemDetails {
142
142
  };
143
143
  /**
144
144
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
145
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
145
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
146
146
  *
147
147
  */
148
148
  "definedTags"?: {
@@ -29,7 +29,7 @@ export interface CreateReplicaDetails {
29
29
  "description"?: string;
30
30
  /**
31
31
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
32
- * Example: `{\"bar-key\": \"value\"}`
32
+ * Example: {@code {\"bar-key\": \"value\"}}
33
33
  *
34
34
  */
35
35
  "freeformTags"?: {
@@ -37,7 +37,7 @@ export interface CreateReplicaDetails {
37
37
  };
38
38
  /**
39
39
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
40
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
40
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
41
41
  *
42
42
  */
43
43
  "definedTags"?: {
@@ -113,7 +113,7 @@ export interface DbSystemSnapshot {
113
113
  "deletionPolicy": model.DeletionPolicyDetails;
114
114
  /**
115
115
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
116
- * Example: `{\"bar-key\": \"value\"}`
116
+ * Example: {@code {\"bar-key\": \"value\"}}
117
117
  *
118
118
  */
119
119
  "freeformTags"?: {
@@ -121,7 +121,7 @@ export interface DbSystemSnapshot {
121
121
  };
122
122
  /**
123
123
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
124
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
124
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
125
125
  *
126
126
  */
127
127
  "definedTags"?: {
@@ -90,7 +90,7 @@ export interface DbSystemSummary {
90
90
  "deletionPolicy"?: model.DeletionPolicyDetails;
91
91
  /**
92
92
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
93
- * Example: `{\"bar-key\": \"value\"}`
93
+ * Example: {@code {\"bar-key\": \"value\"}}
94
94
  *
95
95
  */
96
96
  "freeformTags"?: {
@@ -98,7 +98,7 @@ export interface DbSystemSummary {
98
98
  };
99
99
  /**
100
100
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
101
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
101
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
102
102
  *
103
103
  */
104
104
  "definedTags"?: {
@@ -149,7 +149,7 @@ export interface DbSystem {
149
149
  "timeUpdated": Date;
150
150
  /**
151
151
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
152
- * Example: `{\"bar-key\": \"value\"}`
152
+ * Example: {@code {\"bar-key\": \"value\"}}
153
153
  *
154
154
  */
155
155
  "freeformTags"?: {
@@ -157,7 +157,7 @@ export interface DbSystem {
157
157
  };
158
158
  /**
159
159
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
160
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
160
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
161
161
  *
162
162
  */
163
163
  "definedTags"?: {
@@ -81,7 +81,7 @@ export interface ReplicaSummary {
81
81
  "portX": number;
82
82
  /**
83
83
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
84
- * Example: `{\"bar-key\": \"value\"}`
84
+ * Example: {@code {\"bar-key\": \"value\"}}
85
85
  *
86
86
  */
87
87
  "freeformTags"?: {
@@ -89,7 +89,7 @@ export interface ReplicaSummary {
89
89
  };
90
90
  /**
91
91
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
92
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
92
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags"?: {
@@ -81,7 +81,7 @@ export interface Replica {
81
81
  "portX": number;
82
82
  /**
83
83
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
84
- * Example: `{\"bar-key\": \"value\"}`
84
+ * Example: {@code {\"bar-key\": \"value\"}}
85
85
  *
86
86
  */
87
87
  "freeformTags"?: {
@@ -89,7 +89,7 @@ export interface Replica {
89
89
  };
90
90
  /**
91
91
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
92
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
92
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags"?: {
@@ -30,7 +30,7 @@ export interface UpdateBackupDetails {
30
30
  "retentionInDays"?: number;
31
31
  /**
32
32
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
33
- * Example: `{\"bar-key\": \"value\"}`
33
+ * Example: {@code {\"bar-key\": \"value\"}}
34
34
  *
35
35
  */
36
36
  "freeformTags"?: {
@@ -38,7 +38,7 @@ export interface UpdateBackupDetails {
38
38
  };
39
39
  /**
40
40
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
41
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
41
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
42
42
  *
43
43
  */
44
44
  "definedTags"?: {
@@ -39,7 +39,7 @@ export interface UpdateBackupPolicyDetails {
39
39
  * <p>
40
40
  Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.
41
41
  * <p>
42
- Example: `{\"bar-key\": \"value\"}`
42
+ Example: {@code {\"bar-key\": \"value\"}}
43
43
  *
44
44
  */
45
45
  "freeformTags"?: {
@@ -50,7 +50,7 @@ export interface UpdateBackupPolicyDetails {
50
50
  * <p>
51
51
  Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.
52
52
  * <p>
53
- Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
53
+ Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
54
54
  *
55
55
  */
56
56
  "definedTags"?: {
@@ -35,7 +35,7 @@ export interface UpdateChannelDetails {
35
35
  "description"?: string;
36
36
  /**
37
37
  * Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
38
- * Example: `{\"bar-key\": \"value\"}`
38
+ * Example: {@code {\"bar-key\": \"value\"}}
39
39
  *
40
40
  */
41
41
  "freeformTags"?: {
@@ -43,7 +43,7 @@ export interface UpdateChannelDetails {
43
43
  };
44
44
  /**
45
45
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
46
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
46
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
47
47
  *
48
48
  */
49
49
  "definedTags"?: {
@@ -25,7 +25,7 @@ export interface UpdateConfigurationDetails {
25
25
  "displayName"?: string;
26
26
  /**
27
27
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
28
- * Example: `{\"bar-key\": \"value\"}`
28
+ * Example: {@code {\"bar-key\": \"value\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateConfigurationDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -136,7 +136,7 @@ export interface UpdateDbSystemDetails {
136
136
  "maintenance"?: model.UpdateMaintenanceDetails;
137
137
  /**
138
138
  * Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
139
- * Example: `{\"bar-key\": \"value\"}`
139
+ * Example: {@code {\"bar-key\": \"value\"}}
140
140
  *
141
141
  */
142
142
  "freeformTags"?: {
@@ -144,7 +144,7 @@ export interface UpdateDbSystemDetails {
144
144
  };
145
145
  /**
146
146
  * Usage of predefined tag keys. These predefined keys are scoped to namespaces.
147
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
147
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
148
148
  *
149
149
  */
150
150
  "definedTags"?: {
@@ -25,7 +25,7 @@ export interface UpdateReplicaDetails {
25
25
  "description"?: string;
26
26
  /**
27
27
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
28
- * Example: `{\"bar-key\": \"value\"}`
28
+ * Example: {@code {\"bar-key\": \"value\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateReplicaDetails {
33
33
  };
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
36
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -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.76.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
17
17
  */
18
18
  export interface AddHeatWaveClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface AddHeatWaveClusterRequest extends common.BaseRequest {
26
26
  "addHeatWaveClusterDetails": model.AddHeatWaveClusterDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `If-Match` header to the value of the etag from a
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.76.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBackupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeBackupCompartmentRequest extends common.BaseRequest {
26
26
  "changeBackupCompartmentDetails": model.ChangeBackupCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `If-Match` header to the value of the etag from a
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.76.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
17
17
  */
18
18
  export interface CreateBackupRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
17
17
  */
18
18
  export interface CreateChannelRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
17
17
  */
18
18
  export interface CreateConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
17
17
  */
18
18
  export interface CreateDbSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
17
17
  */
18
18
  export interface CreateReplicaRequest 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.76.1/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.77.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
16
16
  */
17
17
  export interface DeleteBackupRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteBackupRequest extends common.BaseRequest {
21
21
  "backupId": string;
22
22
  /**
23
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
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.76.1/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.77.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
16
16
  */
17
17
  export interface DeleteChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteChannelRequest 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 `If-Match` header to the value of the etag from a
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.76.1/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.77.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
16
16
  */
17
17
  export interface DeleteConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteConfigurationRequest extends common.BaseRequest {
21
21
  "configurationId": string;
22
22
  /**
23
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
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.76.1/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.77.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
16
16
  */
17
17
  export interface DeleteDbSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteDbSystemRequest 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 `If-Match` header to the value of the etag from a
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.76.1/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.77.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
16
16
  */
17
17
  export interface DeleteHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteHeatWaveClusterRequest 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 `If-Match` header to the value of the etag from a
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.76.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
16
16
  */
17
17
  export interface DeleteReplicaRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteReplicaRequest extends common.BaseRequest {
21
21
  "replicaId": string;
22
22
  /**
23
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
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.76.1/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.77.1/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.76.1/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.77.1/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
16
16
  */
17
17
  export interface GetBackupRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface GetBackupRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
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
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.76.1/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.77.1/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
16
16
  */
17
17
  export interface GetChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface GetChannelRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
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
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.76.1/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.77.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
16
16
  */
17
17
  export interface GetConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface GetConfigurationRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
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
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.76.1/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.77.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
16
16
  */
17
17
  export interface GetDbSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -28,7 +28,7 @@ export interface GetDbSystemRequest extends common.BaseRequest {
28
28
  "opcRequestId"?: string;
29
29
  /**
30
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
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.76.1/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.77.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
16
16
  */
17
17
  export interface GetHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {
18
18
  /**