oci-mysql 2.102.2 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +47 -47
- package/lib/client.js +47 -47
- package/lib/model/backup-summary.d.ts +11 -1
- package/lib/model/backup-summary.js.map +1 -1
- package/lib/model/backup.d.ts +11 -1
- package/lib/model/backup.js.map +1 -1
- package/lib/model/channel-summary.d.ts +10 -0
- package/lib/model/channel-summary.js.map +1 -1
- package/lib/model/channel.d.ts +10 -0
- package/lib/model/channel.js.map +1 -1
- package/lib/model/configuration-summary.d.ts +10 -0
- package/lib/model/configuration-summary.js.map +1 -1
- package/lib/model/configuration-variables.d.ts +751 -5
- package/lib/model/configuration-variables.js +354 -0
- package/lib/model/configuration-variables.js.map +1 -1
- package/lib/model/configuration.d.ts +10 -0
- package/lib/model/configuration.js.map +1 -1
- package/lib/model/db-system-summary.d.ts +10 -0
- package/lib/model/db-system-summary.js.map +1 -1
- package/lib/model/db-system.d.ts +10 -0
- package/lib/model/db-system.js.map +1 -1
- package/lib/model/shape-summary.d.ts +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/add-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/change-backup-compartment-request.d.ts +1 -1
- package/lib/request/copy-backup-request.d.ts +1 -1
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +1 -1
- package/lib/request/delete-channel-request.d.ts +2 -2
- package/lib/request/delete-configuration-request.d.ts +1 -1
- 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 +2 -2
- package/lib/request/get-backup-request.d.ts +1 -1
- package/lib/request/get-channel-request.d.ts +2 -2
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-db-system-request.d.ts +2 -2
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +2 -2
- 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 +1 -1
- package/lib/request/list-backups-request.d.ts +5 -5
- package/lib/request/list-channels-request.d.ts +5 -5
- package/lib/request/list-configurations-request.d.ts +4 -4
- package/lib/request/list-db-systems-request.d.ts +5 -5
- package/lib/request/list-replicas-request.d.ts +6 -6
- package/lib/request/list-shapes-request.d.ts +2 -2
- package/lib/request/list-versions-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +4 -4
- 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 +1 -1
- package/lib/request/update-channel-request.d.ts +2 -2
- package/lib/request/update-configuration-request.d.ts +1 -1
- 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/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -220,7 +220,7 @@ class ChannelsClient {
|
|
|
220
220
|
* @param CreateChannelRequest
|
|
221
221
|
* @return CreateChannelResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.
|
|
223
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
224
224
|
*/
|
|
225
225
|
createChannel(createChannelRequest) {
|
|
226
226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -288,7 +288,7 @@ class ChannelsClient {
|
|
|
288
288
|
* @param DeleteChannelRequest
|
|
289
289
|
* @return DeleteChannelResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.
|
|
291
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
292
292
|
*/
|
|
293
293
|
deleteChannel(deleteChannelRequest) {
|
|
294
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -351,7 +351,7 @@ class ChannelsClient {
|
|
|
351
351
|
* @param GetChannelRequest
|
|
352
352
|
* @return GetChannelResponse
|
|
353
353
|
* @throws OciError when an error occurs
|
|
354
|
-
* @example Click {@link https://docs.
|
|
354
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
355
355
|
*/
|
|
356
356
|
getChannel(getChannelRequest) {
|
|
357
357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -415,7 +415,7 @@ class ChannelsClient {
|
|
|
415
415
|
* @param ListChannelsRequest
|
|
416
416
|
* @return ListChannelsResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.
|
|
418
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
419
419
|
*/
|
|
420
420
|
listChannels(listChannelsRequest) {
|
|
421
421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -529,7 +529,7 @@ class ChannelsClient {
|
|
|
529
529
|
* @param ResetChannelRequest
|
|
530
530
|
* @return ResetChannelResponse
|
|
531
531
|
* @throws OciError when an error occurs
|
|
532
|
-
* @example Click {@link https://docs.
|
|
532
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
533
533
|
*/
|
|
534
534
|
resetChannel(resetChannelRequest) {
|
|
535
535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class ChannelsClient {
|
|
|
593
593
|
* @param ResumeChannelRequest
|
|
594
594
|
* @return ResumeChannelResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.
|
|
596
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
597
597
|
*/
|
|
598
598
|
resumeChannel(resumeChannelRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -658,7 +658,7 @@ class ChannelsClient {
|
|
|
658
658
|
* @param UpdateChannelRequest
|
|
659
659
|
* @return UpdateChannelResponse
|
|
660
660
|
* @throws OciError when an error occurs
|
|
661
|
-
* @example Click {@link https://docs.
|
|
661
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
662
662
|
*/
|
|
663
663
|
updateChannel(updateChannelRequest) {
|
|
664
664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -884,7 +884,7 @@ class DbBackupsClient {
|
|
|
884
884
|
* @param ChangeBackupCompartmentRequest
|
|
885
885
|
* @return ChangeBackupCompartmentResponse
|
|
886
886
|
* @throws OciError when an error occurs
|
|
887
|
-
* @example Click {@link https://docs.
|
|
887
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
888
888
|
*/
|
|
889
889
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
890
890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -947,7 +947,7 @@ class DbBackupsClient {
|
|
|
947
947
|
* @param CopyBackupRequest
|
|
948
948
|
* @return CopyBackupResponse
|
|
949
949
|
* @throws OciError when an error occurs
|
|
950
|
-
* @example Click {@link https://docs.
|
|
950
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/CopyBackup.ts.html |here} to see how to use CopyBackup API.
|
|
951
951
|
*/
|
|
952
952
|
copyBackup(copyBackupRequest) {
|
|
953
953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1017,7 +1017,7 @@ class DbBackupsClient {
|
|
|
1017
1017
|
* @param CreateBackupRequest
|
|
1018
1018
|
* @return CreateBackupResponse
|
|
1019
1019
|
* @throws OciError when an error occurs
|
|
1020
|
-
* @example Click {@link https://docs.
|
|
1020
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
1021
1021
|
*/
|
|
1022
1022
|
createBackup(createBackupRequest) {
|
|
1023
1023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1086,7 +1086,7 @@ class DbBackupsClient {
|
|
|
1086
1086
|
* @param DeleteBackupRequest
|
|
1087
1087
|
* @return DeleteBackupResponse
|
|
1088
1088
|
* @throws OciError when an error occurs
|
|
1089
|
-
* @example Click {@link https://docs.
|
|
1089
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
1090
1090
|
*/
|
|
1091
1091
|
deleteBackup(deleteBackupRequest) {
|
|
1092
1092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1146,7 +1146,7 @@ class DbBackupsClient {
|
|
|
1146
1146
|
* @param GetBackupRequest
|
|
1147
1147
|
* @return GetBackupResponse
|
|
1148
1148
|
* @throws OciError when an error occurs
|
|
1149
|
-
* @example Click {@link https://docs.
|
|
1149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
1150
1150
|
*/
|
|
1151
1151
|
getBackup(getBackupRequest) {
|
|
1152
1152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1211,7 +1211,7 @@ class DbBackupsClient {
|
|
|
1211
1211
|
* @param ListBackupsRequest
|
|
1212
1212
|
* @return ListBackupsResponse
|
|
1213
1213
|
* @throws OciError when an error occurs
|
|
1214
|
-
* @example Click {@link https://docs.
|
|
1214
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1215
1215
|
*/
|
|
1216
1216
|
listBackups(listBackupsRequest) {
|
|
1217
1217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1323,7 +1323,7 @@ class DbBackupsClient {
|
|
|
1323
1323
|
* @param UpdateBackupRequest
|
|
1324
1324
|
* @return UpdateBackupResponse
|
|
1325
1325
|
* @throws OciError when an error occurs
|
|
1326
|
-
* @example Click {@link https://docs.
|
|
1326
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1327
1327
|
*/
|
|
1328
1328
|
updateBackup(updateBackupRequest) {
|
|
1329
1329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1551,7 @@ class DbSystemClient {
|
|
|
1551
1551
|
* @param AddHeatWaveClusterRequest
|
|
1552
1552
|
* @return AddHeatWaveClusterResponse
|
|
1553
1553
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.
|
|
1554
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1555
1555
|
*/
|
|
1556
1556
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1557
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1623,7 +1623,7 @@ class DbSystemClient {
|
|
|
1623
1623
|
* @param CreateDbSystemRequest
|
|
1624
1624
|
* @return CreateDbSystemResponse
|
|
1625
1625
|
* @throws OciError when an error occurs
|
|
1626
|
-
* @example Click {@link https://docs.
|
|
1626
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1627
1627
|
*/
|
|
1628
1628
|
createDbSystem(createDbSystemRequest) {
|
|
1629
1629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1698,7 +1698,7 @@ class DbSystemClient {
|
|
|
1698
1698
|
* @param DeleteDbSystemRequest
|
|
1699
1699
|
* @return DeleteDbSystemResponse
|
|
1700
1700
|
* @throws OciError when an error occurs
|
|
1701
|
-
* @example Click {@link https://docs.
|
|
1701
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1702
1702
|
*/
|
|
1703
1703
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1704
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1760,7 +1760,7 @@ class DbSystemClient {
|
|
|
1760
1760
|
* @param DeleteHeatWaveClusterRequest
|
|
1761
1761
|
* @return DeleteHeatWaveClusterResponse
|
|
1762
1762
|
* @throws OciError when an error occurs
|
|
1763
|
-
* @example Click {@link https://docs.
|
|
1763
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1764
1764
|
*/
|
|
1765
1765
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1766
1766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1821,7 +1821,7 @@ class DbSystemClient {
|
|
|
1821
1821
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1822
1822
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1823
1823
|
* @throws OciError when an error occurs
|
|
1824
|
-
* @example Click {@link https://docs.
|
|
1824
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1825
1825
|
*/
|
|
1826
1826
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1827
1827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1885,7 +1885,7 @@ class DbSystemClient {
|
|
|
1885
1885
|
* @param GetDbSystemRequest
|
|
1886
1886
|
* @return GetDbSystemResponse
|
|
1887
1887
|
* @throws OciError when an error occurs
|
|
1888
|
-
* @example Click {@link https://docs.
|
|
1888
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1889
1889
|
*/
|
|
1890
1890
|
getDbSystem(getDbSystemRequest) {
|
|
1891
1891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1949,7 +1949,7 @@ class DbSystemClient {
|
|
|
1949
1949
|
* @param GetHeatWaveClusterRequest
|
|
1950
1950
|
* @return GetHeatWaveClusterResponse
|
|
1951
1951
|
* @throws OciError when an error occurs
|
|
1952
|
-
* @example Click {@link https://docs.
|
|
1952
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1953
1953
|
*/
|
|
1954
1954
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1955
1955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2015,7 +2015,7 @@ class DbSystemClient {
|
|
|
2015
2015
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2016
2016
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2017
2017
|
* @throws OciError when an error occurs
|
|
2018
|
-
* @example Click {@link https://docs.
|
|
2018
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2019
2019
|
*/
|
|
2020
2020
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2021
2021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2075,7 +2075,7 @@ class DbSystemClient {
|
|
|
2075
2075
|
* @param ListDbSystemsRequest
|
|
2076
2076
|
* @return ListDbSystemsResponse
|
|
2077
2077
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.
|
|
2078
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2079
2079
|
*/
|
|
2080
2080
|
listDbSystems(listDbSystemsRequest) {
|
|
2081
2081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2189,7 +2189,7 @@ class DbSystemClient {
|
|
|
2189
2189
|
* @param RestartDbSystemRequest
|
|
2190
2190
|
* @return RestartDbSystemResponse
|
|
2191
2191
|
* @throws OciError when an error occurs
|
|
2192
|
-
* @example Click {@link https://docs.
|
|
2192
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2193
2193
|
*/
|
|
2194
2194
|
restartDbSystem(restartDbSystemRequest) {
|
|
2195
2195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2251,7 +2251,7 @@ class DbSystemClient {
|
|
|
2251
2251
|
* @param RestartHeatWaveClusterRequest
|
|
2252
2252
|
* @return RestartHeatWaveClusterResponse
|
|
2253
2253
|
* @throws OciError when an error occurs
|
|
2254
|
-
* @example Click {@link https://docs.
|
|
2254
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2255
2255
|
*/
|
|
2256
2256
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2257
2257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2312,7 +2312,7 @@ class DbSystemClient {
|
|
|
2312
2312
|
* @param StartDbSystemRequest
|
|
2313
2313
|
* @return StartDbSystemResponse
|
|
2314
2314
|
* @throws OciError when an error occurs
|
|
2315
|
-
* @example Click {@link https://docs.
|
|
2315
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2316
2316
|
*/
|
|
2317
2317
|
startDbSystem(startDbSystemRequest) {
|
|
2318
2318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2373,7 +2373,7 @@ class DbSystemClient {
|
|
|
2373
2373
|
* @param StartHeatWaveClusterRequest
|
|
2374
2374
|
* @return StartHeatWaveClusterResponse
|
|
2375
2375
|
* @throws OciError when an error occurs
|
|
2376
|
-
* @example Click {@link https://docs.
|
|
2376
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2377
2377
|
*/
|
|
2378
2378
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2379
2379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2437,7 +2437,7 @@ class DbSystemClient {
|
|
|
2437
2437
|
* @param StopDbSystemRequest
|
|
2438
2438
|
* @return StopDbSystemResponse
|
|
2439
2439
|
* @throws OciError when an error occurs
|
|
2440
|
-
* @example Click {@link https://docs.
|
|
2440
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2441
2441
|
*/
|
|
2442
2442
|
stopDbSystem(stopDbSystemRequest) {
|
|
2443
2443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2499,7 +2499,7 @@ class DbSystemClient {
|
|
|
2499
2499
|
* @param StopHeatWaveClusterRequest
|
|
2500
2500
|
* @return StopHeatWaveClusterResponse
|
|
2501
2501
|
* @throws OciError when an error occurs
|
|
2502
|
-
* @example Click {@link https://docs.
|
|
2502
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2503
2503
|
*/
|
|
2504
2504
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2505
2505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2568,7 +2568,7 @@ class DbSystemClient {
|
|
|
2568
2568
|
* @param UpdateDbSystemRequest
|
|
2569
2569
|
* @return UpdateDbSystemResponse
|
|
2570
2570
|
* @throws OciError when an error occurs
|
|
2571
|
-
* @example Click {@link https://docs.
|
|
2571
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2572
2572
|
*/
|
|
2573
2573
|
updateDbSystem(updateDbSystemRequest) {
|
|
2574
2574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2630,7 +2630,7 @@ class DbSystemClient {
|
|
|
2630
2630
|
* @param UpdateHeatWaveClusterRequest
|
|
2631
2631
|
* @return UpdateHeatWaveClusterResponse
|
|
2632
2632
|
* @throws OciError when an error occurs
|
|
2633
|
-
* @example Click {@link https://docs.
|
|
2633
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2634
2634
|
*/
|
|
2635
2635
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2636
2636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2853,7 +2853,7 @@ class MysqlaasClient {
|
|
|
2853
2853
|
* @param CreateConfigurationRequest
|
|
2854
2854
|
* @return CreateConfigurationResponse
|
|
2855
2855
|
* @throws OciError when an error occurs
|
|
2856
|
-
* @example Click {@link https://docs.
|
|
2856
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
2857
2857
|
*/
|
|
2858
2858
|
createConfiguration(createConfigurationRequest) {
|
|
2859
2859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2928,7 +2928,7 @@ class MysqlaasClient {
|
|
|
2928
2928
|
* @param DeleteConfigurationRequest
|
|
2929
2929
|
* @return DeleteConfigurationResponse
|
|
2930
2930
|
* @throws OciError when an error occurs
|
|
2931
|
-
* @example Click {@link https://docs.
|
|
2931
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
2932
2932
|
*/
|
|
2933
2933
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
2934
2934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2984,7 +2984,7 @@ class MysqlaasClient {
|
|
|
2984
2984
|
* @param GetConfigurationRequest
|
|
2985
2985
|
* @return GetConfigurationResponse
|
|
2986
2986
|
* @throws OciError when an error occurs
|
|
2987
|
-
* @example Click {@link https://docs.
|
|
2987
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
2988
2988
|
*/
|
|
2989
2989
|
getConfiguration(getConfigurationRequest) {
|
|
2990
2990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3056,7 +3056,7 @@ class MysqlaasClient {
|
|
|
3056
3056
|
* @param ListConfigurationsRequest
|
|
3057
3057
|
* @return ListConfigurationsResponse
|
|
3058
3058
|
* @throws OciError when an error occurs
|
|
3059
|
-
* @example Click {@link https://docs.
|
|
3059
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3060
3060
|
*/
|
|
3061
3061
|
listConfigurations(listConfigurationsRequest) {
|
|
3062
3062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3172,7 +3172,7 @@ class MysqlaasClient {
|
|
|
3172
3172
|
* @param ListShapesRequest
|
|
3173
3173
|
* @return ListShapesResponse
|
|
3174
3174
|
* @throws OciError when an error occurs
|
|
3175
|
-
* @example Click {@link https://docs.
|
|
3175
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3176
3176
|
*/
|
|
3177
3177
|
listShapes(listShapesRequest) {
|
|
3178
3178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3236,7 +3236,7 @@ class MysqlaasClient {
|
|
|
3236
3236
|
* @param ListVersionsRequest
|
|
3237
3237
|
* @return ListVersionsResponse
|
|
3238
3238
|
* @throws OciError when an error occurs
|
|
3239
|
-
* @example Click {@link https://docs.
|
|
3239
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3240
3240
|
*/
|
|
3241
3241
|
listVersions(listVersionsRequest) {
|
|
3242
3242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3294,7 +3294,7 @@ class MysqlaasClient {
|
|
|
3294
3294
|
* @param UpdateConfigurationRequest
|
|
3295
3295
|
* @return UpdateConfigurationResponse
|
|
3296
3296
|
* @throws OciError when an error occurs
|
|
3297
|
-
* @example Click {@link https://docs.
|
|
3297
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3298
3298
|
*/
|
|
3299
3299
|
updateConfiguration(updateConfigurationRequest) {
|
|
3300
3300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3521,7 +3521,7 @@ class ReplicasClient {
|
|
|
3521
3521
|
* @param CreateReplicaRequest
|
|
3522
3522
|
* @return CreateReplicaResponse
|
|
3523
3523
|
* @throws OciError when an error occurs
|
|
3524
|
-
* @example Click {@link https://docs.
|
|
3524
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
3525
3525
|
*/
|
|
3526
3526
|
createReplica(createReplicaRequest) {
|
|
3527
3527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3594,7 +3594,7 @@ class ReplicasClient {
|
|
|
3594
3594
|
* @param DeleteReplicaRequest
|
|
3595
3595
|
* @return DeleteReplicaResponse
|
|
3596
3596
|
* @throws OciError when an error occurs
|
|
3597
|
-
* @example Click {@link https://docs.
|
|
3597
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
3598
3598
|
*/
|
|
3599
3599
|
deleteReplica(deleteReplicaRequest) {
|
|
3600
3600
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3654,7 +3654,7 @@ class ReplicasClient {
|
|
|
3654
3654
|
* @param GetReplicaRequest
|
|
3655
3655
|
* @return GetReplicaResponse
|
|
3656
3656
|
* @throws OciError when an error occurs
|
|
3657
|
-
* @example Click {@link https://docs.
|
|
3657
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
3658
3658
|
*/
|
|
3659
3659
|
getReplica(getReplicaRequest) {
|
|
3660
3660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3718,7 +3718,7 @@ class ReplicasClient {
|
|
|
3718
3718
|
* @param ListReplicasRequest
|
|
3719
3719
|
* @return ListReplicasResponse
|
|
3720
3720
|
* @throws OciError when an error occurs
|
|
3721
|
-
* @example Click {@link https://docs.
|
|
3721
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
3722
3722
|
*/
|
|
3723
3723
|
listReplicas(listReplicasRequest) {
|
|
3724
3724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3831,7 +3831,7 @@ class ReplicasClient {
|
|
|
3831
3831
|
* @param UpdateReplicaRequest
|
|
3832
3832
|
* @return UpdateReplicaResponse
|
|
3833
3833
|
* @throws OciError when an error occurs
|
|
3834
|
-
* @example Click {@link https://docs.
|
|
3834
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
3835
3835
|
*/
|
|
3836
3836
|
updateReplica(updateReplicaRequest) {
|
|
3837
3837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4054,7 +4054,7 @@ class WorkRequestsClient {
|
|
|
4054
4054
|
* @param GetWorkRequestRequest
|
|
4055
4055
|
* @return GetWorkRequestResponse
|
|
4056
4056
|
* @throws OciError when an error occurs
|
|
4057
|
-
* @example Click {@link https://docs.
|
|
4057
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
4058
4058
|
*/
|
|
4059
4059
|
getWorkRequest(getWorkRequestRequest) {
|
|
4060
4060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4124,7 +4124,7 @@ class WorkRequestsClient {
|
|
|
4124
4124
|
* @param ListWorkRequestErrorsRequest
|
|
4125
4125
|
* @return ListWorkRequestErrorsResponse
|
|
4126
4126
|
* @throws OciError when an error occurs
|
|
4127
|
-
* @example Click {@link https://docs.
|
|
4127
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4128
4128
|
*/
|
|
4129
4129
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4130
4130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4231,7 +4231,7 @@ class WorkRequestsClient {
|
|
|
4231
4231
|
* @param ListWorkRequestLogsRequest
|
|
4232
4232
|
* @return ListWorkRequestLogsResponse
|
|
4233
4233
|
* @throws OciError when an error occurs
|
|
4234
|
-
* @example Click {@link https://docs.
|
|
4234
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4235
4235
|
*/
|
|
4236
4236
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4237
4237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4338,7 +4338,7 @@ class WorkRequestsClient {
|
|
|
4338
4338
|
* @param ListWorkRequestsRequest
|
|
4339
4339
|
* @return ListWorkRequestsResponse
|
|
4340
4340
|
* @throws OciError when an error occurs
|
|
4341
|
-
* @example Click {@link https://docs.
|
|
4341
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4342
4342
|
*/
|
|
4343
4343
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4344
4344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -17,7 +17,7 @@ import * as model from "../model";
|
|
|
17
17
|
To use any of the API operations, you must be authorized in an IAM
|
|
18
18
|
* policy. If you're not authorized, talk to an administrator. If you're an
|
|
19
19
|
* administrator who needs to write policies to give users access, see
|
|
20
|
-
* [Getting Started with Policies](https://docs.
|
|
20
|
+
* [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
export interface BackupSummary {
|
|
@@ -95,6 +95,16 @@ export interface BackupSummary {
|
|
|
95
95
|
[key: string]: any;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
|
+
/**
|
|
99
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
100
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"systemTags"?: {
|
|
104
|
+
[key: string]: {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
98
108
|
/**
|
|
99
109
|
* The OCID of the immediate source DB system backup from which this DB system backup was copied.
|
|
100
110
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backup-summary.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/backup-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"backup-summary.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/backup-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyGlC,IAAiB,aAAa,CAyB7B;AAzBD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACvE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACnF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAyB7B"}
|
package/lib/model/backup.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ To use any of the API operations, you must be authorized in an IAM
|
|
|
19
19
|
* policy. If you're not authorized, talk to an administrator. If you're an
|
|
20
20
|
* administrator who needs to write policies to give users access, see
|
|
21
21
|
* [Getting Started with
|
|
22
|
-
* Policies](https://docs.
|
|
22
|
+
* Policies](https://docs.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
export interface Backup {
|
|
@@ -108,6 +108,16 @@ export interface Backup {
|
|
|
108
108
|
[key: string]: any;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
|
+
/**
|
|
112
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
113
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
114
|
+
*
|
|
115
|
+
*/
|
|
116
|
+
"systemTags"?: {
|
|
117
|
+
[key: string]: {
|
|
118
|
+
[key: string]: any;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
111
121
|
/**
|
|
112
122
|
* The OCID of the immediate source DB system backup from which this DB system backup was copied.
|
|
113
123
|
*
|
package/lib/model/backup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqHlC,IAAiB,MAAM,CA6DtB;AA7DD,WAAiB,MAAM;IACrB,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,qBAAc,KAAd,qBAAc,QAazB;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,yCAA2B,CAAA;QAC3B;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,iBAAU,KAAV,iBAAU,QAQrB;IAED,IAAY,YASX;IATD,WAAY,YAAY;QACtB,iCAAiB,CAAA;QACjB,uCAAuB,CAAA;QACvB,qCAAqB,CAAA;QACrB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,mBAAY,KAAZ,mBAAY,QASvB;IAED,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6BAAsB,yBAWrC,CAAA;AACH,CAAC,EA7DgB,MAAM,GAAN,cAAM,KAAN,cAAM,QA6DtB"}
|
|
@@ -69,6 +69,16 @@ export interface ChannelSummary {
|
|
|
69
69
|
[key: string]: any;
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
|
+
/**
|
|
73
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
74
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"systemTags"?: {
|
|
78
|
+
[key: string]: {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
72
82
|
}
|
|
73
83
|
export declare namespace ChannelSummary {
|
|
74
84
|
function getJsonObj(obj: ChannelSummary): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel-summary.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/channel-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"channel-summary.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/channel-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+DlC,IAAiB,cAAc,CAuB9B;AAvBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC7E,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC9E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,yBAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACzF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,qCAAsB,yBAUrC,CAAA;AACH,CAAC,EAvBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAuB9B"}
|
package/lib/model/channel.d.ts
CHANGED
|
@@ -73,6 +73,16 @@ export interface Channel {
|
|
|
73
73
|
[key: string]: any;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
+
/**
|
|
77
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
78
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"systemTags"?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
76
86
|
}
|
|
77
87
|
export declare namespace Channel {
|
|
78
88
|
enum LifecycleState {
|
package/lib/model/channel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/channel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"channel.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/channel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmElC,IAAiB,OAAO,CAuCvB;AAvCD,WAAiB,OAAO;IACtB,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAczB;IAED,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC7E,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC9E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,kBAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YACzF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,8BAAsB,yBAUrC,CAAA;AACH,CAAC,EAvCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAuCvB"}
|
|
@@ -69,6 +69,16 @@ export interface ConfigurationSummary {
|
|
|
69
69
|
[key: string]: any;
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
|
+
/**
|
|
73
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
74
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"systemTags"?: {
|
|
78
|
+
[key: string]: {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
72
82
|
}
|
|
73
83
|
export declare namespace ConfigurationSummary {
|
|
74
84
|
function getJsonObj(obj: ConfigurationSummary): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/mysql/lib/model/configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|