@alicloud/polardbx20200202 3.4.2 → 3.5.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/dist/client.d.ts +648 -192
- package/dist/client.js +753 -192
- package/dist/client.js.map +1 -1
- package/dist/models/AllocateColdDataVolumeRequest.d.ts +4 -0
- package/dist/models/AllocateColdDataVolumeRequest.js.map +1 -1
- package/dist/models/AllocateColdDataVolumeResponseBody.d.ts +3 -0
- package/dist/models/AllocateColdDataVolumeResponseBody.js.map +1 -1
- package/dist/models/AllocateInstancePublicConnectionRequest.d.ts +9 -0
- package/dist/models/AllocateInstancePublicConnectionRequest.js.map +1 -1
- package/dist/models/AllocateInstancePublicConnectionResponseBody.d.ts +3 -0
- package/dist/models/AllocateInstancePublicConnectionResponseBody.js.map +1 -1
- package/dist/models/AttachColumnarInstanceRequest.d.ts +4 -0
- package/dist/models/AttachColumnarInstanceRequest.js.map +1 -1
- package/dist/models/AttachColumnarInstanceResponseBody.d.ts +9 -0
- package/dist/models/AttachColumnarInstanceResponseBody.js.map +1 -1
- package/dist/models/CancelActiveOperationTasksRequest.d.ts +4 -0
- package/dist/models/CancelActiveOperationTasksRequest.js.map +1 -1
- package/dist/models/CancelActiveOperationTasksResponseBody.d.ts +6 -0
- package/dist/models/CancelActiveOperationTasksResponseBody.js.map +1 -1
- package/dist/models/ChangeResourceGroupRequest.d.ts +9 -1
- package/dist/models/ChangeResourceGroupRequest.js.map +1 -1
- package/dist/models/ChangeResourceGroupResponseBody.d.ts +3 -0
- package/dist/models/ChangeResourceGroupResponseBody.js.map +1 -1
- package/dist/models/CheckCloudResourceAuthorizedRequest.d.ts +10 -0
- package/dist/models/CheckCloudResourceAuthorizedRequest.js.map +1 -1
- package/dist/models/CheckCloudResourceAuthorizedResponseBody.d.ts +17 -0
- package/dist/models/CheckCloudResourceAuthorizedResponseBody.js.map +1 -1
- package/dist/models/CheckSqlAuditSlsStatusRequest.d.ts +2 -0
- package/dist/models/CheckSqlAuditSlsStatusRequest.js.map +1 -1
- package/dist/models/CheckSqlAuditSlsStatusResponseBody.d.ts +8 -0
- package/dist/models/CheckSqlAuditSlsStatusResponseBody.js.map +1 -1
- package/dist/models/CloseEngineMigrationRequest.d.ts +15 -0
- package/dist/models/CloseEngineMigrationRequest.js.map +1 -1
- package/dist/models/CloseEngineMigrationResponseBody.d.ts +22 -0
- package/dist/models/CloseEngineMigrationResponseBody.js.map +1 -1
- package/dist/models/ConfirmNoConnectionRequest.d.ts +7 -0
- package/dist/models/ConfirmNoConnectionRequest.js.map +1 -1
- package/dist/models/ConfirmNoConnectionResponseBody.d.ts +16 -0
- package/dist/models/ConfirmNoConnectionResponseBody.js.map +1 -1
- package/dist/models/CreateAccountRequest.d.ts +32 -0
- package/dist/models/CreateAccountRequest.js.map +1 -1
- package/dist/models/CreateAccountResponseBody.d.ts +9 -0
- package/dist/models/CreateAccountResponseBody.js.map +1 -1
- package/dist/models/CreateBackupRequest.d.ts +7 -0
- package/dist/models/CreateBackupRequest.js.map +1 -1
- package/dist/models/CreateBackupResponseBody.d.ts +13 -0
- package/dist/models/CreateBackupResponseBody.js.map +1 -1
- package/dist/models/CreateCustomEndpointRequest.d.ts +19 -0
- package/dist/models/CreateCustomEndpointRequest.js.map +1 -1
- package/dist/models/CreateCustomEndpointResponseBody.d.ts +10 -0
- package/dist/models/CreateCustomEndpointResponseBody.js.map +1 -1
- package/dist/models/CreateDataImportTaskRequest.d.ts +47 -0
- package/dist/models/CreateDataImportTaskRequest.js.map +1 -1
- package/dist/models/CreateDataImportTaskResponseBody.d.ts +16 -0
- package/dist/models/CreateDataImportTaskResponseBody.js.map +1 -1
- package/dist/models/CreateDbinstanceRequest.d.ts +283 -3
- package/dist/models/CreateDbinstanceRequest.js.map +1 -1
- package/dist/models/CreateDbinstanceResponseBody.d.ts +9 -0
- package/dist/models/CreateDbinstanceResponseBody.js.map +1 -1
- package/dist/models/CreateDbinstanceShrinkRequest.d.ts +283 -3
- package/dist/models/CreateDbinstanceShrinkRequest.js.map +1 -1
- package/dist/models/CreateDbrequest.d.ts +42 -0
- package/dist/models/CreateDbrequest.js.map +1 -1
- package/dist/models/CreateDbresponseBody.d.ts +9 -0
- package/dist/models/CreateDbresponseBody.js.map +1 -1
- package/dist/models/CreateGdnInstanceRequest.d.ts +20 -0
- package/dist/models/CreateGdnInstanceRequest.js.map +1 -1
- package/dist/models/CreateGdnInstanceResponseBody.d.ts +14 -0
- package/dist/models/CreateGdnInstanceResponseBody.js.map +1 -1
- package/dist/models/CreateGdnStandbyMemberRequest.d.ts +8 -3
- package/dist/models/CreateGdnStandbyMemberRequest.js.map +1 -1
- package/dist/models/CreateGdnStandbyMemberResponseBody.d.ts +0 -3
- package/dist/models/CreateGdnStandbyMemberResponseBody.js.map +1 -1
- package/dist/models/CreateMem0request.d.ts +4 -0
- package/dist/models/CreateMem0request.js.map +1 -1
- package/dist/models/CreateMem0responseBody.d.ts +27 -0
- package/dist/models/CreateMem0responseBody.js +37 -1
- package/dist/models/CreateMem0responseBody.js.map +1 -1
- package/dist/models/CreateRplInspectionTaskRequest.d.ts +22 -0
- package/dist/models/CreateRplInspectionTaskRequest.js.map +1 -1
- package/dist/models/CreateRplInspectionTaskResponseBody.d.ts +16 -0
- package/dist/models/CreateRplInspectionTaskResponseBody.js.map +1 -1
- package/dist/models/CreateSqlevaluateTaskRequest.d.ts +37 -0
- package/dist/models/CreateSqlevaluateTaskRequest.js.map +1 -1
- package/dist/models/CreateSqlevaluateTaskResponseBody.d.ts +16 -0
- package/dist/models/CreateSqlevaluateTaskResponseBody.js.map +1 -1
- package/dist/models/CreateStoragePoolRequest.d.ts +13 -0
- package/dist/models/CreateStoragePoolRequest.js.map +1 -1
- package/dist/models/CreateStoragePoolResponseBody.d.ts +3 -0
- package/dist/models/CreateStoragePoolResponseBody.js.map +1 -1
- package/dist/models/CreateStructureImportTaskRequest.d.ts +10 -0
- package/dist/models/CreateStructureImportTaskRequest.js.map +1 -1
- package/dist/models/CreateStructureImportTaskResponseBody.d.ts +16 -0
- package/dist/models/CreateStructureImportTaskResponseBody.js.map +1 -1
- package/dist/models/CreateSubCninstanceResponseBody.d.ts +0 -3
- package/dist/models/CreateSubCninstanceResponseBody.js.map +1 -1
- package/dist/models/CreateSuperAccountRequest.d.ts +11 -0
- package/dist/models/CreateSuperAccountRequest.js.map +1 -1
- package/dist/models/CreateSuperAccountResponseBody.d.ts +9 -0
- package/dist/models/CreateSuperAccountResponseBody.js.map +1 -1
- package/dist/models/CreateTransformOperationRequest.d.ts +9 -0
- package/dist/models/CreateTransformOperationRequest.js.map +1 -1
- package/dist/models/DeleteAccountRequest.d.ts +16 -0
- package/dist/models/DeleteAccountRequest.js.map +1 -1
- package/dist/models/DeleteAccountResponseBody.d.ts +9 -0
- package/dist/models/DeleteAccountResponseBody.js.map +1 -1
- package/dist/models/DeleteCustomEndpointRequest.d.ts +9 -0
- package/dist/models/DeleteCustomEndpointRequest.js.map +1 -1
- package/dist/models/DeleteDbinstanceRequest.d.ts +4 -0
- package/dist/models/DeleteDbinstanceRequest.js.map +1 -1
- package/dist/models/DeleteDbinstanceResponseBody.d.ts +3 -0
- package/dist/models/DeleteDbinstanceResponseBody.js.map +1 -1
- package/dist/models/DeleteDbrequest.d.ts +6 -0
- package/dist/models/DeleteDbrequest.js.map +1 -1
- package/dist/models/DeleteDbresponseBody.d.ts +9 -0
- package/dist/models/DeleteDbresponseBody.js.map +1 -1
- package/dist/models/DeleteEvaluateAndImportTaskRequest.d.ts +5 -0
- package/dist/models/DeleteEvaluateAndImportTaskRequest.js.map +1 -1
- package/dist/models/DeleteEvaluateAndImportTaskResponseBody.d.ts +12 -0
- package/dist/models/DeleteEvaluateAndImportTaskResponseBody.js.map +1 -1
- package/dist/models/DeleteGdnInstanceRequest.d.ts +5 -0
- package/dist/models/DeleteGdnInstanceRequest.js.map +1 -1
- package/dist/models/DeleteGdnInstanceResponseBody.d.ts +14 -0
- package/dist/models/DeleteGdnInstanceResponseBody.js.map +1 -1
- package/dist/models/DeleteMem0request.d.ts +4 -0
- package/dist/models/DeleteMem0request.js.map +1 -1
- package/dist/models/DeleteMem0responseBody.d.ts +30 -0
- package/dist/models/DeleteMem0responseBody.js +37 -1
- package/dist/models/DeleteMem0responseBody.js.map +1 -1
- package/dist/models/DeleteSubCninstanceResponseBody.d.ts +0 -3
- package/dist/models/DeleteSubCninstanceResponseBody.js.map +1 -1
- package/dist/models/DescribeAccountListRequest.d.ts +13 -0
- package/dist/models/DescribeAccountListRequest.js.map +1 -1
- package/dist/models/DescribeAccountListResponseBody.d.ts +37 -0
- package/dist/models/DescribeAccountListResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationMaintainConfRequest.d.ts +2 -0
- package/dist/models/DescribeActiveOperationMaintainConfRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationMaintainConfResponseBody.d.ts +34 -0
- package/dist/models/DescribeActiveOperationMaintainConfResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskCountRequest.d.ts +8 -0
- package/dist/models/DescribeActiveOperationTaskCountRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskCountResponseBody.d.ts +12 -0
- package/dist/models/DescribeActiveOperationTaskCountResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTasksRequest.d.ts +50 -0
- package/dist/models/DescribeActiveOperationTasksRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTasksResponseBody.d.ts +115 -0
- package/dist/models/DescribeActiveOperationTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeArchiveTableListRequest.d.ts +2 -0
- package/dist/models/DescribeArchiveTableListRequest.js.map +1 -1
- package/dist/models/DescribeArchiveTableListResponseBody.d.ts +40 -0
- package/dist/models/DescribeArchiveTableListResponseBody.js.map +1 -1
- package/dist/models/DescribeAvailableCrossRegionsRequest.d.ts +6 -0
- package/dist/models/DescribeAvailableCrossRegionsRequest.js.map +1 -1
- package/dist/models/DescribeAvailableCrossRegionsResponseBody.d.ts +14 -0
- package/dist/models/DescribeAvailableCrossRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupPolicyRequest.d.ts +4 -0
- package/dist/models/DescribeBackupPolicyRequest.js.map +1 -1
- package/dist/models/DescribeBackupPolicyResponseBody.d.ts +13 -0
- package/dist/models/DescribeBackupPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupSetListRequest.d.ts +23 -0
- package/dist/models/DescribeBackupSetListRequest.js.map +1 -1
- package/dist/models/DescribeBackupSetListResponseBody.d.ts +44 -0
- package/dist/models/DescribeBackupSetListResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupSetRequest.d.ts +14 -0
- package/dist/models/DescribeBackupSetRequest.js.map +1 -1
- package/dist/models/DescribeBackupSetResponseBody.d.ts +61 -1
- package/dist/models/DescribeBackupSetResponseBody.js.map +1 -1
- package/dist/models/DescribeBinaryLogListRequest.d.ts +14 -0
- package/dist/models/DescribeBinaryLogListRequest.js.map +1 -1
- package/dist/models/DescribeBinaryLogListResponseBody.d.ts +56 -0
- package/dist/models/DescribeBinaryLogListResponseBody.js.map +1 -1
- package/dist/models/DescribeCdcClassListRequest.d.ts +7 -0
- package/dist/models/DescribeCdcClassListRequest.js.map +1 -1
- package/dist/models/DescribeCdcClassListResponseBody.d.ts +13 -0
- package/dist/models/DescribeCdcClassListResponseBody.js.map +1 -1
- package/dist/models/DescribeCdcInfoRequest.d.ts +4 -0
- package/dist/models/DescribeCdcInfoRequest.js.map +1 -1
- package/dist/models/DescribeCdcInfoResponseBody.d.ts +71 -0
- package/dist/models/DescribeCdcInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeCdcVersionListRequest.d.ts +6 -0
- package/dist/models/DescribeCdcVersionListRequest.js.map +1 -1
- package/dist/models/DescribeCdcVersionListResponseBody.d.ts +8 -0
- package/dist/models/DescribeCdcVersionListResponseBody.js.map +1 -1
- package/dist/models/DescribeCharacterSetRequest.d.ts +4 -0
- package/dist/models/DescribeCharacterSetRequest.js.map +1 -1
- package/dist/models/DescribeCharacterSetResponseBody.d.ts +25 -0
- package/dist/models/DescribeCharacterSetResponseBody.js.map +1 -1
- package/dist/models/DescribeColdDataBasicInfoResponseBody.d.ts +32 -0
- package/dist/models/DescribeColdDataBasicInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeColumnarClassListRequest.d.ts +7 -0
- package/dist/models/DescribeColumnarClassListRequest.js.map +1 -1
- package/dist/models/DescribeColumnarClassListResponseBody.d.ts +13 -0
- package/dist/models/DescribeColumnarClassListResponseBody.js.map +1 -1
- package/dist/models/DescribeColumnarInfoRequest.d.ts +5 -0
- package/dist/models/DescribeColumnarInfoRequest.js.map +1 -1
- package/dist/models/DescribeColumnarInfoResponseBody.d.ts +56 -0
- package/dist/models/DescribeColumnarInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeColumnarVersionListRequest.d.ts +6 -0
- package/dist/models/DescribeColumnarVersionListRequest.js.map +1 -1
- package/dist/models/DescribeColumnarVersionListResponseBody.d.ts +8 -0
- package/dist/models/DescribeColumnarVersionListResponseBody.js.map +1 -1
- package/dist/models/DescribeComponentPropetiesRequest.d.ts +13 -0
- package/dist/models/DescribeComponentPropetiesRequest.js.map +1 -1
- package/dist/models/DescribeComponentPropetiesResponseBody.d.ts +22 -0
- package/dist/models/DescribeComponentPropetiesResponseBody.js.map +1 -1
- package/dist/models/DescribeCustomEndpointListRequest.d.ts +11 -0
- package/dist/models/DescribeCustomEndpointListRequest.js.map +1 -1
- package/dist/models/DescribeCustomEndpointListResponseBody.d.ts +42 -0
- package/dist/models/DescribeCustomEndpointListResponseBody.js.map +1 -1
- package/dist/models/DescribeDataImportTaskInfoRequest.d.ts +16 -0
- package/dist/models/DescribeDataImportTaskInfoRequest.js.map +1 -1
- package/dist/models/DescribeDataImportTaskInfoResponseBody.d.ts +72 -0
- package/dist/models/DescribeDataImportTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeDbListRequest.d.ts +7 -0
- package/dist/models/DescribeDbListRequest.js.map +1 -1
- package/dist/models/DescribeDbListResponseBody.d.ts +35 -0
- package/dist/models/DescribeDbListResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +7 -0
- package/dist/models/DescribeDbinstanceAttributeRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +298 -7
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js +2 -0
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceConfigRequest.d.ts +6 -0
- package/dist/models/DescribeDbinstanceConfigRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceConfigResponseBody.d.ts +32 -0
- package/dist/models/DescribeDbinstanceConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceEndpointResponseBody.d.ts +4 -3
- package/dist/models/DescribeDbinstanceEndpointResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceSslrequest.d.ts +6 -0
- package/dist/models/DescribeDbinstanceSslrequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceSslresponseBody.d.ts +19 -0
- package/dist/models/DescribeDbinstanceSslresponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceTderequest.d.ts +6 -0
- package/dist/models/DescribeDbinstanceTderequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceTderesponseBody.d.ts +13 -0
- package/dist/models/DescribeDbinstanceTderesponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceTopologyRequest.d.ts +25 -0
- package/dist/models/DescribeDbinstanceTopologyRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceTopologyResponseBody.d.ts +307 -1
- package/dist/models/DescribeDbinstanceTopologyResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceViaEndpointRequest.d.ts +7 -0
- package/dist/models/DescribeDbinstanceViaEndpointRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceViaEndpointResponseBody.d.ts +228 -0
- package/dist/models/DescribeDbinstanceViaEndpointResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancesRequest.d.ts +43 -2
- package/dist/models/DescribeDbinstancesRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancesResponseBody.d.ts +223 -7
- package/dist/models/DescribeDbinstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeDbnodePerformanceRequest.d.ts +20 -0
- package/dist/models/DescribeDbnodePerformanceRequest.js.map +1 -1
- package/dist/models/DescribeDbnodePerformanceResponseBody.d.ts +12 -0
- package/dist/models/DescribeDbnodePerformanceResponseBody.js.map +1 -1
- package/dist/models/DescribeDistributeTableListRequest.d.ts +6 -0
- package/dist/models/DescribeDistributeTableListRequest.js.map +1 -1
- package/dist/models/DescribeDistributeTableListResponseBody.d.ts +29 -0
- package/dist/models/DescribeDistributeTableListResponseBody.js.map +1 -1
- package/dist/models/DescribeEnabledCrossRegionsRequest.d.ts +6 -0
- package/dist/models/DescribeEnabledCrossRegionsRequest.js.map +1 -1
- package/dist/models/DescribeEnabledCrossRegionsResponseBody.d.ts +14 -0
- package/dist/models/DescribeEnabledCrossRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeEvaluateAndImportTaskRequest.d.ts +5 -0
- package/dist/models/DescribeEvaluateAndImportTaskRequest.js.map +1 -1
- package/dist/models/DescribeEvaluateAndImportTaskResponseBody.d.ts +77 -0
- package/dist/models/DescribeEvaluateAndImportTaskResponseBody.js.map +1 -1
- package/dist/models/DescribeEvaluateAndImportTasksRequest.d.ts +8 -0
- package/dist/models/DescribeEvaluateAndImportTasksRequest.js.map +1 -1
- package/dist/models/DescribeEvaluateAndImportTasksResponseBody.d.ts +79 -0
- package/dist/models/DescribeEvaluateAndImportTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +14 -0
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +49 -0
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeGdnInstancesRequest.d.ts +18 -1
- package/dist/models/DescribeGdnInstancesRequest.js.map +1 -1
- package/dist/models/DescribeGdnInstancesResponseBody.d.ts +144 -0
- package/dist/models/DescribeGdnInstancesResponseBody.js.map +1 -1
- package/dist/models/DescribeMem0infoRequest.d.ts +4 -0
- package/dist/models/DescribeMem0infoRequest.js.map +1 -1
- package/dist/models/DescribeMem0infoResponseBody.d.ts +77 -0
- package/dist/models/DescribeMem0infoResponseBody.js +37 -1
- package/dist/models/DescribeMem0infoResponseBody.js.map +1 -1
- package/dist/models/DescribeMem0securityIpsRequest.d.ts +33 -0
- package/dist/models/DescribeMem0securityIpsRequest.js +60 -0
- package/dist/models/DescribeMem0securityIpsRequest.js.map +1 -0
- package/dist/models/DescribeMem0securityIpsResponse.d.ts +19 -0
- package/dist/models/DescribeMem0securityIpsResponse.js +69 -0
- package/dist/models/DescribeMem0securityIpsResponse.js.map +1 -0
- package/dist/models/DescribeMem0securityIpsResponseBody.d.ts +164 -0
- package/dist/models/DescribeMem0securityIpsResponseBody.js +146 -0
- package/dist/models/DescribeMem0securityIpsResponseBody.js.map +1 -0
- package/dist/models/DescribeOpenBackupSetRequest.d.ts +8 -0
- package/dist/models/DescribeOpenBackupSetRequest.js.map +1 -1
- package/dist/models/DescribeOpenBackupSetResponseBody.d.ts +7 -0
- package/dist/models/DescribeOpenBackupSetResponseBody.js.map +1 -1
- package/dist/models/DescribeParameterGroupsRequest.d.ts +3 -0
- package/dist/models/DescribeParameterGroupsRequest.js.map +1 -1
- package/dist/models/DescribeParameterGroupsResponseBody.d.ts +53 -0
- package/dist/models/DescribeParameterGroupsResponseBody.js.map +1 -1
- package/dist/models/DescribeParameterTemplatesRequest.d.ts +11 -0
- package/dist/models/DescribeParameterTemplatesRequest.js.map +1 -1
- package/dist/models/DescribeParameterTemplatesResponseBody.d.ts +44 -0
- package/dist/models/DescribeParameterTemplatesResponseBody.js.map +1 -1
- package/dist/models/DescribeParametersRequest.d.ts +10 -0
- package/dist/models/DescribeParametersRequest.js.map +1 -1
- package/dist/models/DescribeParametersResponseBody.d.ts +47 -0
- package/dist/models/DescribeParametersResponseBody.js.map +1 -1
- package/dist/models/DescribePolarxDataNodesRequest.d.ts +17 -0
- package/dist/models/DescribePolarxDataNodesRequest.js.map +1 -1
- package/dist/models/DescribePolarxDataNodesResponseBody.d.ts +29 -0
- package/dist/models/DescribePolarxDataNodesResponseBody.js.map +1 -1
- package/dist/models/DescribeRdsVpcsRequest.d.ts +5 -0
- package/dist/models/DescribeRdsVpcsRequest.js.map +1 -1
- package/dist/models/DescribeRdsVpcsResponseBody.d.ts +69 -0
- package/dist/models/DescribeRdsVpcsResponseBody.js.map +1 -1
- package/dist/models/DescribeRdsVswitchesRequest.d.ts +9 -0
- package/dist/models/DescribeRdsVswitchesRequest.js.map +1 -1
- package/dist/models/DescribeRdsVswitchesResponseBody.d.ts +34 -0
- package/dist/models/DescribeRdsVswitchesResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +15 -0
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeRplInspectionTaskRequest.d.ts +17 -0
- package/dist/models/DescribeRplInspectionTaskRequest.js.map +1 -1
- package/dist/models/DescribeRplInspectionTaskResponseBody.d.ts +38 -0
- package/dist/models/DescribeRplInspectionTaskResponseBody.js.map +1 -1
- package/dist/models/DescribeScaleOutMigrateTaskListRequest.d.ts +2 -0
- package/dist/models/DescribeScaleOutMigrateTaskListRequest.js.map +1 -1
- package/dist/models/DescribeScaleOutMigrateTaskListResponseBody.d.ts +6 -0
- package/dist/models/DescribeScaleOutMigrateTaskListResponseBody.js.map +1 -1
- package/dist/models/DescribeSecurityIpsRequest.d.ts +4 -0
- package/dist/models/DescribeSecurityIpsRequest.js.map +1 -1
- package/dist/models/DescribeSecurityIpsResponseBody.d.ts +26 -0
- package/dist/models/DescribeSecurityIpsResponseBody.js.map +1 -1
- package/dist/models/DescribeShowStorageInfoRequest.d.ts +7 -0
- package/dist/models/DescribeShowStorageInfoRequest.js.map +1 -1
- package/dist/models/DescribeShowStorageInfoResponseBody.d.ts +41 -0
- package/dist/models/DescribeShowStorageInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeSlowLogRecordsRequest.d.ts +24 -0
- package/dist/models/DescribeSlowLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeSlowLogRecordsResponseBody.d.ts +101 -0
- package/dist/models/DescribeSlowLogRecordsResponseBody.js.map +1 -1
- package/dist/models/DescribeSqlAuditInfoRequest.d.ts +11 -1
- package/dist/models/DescribeSqlAuditInfoRequest.js.map +1 -1
- package/dist/models/DescribeSqlAuditInfoResponseBody.d.ts +17 -1
- package/dist/models/DescribeSqlAuditInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeSqlFlashbackTaskListRequest.d.ts +4 -0
- package/dist/models/DescribeSqlFlashbackTaskListRequest.js.map +1 -1
- package/dist/models/DescribeSqlFlashbackTaskListResponseBody.d.ts +80 -0
- package/dist/models/DescribeSqlFlashbackTaskListResponseBody.js.map +1 -1
- package/dist/models/DescribeStoragePoolInfoRequest.d.ts +7 -0
- package/dist/models/DescribeStoragePoolInfoRequest.js.map +1 -1
- package/dist/models/DescribeStoragePoolInfoResponseBody.d.ts +35 -0
- package/dist/models/DescribeStoragePoolInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeStructureImportTaskInfoRequest.d.ts +4 -0
- package/dist/models/DescribeStructureImportTaskInfoRequest.js.map +1 -1
- package/dist/models/DescribeStructureImportTaskInfoResponseBody.d.ts +38 -0
- package/dist/models/DescribeStructureImportTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTagsRequest.d.ts +8 -0
- package/dist/models/DescribeTagsRequest.js.map +1 -1
- package/dist/models/DescribeTagsResponseBody.d.ts +14 -0
- package/dist/models/DescribeTagsResponseBody.js.map +1 -1
- package/dist/models/DescribeTasksRequest.d.ts +18 -0
- package/dist/models/DescribeTasksRequest.js.map +1 -1
- package/dist/models/DescribeTasksResponseBody.d.ts +52 -0
- package/dist/models/DescribeTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeTransformStatusRequest.d.ts +9 -0
- package/dist/models/DescribeTransformStatusRequest.js.map +1 -1
- package/dist/models/DescribeTransformStatusResponseBody.d.ts +38 -0
- package/dist/models/DescribeTransformStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeUserEncryptionKeyListRequest.d.ts +6 -0
- package/dist/models/DescribeUserEncryptionKeyListRequest.js.map +1 -1
- package/dist/models/DescribeUserEncryptionKeyListResponseBody.d.ts +11 -0
- package/dist/models/DescribeUserEncryptionKeyListResponseBody.js.map +1 -1
- package/dist/models/DisableRightsSeparationRequest.d.ts +8 -0
- package/dist/models/DisableRightsSeparationRequest.js.map +1 -1
- package/dist/models/DisableRightsSeparationResponseBody.d.ts +9 -0
- package/dist/models/DisableRightsSeparationResponseBody.js.map +1 -1
- package/dist/models/DisableSqlAuditRequest.d.ts +10 -0
- package/dist/models/DisableSqlAuditRequest.js.map +1 -1
- package/dist/models/DisableSqlAuditResponseBody.d.ts +3 -0
- package/dist/models/DisableSqlAuditResponseBody.js.map +1 -1
- package/dist/models/EnableRightsSeparationRequest.d.ts +18 -0
- package/dist/models/EnableRightsSeparationRequest.js.map +1 -1
- package/dist/models/EnableRightsSeparationResponseBody.d.ts +9 -0
- package/dist/models/EnableRightsSeparationResponseBody.js.map +1 -1
- package/dist/models/EnableSqlAuditRequest.d.ts +19 -0
- package/dist/models/EnableSqlAuditRequest.js.map +1 -1
- package/dist/models/EnableSqlAuditResponseBody.d.ts +6 -0
- package/dist/models/EnableSqlAuditResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +21 -0
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +6 -0
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/MigrateDbinstanceRequest.d.ts +30 -0
- package/dist/models/MigrateDbinstanceRequest.js.map +1 -1
- package/dist/models/MigrateDbinstanceResponseBody.d.ts +9 -0
- package/dist/models/MigrateDbinstanceResponseBody.js.map +1 -1
- package/dist/models/ModifyAccountDescriptionRequest.d.ts +13 -0
- package/dist/models/ModifyAccountDescriptionRequest.js.map +1 -1
- package/dist/models/ModifyAccountDescriptionResponseBody.d.ts +9 -0
- package/dist/models/ModifyAccountDescriptionResponseBody.js.map +1 -1
- package/dist/models/ModifyAccountPrivilegeRequest.d.ts +23 -0
- package/dist/models/ModifyAccountPrivilegeRequest.js.map +1 -1
- package/dist/models/ModifyAccountPrivilegeResponseBody.d.ts +9 -0
- package/dist/models/ModifyAccountPrivilegeResponseBody.js.map +1 -1
- package/dist/models/ModifyActiveOperationMaintainConfRequest.d.ts +15 -0
- package/dist/models/ModifyActiveOperationMaintainConfRequest.js.map +1 -1
- package/dist/models/ModifyActiveOperationMaintainConfResponseBody.d.ts +3 -0
- package/dist/models/ModifyActiveOperationMaintainConfResponseBody.js.map +1 -1
- package/dist/models/ModifyActiveOperationTasksRequest.d.ts +13 -0
- package/dist/models/ModifyActiveOperationTasksRequest.js.map +1 -1
- package/dist/models/ModifyActiveOperationTasksResponseBody.d.ts +6 -0
- package/dist/models/ModifyActiveOperationTasksResponseBody.js.map +1 -1
- package/dist/models/ModifyCdcClassRequest.d.ts +12 -0
- package/dist/models/ModifyCdcClassRequest.js.map +1 -1
- package/dist/models/ModifyCdcClassResponseBody.d.ts +7 -0
- package/dist/models/ModifyCdcClassResponseBody.js.map +1 -1
- package/dist/models/ModifyColumnarClassRequest.d.ts +12 -0
- package/dist/models/ModifyColumnarClassRequest.js.map +1 -1
- package/dist/models/ModifyColumnarClassResponseBody.d.ts +7 -0
- package/dist/models/ModifyColumnarClassResponseBody.js.map +1 -1
- package/dist/models/ModifyCustomEndpointNetRequest.d.ts +19 -0
- package/dist/models/ModifyCustomEndpointNetRequest.js.map +1 -1
- package/dist/models/ModifyCustomEndpointRequest.d.ts +17 -1
- package/dist/models/ModifyCustomEndpointRequest.js.map +1 -1
- package/dist/models/ModifyDatabaseDescriptionRequest.d.ts +11 -0
- package/dist/models/ModifyDatabaseDescriptionRequest.js.map +1 -1
- package/dist/models/ModifyDatabaseDescriptionResponseBody.d.ts +9 -0
- package/dist/models/ModifyDatabaseDescriptionResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceClassRequest.d.ts +174 -1
- package/dist/models/ModifyDbinstanceClassRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceClassResponseBody.d.ts +6 -0
- package/dist/models/ModifyDbinstanceClassResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceConfigRequest.d.ts +8 -0
- package/dist/models/ModifyDbinstanceConfigRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceConfigResponseBody.d.ts +3 -0
- package/dist/models/ModifyDbinstanceConfigResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceConnectionStringRequest.d.ts +10 -0
- package/dist/models/ModifyDbinstanceConnectionStringRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceConnectionStringResponseBody.d.ts +25 -0
- package/dist/models/ModifyDbinstanceConnectionStringResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceDescriptionRequest.d.ts +9 -0
- package/dist/models/ModifyDbinstanceDescriptionRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceDescriptionResponseBody.d.ts +3 -0
- package/dist/models/ModifyDbinstanceDescriptionResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceMaintainTimeRequest.d.ts +10 -1
- package/dist/models/ModifyDbinstanceMaintainTimeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceMaintainTimeResponseBody.d.ts +3 -0
- package/dist/models/ModifyDbinstanceMaintainTimeResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceVipRequest.d.ts +8 -0
- package/dist/models/ModifyDbinstanceVipRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceVipResponseBody.d.ts +10 -0
- package/dist/models/ModifyDbinstanceVipResponseBody.js.map +1 -1
- package/dist/models/ModifyEngineMigrationRequest.d.ts +23 -0
- package/dist/models/ModifyEngineMigrationRequest.js.map +1 -1
- package/dist/models/ModifyEngineMigrationResponseBody.d.ts +22 -0
- package/dist/models/ModifyEngineMigrationResponseBody.js.map +1 -1
- package/dist/models/ModifyMem0securityIpsRequest.d.ts +63 -0
- package/dist/models/ModifyMem0securityIpsRequest.js +66 -0
- package/dist/models/ModifyMem0securityIpsRequest.js.map +1 -0
- package/dist/models/ModifyMem0securityIpsResponse.d.ts +19 -0
- package/dist/models/ModifyMem0securityIpsResponse.js +69 -0
- package/dist/models/ModifyMem0securityIpsResponse.js.map +1 -0
- package/dist/models/ModifyMem0securityIpsResponseBody.d.ts +124 -0
- package/dist/models/ModifyMem0securityIpsResponseBody.js +118 -0
- package/dist/models/ModifyMem0securityIpsResponseBody.js.map +1 -0
- package/dist/models/ModifyParameterRequest.d.ts +16 -0
- package/dist/models/ModifyParameterRequest.js.map +1 -1
- package/dist/models/ModifyParameterResponseBody.d.ts +3 -0
- package/dist/models/ModifyParameterResponseBody.js.map +1 -1
- package/dist/models/ModifySecurityIpsRequest.d.ts +16 -0
- package/dist/models/ModifySecurityIpsRequest.js.map +1 -1
- package/dist/models/ModifySecurityIpsResponseBody.d.ts +9 -0
- package/dist/models/ModifySecurityIpsResponseBody.js.map +1 -1
- package/dist/models/PreCheckSqlFlashbackTaskRequest.d.ts +10 -0
- package/dist/models/PreCheckSqlFlashbackTaskRequest.js.map +1 -1
- package/dist/models/PreCheckSqlFlashbackTaskResponseBody.d.ts +41 -0
- package/dist/models/PreCheckSqlFlashbackTaskResponseBody.js.map +1 -1
- package/dist/models/RefreshImportMetaRequest.d.ts +7 -0
- package/dist/models/RefreshImportMetaRequest.js.map +1 -1
- package/dist/models/RefreshImportMetaResponseBody.d.ts +16 -0
- package/dist/models/RefreshImportMetaResponseBody.js.map +1 -1
- package/dist/models/ReleaseColdDataVolumeRequest.d.ts +4 -0
- package/dist/models/ReleaseColdDataVolumeRequest.js.map +1 -1
- package/dist/models/ReleaseColdDataVolumeResponseBody.d.ts +3 -0
- package/dist/models/ReleaseColdDataVolumeResponseBody.js.map +1 -1
- package/dist/models/ReleaseInstancePublicConnectionRequest.d.ts +7 -0
- package/dist/models/ReleaseInstancePublicConnectionRequest.js.map +1 -1
- package/dist/models/ReleaseInstancePublicConnectionResponseBody.d.ts +3 -0
- package/dist/models/ReleaseInstancePublicConnectionResponseBody.js.map +1 -1
- package/dist/models/ResetAccountPasswordRequest.d.ts +14 -0
- package/dist/models/ResetAccountPasswordRequest.js.map +1 -1
- package/dist/models/ResetAccountPasswordResponseBody.d.ts +9 -0
- package/dist/models/ResetAccountPasswordResponseBody.js.map +1 -1
- package/dist/models/ResetAccountPasswordRestrictRequest.d.ts +14 -0
- package/dist/models/ResetAccountPasswordRestrictRequest.js.map +1 -1
- package/dist/models/ResetAccountPasswordRestrictResponseBody.d.ts +9 -0
- package/dist/models/ResetAccountPasswordRestrictResponseBody.js.map +1 -1
- package/dist/models/ResetMem0accountPasswordRequest.d.ts +41 -0
- package/dist/models/ResetMem0accountPasswordRequest.js +62 -0
- package/dist/models/ResetMem0accountPasswordRequest.js.map +1 -0
- package/dist/models/ResetMem0accountPasswordResponse.d.ts +19 -0
- package/dist/models/ResetMem0accountPasswordResponse.js +69 -0
- package/dist/models/ResetMem0accountPasswordResponse.js.map +1 -0
- package/dist/models/ResetMem0accountPasswordResponseBody.d.ts +74 -0
- package/dist/models/ResetMem0accountPasswordResponseBody.js +120 -0
- package/dist/models/ResetMem0accountPasswordResponseBody.js.map +1 -0
- package/dist/models/RestartDataImportTaskRequest.d.ts +11 -0
- package/dist/models/RestartDataImportTaskRequest.js.map +1 -1
- package/dist/models/RestartDataImportTaskResponseBody.d.ts +12 -0
- package/dist/models/RestartDataImportTaskResponseBody.js.map +1 -1
- package/dist/models/RestartDbinstanceRequest.d.ts +4 -0
- package/dist/models/RestartDbinstanceRequest.js.map +1 -1
- package/dist/models/RestartDbinstanceResponseBody.d.ts +3 -0
- package/dist/models/RestartDbinstanceResponseBody.js.map +1 -1
- package/dist/models/RestoreDbinstanceRequest.d.ts +0 -3
- package/dist/models/RestoreDbinstanceRequest.js.map +1 -1
- package/dist/models/SkipCurrentStepRequest.d.ts +9 -0
- package/dist/models/SkipCurrentStepRequest.js.map +1 -1
- package/dist/models/SkipCurrentStepResponseBody.d.ts +13 -0
- package/dist/models/SkipCurrentStepResponseBody.js.map +1 -1
- package/dist/models/StartSwitchDatabaseRequest.d.ts +22 -0
- package/dist/models/StartSwitchDatabaseRequest.js.map +1 -1
- package/dist/models/StartSwitchDatabaseResponseBody.d.ts +13 -0
- package/dist/models/StartSwitchDatabaseResponseBody.js.map +1 -1
- package/dist/models/StopDataImportTaskRequest.d.ts +11 -0
- package/dist/models/StopDataImportTaskRequest.js.map +1 -1
- package/dist/models/StopDataImportTaskResponseBody.d.ts +12 -0
- package/dist/models/StopDataImportTaskResponseBody.js.map +1 -1
- package/dist/models/SubmitSqlFlashbackTaskRequest.d.ts +33 -0
- package/dist/models/SubmitSqlFlashbackTaskRequest.js.map +1 -1
- package/dist/models/SubmitSqlFlashbackTaskResponseBody.d.ts +16 -0
- package/dist/models/SubmitSqlFlashbackTaskResponseBody.js.map +1 -1
- package/dist/models/SwitchGdnMemberRoleRequest.d.ts +17 -0
- package/dist/models/SwitchGdnMemberRoleRequest.js.map +1 -1
- package/dist/models/SwitchGdnMemberRoleResponseBody.d.ts +13 -0
- package/dist/models/SwitchGdnMemberRoleResponseBody.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +14 -0
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +17 -0
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UpdateBackupPolicyRequest.d.ts +96 -0
- package/dist/models/UpdateBackupPolicyRequest.js.map +1 -1
- package/dist/models/UpdateBackupPolicyResponseBody.d.ts +13 -0
- package/dist/models/UpdateBackupPolicyResponseBody.js.map +1 -1
- package/dist/models/UpdateCustinsParamRequest.d.ts +3 -0
- package/dist/models/UpdateCustinsParamRequest.js.map +1 -1
- package/dist/models/UpdateCustinsParamResponseBody.d.ts +0 -3
- package/dist/models/UpdateCustinsParamResponseBody.js.map +1 -1
- package/dist/models/UpdateDbinstanceSslrequest.d.ts +10 -0
- package/dist/models/UpdateDbinstanceSslrequest.js.map +1 -1
- package/dist/models/UpdateDbinstanceSslresponseBody.d.ts +10 -0
- package/dist/models/UpdateDbinstanceSslresponseBody.js.map +1 -1
- package/dist/models/UpdateDbinstanceTderequest.d.ts +12 -0
- package/dist/models/UpdateDbinstanceTderequest.js.map +1 -1
- package/dist/models/UpdateDbinstanceTderesponseBody.d.ts +10 -0
- package/dist/models/UpdateDbinstanceTderesponseBody.js.map +1 -1
- package/dist/models/UpdatePolarDbxinstanceNodeRequest.d.ts +16 -0
- package/dist/models/UpdatePolarDbxinstanceNodeRequest.js.map +1 -1
- package/dist/models/UpdatePolarDbxinstanceNodeResponseBody.d.ts +6 -0
- package/dist/models/UpdatePolarDbxinstanceNodeResponseBody.js.map +1 -1
- package/dist/models/UpgradeCdcversionRequest.d.ts +21 -0
- package/dist/models/UpgradeCdcversionRequest.js.map +1 -1
- package/dist/models/UpgradeCdcversionResponseBody.d.ts +23 -0
- package/dist/models/UpgradeCdcversionResponseBody.js.map +1 -1
- package/dist/models/UpgradeColumnarVersionRequest.d.ts +15 -0
- package/dist/models/UpgradeColumnarVersionRequest.js.map +1 -1
- package/dist/models/UpgradeColumnarVersionResponseBody.d.ts +23 -0
- package/dist/models/UpgradeColumnarVersionResponseBody.js.map +1 -1
- package/dist/models/UpgradeDbinstanceKernelVersionRequest.d.ts +13 -0
- package/dist/models/UpgradeDbinstanceKernelVersionRequest.js.map +1 -1
- package/dist/models/UpgradeDbinstanceKernelVersionResponseBody.d.ts +12 -0
- package/dist/models/UpgradeDbinstanceKernelVersionResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +19 -0
- package/dist/models/model.js +61 -23
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +769 -192
- package/src/models/AllocateColdDataVolumeRequest.ts +4 -0
- package/src/models/AllocateColdDataVolumeResponseBody.ts +3 -0
- package/src/models/AllocateInstancePublicConnectionRequest.ts +9 -0
- package/src/models/AllocateInstancePublicConnectionResponseBody.ts +3 -0
- package/src/models/AttachColumnarInstanceRequest.ts +4 -0
- package/src/models/AttachColumnarInstanceResponseBody.ts +9 -0
- package/src/models/CancelActiveOperationTasksRequest.ts +4 -0
- package/src/models/CancelActiveOperationTasksResponseBody.ts +6 -0
- package/src/models/ChangeResourceGroupRequest.ts +9 -1
- package/src/models/ChangeResourceGroupResponseBody.ts +3 -0
- package/src/models/CheckCloudResourceAuthorizedRequest.ts +10 -0
- package/src/models/CheckCloudResourceAuthorizedResponseBody.ts +17 -0
- package/src/models/CheckSqlAuditSlsStatusRequest.ts +2 -0
- package/src/models/CheckSqlAuditSlsStatusResponseBody.ts +8 -0
- package/src/models/CloseEngineMigrationRequest.ts +15 -0
- package/src/models/CloseEngineMigrationResponseBody.ts +22 -0
- package/src/models/ConfirmNoConnectionRequest.ts +7 -0
- package/src/models/ConfirmNoConnectionResponseBody.ts +16 -0
- package/src/models/CreateAccountRequest.ts +32 -0
- package/src/models/CreateAccountResponseBody.ts +9 -0
- package/src/models/CreateBackupRequest.ts +7 -0
- package/src/models/CreateBackupResponseBody.ts +13 -0
- package/src/models/CreateCustomEndpointRequest.ts +19 -0
- package/src/models/CreateCustomEndpointResponseBody.ts +10 -0
- package/src/models/CreateDataImportTaskRequest.ts +47 -0
- package/src/models/CreateDataImportTaskResponseBody.ts +16 -0
- package/src/models/CreateDbinstanceRequest.ts +283 -3
- package/src/models/CreateDbinstanceResponseBody.ts +9 -0
- package/src/models/CreateDbinstanceShrinkRequest.ts +283 -3
- package/src/models/CreateDbrequest.ts +42 -0
- package/src/models/CreateDbresponseBody.ts +9 -0
- package/src/models/CreateGdnInstanceRequest.ts +20 -0
- package/src/models/CreateGdnInstanceResponseBody.ts +14 -0
- package/src/models/CreateGdnStandbyMemberRequest.ts +8 -3
- package/src/models/CreateGdnStandbyMemberResponseBody.ts +0 -3
- package/src/models/CreateMem0request.ts +4 -0
- package/src/models/CreateMem0responseBody.ts +54 -0
- package/src/models/CreateRplInspectionTaskRequest.ts +22 -0
- package/src/models/CreateRplInspectionTaskResponseBody.ts +16 -0
- package/src/models/CreateSqlevaluateTaskRequest.ts +37 -0
- package/src/models/CreateSqlevaluateTaskResponseBody.ts +16 -0
- package/src/models/CreateStoragePoolRequest.ts +13 -0
- package/src/models/CreateStoragePoolResponseBody.ts +3 -0
- package/src/models/CreateStructureImportTaskRequest.ts +10 -0
- package/src/models/CreateStructureImportTaskResponseBody.ts +16 -0
- package/src/models/CreateSubCninstanceResponseBody.ts +0 -3
- package/src/models/CreateSuperAccountRequest.ts +11 -0
- package/src/models/CreateSuperAccountResponseBody.ts +9 -0
- package/src/models/CreateTransformOperationRequest.ts +9 -0
- package/src/models/DeleteAccountRequest.ts +16 -0
- package/src/models/DeleteAccountResponseBody.ts +9 -0
- package/src/models/DeleteCustomEndpointRequest.ts +9 -0
- package/src/models/DeleteDbinstanceRequest.ts +4 -0
- package/src/models/DeleteDbinstanceResponseBody.ts +3 -0
- package/src/models/DeleteDbrequest.ts +6 -0
- package/src/models/DeleteDbresponseBody.ts +9 -0
- package/src/models/DeleteEvaluateAndImportTaskRequest.ts +5 -0
- package/src/models/DeleteEvaluateAndImportTaskResponseBody.ts +12 -0
- package/src/models/DeleteGdnInstanceRequest.ts +5 -0
- package/src/models/DeleteGdnInstanceResponseBody.ts +14 -0
- package/src/models/DeleteMem0request.ts +4 -0
- package/src/models/DeleteMem0responseBody.ts +57 -0
- package/src/models/DeleteSubCninstanceResponseBody.ts +0 -3
- package/src/models/DescribeAccountListRequest.ts +13 -0
- package/src/models/DescribeAccountListResponseBody.ts +37 -0
- package/src/models/DescribeActiveOperationMaintainConfRequest.ts +2 -0
- package/src/models/DescribeActiveOperationMaintainConfResponseBody.ts +34 -0
- package/src/models/DescribeActiveOperationTaskCountRequest.ts +8 -0
- package/src/models/DescribeActiveOperationTaskCountResponseBody.ts +12 -0
- package/src/models/DescribeActiveOperationTasksRequest.ts +50 -0
- package/src/models/DescribeActiveOperationTasksResponseBody.ts +115 -0
- package/src/models/DescribeArchiveTableListRequest.ts +2 -0
- package/src/models/DescribeArchiveTableListResponseBody.ts +40 -0
- package/src/models/DescribeAvailableCrossRegionsRequest.ts +6 -0
- package/src/models/DescribeAvailableCrossRegionsResponseBody.ts +14 -0
- package/src/models/DescribeBackupPolicyRequest.ts +4 -0
- package/src/models/DescribeBackupPolicyResponseBody.ts +13 -0
- package/src/models/DescribeBackupSetListRequest.ts +23 -0
- package/src/models/DescribeBackupSetListResponseBody.ts +44 -0
- package/src/models/DescribeBackupSetRequest.ts +14 -0
- package/src/models/DescribeBackupSetResponseBody.ts +61 -1
- package/src/models/DescribeBinaryLogListRequest.ts +14 -0
- package/src/models/DescribeBinaryLogListResponseBody.ts +56 -0
- package/src/models/DescribeCdcClassListRequest.ts +7 -0
- package/src/models/DescribeCdcClassListResponseBody.ts +13 -0
- package/src/models/DescribeCdcInfoRequest.ts +4 -0
- package/src/models/DescribeCdcInfoResponseBody.ts +71 -0
- package/src/models/DescribeCdcVersionListRequest.ts +6 -0
- package/src/models/DescribeCdcVersionListResponseBody.ts +8 -0
- package/src/models/DescribeCharacterSetRequest.ts +4 -0
- package/src/models/DescribeCharacterSetResponseBody.ts +25 -0
- package/src/models/DescribeColdDataBasicInfoResponseBody.ts +32 -0
- package/src/models/DescribeColumnarClassListRequest.ts +7 -0
- package/src/models/DescribeColumnarClassListResponseBody.ts +13 -0
- package/src/models/DescribeColumnarInfoRequest.ts +5 -0
- package/src/models/DescribeColumnarInfoResponseBody.ts +56 -0
- package/src/models/DescribeColumnarVersionListRequest.ts +6 -0
- package/src/models/DescribeColumnarVersionListResponseBody.ts +8 -0
- package/src/models/DescribeComponentPropetiesRequest.ts +13 -0
- package/src/models/DescribeComponentPropetiesResponseBody.ts +22 -0
- package/src/models/DescribeCustomEndpointListRequest.ts +11 -0
- package/src/models/DescribeCustomEndpointListResponseBody.ts +42 -0
- package/src/models/DescribeDataImportTaskInfoRequest.ts +16 -0
- package/src/models/DescribeDataImportTaskInfoResponseBody.ts +72 -0
- package/src/models/DescribeDbListRequest.ts +7 -0
- package/src/models/DescribeDbListResponseBody.ts +35 -0
- package/src/models/DescribeDbinstanceAttributeRequest.ts +7 -0
- package/src/models/DescribeDbinstanceAttributeResponseBody.ts +300 -7
- package/src/models/DescribeDbinstanceConfigRequest.ts +6 -0
- package/src/models/DescribeDbinstanceConfigResponseBody.ts +32 -0
- package/src/models/DescribeDbinstanceEndpointResponseBody.ts +4 -3
- package/src/models/DescribeDbinstanceSslrequest.ts +6 -0
- package/src/models/DescribeDbinstanceSslresponseBody.ts +19 -0
- package/src/models/DescribeDbinstanceTderequest.ts +6 -0
- package/src/models/DescribeDbinstanceTderesponseBody.ts +13 -0
- package/src/models/DescribeDbinstanceTopologyRequest.ts +25 -0
- package/src/models/DescribeDbinstanceTopologyResponseBody.ts +307 -1
- package/src/models/DescribeDbinstanceViaEndpointRequest.ts +7 -0
- package/src/models/DescribeDbinstanceViaEndpointResponseBody.ts +228 -0
- package/src/models/DescribeDbinstancesRequest.ts +43 -2
- package/src/models/DescribeDbinstancesResponseBody.ts +223 -7
- package/src/models/DescribeDbnodePerformanceRequest.ts +20 -0
- package/src/models/DescribeDbnodePerformanceResponseBody.ts +12 -0
- package/src/models/DescribeDistributeTableListRequest.ts +6 -0
- package/src/models/DescribeDistributeTableListResponseBody.ts +29 -0
- package/src/models/DescribeEnabledCrossRegionsRequest.ts +6 -0
- package/src/models/DescribeEnabledCrossRegionsResponseBody.ts +14 -0
- package/src/models/DescribeEvaluateAndImportTaskRequest.ts +5 -0
- package/src/models/DescribeEvaluateAndImportTaskResponseBody.ts +77 -0
- package/src/models/DescribeEvaluateAndImportTasksRequest.ts +8 -0
- package/src/models/DescribeEvaluateAndImportTasksResponseBody.ts +79 -0
- package/src/models/DescribeEventsRequest.ts +14 -0
- package/src/models/DescribeEventsResponseBody.ts +49 -0
- package/src/models/DescribeGdnInstancesRequest.ts +18 -1
- package/src/models/DescribeGdnInstancesResponseBody.ts +144 -0
- package/src/models/DescribeMem0infoRequest.ts +4 -0
- package/src/models/DescribeMem0infoResponseBody.ts +104 -0
- package/src/models/DescribeMem0securityIpsRequest.ts +48 -0
- package/src/models/DescribeMem0securityIpsResponse.ts +40 -0
- package/src/models/DescribeMem0securityIpsResponseBody.ts +238 -0
- package/src/models/DescribeOpenBackupSetRequest.ts +8 -0
- package/src/models/DescribeOpenBackupSetResponseBody.ts +7 -0
- package/src/models/DescribeParameterGroupsRequest.ts +3 -0
- package/src/models/DescribeParameterGroupsResponseBody.ts +53 -0
- package/src/models/DescribeParameterTemplatesRequest.ts +11 -0
- package/src/models/DescribeParameterTemplatesResponseBody.ts +44 -0
- package/src/models/DescribeParametersRequest.ts +10 -0
- package/src/models/DescribeParametersResponseBody.ts +47 -0
- package/src/models/DescribePolarxDataNodesRequest.ts +17 -0
- package/src/models/DescribePolarxDataNodesResponseBody.ts +29 -0
- package/src/models/DescribeRdsVpcsRequest.ts +5 -0
- package/src/models/DescribeRdsVpcsResponseBody.ts +69 -0
- package/src/models/DescribeRdsVswitchesRequest.ts +9 -0
- package/src/models/DescribeRdsVswitchesResponseBody.ts +34 -0
- package/src/models/DescribeRegionsResponseBody.ts +15 -0
- package/src/models/DescribeRplInspectionTaskRequest.ts +17 -0
- package/src/models/DescribeRplInspectionTaskResponseBody.ts +38 -0
- package/src/models/DescribeScaleOutMigrateTaskListRequest.ts +2 -0
- package/src/models/DescribeScaleOutMigrateTaskListResponseBody.ts +6 -0
- package/src/models/DescribeSecurityIpsRequest.ts +4 -0
- package/src/models/DescribeSecurityIpsResponseBody.ts +26 -0
- package/src/models/DescribeShowStorageInfoRequest.ts +7 -0
- package/src/models/DescribeShowStorageInfoResponseBody.ts +41 -0
- package/src/models/DescribeSlowLogRecordsRequest.ts +24 -0
- package/src/models/DescribeSlowLogRecordsResponseBody.ts +101 -0
- package/src/models/DescribeSqlAuditInfoRequest.ts +11 -1
- package/src/models/DescribeSqlAuditInfoResponseBody.ts +17 -1
- package/src/models/DescribeSqlFlashbackTaskListRequest.ts +4 -0
- package/src/models/DescribeSqlFlashbackTaskListResponseBody.ts +80 -0
- package/src/models/DescribeStoragePoolInfoRequest.ts +7 -0
- package/src/models/DescribeStoragePoolInfoResponseBody.ts +35 -0
- package/src/models/DescribeStructureImportTaskInfoRequest.ts +4 -0
- package/src/models/DescribeStructureImportTaskInfoResponseBody.ts +38 -0
- package/src/models/DescribeTagsRequest.ts +8 -0
- package/src/models/DescribeTagsResponseBody.ts +14 -0
- package/src/models/DescribeTasksRequest.ts +18 -0
- package/src/models/DescribeTasksResponseBody.ts +52 -0
- package/src/models/DescribeTransformStatusRequest.ts +9 -0
- package/src/models/DescribeTransformStatusResponseBody.ts +38 -0
- package/src/models/DescribeUserEncryptionKeyListRequest.ts +6 -0
- package/src/models/DescribeUserEncryptionKeyListResponseBody.ts +11 -0
- package/src/models/DisableRightsSeparationRequest.ts +8 -0
- package/src/models/DisableRightsSeparationResponseBody.ts +9 -0
- package/src/models/DisableSqlAuditRequest.ts +10 -0
- package/src/models/DisableSqlAuditResponseBody.ts +3 -0
- package/src/models/EnableRightsSeparationRequest.ts +18 -0
- package/src/models/EnableRightsSeparationResponseBody.ts +9 -0
- package/src/models/EnableSqlAuditRequest.ts +19 -0
- package/src/models/EnableSqlAuditResponseBody.ts +6 -0
- package/src/models/ListTagResourcesRequest.ts +21 -0
- package/src/models/ListTagResourcesResponseBody.ts +6 -0
- package/src/models/MigrateDbinstanceRequest.ts +30 -0
- package/src/models/MigrateDbinstanceResponseBody.ts +9 -0
- package/src/models/ModifyAccountDescriptionRequest.ts +13 -0
- package/src/models/ModifyAccountDescriptionResponseBody.ts +9 -0
- package/src/models/ModifyAccountPrivilegeRequest.ts +23 -0
- package/src/models/ModifyAccountPrivilegeResponseBody.ts +9 -0
- package/src/models/ModifyActiveOperationMaintainConfRequest.ts +15 -0
- package/src/models/ModifyActiveOperationMaintainConfResponseBody.ts +3 -0
- package/src/models/ModifyActiveOperationTasksRequest.ts +13 -0
- package/src/models/ModifyActiveOperationTasksResponseBody.ts +6 -0
- package/src/models/ModifyCdcClassRequest.ts +12 -0
- package/src/models/ModifyCdcClassResponseBody.ts +7 -0
- package/src/models/ModifyColumnarClassRequest.ts +12 -0
- package/src/models/ModifyColumnarClassResponseBody.ts +7 -0
- package/src/models/ModifyCustomEndpointNetRequest.ts +19 -0
- package/src/models/ModifyCustomEndpointRequest.ts +17 -1
- package/src/models/ModifyDatabaseDescriptionRequest.ts +11 -0
- package/src/models/ModifyDatabaseDescriptionResponseBody.ts +9 -0
- package/src/models/ModifyDbinstanceClassRequest.ts +174 -1
- package/src/models/ModifyDbinstanceClassResponseBody.ts +6 -0
- package/src/models/ModifyDbinstanceConfigRequest.ts +8 -0
- package/src/models/ModifyDbinstanceConfigResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceConnectionStringRequest.ts +10 -0
- package/src/models/ModifyDbinstanceConnectionStringResponseBody.ts +25 -0
- package/src/models/ModifyDbinstanceDescriptionRequest.ts +9 -0
- package/src/models/ModifyDbinstanceDescriptionResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceMaintainTimeRequest.ts +10 -1
- package/src/models/ModifyDbinstanceMaintainTimeResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceVipRequest.ts +8 -0
- package/src/models/ModifyDbinstanceVipResponseBody.ts +10 -0
- package/src/models/ModifyEngineMigrationRequest.ts +23 -0
- package/src/models/ModifyEngineMigrationResponseBody.ts +22 -0
- package/src/models/ModifyMem0securityIpsRequest.ts +84 -0
- package/src/models/ModifyMem0securityIpsResponse.ts +40 -0
- package/src/models/ModifyMem0securityIpsResponseBody.ts +179 -0
- package/src/models/ModifyParameterRequest.ts +16 -0
- package/src/models/ModifyParameterResponseBody.ts +3 -0
- package/src/models/ModifySecurityIpsRequest.ts +16 -0
- package/src/models/ModifySecurityIpsResponseBody.ts +9 -0
- package/src/models/PreCheckSqlFlashbackTaskRequest.ts +10 -0
- package/src/models/PreCheckSqlFlashbackTaskResponseBody.ts +41 -0
- package/src/models/RefreshImportMetaRequest.ts +7 -0
- package/src/models/RefreshImportMetaResponseBody.ts +16 -0
- package/src/models/ReleaseColdDataVolumeRequest.ts +4 -0
- package/src/models/ReleaseColdDataVolumeResponseBody.ts +3 -0
- package/src/models/ReleaseInstancePublicConnectionRequest.ts +7 -0
- package/src/models/ReleaseInstancePublicConnectionResponseBody.ts +3 -0
- package/src/models/ResetAccountPasswordRequest.ts +14 -0
- package/src/models/ResetAccountPasswordResponseBody.ts +9 -0
- package/src/models/ResetAccountPasswordRestrictRequest.ts +14 -0
- package/src/models/ResetAccountPasswordRestrictResponseBody.ts +9 -0
- package/src/models/ResetMem0accountPasswordRequest.ts +58 -0
- package/src/models/ResetMem0accountPasswordResponse.ts +40 -0
- package/src/models/ResetMem0accountPasswordResponseBody.ts +131 -0
- package/src/models/RestartDataImportTaskRequest.ts +11 -0
- package/src/models/RestartDataImportTaskResponseBody.ts +12 -0
- package/src/models/RestartDbinstanceRequest.ts +4 -0
- package/src/models/RestartDbinstanceResponseBody.ts +3 -0
- package/src/models/RestoreDbinstanceRequest.ts +0 -3
- package/src/models/SkipCurrentStepRequest.ts +9 -0
- package/src/models/SkipCurrentStepResponseBody.ts +13 -0
- package/src/models/StartSwitchDatabaseRequest.ts +22 -0
- package/src/models/StartSwitchDatabaseResponseBody.ts +13 -0
- package/src/models/StopDataImportTaskRequest.ts +11 -0
- package/src/models/StopDataImportTaskResponseBody.ts +12 -0
- package/src/models/SubmitSqlFlashbackTaskRequest.ts +33 -0
- package/src/models/SubmitSqlFlashbackTaskResponseBody.ts +16 -0
- package/src/models/SwitchGdnMemberRoleRequest.ts +17 -0
- package/src/models/SwitchGdnMemberRoleResponseBody.ts +13 -0
- package/src/models/TagResourcesRequest.ts +14 -0
- package/src/models/UntagResourcesRequest.ts +17 -0
- package/src/models/UpdateBackupPolicyRequest.ts +96 -0
- package/src/models/UpdateBackupPolicyResponseBody.ts +13 -0
- package/src/models/UpdateCustinsParamRequest.ts +3 -0
- package/src/models/UpdateCustinsParamResponseBody.ts +0 -3
- package/src/models/UpdateDbinstanceSslrequest.ts +10 -0
- package/src/models/UpdateDbinstanceSslresponseBody.ts +10 -0
- package/src/models/UpdateDbinstanceTderequest.ts +12 -0
- package/src/models/UpdateDbinstanceTderesponseBody.ts +10 -0
- package/src/models/UpdatePolarDbxinstanceNodeRequest.ts +16 -0
- package/src/models/UpdatePolarDbxinstanceNodeResponseBody.ts +6 -0
- package/src/models/UpgradeCdcversionRequest.ts +21 -0
- package/src/models/UpgradeCdcversionResponseBody.ts +23 -0
- package/src/models/UpgradeColumnarVersionRequest.ts +15 -0
- package/src/models/UpgradeColumnarVersionResponseBody.ts +23 -0
- package/src/models/UpgradeDbinstanceKernelVersionRequest.ts +13 -0
- package/src/models/UpgradeDbinstanceKernelVersionResponseBody.ts +12 -0
- package/src/models/model.ts +19 -0
package/dist/client.js
CHANGED
|
@@ -95,6 +95,18 @@ class Client extends openapi_core_1.default {
|
|
|
95
95
|
'eu-west-1-oxs': "polardbx.aliyuncs.com",
|
|
96
96
|
'me-east-1': "polardbx.aliyuncs.com",
|
|
97
97
|
'rus-west-1-pop': "polardbx.aliyuncs.com",
|
|
98
|
+
'us-west-1': "polardbx.us-west-1.aliyuncs.com",
|
|
99
|
+
'us-east-1': "polardbx.us-east-1.aliyuncs.com",
|
|
100
|
+
'cn-zhangjiakou': "polardbx.cn-zhangjiakou.aliyuncs.com",
|
|
101
|
+
'cn-shenzhen': "polardbx.cn-shenzhen.aliyuncs.com",
|
|
102
|
+
'cn-shanghai': "polardbx.cn-shanghai.aliyuncs.com",
|
|
103
|
+
'cn-qingdao': "polardbx.cn-qingdao.aliyuncs.com",
|
|
104
|
+
'cn-huhehaote': "polardbx.cn-huhehaote.aliyuncs.com",
|
|
105
|
+
'cn-hongkong': "polardbx.cn-hongkong.aliyuncs.com",
|
|
106
|
+
'cn-hangzhou': "polardbx.cn-hangzhou.aliyuncs.com",
|
|
107
|
+
'cn-chengdu': "polardbx.cn-chengdu.aliyuncs.com",
|
|
108
|
+
'cn-beijing': "polardbx.cn-beijing.aliyuncs.com",
|
|
109
|
+
'ap-southeast-1': "polardbx.ap-southeast-1.aliyuncs.com",
|
|
98
110
|
};
|
|
99
111
|
this.checkConfig(config);
|
|
100
112
|
this._endpoint = this.getEndpoint("polardbx", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
@@ -156,7 +168,7 @@ class Client extends openapi_core_1.default {
|
|
|
156
168
|
return await this.alignStoragePrimaryAzoneWithOptions(request, runtime);
|
|
157
169
|
}
|
|
158
170
|
/**
|
|
159
|
-
*
|
|
171
|
+
* Calls the AllocateColdDataVolume operation.
|
|
160
172
|
*
|
|
161
173
|
* @param request - AllocateColdDataVolumeRequest
|
|
162
174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -188,7 +200,7 @@ class Client extends openapi_core_1.default {
|
|
|
188
200
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AllocateColdDataVolumeResponse({}));
|
|
189
201
|
}
|
|
190
202
|
/**
|
|
191
|
-
*
|
|
203
|
+
* Calls the AllocateColdDataVolume operation.
|
|
192
204
|
*
|
|
193
205
|
* @param request - AllocateColdDataVolumeRequest
|
|
194
206
|
* @returns AllocateColdDataVolumeResponse
|
|
@@ -198,7 +210,7 @@ class Client extends openapi_core_1.default {
|
|
|
198
210
|
return await this.allocateColdDataVolumeWithOptions(request, runtime);
|
|
199
211
|
}
|
|
200
212
|
/**
|
|
201
|
-
*
|
|
213
|
+
* Calls the AllocateInstancePublicConnection operation to create a public IP address.
|
|
202
214
|
*
|
|
203
215
|
* @param request - AllocateInstancePublicConnectionRequest
|
|
204
216
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -251,7 +263,7 @@ class Client extends openapi_core_1.default {
|
|
|
251
263
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AllocateInstancePublicConnectionResponse({}));
|
|
252
264
|
}
|
|
253
265
|
/**
|
|
254
|
-
*
|
|
266
|
+
* Calls the AllocateInstancePublicConnection operation to create a public IP address.
|
|
255
267
|
*
|
|
256
268
|
* @param request - AllocateInstancePublicConnectionRequest
|
|
257
269
|
* @returns AllocateInstancePublicConnectionResponse
|
|
@@ -261,6 +273,8 @@ class Client extends openapi_core_1.default {
|
|
|
261
273
|
return await this.allocateInstancePublicConnectionWithOptions(request, runtime);
|
|
262
274
|
}
|
|
263
275
|
/**
|
|
276
|
+
* Mounts a columnar instance to a specified primary database instance.
|
|
277
|
+
*
|
|
264
278
|
* @param request - AttachColumnarInstanceRequest
|
|
265
279
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
266
280
|
* @returns AttachColumnarInstanceResponse
|
|
@@ -291,6 +305,8 @@ class Client extends openapi_core_1.default {
|
|
|
291
305
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AttachColumnarInstanceResponse({}));
|
|
292
306
|
}
|
|
293
307
|
/**
|
|
308
|
+
* Mounts a columnar instance to a specified primary database instance.
|
|
309
|
+
*
|
|
294
310
|
* @param request - AttachColumnarInstanceRequest
|
|
295
311
|
* @returns AttachColumnarInstanceResponse
|
|
296
312
|
*/
|
|
@@ -299,7 +315,7 @@ class Client extends openapi_core_1.default {
|
|
|
299
315
|
return await this.attachColumnarInstanceWithOptions(request, runtime);
|
|
300
316
|
}
|
|
301
317
|
/**
|
|
302
|
-
*
|
|
318
|
+
* Cancels active O&M event tasks by calling the CancelActiveOperationTasks operation.
|
|
303
319
|
*
|
|
304
320
|
* @param request - CancelActiveOperationTasksRequest
|
|
305
321
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -325,7 +341,7 @@ class Client extends openapi_core_1.default {
|
|
|
325
341
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelActiveOperationTasksResponse({}));
|
|
326
342
|
}
|
|
327
343
|
/**
|
|
328
|
-
*
|
|
344
|
+
* Cancels active O&M event tasks by calling the CancelActiveOperationTasks operation.
|
|
329
345
|
*
|
|
330
346
|
* @param request - CancelActiveOperationTasksRequest
|
|
331
347
|
* @returns CancelActiveOperationTasksResponse
|
|
@@ -335,7 +351,12 @@ class Client extends openapi_core_1.default {
|
|
|
335
351
|
return await this.cancelActiveOperationTasksWithOptions(request, runtime);
|
|
336
352
|
}
|
|
337
353
|
/**
|
|
338
|
-
*
|
|
354
|
+
* Modifies the resource group of an instance.
|
|
355
|
+
*
|
|
356
|
+
* @remarks
|
|
357
|
+
* Note:
|
|
358
|
+
* - The **endpoint** differs from other operations. Use **polardbx.aliyuncs.com** for Chinese mainland regions and Singapore. For other regions, use **polardbx.{region id}.aliyunc.com**.
|
|
359
|
+
* - When testing this API operation, if a service unavailable error is returned, verify that the **endpoint** is correct. You can switch the **service address** to **Dubai** or **India** to change the **endpoint** to **polardbx.aliyuncs.com**.
|
|
339
360
|
*
|
|
340
361
|
* @param request - ChangeResourceGroupRequest
|
|
341
362
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -373,7 +394,12 @@ class Client extends openapi_core_1.default {
|
|
|
373
394
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ChangeResourceGroupResponse({}));
|
|
374
395
|
}
|
|
375
396
|
/**
|
|
376
|
-
*
|
|
397
|
+
* Modifies the resource group of an instance.
|
|
398
|
+
*
|
|
399
|
+
* @remarks
|
|
400
|
+
* Note:
|
|
401
|
+
* - The **endpoint** differs from other operations. Use **polardbx.aliyuncs.com** for Chinese mainland regions and Singapore. For other regions, use **polardbx.{region id}.aliyunc.com**.
|
|
402
|
+
* - When testing this API operation, if a service unavailable error is returned, verify that the **endpoint** is correct. You can switch the **service address** to **Dubai** or **India** to change the **endpoint** to **polardbx.aliyuncs.com**.
|
|
377
403
|
*
|
|
378
404
|
* @param request - ChangeResourceGroupRequest
|
|
379
405
|
* @returns ChangeResourceGroupResponse
|
|
@@ -383,6 +409,8 @@ class Client extends openapi_core_1.default {
|
|
|
383
409
|
return await this.changeResourceGroupWithOptions(request, runtime);
|
|
384
410
|
}
|
|
385
411
|
/**
|
|
412
|
+
* Checks whether a PolarDB-X instance is authorized to use Key Management Service (KMS).
|
|
413
|
+
*
|
|
386
414
|
* @param request - CheckCloudResourceAuthorizedRequest
|
|
387
415
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
388
416
|
* @returns CheckCloudResourceAuthorizedResponse
|
|
@@ -416,6 +444,8 @@ class Client extends openapi_core_1.default {
|
|
|
416
444
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckCloudResourceAuthorizedResponse({}));
|
|
417
445
|
}
|
|
418
446
|
/**
|
|
447
|
+
* Checks whether a PolarDB-X instance is authorized to use Key Management Service (KMS).
|
|
448
|
+
*
|
|
419
449
|
* @param request - CheckCloudResourceAuthorizedRequest
|
|
420
450
|
* @returns CheckCloudResourceAuthorizedResponse
|
|
421
451
|
*/
|
|
@@ -424,6 +454,12 @@ class Client extends openapi_core_1.default {
|
|
|
424
454
|
return await this.checkCloudResourceAuthorizedWithOptions(request, runtime);
|
|
425
455
|
}
|
|
426
456
|
/**
|
|
457
|
+
* Checks whether SQL audit logs of a specified database instance have been successfully connected to Simple Log Service (SLS).
|
|
458
|
+
* After the call, the system returns the connection status between the SQL audit feature and SLS for the current instance, the project and Logstore configuration information, and whether synchronization is normal.
|
|
459
|
+
*
|
|
460
|
+
* @remarks
|
|
461
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Simple Log Service charges fees for storage space, read traffic, number of requests, data transformation, and data delivery. For more information about the SQL audit feature, see [Enable SQL audit and analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
462
|
+
*
|
|
427
463
|
* @param request - CheckSqlAuditSlsStatusRequest
|
|
428
464
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
429
465
|
* @returns CheckSqlAuditSlsStatusResponse
|
|
@@ -451,6 +487,12 @@ class Client extends openapi_core_1.default {
|
|
|
451
487
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckSqlAuditSlsStatusResponse({}));
|
|
452
488
|
}
|
|
453
489
|
/**
|
|
490
|
+
* Checks whether SQL audit logs of a specified database instance have been successfully connected to Simple Log Service (SLS).
|
|
491
|
+
* After the call, the system returns the connection status between the SQL audit feature and SLS for the current instance, the project and Logstore configuration information, and whether synchronization is normal.
|
|
492
|
+
*
|
|
493
|
+
* @remarks
|
|
494
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Simple Log Service charges fees for storage space, read traffic, number of requests, data transformation, and data delivery. For more information about the SQL audit feature, see [Enable SQL audit and analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
495
|
+
*
|
|
454
496
|
* @param request - CheckSqlAuditSlsStatusRequest
|
|
455
497
|
* @returns CheckSqlAuditSlsStatusResponse
|
|
456
498
|
*/
|
|
@@ -459,7 +501,7 @@ class Client extends openapi_core_1.default {
|
|
|
459
501
|
return await this.checkSqlAuditSlsStatusWithOptions(request, runtime);
|
|
460
502
|
}
|
|
461
503
|
/**
|
|
462
|
-
*
|
|
504
|
+
* Closes the database engine migration process for a specified instance. After you start a data migration task from another database (such as a self-managed MySQL database or an ApsaraDB RDS instance) to PolarDB-X, you can call this operation to safely stop the migration process if you need to terminate or clean up the migration state.
|
|
463
505
|
*
|
|
464
506
|
* @param request - CloseEngineMigrationRequest
|
|
465
507
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -494,7 +536,7 @@ class Client extends openapi_core_1.default {
|
|
|
494
536
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseEngineMigrationResponse({}));
|
|
495
537
|
}
|
|
496
538
|
/**
|
|
497
|
-
*
|
|
539
|
+
* Closes the database engine migration process for a specified instance. After you start a data migration task from another database (such as a self-managed MySQL database or an ApsaraDB RDS instance) to PolarDB-X, you can call this operation to safely stop the migration process if you need to terminate or clean up the migration state.
|
|
498
540
|
*
|
|
499
541
|
* @param request - CloseEngineMigrationRequest
|
|
500
542
|
* @returns CloseEngineMigrationResponse
|
|
@@ -504,7 +546,10 @@ class Client extends openapi_core_1.default {
|
|
|
504
546
|
return await this.closeEngineMigrationWithOptions(request, runtime);
|
|
505
547
|
}
|
|
506
548
|
/**
|
|
507
|
-
*
|
|
549
|
+
* Confirms that no active connections exist before performing a rollback switchover.
|
|
550
|
+
*
|
|
551
|
+
* @remarks
|
|
552
|
+
* Confirms that no active connections exist before a rollback task to ensure operation safety.
|
|
508
553
|
*
|
|
509
554
|
* @param request - ConfirmNoConnectionRequest
|
|
510
555
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -539,7 +584,10 @@ class Client extends openapi_core_1.default {
|
|
|
539
584
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ConfirmNoConnectionResponse({}));
|
|
540
585
|
}
|
|
541
586
|
/**
|
|
542
|
-
*
|
|
587
|
+
* Confirms that no active connections exist before performing a rollback switchover.
|
|
588
|
+
*
|
|
589
|
+
* @remarks
|
|
590
|
+
* Confirms that no active connections exist before a rollback task to ensure operation safety.
|
|
543
591
|
*
|
|
544
592
|
* @param request - ConfirmNoConnectionRequest
|
|
545
593
|
* @returns ConfirmNoConnectionResponse
|
|
@@ -549,6 +597,8 @@ class Client extends openapi_core_1.default {
|
|
|
549
597
|
return await this.confirmNoConnectionWithOptions(request, runtime);
|
|
550
598
|
}
|
|
551
599
|
/**
|
|
600
|
+
* Creates an account by calling the CreateAccount operation.
|
|
601
|
+
*
|
|
552
602
|
* @param request - CreateAccountRequest
|
|
553
603
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
554
604
|
* @returns CreateAccountResponse
|
|
@@ -600,6 +650,8 @@ class Client extends openapi_core_1.default {
|
|
|
600
650
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAccountResponse({}));
|
|
601
651
|
}
|
|
602
652
|
/**
|
|
653
|
+
* Creates an account by calling the CreateAccount operation.
|
|
654
|
+
*
|
|
603
655
|
* @param request - CreateAccountRequest
|
|
604
656
|
* @returns CreateAccountResponse
|
|
605
657
|
*/
|
|
@@ -608,6 +660,8 @@ class Client extends openapi_core_1.default {
|
|
|
608
660
|
return await this.createAccountWithOptions(request, runtime);
|
|
609
661
|
}
|
|
610
662
|
/**
|
|
663
|
+
* Calls the CreateBackup operation to create a backup.
|
|
664
|
+
*
|
|
611
665
|
* @param request - CreateBackupRequest
|
|
612
666
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
613
667
|
* @returns CreateBackupResponse
|
|
@@ -641,6 +695,8 @@ class Client extends openapi_core_1.default {
|
|
|
641
695
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateBackupResponse({}));
|
|
642
696
|
}
|
|
643
697
|
/**
|
|
698
|
+
* Calls the CreateBackup operation to create a backup.
|
|
699
|
+
*
|
|
644
700
|
* @param request - CreateBackupRequest
|
|
645
701
|
* @returns CreateBackupResponse
|
|
646
702
|
*/
|
|
@@ -649,7 +705,10 @@ class Client extends openapi_core_1.default {
|
|
|
649
705
|
return await this.createBackupWithOptions(request, runtime);
|
|
650
706
|
}
|
|
651
707
|
/**
|
|
652
|
-
*
|
|
708
|
+
* Creates a custom endpoint for a database instance.
|
|
709
|
+
*
|
|
710
|
+
* @remarks
|
|
711
|
+
* <props="china">For more information about instance accounts, see [Account management](https://help.aliyun.com/document_detail/172163.html)..
|
|
653
712
|
*
|
|
654
713
|
* @param request - CreateCustomEndpointRequest
|
|
655
714
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -699,7 +758,10 @@ class Client extends openapi_core_1.default {
|
|
|
699
758
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCustomEndpointResponse({}));
|
|
700
759
|
}
|
|
701
760
|
/**
|
|
702
|
-
*
|
|
761
|
+
* Creates a custom endpoint for a database instance.
|
|
762
|
+
*
|
|
763
|
+
* @remarks
|
|
764
|
+
* <props="china">For more information about instance accounts, see [Account management](https://help.aliyun.com/document_detail/172163.html)..
|
|
703
765
|
*
|
|
704
766
|
* @param request - CreateCustomEndpointRequest
|
|
705
767
|
* @returns CreateCustomEndpointResponse
|
|
@@ -709,6 +771,8 @@ class Client extends openapi_core_1.default {
|
|
|
709
771
|
return await this.createCustomEndpointWithOptions(request, runtime);
|
|
710
772
|
}
|
|
711
773
|
/**
|
|
774
|
+
* Creates a database by calling the CreateDB operation.
|
|
775
|
+
*
|
|
712
776
|
* @param request - CreateDBRequest
|
|
713
777
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
714
778
|
* @returns CreateDBResponse
|
|
@@ -766,6 +830,8 @@ class Client extends openapi_core_1.default {
|
|
|
766
830
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBResponse({}));
|
|
767
831
|
}
|
|
768
832
|
/**
|
|
833
|
+
* Creates a database by calling the CreateDB operation.
|
|
834
|
+
*
|
|
769
835
|
* @param request - CreateDBRequest
|
|
770
836
|
* @returns CreateDBResponse
|
|
771
837
|
*/
|
|
@@ -774,7 +840,10 @@ class Client extends openapi_core_1.default {
|
|
|
774
840
|
return await this.createDBWithOptions(request, runtime);
|
|
775
841
|
}
|
|
776
842
|
/**
|
|
777
|
-
*
|
|
843
|
+
* Calls the CreateDBInstance operation to create a PolarDB-X instance.
|
|
844
|
+
*
|
|
845
|
+
* @remarks
|
|
846
|
+
* ***
|
|
778
847
|
*
|
|
779
848
|
* @param tmpReq - CreateDBInstanceRequest
|
|
780
849
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -898,7 +967,10 @@ class Client extends openapi_core_1.default {
|
|
|
898
967
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBInstanceResponse({}));
|
|
899
968
|
}
|
|
900
969
|
/**
|
|
901
|
-
*
|
|
970
|
+
* Calls the CreateDBInstance operation to create a PolarDB-X instance.
|
|
971
|
+
*
|
|
972
|
+
* @remarks
|
|
973
|
+
* ***
|
|
902
974
|
*
|
|
903
975
|
* @param request - CreateDBInstanceRequest
|
|
904
976
|
* @returns CreateDBInstanceResponse
|
|
@@ -908,7 +980,10 @@ class Client extends openapi_core_1.default {
|
|
|
908
980
|
return await this.createDBInstanceWithOptions(request, runtime);
|
|
909
981
|
}
|
|
910
982
|
/**
|
|
911
|
-
*
|
|
983
|
+
* Creates a data import task to import external data files, such as SQL scripts and CSV files, into a target database instance.
|
|
984
|
+
*
|
|
985
|
+
* @remarks
|
|
986
|
+
* Creates a data import task that imports SQL or CSV files stored in OSS or ECS, or directly provided files, into a target database instance. By specifying the instance ID, database name, engine type, data source (such as an OSS path), and import type, the system performs data write operations asynchronously or synchronously. This operation is applicable to scenarios such as data migration, initialization, and data backfill. A task ID is returned for subsequent status queries and management.
|
|
912
987
|
*
|
|
913
988
|
* @param request - CreateDataImportTaskRequest
|
|
914
989
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -967,7 +1042,10 @@ class Client extends openapi_core_1.default {
|
|
|
967
1042
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataImportTaskResponse({}));
|
|
968
1043
|
}
|
|
969
1044
|
/**
|
|
970
|
-
*
|
|
1045
|
+
* Creates a data import task to import external data files, such as SQL scripts and CSV files, into a target database instance.
|
|
1046
|
+
*
|
|
1047
|
+
* @remarks
|
|
1048
|
+
* Creates a data import task that imports SQL or CSV files stored in OSS or ECS, or directly provided files, into a target database instance. By specifying the instance ID, database name, engine type, data source (such as an OSS path), and import type, the system performs data write operations asynchronously or synchronously. This operation is applicable to scenarios such as data migration, initialization, and data backfill. A task ID is returned for subsequent status queries and management.
|
|
971
1049
|
*
|
|
972
1050
|
* @param request - CreateDataImportTaskRequest
|
|
973
1051
|
* @returns CreateDataImportTaskResponse
|
|
@@ -977,7 +1055,7 @@ class Client extends openapi_core_1.default {
|
|
|
977
1055
|
return await this.createDataImportTaskWithOptions(request, runtime);
|
|
978
1056
|
}
|
|
979
1057
|
/**
|
|
980
|
-
*
|
|
1058
|
+
* Creates a Global Database Network (GDN) instance.
|
|
981
1059
|
*
|
|
982
1060
|
* @param request - CreateGdnInstanceRequest
|
|
983
1061
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1024,7 +1102,7 @@ class Client extends openapi_core_1.default {
|
|
|
1024
1102
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGdnInstanceResponse({}));
|
|
1025
1103
|
}
|
|
1026
1104
|
/**
|
|
1027
|
-
*
|
|
1105
|
+
* Creates a Global Database Network (GDN) instance.
|
|
1028
1106
|
*
|
|
1029
1107
|
* @param request - CreateGdnInstanceRequest
|
|
1030
1108
|
* @returns CreateGdnInstanceResponse
|
|
@@ -1036,6 +1114,9 @@ class Client extends openapi_core_1.default {
|
|
|
1036
1114
|
/**
|
|
1037
1115
|
* 创建GDN从实例
|
|
1038
1116
|
*
|
|
1117
|
+
* @remarks
|
|
1118
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
1119
|
+
*
|
|
1039
1120
|
* @param request - CreateGdnStandbyMemberRequest
|
|
1040
1121
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1041
1122
|
* @returns CreateGdnStandbyMemberResponse
|
|
@@ -1134,6 +1215,9 @@ class Client extends openapi_core_1.default {
|
|
|
1134
1215
|
/**
|
|
1135
1216
|
* 创建GDN从实例
|
|
1136
1217
|
*
|
|
1218
|
+
* @remarks
|
|
1219
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
1220
|
+
*
|
|
1137
1221
|
* @param request - CreateGdnStandbyMemberRequest
|
|
1138
1222
|
* @returns CreateGdnStandbyMemberResponse
|
|
1139
1223
|
*/
|
|
@@ -1142,7 +1226,10 @@ class Client extends openapi_core_1.default {
|
|
|
1142
1226
|
return await this.createGdnStandbyMemberWithOptions(request, runtime);
|
|
1143
1227
|
}
|
|
1144
1228
|
/**
|
|
1145
|
-
*
|
|
1229
|
+
* Enable Memory Engine
|
|
1230
|
+
*
|
|
1231
|
+
* @remarks
|
|
1232
|
+
* <props="china">For more information about instance accounts, see [Account management](https://help.aliyun.com/document_detail/172163.html).
|
|
1146
1233
|
*
|
|
1147
1234
|
* @param request - CreateMem0Request
|
|
1148
1235
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1174,7 +1261,10 @@ class Client extends openapi_core_1.default {
|
|
|
1174
1261
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateMem0Response({}));
|
|
1175
1262
|
}
|
|
1176
1263
|
/**
|
|
1177
|
-
*
|
|
1264
|
+
* Enable Memory Engine
|
|
1265
|
+
*
|
|
1266
|
+
* @remarks
|
|
1267
|
+
* <props="china">For more information about instance accounts, see [Account management](https://help.aliyun.com/document_detail/172163.html).
|
|
1178
1268
|
*
|
|
1179
1269
|
* @param request - CreateMem0Request
|
|
1180
1270
|
* @returns CreateMem0Response
|
|
@@ -1184,7 +1274,10 @@ class Client extends openapi_core_1.default {
|
|
|
1184
1274
|
return await this.createMem0WithOptions(request, runtime);
|
|
1185
1275
|
}
|
|
1186
1276
|
/**
|
|
1187
|
-
*
|
|
1277
|
+
* Performs a health check on the replication task during data migration.
|
|
1278
|
+
*
|
|
1279
|
+
* @remarks
|
|
1280
|
+
* During the data synchronization phase, proactively initiates a diagnostic task for the replication task to check for issues such as latency, replication interruption, or data inconsistency.
|
|
1188
1281
|
*
|
|
1189
1282
|
* @param request - CreateRplInspectionTaskRequest
|
|
1190
1283
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1234,7 +1327,10 @@ class Client extends openapi_core_1.default {
|
|
|
1234
1327
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRplInspectionTaskResponse({}));
|
|
1235
1328
|
}
|
|
1236
1329
|
/**
|
|
1237
|
-
*
|
|
1330
|
+
* Performs a health check on the replication task during data migration.
|
|
1331
|
+
*
|
|
1332
|
+
* @remarks
|
|
1333
|
+
* During the data synchronization phase, proactively initiates a diagnostic task for the replication task to check for issues such as latency, replication interruption, or data inconsistency.
|
|
1238
1334
|
*
|
|
1239
1335
|
* @param request - CreateRplInspectionTaskRequest
|
|
1240
1336
|
* @returns CreateRplInspectionTaskResponse
|
|
@@ -1244,7 +1340,7 @@ class Client extends openapi_core_1.default {
|
|
|
1244
1340
|
return await this.createRplInspectionTaskWithOptions(request, runtime);
|
|
1245
1341
|
}
|
|
1246
1342
|
/**
|
|
1247
|
-
*
|
|
1343
|
+
* Creates a SQL statement assessment task. You submit SQL statements through this operation, and the system performs static analysis and risk assessment to identify execution risks and compatibility issues on the target database instance.
|
|
1248
1344
|
*
|
|
1249
1345
|
* @param request - CreateSQLEvaluateTaskRequest
|
|
1250
1346
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1309,7 +1405,7 @@ class Client extends openapi_core_1.default {
|
|
|
1309
1405
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSQLEvaluateTaskResponse({}));
|
|
1310
1406
|
}
|
|
1311
1407
|
/**
|
|
1312
|
-
*
|
|
1408
|
+
* Creates a SQL statement assessment task. You submit SQL statements through this operation, and the system performs static analysis and risk assessment to identify execution risks and compatibility issues on the target database instance.
|
|
1313
1409
|
*
|
|
1314
1410
|
* @param request - CreateSQLEvaluateTaskRequest
|
|
1315
1411
|
* @returns CreateSQLEvaluateTaskResponse
|
|
@@ -1319,7 +1415,7 @@ class Client extends openapi_core_1.default {
|
|
|
1319
1415
|
return await this.createSQLEvaluateTaskWithOptions(request, runtime);
|
|
1320
1416
|
}
|
|
1321
1417
|
/**
|
|
1322
|
-
*
|
|
1418
|
+
* Creates a resource storage pool.
|
|
1323
1419
|
*
|
|
1324
1420
|
* @param request - CreateStoragePoolRequest
|
|
1325
1421
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1360,7 +1456,7 @@ class Client extends openapi_core_1.default {
|
|
|
1360
1456
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateStoragePoolResponse({}));
|
|
1361
1457
|
}
|
|
1362
1458
|
/**
|
|
1363
|
-
*
|
|
1459
|
+
* Creates a resource storage pool.
|
|
1364
1460
|
*
|
|
1365
1461
|
* @param request - CreateStoragePoolRequest
|
|
1366
1462
|
* @returns CreateStoragePoolResponse
|
|
@@ -1370,7 +1466,7 @@ class Client extends openapi_core_1.default {
|
|
|
1370
1466
|
return await this.createStoragePoolWithOptions(request, runtime);
|
|
1371
1467
|
}
|
|
1372
1468
|
/**
|
|
1373
|
-
*
|
|
1469
|
+
* Creates a database schema import task. This operation allows you to import SQL script files or text content that contains DDL statements into a target database instance, and automatically performs schema operations such as creating tables, indexes, views, and stored procedures.
|
|
1374
1470
|
*
|
|
1375
1471
|
* @param request - CreateStructureImportTaskRequest
|
|
1376
1472
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1410,7 +1506,7 @@ class Client extends openapi_core_1.default {
|
|
|
1410
1506
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateStructureImportTaskResponse({}));
|
|
1411
1507
|
}
|
|
1412
1508
|
/**
|
|
1413
|
-
*
|
|
1509
|
+
* Creates a database schema import task. This operation allows you to import SQL script files or text content that contains DDL statements into a target database instance, and automatically performs schema operations such as creating tables, indexes, views, and stored procedures.
|
|
1414
1510
|
*
|
|
1415
1511
|
* @param request - CreateStructureImportTaskRequest
|
|
1416
1512
|
* @returns CreateStructureImportTaskResponse
|
|
@@ -1474,6 +1570,8 @@ class Client extends openapi_core_1.default {
|
|
|
1474
1570
|
return await this.createSubCNInstanceWithOptions(request, runtime);
|
|
1475
1571
|
}
|
|
1476
1572
|
/**
|
|
1573
|
+
* Creates a privileged user. Each instance can have only one privileged user.
|
|
1574
|
+
*
|
|
1477
1575
|
* @param request - CreateSuperAccountRequest
|
|
1478
1576
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1479
1577
|
* @returns CreateSuperAccountResponse
|
|
@@ -1513,6 +1611,8 @@ class Client extends openapi_core_1.default {
|
|
|
1513
1611
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSuperAccountResponse({}));
|
|
1514
1612
|
}
|
|
1515
1613
|
/**
|
|
1614
|
+
* Creates a privileged user. Each instance can have only one privileged user.
|
|
1615
|
+
*
|
|
1516
1616
|
* @param request - CreateSuperAccountRequest
|
|
1517
1617
|
* @returns CreateSuperAccountResponse
|
|
1518
1618
|
*/
|
|
@@ -1521,7 +1621,7 @@ class Client extends openapi_core_1.default {
|
|
|
1521
1621
|
return await this.createSuperAccountWithOptions(request, runtime);
|
|
1522
1622
|
}
|
|
1523
1623
|
/**
|
|
1524
|
-
*
|
|
1624
|
+
* Creates a conversion task to change a specific status or configuration of an instance.
|
|
1525
1625
|
*
|
|
1526
1626
|
* @param request - CreateTransformOperationRequest
|
|
1527
1627
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1556,7 +1656,7 @@ class Client extends openapi_core_1.default {
|
|
|
1556
1656
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateTransformOperationResponse({}));
|
|
1557
1657
|
}
|
|
1558
1658
|
/**
|
|
1559
|
-
*
|
|
1659
|
+
* Creates a conversion task to change a specific status or configuration of an instance.
|
|
1560
1660
|
*
|
|
1561
1661
|
* @param request - CreateTransformOperationRequest
|
|
1562
1662
|
* @returns CreateTransformOperationResponse
|
|
@@ -1566,6 +1666,8 @@ class Client extends openapi_core_1.default {
|
|
|
1566
1666
|
return await this.createTransformOperationWithOptions(request, runtime);
|
|
1567
1667
|
}
|
|
1568
1668
|
/**
|
|
1669
|
+
* Deletes an account by calling the DeleteAccount operation.
|
|
1670
|
+
*
|
|
1569
1671
|
* @param request - DeleteAccountRequest
|
|
1570
1672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1571
1673
|
* @returns DeleteAccountResponse
|
|
@@ -1605,6 +1707,8 @@ class Client extends openapi_core_1.default {
|
|
|
1605
1707
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAccountResponse({}));
|
|
1606
1708
|
}
|
|
1607
1709
|
/**
|
|
1710
|
+
* Deletes an account by calling the DeleteAccount operation.
|
|
1711
|
+
*
|
|
1608
1712
|
* @param request - DeleteAccountRequest
|
|
1609
1713
|
* @returns DeleteAccountResponse
|
|
1610
1714
|
*/
|
|
@@ -1613,7 +1717,10 @@ class Client extends openapi_core_1.default {
|
|
|
1613
1717
|
return await this.deleteAccountWithOptions(request, runtime);
|
|
1614
1718
|
}
|
|
1615
1719
|
/**
|
|
1616
|
-
*
|
|
1720
|
+
* Deletes a custom endpoint domain name.
|
|
1721
|
+
*
|
|
1722
|
+
* @remarks
|
|
1723
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
1617
1724
|
*
|
|
1618
1725
|
* @param request - DeleteCustomEndpointRequest
|
|
1619
1726
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1648,7 +1755,10 @@ class Client extends openapi_core_1.default {
|
|
|
1648
1755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustomEndpointResponse({}));
|
|
1649
1756
|
}
|
|
1650
1757
|
/**
|
|
1651
|
-
*
|
|
1758
|
+
* Deletes a custom endpoint domain name.
|
|
1759
|
+
*
|
|
1760
|
+
* @remarks
|
|
1761
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
1652
1762
|
*
|
|
1653
1763
|
* @param request - DeleteCustomEndpointRequest
|
|
1654
1764
|
* @returns DeleteCustomEndpointResponse
|
|
@@ -1658,6 +1768,8 @@ class Client extends openapi_core_1.default {
|
|
|
1658
1768
|
return await this.deleteCustomEndpointWithOptions(request, runtime);
|
|
1659
1769
|
}
|
|
1660
1770
|
/**
|
|
1771
|
+
* Deletes a database by calling the DeleteDB operation.
|
|
1772
|
+
*
|
|
1661
1773
|
* @param request - DeleteDBRequest
|
|
1662
1774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1663
1775
|
* @returns DeleteDBResponse
|
|
@@ -1691,6 +1803,8 @@ class Client extends openapi_core_1.default {
|
|
|
1691
1803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDBResponse({}));
|
|
1692
1804
|
}
|
|
1693
1805
|
/**
|
|
1806
|
+
* Deletes a database by calling the DeleteDB operation.
|
|
1807
|
+
*
|
|
1694
1808
|
* @param request - DeleteDBRequest
|
|
1695
1809
|
* @returns DeleteDBResponse
|
|
1696
1810
|
*/
|
|
@@ -1699,7 +1813,7 @@ class Client extends openapi_core_1.default {
|
|
|
1699
1813
|
return await this.deleteDBWithOptions(request, runtime);
|
|
1700
1814
|
}
|
|
1701
1815
|
/**
|
|
1702
|
-
*
|
|
1816
|
+
* Calls the DeleteDBInstance operation to delete an instance.
|
|
1703
1817
|
*
|
|
1704
1818
|
* @param request - DeleteDBInstanceRequest
|
|
1705
1819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1731,7 +1845,7 @@ class Client extends openapi_core_1.default {
|
|
|
1731
1845
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDBInstanceResponse({}));
|
|
1732
1846
|
}
|
|
1733
1847
|
/**
|
|
1734
|
-
*
|
|
1848
|
+
* Calls the DeleteDBInstance operation to delete an instance.
|
|
1735
1849
|
*
|
|
1736
1850
|
* @param request - DeleteDBInstanceRequest
|
|
1737
1851
|
* @returns DeleteDBInstanceResponse
|
|
@@ -1741,7 +1855,10 @@ class Client extends openapi_core_1.default {
|
|
|
1741
1855
|
return await this.deleteDBInstanceWithOptions(request, runtime);
|
|
1742
1856
|
}
|
|
1743
1857
|
/**
|
|
1744
|
-
*
|
|
1858
|
+
* Deletes an evaluation import task.
|
|
1859
|
+
*
|
|
1860
|
+
* @remarks
|
|
1861
|
+
* Deletes a created evaluation task and performs subsequent data import operations.
|
|
1745
1862
|
*
|
|
1746
1863
|
* @param request - DeleteEvaluateAndImportTaskRequest
|
|
1747
1864
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1773,7 +1890,10 @@ class Client extends openapi_core_1.default {
|
|
|
1773
1890
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteEvaluateAndImportTaskResponse({}));
|
|
1774
1891
|
}
|
|
1775
1892
|
/**
|
|
1776
|
-
*
|
|
1893
|
+
* Deletes an evaluation import task.
|
|
1894
|
+
*
|
|
1895
|
+
* @remarks
|
|
1896
|
+
* Deletes a created evaluation task and performs subsequent data import operations.
|
|
1777
1897
|
*
|
|
1778
1898
|
* @param request - DeleteEvaluateAndImportTaskRequest
|
|
1779
1899
|
* @returns DeleteEvaluateAndImportTaskResponse
|
|
@@ -1783,7 +1903,7 @@ class Client extends openapi_core_1.default {
|
|
|
1783
1903
|
return await this.deleteEvaluateAndImportTaskWithOptions(request, runtime);
|
|
1784
1904
|
}
|
|
1785
1905
|
/**
|
|
1786
|
-
*
|
|
1906
|
+
* Deletes a global database network (GDN) instance.
|
|
1787
1907
|
*
|
|
1788
1908
|
* @param request - DeleteGdnInstanceRequest
|
|
1789
1909
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1815,7 +1935,7 @@ class Client extends openapi_core_1.default {
|
|
|
1815
1935
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGdnInstanceResponse({}));
|
|
1816
1936
|
}
|
|
1817
1937
|
/**
|
|
1818
|
-
*
|
|
1938
|
+
* Deletes a global database network (GDN) instance.
|
|
1819
1939
|
*
|
|
1820
1940
|
* @param request - DeleteGdnInstanceRequest
|
|
1821
1941
|
* @returns DeleteGdnInstanceResponse
|
|
@@ -1825,7 +1945,10 @@ class Client extends openapi_core_1.default {
|
|
|
1825
1945
|
return await this.deleteGdnInstanceWithOptions(request, runtime);
|
|
1826
1946
|
}
|
|
1827
1947
|
/**
|
|
1828
|
-
*
|
|
1948
|
+
* Disables the memory engine.
|
|
1949
|
+
*
|
|
1950
|
+
* @remarks
|
|
1951
|
+
* Deletes the custom endpoint of a specified database instance and disables the access entry for the domain name.
|
|
1829
1952
|
*
|
|
1830
1953
|
* @param request - DeleteMem0Request
|
|
1831
1954
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1857,7 +1980,10 @@ class Client extends openapi_core_1.default {
|
|
|
1857
1980
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteMem0Response({}));
|
|
1858
1981
|
}
|
|
1859
1982
|
/**
|
|
1860
|
-
*
|
|
1983
|
+
* Disables the memory engine.
|
|
1984
|
+
*
|
|
1985
|
+
* @remarks
|
|
1986
|
+
* Deletes the custom endpoint of a specified database instance and disables the access entry for the domain name.
|
|
1861
1987
|
*
|
|
1862
1988
|
* @param request - DeleteMem0Request
|
|
1863
1989
|
* @returns DeleteMem0Response
|
|
@@ -1918,6 +2044,8 @@ class Client extends openapi_core_1.default {
|
|
|
1918
2044
|
return await this.deleteSubCNInstanceWithOptions(request, runtime);
|
|
1919
2045
|
}
|
|
1920
2046
|
/**
|
|
2047
|
+
* Queries the list of accounts by calling the DescribeAccountList operation.
|
|
2048
|
+
*
|
|
1921
2049
|
* @param request - DescribeAccountListRequest
|
|
1922
2050
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1923
2051
|
* @returns DescribeAccountListResponse
|
|
@@ -1954,6 +2082,8 @@ class Client extends openapi_core_1.default {
|
|
|
1954
2082
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAccountListResponse({}));
|
|
1955
2083
|
}
|
|
1956
2084
|
/**
|
|
2085
|
+
* Queries the list of accounts by calling the DescribeAccountList operation.
|
|
2086
|
+
*
|
|
1957
2087
|
* @param request - DescribeAccountListRequest
|
|
1958
2088
|
* @returns DescribeAccountListResponse
|
|
1959
2089
|
*/
|
|
@@ -1962,7 +2092,7 @@ class Client extends openapi_core_1.default {
|
|
|
1962
2092
|
return await this.describeAccountListWithOptions(request, runtime);
|
|
1963
2093
|
}
|
|
1964
2094
|
/**
|
|
1965
|
-
*
|
|
2095
|
+
* Calls the DescribeActiveOperationMaintainConf operation to display the O&M window configuration.
|
|
1966
2096
|
*
|
|
1967
2097
|
* @param request - DescribeActiveOperationMaintainConfRequest
|
|
1968
2098
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1991,7 +2121,7 @@ class Client extends openapi_core_1.default {
|
|
|
1991
2121
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationMaintainConfResponse({}));
|
|
1992
2122
|
}
|
|
1993
2123
|
/**
|
|
1994
|
-
*
|
|
2124
|
+
* Calls the DescribeActiveOperationMaintainConf operation to display the O&M window configuration.
|
|
1995
2125
|
*
|
|
1996
2126
|
* @param request - DescribeActiveOperationMaintainConfRequest
|
|
1997
2127
|
* @returns DescribeActiveOperationMaintainConfResponse
|
|
@@ -2001,7 +2131,7 @@ class Client extends openapi_core_1.default {
|
|
|
2001
2131
|
return await this.describeActiveOperationMaintainConfWithOptions(request, runtime);
|
|
2002
2132
|
}
|
|
2003
2133
|
/**
|
|
2004
|
-
*
|
|
2134
|
+
* Retrieves the total number of O&M events.
|
|
2005
2135
|
*
|
|
2006
2136
|
* @param request - DescribeActiveOperationTaskCountRequest
|
|
2007
2137
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2027,7 +2157,7 @@ class Client extends openapi_core_1.default {
|
|
|
2027
2157
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationTaskCountResponse({}));
|
|
2028
2158
|
}
|
|
2029
2159
|
/**
|
|
2030
|
-
*
|
|
2160
|
+
* Retrieves the total number of O&M events.
|
|
2031
2161
|
*
|
|
2032
2162
|
* @param request - DescribeActiveOperationTaskCountRequest
|
|
2033
2163
|
* @returns DescribeActiveOperationTaskCountResponse
|
|
@@ -2037,7 +2167,7 @@ class Client extends openapi_core_1.default {
|
|
|
2037
2167
|
return await this.describeActiveOperationTaskCountWithOptions(request, runtime);
|
|
2038
2168
|
}
|
|
2039
2169
|
/**
|
|
2040
|
-
*
|
|
2170
|
+
* Queries O&M events by calling the DescribeActiveOperationTasks operation.
|
|
2041
2171
|
*
|
|
2042
2172
|
* @param request - DescribeActiveOperationTasksRequest
|
|
2043
2173
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2063,7 +2193,7 @@ class Client extends openapi_core_1.default {
|
|
|
2063
2193
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationTasksResponse({}));
|
|
2064
2194
|
}
|
|
2065
2195
|
/**
|
|
2066
|
-
*
|
|
2196
|
+
* Queries O&M events by calling the DescribeActiveOperationTasks operation.
|
|
2067
2197
|
*
|
|
2068
2198
|
* @param request - DescribeActiveOperationTasksRequest
|
|
2069
2199
|
* @returns DescribeActiveOperationTasksResponse
|
|
@@ -2073,7 +2203,7 @@ class Client extends openapi_core_1.default {
|
|
|
2073
2203
|
return await this.describeActiveOperationTasksWithOptions(request, runtime);
|
|
2074
2204
|
}
|
|
2075
2205
|
/**
|
|
2076
|
-
*
|
|
2206
|
+
* Lists cold storage tables.
|
|
2077
2207
|
*
|
|
2078
2208
|
* @param request - DescribeArchiveTableListRequest
|
|
2079
2209
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2120,7 +2250,7 @@ class Client extends openapi_core_1.default {
|
|
|
2120
2250
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeArchiveTableListResponse({}));
|
|
2121
2251
|
}
|
|
2122
2252
|
/**
|
|
2123
|
-
*
|
|
2253
|
+
* Lists cold storage tables.
|
|
2124
2254
|
*
|
|
2125
2255
|
* @param request - DescribeArchiveTableListRequest
|
|
2126
2256
|
* @returns DescribeArchiveTableListResponse
|
|
@@ -2130,7 +2260,7 @@ class Client extends openapi_core_1.default {
|
|
|
2130
2260
|
return await this.describeArchiveTableListWithOptions(request, runtime);
|
|
2131
2261
|
}
|
|
2132
2262
|
/**
|
|
2133
|
-
*
|
|
2263
|
+
* Queries the list of available regions that support cross-region operations, typically used for multi-region deployment or data replication scenarios.
|
|
2134
2264
|
*
|
|
2135
2265
|
* @param request - DescribeAvailableCrossRegionsRequest
|
|
2136
2266
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2162,7 +2292,7 @@ class Client extends openapi_core_1.default {
|
|
|
2162
2292
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAvailableCrossRegionsResponse({}));
|
|
2163
2293
|
}
|
|
2164
2294
|
/**
|
|
2165
|
-
*
|
|
2295
|
+
* Queries the list of available regions that support cross-region operations, typically used for multi-region deployment or data replication scenarios.
|
|
2166
2296
|
*
|
|
2167
2297
|
* @param request - DescribeAvailableCrossRegionsRequest
|
|
2168
2298
|
* @returns DescribeAvailableCrossRegionsResponse
|
|
@@ -2172,7 +2302,7 @@ class Client extends openapi_core_1.default {
|
|
|
2172
2302
|
return await this.describeAvailableCrossRegionsWithOptions(request, runtime);
|
|
2173
2303
|
}
|
|
2174
2304
|
/**
|
|
2175
|
-
*
|
|
2305
|
+
* Calls the DescribeBackupPolicy operation to query the backup settings of an instance.
|
|
2176
2306
|
*
|
|
2177
2307
|
* @param request - DescribeBackupPolicyRequest
|
|
2178
2308
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2204,7 +2334,7 @@ class Client extends openapi_core_1.default {
|
|
|
2204
2334
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBackupPolicyResponse({}));
|
|
2205
2335
|
}
|
|
2206
2336
|
/**
|
|
2207
|
-
*
|
|
2337
|
+
* Calls the DescribeBackupPolicy operation to query the backup settings of an instance.
|
|
2208
2338
|
*
|
|
2209
2339
|
* @param request - DescribeBackupPolicyRequest
|
|
2210
2340
|
* @returns DescribeBackupPolicyResponse
|
|
@@ -2214,7 +2344,7 @@ class Client extends openapi_core_1.default {
|
|
|
2214
2344
|
return await this.describeBackupPolicyWithOptions(request, runtime);
|
|
2215
2345
|
}
|
|
2216
2346
|
/**
|
|
2217
|
-
*
|
|
2347
|
+
* Queries the details of a backup set by calling the DescribeBackupSet operation.
|
|
2218
2348
|
*
|
|
2219
2349
|
* @param request - DescribeBackupSetRequest
|
|
2220
2350
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2252,7 +2382,7 @@ class Client extends openapi_core_1.default {
|
|
|
2252
2382
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBackupSetResponse({}));
|
|
2253
2383
|
}
|
|
2254
2384
|
/**
|
|
2255
|
-
*
|
|
2385
|
+
* Queries the details of a backup set by calling the DescribeBackupSet operation.
|
|
2256
2386
|
*
|
|
2257
2387
|
* @param request - DescribeBackupSetRequest
|
|
2258
2388
|
* @returns DescribeBackupSetResponse
|
|
@@ -2262,6 +2392,8 @@ class Client extends openapi_core_1.default {
|
|
|
2262
2392
|
return await this.describeBackupSetWithOptions(request, runtime);
|
|
2263
2393
|
}
|
|
2264
2394
|
/**
|
|
2395
|
+
* Calls the DescribeBackupSetList operation to query the list of backup sets.
|
|
2396
|
+
*
|
|
2265
2397
|
* @param request - DescribeBackupSetListRequest
|
|
2266
2398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2267
2399
|
* @returns DescribeBackupSetListResponse
|
|
@@ -2286,6 +2418,8 @@ class Client extends openapi_core_1.default {
|
|
|
2286
2418
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBackupSetListResponse({}));
|
|
2287
2419
|
}
|
|
2288
2420
|
/**
|
|
2421
|
+
* Calls the DescribeBackupSetList operation to query the list of backup sets.
|
|
2422
|
+
*
|
|
2289
2423
|
* @param request - DescribeBackupSetListRequest
|
|
2290
2424
|
* @returns DescribeBackupSetListResponse
|
|
2291
2425
|
*/
|
|
@@ -2294,6 +2428,13 @@ class Client extends openapi_core_1.default {
|
|
|
2294
2428
|
return await this.describeBackupSetListWithOptions(request, runtime);
|
|
2295
2429
|
}
|
|
2296
2430
|
/**
|
|
2431
|
+
* Calls the DescribeBinaryLogList operation to query binlog logs.
|
|
2432
|
+
*
|
|
2433
|
+
* @remarks
|
|
2434
|
+
* - Binlog files are retained for 15 days by default.
|
|
2435
|
+
* - The returned log list includes all logs whose record end time is after the query start time and whose record start time is before the query end time.
|
|
2436
|
+
* - When the DownloadLink is not NULL, you can use this URL to download the backup file. This URL is valid for 2 days after it is generated. Download the file before the URL expires.
|
|
2437
|
+
*
|
|
2297
2438
|
* @param request - DescribeBinaryLogListRequest
|
|
2298
2439
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2299
2440
|
* @returns DescribeBinaryLogListResponse
|
|
@@ -2339,6 +2480,13 @@ class Client extends openapi_core_1.default {
|
|
|
2339
2480
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBinaryLogListResponse({}));
|
|
2340
2481
|
}
|
|
2341
2482
|
/**
|
|
2483
|
+
* Calls the DescribeBinaryLogList operation to query binlog logs.
|
|
2484
|
+
*
|
|
2485
|
+
* @remarks
|
|
2486
|
+
* - Binlog files are retained for 15 days by default.
|
|
2487
|
+
* - The returned log list includes all logs whose record end time is after the query start time and whose record start time is before the query end time.
|
|
2488
|
+
* - When the DownloadLink is not NULL, you can use this URL to download the backup file. This URL is valid for 2 days after it is generated. Download the file before the URL expires.
|
|
2489
|
+
*
|
|
2342
2490
|
* @param request - DescribeBinaryLogListRequest
|
|
2343
2491
|
* @returns DescribeBinaryLogListResponse
|
|
2344
2492
|
*/
|
|
@@ -2347,7 +2495,12 @@ class Client extends openapi_core_1.default {
|
|
|
2347
2495
|
return await this.describeBinaryLogListWithOptions(request, runtime);
|
|
2348
2496
|
}
|
|
2349
2497
|
/**
|
|
2350
|
-
*
|
|
2498
|
+
* Queries the list of instance specifications.
|
|
2499
|
+
*
|
|
2500
|
+
* @remarks
|
|
2501
|
+
* - Binary log files are retained for 15 days by default.
|
|
2502
|
+
* - The returned log list includes all logs whose log record end time is after the query start time and whose log record start time is before the query end time.
|
|
2503
|
+
* - If DownloadLink is not NULL, you can use this URL to download the backup file. This URL is valid for 2 days after it is generated. Download the file before the URL expires.
|
|
2351
2504
|
*
|
|
2352
2505
|
* @param request - DescribeCdcClassListRequest
|
|
2353
2506
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2382,7 +2535,12 @@ class Client extends openapi_core_1.default {
|
|
|
2382
2535
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCdcClassListResponse({}));
|
|
2383
2536
|
}
|
|
2384
2537
|
/**
|
|
2385
|
-
*
|
|
2538
|
+
* Queries the list of instance specifications.
|
|
2539
|
+
*
|
|
2540
|
+
* @remarks
|
|
2541
|
+
* - Binary log files are retained for 15 days by default.
|
|
2542
|
+
* - The returned log list includes all logs whose log record end time is after the query start time and whose log record start time is before the query end time.
|
|
2543
|
+
* - If DownloadLink is not NULL, you can use this URL to download the backup file. This URL is valid for 2 days after it is generated. Download the file before the URL expires.
|
|
2386
2544
|
*
|
|
2387
2545
|
* @param request - DescribeCdcClassListRequest
|
|
2388
2546
|
* @returns DescribeCdcClassListResponse
|
|
@@ -2392,7 +2550,7 @@ class Client extends openapi_core_1.default {
|
|
|
2392
2550
|
return await this.describeCdcClassListWithOptions(request, runtime);
|
|
2393
2551
|
}
|
|
2394
2552
|
/**
|
|
2395
|
-
*
|
|
2553
|
+
* Queries CDC information.
|
|
2396
2554
|
*
|
|
2397
2555
|
* @param request - DescribeCdcInfoRequest
|
|
2398
2556
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2424,7 +2582,7 @@ class Client extends openapi_core_1.default {
|
|
|
2424
2582
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCdcInfoResponse({}));
|
|
2425
2583
|
}
|
|
2426
2584
|
/**
|
|
2427
|
-
*
|
|
2585
|
+
* Queries CDC information.
|
|
2428
2586
|
*
|
|
2429
2587
|
* @param request - DescribeCdcInfoRequest
|
|
2430
2588
|
* @returns DescribeCdcInfoResponse
|
|
@@ -2434,7 +2592,12 @@ class Client extends openapi_core_1.default {
|
|
|
2434
2592
|
return await this.describeCdcInfoWithOptions(request, runtime);
|
|
2435
2593
|
}
|
|
2436
2594
|
/**
|
|
2437
|
-
*
|
|
2595
|
+
* Retrieves the list of CDC versions.
|
|
2596
|
+
*
|
|
2597
|
+
* @remarks
|
|
2598
|
+
* - Binary log files are retained for 15 days by default.
|
|
2599
|
+
* - The returned log list includes all logs whose log record end time is after the query start time and whose log record start time is before the query end time.
|
|
2600
|
+
* - When DownloadLink is not NULL, you can download the backup file from this URL. The URL is valid for 2 days after it is generated. Download the file before the URL expires.
|
|
2438
2601
|
*
|
|
2439
2602
|
* @param request - DescribeCdcVersionListRequest
|
|
2440
2603
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2469,7 +2632,12 @@ class Client extends openapi_core_1.default {
|
|
|
2469
2632
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCdcVersionListResponse({}));
|
|
2470
2633
|
}
|
|
2471
2634
|
/**
|
|
2472
|
-
*
|
|
2635
|
+
* Retrieves the list of CDC versions.
|
|
2636
|
+
*
|
|
2637
|
+
* @remarks
|
|
2638
|
+
* - Binary log files are retained for 15 days by default.
|
|
2639
|
+
* - The returned log list includes all logs whose log record end time is after the query start time and whose log record start time is before the query end time.
|
|
2640
|
+
* - When DownloadLink is not NULL, you can download the backup file from this URL. The URL is valid for 2 days after it is generated. Download the file before the URL expires.
|
|
2473
2641
|
*
|
|
2474
2642
|
* @param request - DescribeCdcVersionListRequest
|
|
2475
2643
|
* @returns DescribeCdcVersionListResponse
|
|
@@ -2479,6 +2647,8 @@ class Client extends openapi_core_1.default {
|
|
|
2479
2647
|
return await this.describeCdcVersionListWithOptions(request, runtime);
|
|
2480
2648
|
}
|
|
2481
2649
|
/**
|
|
2650
|
+
* Invokes the DescribeCharacterSet operation to query the character set types supported by databases in a target instance.
|
|
2651
|
+
*
|
|
2482
2652
|
* @param request - DescribeCharacterSetRequest
|
|
2483
2653
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2484
2654
|
* @returns DescribeCharacterSetResponse
|
|
@@ -2509,6 +2679,8 @@ class Client extends openapi_core_1.default {
|
|
|
2509
2679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCharacterSetResponse({}));
|
|
2510
2680
|
}
|
|
2511
2681
|
/**
|
|
2682
|
+
* Invokes the DescribeCharacterSet operation to query the character set types supported by databases in a target instance.
|
|
2683
|
+
*
|
|
2512
2684
|
* @param request - DescribeCharacterSetRequest
|
|
2513
2685
|
* @returns DescribeCharacterSetResponse
|
|
2514
2686
|
*/
|
|
@@ -2517,7 +2689,7 @@ class Client extends openapi_core_1.default {
|
|
|
2517
2689
|
return await this.describeCharacterSetWithOptions(request, runtime);
|
|
2518
2690
|
}
|
|
2519
2691
|
/**
|
|
2520
|
-
*
|
|
2692
|
+
* The cold storage basic information.
|
|
2521
2693
|
*
|
|
2522
2694
|
* @param request - DescribeColdDataBasicInfoRequest
|
|
2523
2695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2543,7 +2715,7 @@ class Client extends openapi_core_1.default {
|
|
|
2543
2715
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColdDataBasicInfoResponse({}));
|
|
2544
2716
|
}
|
|
2545
2717
|
/**
|
|
2546
|
-
*
|
|
2718
|
+
* The cold storage basic information.
|
|
2547
2719
|
*
|
|
2548
2720
|
* @param request - DescribeColdDataBasicInfoRequest
|
|
2549
2721
|
* @returns DescribeColdDataBasicInfoResponse
|
|
@@ -2553,7 +2725,7 @@ class Client extends openapi_core_1.default {
|
|
|
2553
2725
|
return await this.describeColdDataBasicInfoWithOptions(request, runtime);
|
|
2554
2726
|
}
|
|
2555
2727
|
/**
|
|
2556
|
-
*
|
|
2728
|
+
* Queries the list of column store specifications for an instance.
|
|
2557
2729
|
*
|
|
2558
2730
|
* @param request - DescribeColumnarClassListRequest
|
|
2559
2731
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2588,7 +2760,7 @@ class Client extends openapi_core_1.default {
|
|
|
2588
2760
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnarClassListResponse({}));
|
|
2589
2761
|
}
|
|
2590
2762
|
/**
|
|
2591
|
-
*
|
|
2763
|
+
* Queries the list of column store specifications for an instance.
|
|
2592
2764
|
*
|
|
2593
2765
|
* @param request - DescribeColumnarClassListRequest
|
|
2594
2766
|
* @returns DescribeColumnarClassListResponse
|
|
@@ -2598,7 +2770,7 @@ class Client extends openapi_core_1.default {
|
|
|
2598
2770
|
return await this.describeColumnarClassListWithOptions(request, runtime);
|
|
2599
2771
|
}
|
|
2600
2772
|
/**
|
|
2601
|
-
*
|
|
2773
|
+
* Queries column store information.
|
|
2602
2774
|
*
|
|
2603
2775
|
* @param request - DescribeColumnarInfoRequest
|
|
2604
2776
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2630,7 +2802,7 @@ class Client extends openapi_core_1.default {
|
|
|
2630
2802
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnarInfoResponse({}));
|
|
2631
2803
|
}
|
|
2632
2804
|
/**
|
|
2633
|
-
*
|
|
2805
|
+
* Queries column store information.
|
|
2634
2806
|
*
|
|
2635
2807
|
* @param request - DescribeColumnarInfoRequest
|
|
2636
2808
|
* @returns DescribeColumnarInfoResponse
|
|
@@ -2640,7 +2812,12 @@ class Client extends openapi_core_1.default {
|
|
|
2640
2812
|
return await this.describeColumnarInfoWithOptions(request, runtime);
|
|
2641
2813
|
}
|
|
2642
2814
|
/**
|
|
2643
|
-
*
|
|
2815
|
+
* Queries column store version information.
|
|
2816
|
+
*
|
|
2817
|
+
* @remarks
|
|
2818
|
+
* - Binary log files are retained for 15 days by default.
|
|
2819
|
+
* - The returned log list includes all logs whose log record end time is after the query start time and whose log record start time is before the query end time.
|
|
2820
|
+
* - When DownloadLink is not NULL, you can download the backup file from this URL. This URL is valid for 2 days after it is generated. Download the file before the expiration time.
|
|
2644
2821
|
*
|
|
2645
2822
|
* @param request - DescribeColumnarVersionListRequest
|
|
2646
2823
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2672,7 +2849,12 @@ class Client extends openapi_core_1.default {
|
|
|
2672
2849
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnarVersionListResponse({}));
|
|
2673
2850
|
}
|
|
2674
2851
|
/**
|
|
2675
|
-
*
|
|
2852
|
+
* Queries column store version information.
|
|
2853
|
+
*
|
|
2854
|
+
* @remarks
|
|
2855
|
+
* - Binary log files are retained for 15 days by default.
|
|
2856
|
+
* - The returned log list includes all logs whose log record end time is after the query start time and whose log record start time is before the query end time.
|
|
2857
|
+
* - When DownloadLink is not NULL, you can download the backup file from this URL. This URL is valid for 2 days after it is generated. Download the file before the expiration time.
|
|
2676
2858
|
*
|
|
2677
2859
|
* @param request - DescribeColumnarVersionListRequest
|
|
2678
2860
|
* @returns DescribeColumnarVersionListResponse
|
|
@@ -2682,7 +2864,7 @@ class Client extends openapi_core_1.default {
|
|
|
2682
2864
|
return await this.describeColumnarVersionListWithOptions(request, runtime);
|
|
2683
2865
|
}
|
|
2684
2866
|
/**
|
|
2685
|
-
*
|
|
2867
|
+
* Retrieves the property information of a specified component, including property names and types.
|
|
2686
2868
|
*
|
|
2687
2869
|
* @param request - DescribeComponentPropetiesRequest
|
|
2688
2870
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2720,7 +2902,7 @@ class Client extends openapi_core_1.default {
|
|
|
2720
2902
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeComponentPropetiesResponse({}));
|
|
2721
2903
|
}
|
|
2722
2904
|
/**
|
|
2723
|
-
*
|
|
2905
|
+
* Retrieves the property information of a specified component, including property names and types.
|
|
2724
2906
|
*
|
|
2725
2907
|
* @param request - DescribeComponentPropetiesRequest
|
|
2726
2908
|
* @returns DescribeComponentPropetiesResponse
|
|
@@ -2730,7 +2912,10 @@ class Client extends openapi_core_1.default {
|
|
|
2730
2912
|
return await this.describeComponentPropetiesWithOptions(request, runtime);
|
|
2731
2913
|
}
|
|
2732
2914
|
/**
|
|
2733
|
-
*
|
|
2915
|
+
* Queries the list of custom endpoints defined by the user.
|
|
2916
|
+
*
|
|
2917
|
+
* @remarks
|
|
2918
|
+
* Queries the list of custom endpoints configured by the user. You can use this operation to manage and view the settings of private connections or VPC endpoint services.
|
|
2734
2919
|
*
|
|
2735
2920
|
* @param request - DescribeCustomEndpointListRequest
|
|
2736
2921
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2768,7 +2953,10 @@ class Client extends openapi_core_1.default {
|
|
|
2768
2953
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustomEndpointListResponse({}));
|
|
2769
2954
|
}
|
|
2770
2955
|
/**
|
|
2771
|
-
*
|
|
2956
|
+
* Queries the list of custom endpoints defined by the user.
|
|
2957
|
+
*
|
|
2958
|
+
* @remarks
|
|
2959
|
+
* Queries the list of custom endpoints configured by the user. You can use this operation to manage and view the settings of private connections or VPC endpoint services.
|
|
2772
2960
|
*
|
|
2773
2961
|
* @param request - DescribeCustomEndpointListRequest
|
|
2774
2962
|
* @returns DescribeCustomEndpointListResponse
|
|
@@ -2778,7 +2966,7 @@ class Client extends openapi_core_1.default {
|
|
|
2778
2966
|
return await this.describeCustomEndpointListWithOptions(request, runtime);
|
|
2779
2967
|
}
|
|
2780
2968
|
/**
|
|
2781
|
-
*
|
|
2969
|
+
* Calls the DescribeDBInstanceAttribute operation to retrieve instance attributes.
|
|
2782
2970
|
*
|
|
2783
2971
|
* @param request - DescribeDBInstanceAttributeRequest
|
|
2784
2972
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2813,7 +3001,7 @@ class Client extends openapi_core_1.default {
|
|
|
2813
3001
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
|
|
2814
3002
|
}
|
|
2815
3003
|
/**
|
|
2816
|
-
*
|
|
3004
|
+
* Calls the DescribeDBInstanceAttribute operation to retrieve instance attributes.
|
|
2817
3005
|
*
|
|
2818
3006
|
* @param request - DescribeDBInstanceAttributeRequest
|
|
2819
3007
|
* @returns DescribeDBInstanceAttributeResponse
|
|
@@ -2823,7 +3011,7 @@ class Client extends openapi_core_1.default {
|
|
|
2823
3011
|
return await this.describeDBInstanceAttributeWithOptions(request, runtime);
|
|
2824
3012
|
}
|
|
2825
3013
|
/**
|
|
2826
|
-
*
|
|
3014
|
+
* Calls the DescribeDBInstanceConfig operation to retrieve the configuration parameters of an instance.
|
|
2827
3015
|
*
|
|
2828
3016
|
* @param request - DescribeDBInstanceConfigRequest
|
|
2829
3017
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2858,7 +3046,7 @@ class Client extends openapi_core_1.default {
|
|
|
2858
3046
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceConfigResponse({}));
|
|
2859
3047
|
}
|
|
2860
3048
|
/**
|
|
2861
|
-
*
|
|
3049
|
+
* Calls the DescribeDBInstanceConfig operation to retrieve the configuration parameters of an instance.
|
|
2862
3050
|
*
|
|
2863
3051
|
* @param request - DescribeDBInstanceConfigRequest
|
|
2864
3052
|
* @returns DescribeDBInstanceConfigResponse
|
|
@@ -2870,6 +3058,9 @@ class Client extends openapi_core_1.default {
|
|
|
2870
3058
|
/**
|
|
2871
3059
|
* 查询endpoint列表
|
|
2872
3060
|
*
|
|
3061
|
+
* @remarks
|
|
3062
|
+
* 该接口用于获取用户已配置的自定义终端节点(Endpoint)列表,便于管理和查看私有连接或VPC终端服务的设置。
|
|
3063
|
+
*
|
|
2873
3064
|
* @param request - DescribeDBInstanceEndpointRequest
|
|
2874
3065
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2875
3066
|
* @returns DescribeDBInstanceEndpointResponse
|
|
@@ -2908,6 +3099,9 @@ class Client extends openapi_core_1.default {
|
|
|
2908
3099
|
/**
|
|
2909
3100
|
* 查询endpoint列表
|
|
2910
3101
|
*
|
|
3102
|
+
* @remarks
|
|
3103
|
+
* 该接口用于获取用户已配置的自定义终端节点(Endpoint)列表,便于管理和查看私有连接或VPC终端服务的设置。
|
|
3104
|
+
*
|
|
2911
3105
|
* @param request - DescribeDBInstanceEndpointRequest
|
|
2912
3106
|
* @returns DescribeDBInstanceEndpointResponse
|
|
2913
3107
|
*/
|
|
@@ -2916,7 +3110,7 @@ class Client extends openapi_core_1.default {
|
|
|
2916
3110
|
return await this.describeDBInstanceEndpointWithOptions(request, runtime);
|
|
2917
3111
|
}
|
|
2918
3112
|
/**
|
|
2919
|
-
*
|
|
3113
|
+
* Queries the high availability (HA) information of an instance.
|
|
2920
3114
|
*
|
|
2921
3115
|
* @param request - DescribeDBInstanceHARequest
|
|
2922
3116
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2948,7 +3142,7 @@ class Client extends openapi_core_1.default {
|
|
|
2948
3142
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceHAResponse({}));
|
|
2949
3143
|
}
|
|
2950
3144
|
/**
|
|
2951
|
-
*
|
|
3145
|
+
* Queries the high availability (HA) information of an instance.
|
|
2952
3146
|
*
|
|
2953
3147
|
* @param request - DescribeDBInstanceHARequest
|
|
2954
3148
|
* @returns DescribeDBInstanceHAResponse
|
|
@@ -2958,6 +3152,8 @@ class Client extends openapi_core_1.default {
|
|
|
2958
3152
|
return await this.describeDBInstanceHAWithOptions(request, runtime);
|
|
2959
3153
|
}
|
|
2960
3154
|
/**
|
|
3155
|
+
* Views SSL information.
|
|
3156
|
+
*
|
|
2961
3157
|
* @param request - DescribeDBInstanceSSLRequest
|
|
2962
3158
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2963
3159
|
* @returns DescribeDBInstanceSSLResponse
|
|
@@ -2988,6 +3184,8 @@ class Client extends openapi_core_1.default {
|
|
|
2988
3184
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceSSLResponse({}));
|
|
2989
3185
|
}
|
|
2990
3186
|
/**
|
|
3187
|
+
* Views SSL information.
|
|
3188
|
+
*
|
|
2991
3189
|
* @param request - DescribeDBInstanceSSLRequest
|
|
2992
3190
|
* @returns DescribeDBInstanceSSLResponse
|
|
2993
3191
|
*/
|
|
@@ -2996,6 +3194,8 @@ class Client extends openapi_core_1.default {
|
|
|
2996
3194
|
return await this.describeDBInstanceSSLWithOptions(request, runtime);
|
|
2997
3195
|
}
|
|
2998
3196
|
/**
|
|
3197
|
+
* Calls the DescribeDBInstanceTDE operation to retrieve the details of Transparent Data Encryption (TDE) for an instance.
|
|
3198
|
+
*
|
|
2999
3199
|
* @param request - DescribeDBInstanceTDERequest
|
|
3000
3200
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3001
3201
|
* @returns DescribeDBInstanceTDEResponse
|
|
@@ -3026,6 +3226,8 @@ class Client extends openapi_core_1.default {
|
|
|
3026
3226
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceTDEResponse({}));
|
|
3027
3227
|
}
|
|
3028
3228
|
/**
|
|
3229
|
+
* Calls the DescribeDBInstanceTDE operation to retrieve the details of Transparent Data Encryption (TDE) for an instance.
|
|
3230
|
+
*
|
|
3029
3231
|
* @param request - DescribeDBInstanceTDERequest
|
|
3030
3232
|
* @returns DescribeDBInstanceTDEResponse
|
|
3031
3233
|
*/
|
|
@@ -3034,7 +3236,7 @@ class Client extends openapi_core_1.default {
|
|
|
3034
3236
|
return await this.describeDBInstanceTDEWithOptions(request, runtime);
|
|
3035
3237
|
}
|
|
3036
3238
|
/**
|
|
3037
|
-
*
|
|
3239
|
+
* Calls the DescribeDBInstanceTopology operation to retrieve the topology information of an instance.
|
|
3038
3240
|
*
|
|
3039
3241
|
* @param request - DescribeDBInstanceTopologyRequest
|
|
3040
3242
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3075,7 +3277,7 @@ class Client extends openapi_core_1.default {
|
|
|
3075
3277
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceTopologyResponse({}));
|
|
3076
3278
|
}
|
|
3077
3279
|
/**
|
|
3078
|
-
*
|
|
3280
|
+
* Calls the DescribeDBInstanceTopology operation to retrieve the topology information of an instance.
|
|
3079
3281
|
*
|
|
3080
3282
|
* @param request - DescribeDBInstanceTopologyRequest
|
|
3081
3283
|
* @returns DescribeDBInstanceTopologyResponse
|
|
@@ -3085,7 +3287,7 @@ class Client extends openapi_core_1.default {
|
|
|
3085
3287
|
return await this.describeDBInstanceTopologyWithOptions(request, runtime);
|
|
3086
3288
|
}
|
|
3087
3289
|
/**
|
|
3088
|
-
*
|
|
3290
|
+
* Retrieves the basic information about an instance by using the endpoint of the instance.
|
|
3089
3291
|
*
|
|
3090
3292
|
* @param request - DescribeDBInstanceViaEndpointRequest
|
|
3091
3293
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3117,7 +3319,7 @@ class Client extends openapi_core_1.default {
|
|
|
3117
3319
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceViaEndpointResponse({}));
|
|
3118
3320
|
}
|
|
3119
3321
|
/**
|
|
3120
|
-
*
|
|
3322
|
+
* Retrieves the basic information about an instance by using the endpoint of the instance.
|
|
3121
3323
|
*
|
|
3122
3324
|
* @param request - DescribeDBInstanceViaEndpointRequest
|
|
3123
3325
|
* @returns DescribeDBInstanceViaEndpointResponse
|
|
@@ -3127,7 +3329,7 @@ class Client extends openapi_core_1.default {
|
|
|
3127
3329
|
return await this.describeDBInstanceViaEndpointWithOptions(request, runtime);
|
|
3128
3330
|
}
|
|
3129
3331
|
/**
|
|
3130
|
-
*
|
|
3332
|
+
* Calls the DescribeDBInstances operation to query a list of instances.
|
|
3131
3333
|
*
|
|
3132
3334
|
* @param request - DescribeDBInstancesRequest
|
|
3133
3335
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3183,7 +3385,7 @@ class Client extends openapi_core_1.default {
|
|
|
3183
3385
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstancesResponse({}));
|
|
3184
3386
|
}
|
|
3185
3387
|
/**
|
|
3186
|
-
*
|
|
3388
|
+
* Calls the DescribeDBInstances operation to query a list of instances.
|
|
3187
3389
|
*
|
|
3188
3390
|
* @param request - DescribeDBInstancesRequest
|
|
3189
3391
|
* @returns DescribeDBInstancesResponse
|
|
@@ -3193,7 +3395,12 @@ class Client extends openapi_core_1.default {
|
|
|
3193
3395
|
return await this.describeDBInstancesWithOptions(request, runtime);
|
|
3194
3396
|
}
|
|
3195
3397
|
/**
|
|
3196
|
-
*
|
|
3398
|
+
* Queries the performance data of an instance by calling the DescribeDBNodePerformance operation.
|
|
3399
|
+
*
|
|
3400
|
+
* @remarks
|
|
3401
|
+
* Note:
|
|
3402
|
+
* - The **endpoint** differs from other API operations. Use **polardbx.aliyuncs.com** for Chinese regions and Singapore. For other regions, use **polardbx.{region id}.aliyunc.com**.
|
|
3403
|
+
* - When debugging this API operation, if a service not active error is returned, confirm that the **endpoint** is correct. You can switch the **service address** to **Dubai** or **India** and change the **endpoint** to **polardbx.aliyuncs.com**.
|
|
3197
3404
|
*
|
|
3198
3405
|
* @param request - DescribeDBNodePerformanceRequest
|
|
3199
3406
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3243,7 +3450,12 @@ class Client extends openapi_core_1.default {
|
|
|
3243
3450
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBNodePerformanceResponse({}));
|
|
3244
3451
|
}
|
|
3245
3452
|
/**
|
|
3246
|
-
*
|
|
3453
|
+
* Queries the performance data of an instance by calling the DescribeDBNodePerformance operation.
|
|
3454
|
+
*
|
|
3455
|
+
* @remarks
|
|
3456
|
+
* Note:
|
|
3457
|
+
* - The **endpoint** differs from other API operations. Use **polardbx.aliyuncs.com** for Chinese regions and Singapore. For other regions, use **polardbx.{region id}.aliyunc.com**.
|
|
3458
|
+
* - When debugging this API operation, if a service not active error is returned, confirm that the **endpoint** is correct. You can switch the **service address** to **Dubai** or **India** and change the **endpoint** to **polardbx.aliyuncs.com**.
|
|
3247
3459
|
*
|
|
3248
3460
|
* @param request - DescribeDBNodePerformanceRequest
|
|
3249
3461
|
* @returns DescribeDBNodePerformanceResponse
|
|
@@ -3253,7 +3465,7 @@ class Client extends openapi_core_1.default {
|
|
|
3253
3465
|
return await this.describeDBNodePerformanceWithOptions(request, runtime);
|
|
3254
3466
|
}
|
|
3255
3467
|
/**
|
|
3256
|
-
*
|
|
3468
|
+
* Queries the execution details of a data import task.
|
|
3257
3469
|
*
|
|
3258
3470
|
* @param request - DescribeDataImportTaskInfoRequest
|
|
3259
3471
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3297,7 +3509,7 @@ class Client extends openapi_core_1.default {
|
|
|
3297
3509
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataImportTaskInfoResponse({}));
|
|
3298
3510
|
}
|
|
3299
3511
|
/**
|
|
3300
|
-
*
|
|
3512
|
+
* Queries the execution details of a data import task.
|
|
3301
3513
|
*
|
|
3302
3514
|
* @param request - DescribeDataImportTaskInfoRequest
|
|
3303
3515
|
* @returns DescribeDataImportTaskInfoResponse
|
|
@@ -3307,6 +3519,8 @@ class Client extends openapi_core_1.default {
|
|
|
3307
3519
|
return await this.describeDataImportTaskInfoWithOptions(request, runtime);
|
|
3308
3520
|
}
|
|
3309
3521
|
/**
|
|
3522
|
+
* Queries the list of databases by calling the DescribeDbList operation.
|
|
3523
|
+
*
|
|
3310
3524
|
* @param request - DescribeDbListRequest
|
|
3311
3525
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3312
3526
|
* @returns DescribeDbListResponse
|
|
@@ -3340,6 +3554,8 @@ class Client extends openapi_core_1.default {
|
|
|
3340
3554
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDbListResponse({}));
|
|
3341
3555
|
}
|
|
3342
3556
|
/**
|
|
3557
|
+
* Queries the list of databases by calling the DescribeDbList operation.
|
|
3558
|
+
*
|
|
3343
3559
|
* @param request - DescribeDbListRequest
|
|
3344
3560
|
* @returns DescribeDbListResponse
|
|
3345
3561
|
*/
|
|
@@ -3348,6 +3564,8 @@ class Client extends openapi_core_1.default {
|
|
|
3348
3564
|
return await this.describeDbListWithOptions(request, runtime);
|
|
3349
3565
|
}
|
|
3350
3566
|
/**
|
|
3567
|
+
* Calls the DescribeDistributeTableList operation to retrieve the list of database tables.
|
|
3568
|
+
*
|
|
3351
3569
|
* @param request - DescribeDistributeTableListRequest
|
|
3352
3570
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3353
3571
|
* @returns DescribeDistributeTableListResponse
|
|
@@ -3381,6 +3599,8 @@ class Client extends openapi_core_1.default {
|
|
|
3381
3599
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDistributeTableListResponse({}));
|
|
3382
3600
|
}
|
|
3383
3601
|
/**
|
|
3602
|
+
* Calls the DescribeDistributeTableList operation to retrieve the list of database tables.
|
|
3603
|
+
*
|
|
3384
3604
|
* @param request - DescribeDistributeTableListRequest
|
|
3385
3605
|
* @returns DescribeDistributeTableListResponse
|
|
3386
3606
|
*/
|
|
@@ -3389,7 +3609,7 @@ class Client extends openapi_core_1.default {
|
|
|
3389
3609
|
return await this.describeDistributeTableListWithOptions(request, runtime);
|
|
3390
3610
|
}
|
|
3391
3611
|
/**
|
|
3392
|
-
*
|
|
3612
|
+
* Queries the currently enabled cross-zone configurations.
|
|
3393
3613
|
*
|
|
3394
3614
|
* @param request - DescribeEnabledCrossRegionsRequest
|
|
3395
3615
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3421,7 +3641,7 @@ class Client extends openapi_core_1.default {
|
|
|
3421
3641
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEnabledCrossRegionsResponse({}));
|
|
3422
3642
|
}
|
|
3423
3643
|
/**
|
|
3424
|
-
*
|
|
3644
|
+
* Queries the currently enabled cross-zone configurations.
|
|
3425
3645
|
*
|
|
3426
3646
|
* @param request - DescribeEnabledCrossRegionsRequest
|
|
3427
3647
|
* @returns DescribeEnabledCrossRegionsResponse
|
|
@@ -3431,7 +3651,7 @@ class Client extends openapi_core_1.default {
|
|
|
3431
3651
|
return await this.describeEnabledCrossRegionsWithOptions(request, runtime);
|
|
3432
3652
|
}
|
|
3433
3653
|
/**
|
|
3434
|
-
*
|
|
3654
|
+
* Queries the list of PolarDB-X assessment import tasks. (Single).
|
|
3435
3655
|
*
|
|
3436
3656
|
* @param request - DescribeEvaluateAndImportTaskRequest
|
|
3437
3657
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3463,7 +3683,7 @@ class Client extends openapi_core_1.default {
|
|
|
3463
3683
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEvaluateAndImportTaskResponse({}));
|
|
3464
3684
|
}
|
|
3465
3685
|
/**
|
|
3466
|
-
*
|
|
3686
|
+
* Queries the list of PolarDB-X assessment import tasks. (Single).
|
|
3467
3687
|
*
|
|
3468
3688
|
* @param request - DescribeEvaluateAndImportTaskRequest
|
|
3469
3689
|
* @returns DescribeEvaluateAndImportTaskResponse
|
|
@@ -3473,7 +3693,10 @@ class Client extends openapi_core_1.default {
|
|
|
3473
3693
|
return await this.describeEvaluateAndImportTaskWithOptions(request, runtime);
|
|
3474
3694
|
}
|
|
3475
3695
|
/**
|
|
3476
|
-
*
|
|
3696
|
+
* Queries a list of assessment import tasks for PolarDB-X.
|
|
3697
|
+
*
|
|
3698
|
+
* @remarks
|
|
3699
|
+
* Creates a data import task. You can use this operation to import SQL or CSV files stored in OSS or ECS, or directly provided files, into a destination database instance. By specifying the instance ID, database name, engine type, data source (such as an OSS path), and import type, the system performs data write operations asynchronously or synchronously. This operation is applicable to scenarios such as data migration, initialization, and data backfill. A task ID is returned for subsequent status queries and management.
|
|
3477
3700
|
*
|
|
3478
3701
|
* @param request - DescribeEvaluateAndImportTasksRequest
|
|
3479
3702
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3508,7 +3731,10 @@ class Client extends openapi_core_1.default {
|
|
|
3508
3731
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEvaluateAndImportTasksResponse({}));
|
|
3509
3732
|
}
|
|
3510
3733
|
/**
|
|
3511
|
-
*
|
|
3734
|
+
* Queries a list of assessment import tasks for PolarDB-X.
|
|
3735
|
+
*
|
|
3736
|
+
* @remarks
|
|
3737
|
+
* Creates a data import task. You can use this operation to import SQL or CSV files stored in OSS or ECS, or directly provided files, into a destination database instance. By specifying the instance ID, database name, engine type, data source (such as an OSS path), and import type, the system performs data write operations asynchronously or synchronously. This operation is applicable to scenarios such as data migration, initialization, and data backfill. A task ID is returned for subsequent status queries and management.
|
|
3512
3738
|
*
|
|
3513
3739
|
* @param request - DescribeEvaluateAndImportTasksRequest
|
|
3514
3740
|
* @returns DescribeEvaluateAndImportTasksResponse
|
|
@@ -3518,7 +3744,7 @@ class Client extends openapi_core_1.default {
|
|
|
3518
3744
|
return await this.describeEvaluateAndImportTasksWithOptions(request, runtime);
|
|
3519
3745
|
}
|
|
3520
3746
|
/**
|
|
3521
|
-
*
|
|
3747
|
+
* Retrieves historical events.
|
|
3522
3748
|
*
|
|
3523
3749
|
* @param request - DescribeEventsRequest
|
|
3524
3750
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3544,7 +3770,7 @@ class Client extends openapi_core_1.default {
|
|
|
3544
3770
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsResponse({}));
|
|
3545
3771
|
}
|
|
3546
3772
|
/**
|
|
3547
|
-
*
|
|
3773
|
+
* Retrieves historical events.
|
|
3548
3774
|
*
|
|
3549
3775
|
* @param request - DescribeEventsRequest
|
|
3550
3776
|
* @returns DescribeEventsResponse
|
|
@@ -3554,7 +3780,7 @@ class Client extends openapi_core_1.default {
|
|
|
3554
3780
|
return await this.describeEventsWithOptions(request, runtime);
|
|
3555
3781
|
}
|
|
3556
3782
|
/**
|
|
3557
|
-
*
|
|
3783
|
+
* Retrieves a list of global database network (GDN) instances.
|
|
3558
3784
|
*
|
|
3559
3785
|
* @param request - DescribeGdnInstancesRequest
|
|
3560
3786
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3598,7 +3824,7 @@ class Client extends openapi_core_1.default {
|
|
|
3598
3824
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGdnInstancesResponse({}));
|
|
3599
3825
|
}
|
|
3600
3826
|
/**
|
|
3601
|
-
*
|
|
3827
|
+
* Retrieves a list of global database network (GDN) instances.
|
|
3602
3828
|
*
|
|
3603
3829
|
* @param request - DescribeGdnInstancesRequest
|
|
3604
3830
|
* @returns DescribeGdnInstancesResponse
|
|
@@ -3608,7 +3834,10 @@ class Client extends openapi_core_1.default {
|
|
|
3608
3834
|
return await this.describeGdnInstancesWithOptions(request, runtime);
|
|
3609
3835
|
}
|
|
3610
3836
|
/**
|
|
3611
|
-
*
|
|
3837
|
+
* View Memory Engine Information
|
|
3838
|
+
*
|
|
3839
|
+
* @remarks
|
|
3840
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Log Service charges fees for storage space, read traffic, the number of requests, data transformation, and data shipping. For more information about the SQL audit feature, see [Enable SQL audit and analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
3612
3841
|
*
|
|
3613
3842
|
* @param request - DescribeMem0InfoRequest
|
|
3614
3843
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3640,7 +3869,10 @@ class Client extends openapi_core_1.default {
|
|
|
3640
3869
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMem0InfoResponse({}));
|
|
3641
3870
|
}
|
|
3642
3871
|
/**
|
|
3643
|
-
*
|
|
3872
|
+
* View Memory Engine Information
|
|
3873
|
+
*
|
|
3874
|
+
* @remarks
|
|
3875
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Log Service charges fees for storage space, read traffic, the number of requests, data transformation, and data shipping. For more information about the SQL audit feature, see [Enable SQL audit and analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
3644
3876
|
*
|
|
3645
3877
|
* @param request - DescribeMem0InfoRequest
|
|
3646
3878
|
* @returns DescribeMem0InfoResponse
|
|
@@ -3650,7 +3882,55 @@ class Client extends openapi_core_1.default {
|
|
|
3650
3882
|
return await this.describeMem0InfoWithOptions(request, runtime);
|
|
3651
3883
|
}
|
|
3652
3884
|
/**
|
|
3653
|
-
*
|
|
3885
|
+
* Queries the whitelist of a memory engine.
|
|
3886
|
+
*
|
|
3887
|
+
* @remarks
|
|
3888
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Log Service charges fees for storage space, read traffic, number of requests, data processing, and data shipping. For more information about the SQL audit feature, see [Enable SQL Audit and Analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
3889
|
+
*
|
|
3890
|
+
* @param request - DescribeMem0SecurityIpsRequest
|
|
3891
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3892
|
+
* @returns DescribeMem0SecurityIpsResponse
|
|
3893
|
+
*/
|
|
3894
|
+
async describeMem0SecurityIpsWithOptions(request, runtime) {
|
|
3895
|
+
request.validate();
|
|
3896
|
+
let query = {};
|
|
3897
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
3898
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
3899
|
+
}
|
|
3900
|
+
if (!$dara.isNull(request.regionId)) {
|
|
3901
|
+
query["RegionId"] = request.regionId;
|
|
3902
|
+
}
|
|
3903
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3904
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
3905
|
+
});
|
|
3906
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3907
|
+
action: "DescribeMem0SecurityIps",
|
|
3908
|
+
version: "2020-02-02",
|
|
3909
|
+
protocol: "HTTPS",
|
|
3910
|
+
pathname: "/",
|
|
3911
|
+
method: "POST",
|
|
3912
|
+
authType: "AK",
|
|
3913
|
+
style: "RPC",
|
|
3914
|
+
reqBodyType: "formData",
|
|
3915
|
+
bodyType: "json",
|
|
3916
|
+
});
|
|
3917
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMem0SecurityIpsResponse({}));
|
|
3918
|
+
}
|
|
3919
|
+
/**
|
|
3920
|
+
* Queries the whitelist of a memory engine.
|
|
3921
|
+
*
|
|
3922
|
+
* @remarks
|
|
3923
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Log Service charges fees for storage space, read traffic, number of requests, data processing, and data shipping. For more information about the SQL audit feature, see [Enable SQL Audit and Analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
3924
|
+
*
|
|
3925
|
+
* @param request - DescribeMem0SecurityIpsRequest
|
|
3926
|
+
* @returns DescribeMem0SecurityIpsResponse
|
|
3927
|
+
*/
|
|
3928
|
+
async describeMem0SecurityIps(request) {
|
|
3929
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3930
|
+
return await this.describeMem0SecurityIpsWithOptions(request, runtime);
|
|
3931
|
+
}
|
|
3932
|
+
/**
|
|
3933
|
+
* Exposes instance topology information and download links for commercial backup sets to support offline restoration of cloud instances.
|
|
3654
3934
|
*
|
|
3655
3935
|
* @param request - DescribeOpenBackupSetRequest
|
|
3656
3936
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3685,7 +3965,7 @@ class Client extends openapi_core_1.default {
|
|
|
3685
3965
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOpenBackupSetResponse({}));
|
|
3686
3966
|
}
|
|
3687
3967
|
/**
|
|
3688
|
-
*
|
|
3968
|
+
* Exposes instance topology information and download links for commercial backup sets to support offline restoration of cloud instances.
|
|
3689
3969
|
*
|
|
3690
3970
|
* @param request - DescribeOpenBackupSetRequest
|
|
3691
3971
|
* @returns DescribeOpenBackupSetResponse
|
|
@@ -3695,7 +3975,7 @@ class Client extends openapi_core_1.default {
|
|
|
3695
3975
|
return await this.describeOpenBackupSetWithOptions(request, runtime);
|
|
3696
3976
|
}
|
|
3697
3977
|
/**
|
|
3698
|
-
*
|
|
3978
|
+
* Queries the list of database parameter templates created by users or supported by the system, including basic information, associated engine types, and modification times of each parameter template.
|
|
3699
3979
|
*
|
|
3700
3980
|
* @param request - DescribeParameterGroupsRequest
|
|
3701
3981
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3721,7 +4001,7 @@ class Client extends openapi_core_1.default {
|
|
|
3721
4001
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParameterGroupsResponse({}));
|
|
3722
4002
|
}
|
|
3723
4003
|
/**
|
|
3724
|
-
*
|
|
4004
|
+
* Queries the list of database parameter templates created by users or supported by the system, including basic information, associated engine types, and modification times of each parameter template.
|
|
3725
4005
|
*
|
|
3726
4006
|
* @param request - DescribeParameterGroupsRequest
|
|
3727
4007
|
* @returns DescribeParameterGroupsResponse
|
|
@@ -3731,7 +4011,7 @@ class Client extends openapi_core_1.default {
|
|
|
3731
4011
|
return await this.describeParameterGroupsWithOptions(request, runtime);
|
|
3732
4012
|
}
|
|
3733
4013
|
/**
|
|
3734
|
-
*
|
|
4014
|
+
* Calls the DescribeParameterTemplates operation to retrieve the parameter template list for an instance.
|
|
3735
4015
|
*
|
|
3736
4016
|
* @param request - DescribeParameterTemplatesRequest
|
|
3737
4017
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3769,7 +4049,7 @@ class Client extends openapi_core_1.default {
|
|
|
3769
4049
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParameterTemplatesResponse({}));
|
|
3770
4050
|
}
|
|
3771
4051
|
/**
|
|
3772
|
-
*
|
|
4052
|
+
* Calls the DescribeParameterTemplates operation to retrieve the parameter template list for an instance.
|
|
3773
4053
|
*
|
|
3774
4054
|
* @param request - DescribeParameterTemplatesRequest
|
|
3775
4055
|
* @returns DescribeParameterTemplatesResponse
|
|
@@ -3779,6 +4059,8 @@ class Client extends openapi_core_1.default {
|
|
|
3779
4059
|
return await this.describeParameterTemplatesWithOptions(request, runtime);
|
|
3780
4060
|
}
|
|
3781
4061
|
/**
|
|
4062
|
+
* Calls the DescribeParameters operation to retrieve instance parameters.
|
|
4063
|
+
*
|
|
3782
4064
|
* @param request - DescribeParametersRequest
|
|
3783
4065
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3784
4066
|
* @returns DescribeParametersResponse
|
|
@@ -3812,6 +4094,8 @@ class Client extends openapi_core_1.default {
|
|
|
3812
4094
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParametersResponse({}));
|
|
3813
4095
|
}
|
|
3814
4096
|
/**
|
|
4097
|
+
* Calls the DescribeParameters operation to retrieve instance parameters.
|
|
4098
|
+
*
|
|
3815
4099
|
* @param request - DescribeParametersRequest
|
|
3816
4100
|
* @returns DescribeParametersResponse
|
|
3817
4101
|
*/
|
|
@@ -3820,7 +4104,7 @@ class Client extends openapi_core_1.default {
|
|
|
3820
4104
|
return await this.describeParametersWithOptions(request, runtime);
|
|
3821
4105
|
}
|
|
3822
4106
|
/**
|
|
3823
|
-
*
|
|
4107
|
+
* Queries the details of all data nodes (Data Nodes) in a PolarDB-X instance, including node status, storage usage, and network addresses, to facilitate operations management and monitoring.
|
|
3824
4108
|
*
|
|
3825
4109
|
* @param request - DescribePolarxDataNodesRequest
|
|
3826
4110
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3861,7 +4145,7 @@ class Client extends openapi_core_1.default {
|
|
|
3861
4145
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePolarxDataNodesResponse({}));
|
|
3862
4146
|
}
|
|
3863
4147
|
/**
|
|
3864
|
-
*
|
|
4148
|
+
* Queries the details of all data nodes (Data Nodes) in a PolarDB-X instance, including node status, storage usage, and network addresses, to facilitate operations management and monitoring.
|
|
3865
4149
|
*
|
|
3866
4150
|
* @param request - DescribePolarxDataNodesRequest
|
|
3867
4151
|
* @returns DescribePolarxDataNodesResponse
|
|
@@ -3871,6 +4155,11 @@ class Client extends openapi_core_1.default {
|
|
|
3871
4155
|
return await this.describePolarxDataNodesWithOptions(request, runtime);
|
|
3872
4156
|
}
|
|
3873
4157
|
/**
|
|
4158
|
+
* Queries the list of VPCs available for PolarDB-X.
|
|
4159
|
+
*
|
|
4160
|
+
* @remarks
|
|
4161
|
+
* Queries the list of Virtual Private Clouds (VPCs) available under your account for database instances. You can use this operation to select an appropriate network environment when creating or managing database instances.
|
|
4162
|
+
*
|
|
3874
4163
|
* @param request - DescribeRdsVpcsRequest
|
|
3875
4164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3876
4165
|
* @returns DescribeRdsVpcsResponse
|
|
@@ -3901,6 +4190,11 @@ class Client extends openapi_core_1.default {
|
|
|
3901
4190
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRdsVpcsResponse({}));
|
|
3902
4191
|
}
|
|
3903
4192
|
/**
|
|
4193
|
+
* Queries the list of VPCs available for PolarDB-X.
|
|
4194
|
+
*
|
|
4195
|
+
* @remarks
|
|
4196
|
+
* Queries the list of Virtual Private Clouds (VPCs) available under your account for database instances. You can use this operation to select an appropriate network environment when creating or managing database instances.
|
|
4197
|
+
*
|
|
3904
4198
|
* @param request - DescribeRdsVpcsRequest
|
|
3905
4199
|
* @returns DescribeRdsVpcsResponse
|
|
3906
4200
|
*/
|
|
@@ -3909,7 +4203,10 @@ class Client extends openapi_core_1.default {
|
|
|
3909
4203
|
return await this.describeRdsVpcsWithOptions(request, runtime);
|
|
3910
4204
|
}
|
|
3911
4205
|
/**
|
|
3912
|
-
*
|
|
4206
|
+
* Queries the list of available vSwitches in a virtual private cloud (VPC) for an ApsaraDB RDS instance.
|
|
4207
|
+
*
|
|
4208
|
+
* @remarks
|
|
4209
|
+
* Queries the list of available virtual private clouds (VPCs) under your account for an instance, so that you can select an appropriate network environment when creating or managing a database instance.
|
|
3913
4210
|
*
|
|
3914
4211
|
* @param request - DescribeRdsVswitchesRequest
|
|
3915
4212
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3944,7 +4241,10 @@ class Client extends openapi_core_1.default {
|
|
|
3944
4241
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRdsVswitchesResponse({}));
|
|
3945
4242
|
}
|
|
3946
4243
|
/**
|
|
3947
|
-
*
|
|
4244
|
+
* Queries the list of available vSwitches in a virtual private cloud (VPC) for an ApsaraDB RDS instance.
|
|
4245
|
+
*
|
|
4246
|
+
* @remarks
|
|
4247
|
+
* Queries the list of available virtual private clouds (VPCs) under your account for an instance, so that you can select an appropriate network environment when creating or managing a database instance.
|
|
3948
4248
|
*
|
|
3949
4249
|
* @param request - DescribeRdsVswitchesRequest
|
|
3950
4250
|
* @returns DescribeRdsVswitchesResponse
|
|
@@ -3954,6 +4254,8 @@ class Client extends openapi_core_1.default {
|
|
|
3954
4254
|
return await this.describeRdsVswitchesWithOptions(request, runtime);
|
|
3955
4255
|
}
|
|
3956
4256
|
/**
|
|
4257
|
+
* Calls the DescribeRegions operation to obtain the list of regions.
|
|
4258
|
+
*
|
|
3957
4259
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3958
4260
|
* @returns DescribeRegionsResponse
|
|
3959
4261
|
*/
|
|
@@ -3973,6 +4275,7 @@ class Client extends openapi_core_1.default {
|
|
|
3973
4275
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
|
|
3974
4276
|
}
|
|
3975
4277
|
/**
|
|
4278
|
+
* Calls the DescribeRegions operation to obtain the list of regions.
|
|
3976
4279
|
* @returns DescribeRegionsResponse
|
|
3977
4280
|
*/
|
|
3978
4281
|
async describeRegions() {
|
|
@@ -3980,7 +4283,10 @@ class Client extends openapi_core_1.default {
|
|
|
3980
4283
|
return await this.describeRegionsWithOptions(runtime);
|
|
3981
4284
|
}
|
|
3982
4285
|
/**
|
|
3983
|
-
*
|
|
4286
|
+
* Queries the details of a replication lag inspection task for an instance.
|
|
4287
|
+
*
|
|
4288
|
+
* @remarks
|
|
4289
|
+
* During the data synchronization phase, proactively initiates a diagnostic task for the replication task to check for exceptions such as latency, interruption, or data inconsistency.
|
|
3984
4290
|
*
|
|
3985
4291
|
* @param request - DescribeRplInspectionTaskRequest
|
|
3986
4292
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4024,7 +4330,10 @@ class Client extends openapi_core_1.default {
|
|
|
4024
4330
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRplInspectionTaskResponse({}));
|
|
4025
4331
|
}
|
|
4026
4332
|
/**
|
|
4027
|
-
*
|
|
4333
|
+
* Queries the details of a replication lag inspection task for an instance.
|
|
4334
|
+
*
|
|
4335
|
+
* @remarks
|
|
4336
|
+
* During the data synchronization phase, proactively initiates a diagnostic task for the replication task to check for exceptions such as latency, interruption, or data inconsistency.
|
|
4028
4337
|
*
|
|
4029
4338
|
* @param request - DescribeRplInspectionTaskRequest
|
|
4030
4339
|
* @returns DescribeRplInspectionTaskResponse
|
|
@@ -4034,6 +4343,8 @@ class Client extends openapi_core_1.default {
|
|
|
4034
4343
|
return await this.describeRplInspectionTaskWithOptions(request, runtime);
|
|
4035
4344
|
}
|
|
4036
4345
|
/**
|
|
4346
|
+
* Display the ScaleOut migration task progress.
|
|
4347
|
+
*
|
|
4037
4348
|
* @param request - DescribeScaleOutMigrateTaskListRequest
|
|
4038
4349
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4039
4350
|
* @returns DescribeScaleOutMigrateTaskListResponse
|
|
@@ -4076,6 +4387,8 @@ class Client extends openapi_core_1.default {
|
|
|
4076
4387
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScaleOutMigrateTaskListResponse({}));
|
|
4077
4388
|
}
|
|
4078
4389
|
/**
|
|
4390
|
+
* Display the ScaleOut migration task progress.
|
|
4391
|
+
*
|
|
4079
4392
|
* @param request - DescribeScaleOutMigrateTaskListRequest
|
|
4080
4393
|
* @returns DescribeScaleOutMigrateTaskListResponse
|
|
4081
4394
|
*/
|
|
@@ -4084,6 +4397,8 @@ class Client extends openapi_core_1.default {
|
|
|
4084
4397
|
return await this.describeScaleOutMigrateTaskListWithOptions(request, runtime);
|
|
4085
4398
|
}
|
|
4086
4399
|
/**
|
|
4400
|
+
* Calls the DescribeSecurityIps operation to view the IP whitelist of an instance.
|
|
4401
|
+
*
|
|
4087
4402
|
* @param request - DescribeSecurityIpsRequest
|
|
4088
4403
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4089
4404
|
* @returns DescribeSecurityIpsResponse
|
|
@@ -4114,6 +4429,8 @@ class Client extends openapi_core_1.default {
|
|
|
4114
4429
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSecurityIpsResponse({}));
|
|
4115
4430
|
}
|
|
4116
4431
|
/**
|
|
4432
|
+
* Calls the DescribeSecurityIps operation to view the IP whitelist of an instance.
|
|
4433
|
+
*
|
|
4117
4434
|
* @param request - DescribeSecurityIpsRequest
|
|
4118
4435
|
* @returns DescribeSecurityIpsResponse
|
|
4119
4436
|
*/
|
|
@@ -4122,7 +4439,7 @@ class Client extends openapi_core_1.default {
|
|
|
4122
4439
|
return await this.describeSecurityIpsWithOptions(request, runtime);
|
|
4123
4440
|
}
|
|
4124
4441
|
/**
|
|
4125
|
-
*
|
|
4442
|
+
* Queries the storage usage details of an instance, including the total capacity, used space, remaining space, and other information.
|
|
4126
4443
|
*
|
|
4127
4444
|
* @param request - DescribeShowStorageInfoRequest
|
|
4128
4445
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4157,7 +4474,7 @@ class Client extends openapi_core_1.default {
|
|
|
4157
4474
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeShowStorageInfoResponse({}));
|
|
4158
4475
|
}
|
|
4159
4476
|
/**
|
|
4160
|
-
*
|
|
4477
|
+
* Queries the storage usage details of an instance, including the total capacity, used space, remaining space, and other information.
|
|
4161
4478
|
*
|
|
4162
4479
|
* @param request - DescribeShowStorageInfoRequest
|
|
4163
4480
|
* @returns DescribeShowStorageInfoResponse
|
|
@@ -4167,7 +4484,7 @@ class Client extends openapi_core_1.default {
|
|
|
4167
4484
|
return await this.describeShowStorageInfoWithOptions(request, runtime);
|
|
4168
4485
|
}
|
|
4169
4486
|
/**
|
|
4170
|
-
*
|
|
4487
|
+
* Queries the details of slow SQL statements on compute nodes and storage nodes of a PolarDB-X instance.
|
|
4171
4488
|
*
|
|
4172
4489
|
* @param request - DescribeSlowLogRecordsRequest
|
|
4173
4490
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4220,7 +4537,7 @@ class Client extends openapi_core_1.default {
|
|
|
4220
4537
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSlowLogRecordsResponse({}));
|
|
4221
4538
|
}
|
|
4222
4539
|
/**
|
|
4223
|
-
*
|
|
4540
|
+
* Queries the details of slow SQL statements on compute nodes and storage nodes of a PolarDB-X instance.
|
|
4224
4541
|
*
|
|
4225
4542
|
* @param request - DescribeSlowLogRecordsRequest
|
|
4226
4543
|
* @returns DescribeSlowLogRecordsResponse
|
|
@@ -4230,6 +4547,11 @@ class Client extends openapi_core_1.default {
|
|
|
4230
4547
|
return await this.describeSlowLogRecordsWithOptions(request, runtime);
|
|
4231
4548
|
}
|
|
4232
4549
|
/**
|
|
4550
|
+
* Queries SQL audit information.
|
|
4551
|
+
*
|
|
4552
|
+
* @remarks
|
|
4553
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Simple Log Service charges fees for storage space, read traffic, number of requests, data transformation, and data delivery. For more information about the SQL audit feature, see [Enable SQL audit and analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
4554
|
+
*
|
|
4233
4555
|
* @param request - DescribeSqlAuditInfoRequest
|
|
4234
4556
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4235
4557
|
* @returns DescribeSqlAuditInfoResponse
|
|
@@ -4266,6 +4588,11 @@ class Client extends openapi_core_1.default {
|
|
|
4266
4588
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSqlAuditInfoResponse({}));
|
|
4267
4589
|
}
|
|
4268
4590
|
/**
|
|
4591
|
+
* Queries SQL audit information.
|
|
4592
|
+
*
|
|
4593
|
+
* @remarks
|
|
4594
|
+
* > * The SQL audit and analysis feature of PolarDB-X 2.0 is free of charge. However, Simple Log Service charges fees for storage space, read traffic, number of requests, data transformation, and data delivery. For more information about the SQL audit feature, see [Enable SQL audit and analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
4595
|
+
*
|
|
4269
4596
|
* @param request - DescribeSqlAuditInfoRequest
|
|
4270
4597
|
* @returns DescribeSqlAuditInfoResponse
|
|
4271
4598
|
*/
|
|
@@ -4274,7 +4601,7 @@ class Client extends openapi_core_1.default {
|
|
|
4274
4601
|
return await this.describeSqlAuditInfoWithOptions(request, runtime);
|
|
4275
4602
|
}
|
|
4276
4603
|
/**
|
|
4277
|
-
* SQL
|
|
4604
|
+
* Queries the list of SQL flashback tasks by calling the DescribeSqlFlashbackTaskList operation.
|
|
4278
4605
|
*
|
|
4279
4606
|
* @param request - DescribeSqlFlashbackTaskListRequest
|
|
4280
4607
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4306,7 +4633,7 @@ class Client extends openapi_core_1.default {
|
|
|
4306
4633
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSqlFlashbackTaskListResponse({}));
|
|
4307
4634
|
}
|
|
4308
4635
|
/**
|
|
4309
|
-
* SQL
|
|
4636
|
+
* Queries the list of SQL flashback tasks by calling the DescribeSqlFlashbackTaskList operation.
|
|
4310
4637
|
*
|
|
4311
4638
|
* @param request - DescribeSqlFlashbackTaskListRequest
|
|
4312
4639
|
* @returns DescribeSqlFlashbackTaskListResponse
|
|
@@ -4316,7 +4643,7 @@ class Client extends openapi_core_1.default {
|
|
|
4316
4643
|
return await this.describeSqlFlashbackTaskListWithOptions(request, runtime);
|
|
4317
4644
|
}
|
|
4318
4645
|
/**
|
|
4319
|
-
*
|
|
4646
|
+
* Queries the details of a storage pool, including capacity, usage, and status.
|
|
4320
4647
|
*
|
|
4321
4648
|
* @param request - DescribeStoragePoolInfoRequest
|
|
4322
4649
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4351,7 +4678,7 @@ class Client extends openapi_core_1.default {
|
|
|
4351
4678
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeStoragePoolInfoResponse({}));
|
|
4352
4679
|
}
|
|
4353
4680
|
/**
|
|
4354
|
-
*
|
|
4681
|
+
* Queries the details of a storage pool, including capacity, usage, and status.
|
|
4355
4682
|
*
|
|
4356
4683
|
* @param request - DescribeStoragePoolInfoRequest
|
|
4357
4684
|
* @returns DescribeStoragePoolInfoResponse
|
|
@@ -4361,7 +4688,10 @@ class Client extends openapi_core_1.default {
|
|
|
4361
4688
|
return await this.describeStoragePoolInfoWithOptions(request, runtime);
|
|
4362
4689
|
}
|
|
4363
4690
|
/**
|
|
4364
|
-
*
|
|
4691
|
+
* Queries the details of a database schema import task.
|
|
4692
|
+
*
|
|
4693
|
+
* @remarks
|
|
4694
|
+
* The CreateDataImportTask operation creates a data import task. You can use this operation to import SQL or CSV files stored in OSS or ECS, or directly provided, into a destination database instance. Specify the instance ID, database name, engine type, data source (such as an OSS path), and import type. The system performs the data write operation asynchronously or synchronously. This operation is applicable to scenarios such as data migration, initialization, and data backfill. A task ID is returned for subsequent status queries and management.
|
|
4365
4695
|
*
|
|
4366
4696
|
* @param request - DescribeStructureImportTaskInfoRequest
|
|
4367
4697
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4393,7 +4723,10 @@ class Client extends openapi_core_1.default {
|
|
|
4393
4723
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeStructureImportTaskInfoResponse({}));
|
|
4394
4724
|
}
|
|
4395
4725
|
/**
|
|
4396
|
-
*
|
|
4726
|
+
* Queries the details of a database schema import task.
|
|
4727
|
+
*
|
|
4728
|
+
* @remarks
|
|
4729
|
+
* The CreateDataImportTask operation creates a data import task. You can use this operation to import SQL or CSV files stored in OSS or ECS, or directly provided, into a destination database instance. Specify the instance ID, database name, engine type, data source (such as an OSS path), and import type. The system performs the data write operation asynchronously or synchronously. This operation is applicable to scenarios such as data migration, initialization, and data backfill. A task ID is returned for subsequent status queries and management.
|
|
4397
4730
|
*
|
|
4398
4731
|
* @param request - DescribeStructureImportTaskInfoRequest
|
|
4399
4732
|
* @returns DescribeStructureImportTaskInfoResponse
|
|
@@ -4403,7 +4736,7 @@ class Client extends openapi_core_1.default {
|
|
|
4403
4736
|
return await this.describeStructureImportTaskInfoWithOptions(request, runtime);
|
|
4404
4737
|
}
|
|
4405
4738
|
/**
|
|
4406
|
-
*
|
|
4739
|
+
* Retrieves tag information.
|
|
4407
4740
|
*
|
|
4408
4741
|
* @param request - DescribeTagsRequest
|
|
4409
4742
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4438,7 +4771,7 @@ class Client extends openapi_core_1.default {
|
|
|
4438
4771
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsResponse({}));
|
|
4439
4772
|
}
|
|
4440
4773
|
/**
|
|
4441
|
-
*
|
|
4774
|
+
* Retrieves tag information.
|
|
4442
4775
|
*
|
|
4443
4776
|
* @param request - DescribeTagsRequest
|
|
4444
4777
|
* @returns DescribeTagsResponse
|
|
@@ -4448,6 +4781,8 @@ class Client extends openapi_core_1.default {
|
|
|
4448
4781
|
return await this.describeTagsWithOptions(request, runtime);
|
|
4449
4782
|
}
|
|
4450
4783
|
/**
|
|
4784
|
+
* Retrieves the task list of an instance.
|
|
4785
|
+
*
|
|
4451
4786
|
* @param request - DescribeTasksRequest
|
|
4452
4787
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4453
4788
|
* @returns DescribeTasksResponse
|
|
@@ -4502,6 +4837,8 @@ class Client extends openapi_core_1.default {
|
|
|
4502
4837
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTasksResponse({}));
|
|
4503
4838
|
}
|
|
4504
4839
|
/**
|
|
4840
|
+
* Retrieves the task list of an instance.
|
|
4841
|
+
*
|
|
4505
4842
|
* @param request - DescribeTasksRequest
|
|
4506
4843
|
* @returns DescribeTasksResponse
|
|
4507
4844
|
*/
|
|
@@ -4510,7 +4847,7 @@ class Client extends openapi_core_1.default {
|
|
|
4510
4847
|
return await this.describeTasksWithOptions(request, runtime);
|
|
4511
4848
|
}
|
|
4512
4849
|
/**
|
|
4513
|
-
*
|
|
4850
|
+
* Queries the current status of a task that upgrades or converts a standard instance to an Enterprise instance.
|
|
4514
4851
|
*
|
|
4515
4852
|
* @param request - DescribeTransformStatusRequest
|
|
4516
4853
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4545,7 +4882,7 @@ class Client extends openapi_core_1.default {
|
|
|
4545
4882
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTransformStatusResponse({}));
|
|
4546
4883
|
}
|
|
4547
4884
|
/**
|
|
4548
|
-
*
|
|
4885
|
+
* Queries the current status of a task that upgrades or converts a standard instance to an Enterprise instance.
|
|
4549
4886
|
*
|
|
4550
4887
|
* @param request - DescribeTransformStatusRequest
|
|
4551
4888
|
* @returns DescribeTransformStatusResponse
|
|
@@ -4555,6 +4892,8 @@ class Client extends openapi_core_1.default {
|
|
|
4555
4892
|
return await this.describeTransformStatusWithOptions(request, runtime);
|
|
4556
4893
|
}
|
|
4557
4894
|
/**
|
|
4895
|
+
* Calls the DescribeUserEncryptionKeyList operation to retrieve the list of Transparent Data Encryption (TDE) keys for a user.
|
|
4896
|
+
*
|
|
4558
4897
|
* @param request - DescribeUserEncryptionKeyListRequest
|
|
4559
4898
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4560
4899
|
* @returns DescribeUserEncryptionKeyListResponse
|
|
@@ -4585,6 +4924,8 @@ class Client extends openapi_core_1.default {
|
|
|
4585
4924
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUserEncryptionKeyListResponse({}));
|
|
4586
4925
|
}
|
|
4587
4926
|
/**
|
|
4927
|
+
* Calls the DescribeUserEncryptionKeyList operation to retrieve the list of Transparent Data Encryption (TDE) keys for a user.
|
|
4928
|
+
*
|
|
4588
4929
|
* @param request - DescribeUserEncryptionKeyListRequest
|
|
4589
4930
|
* @returns DescribeUserEncryptionKeyListResponse
|
|
4590
4931
|
*/
|
|
@@ -4593,6 +4934,8 @@ class Client extends openapi_core_1.default {
|
|
|
4593
4934
|
return await this.describeUserEncryptionKeyListWithOptions(request, runtime);
|
|
4594
4935
|
}
|
|
4595
4936
|
/**
|
|
4937
|
+
* Disables three-role mode.
|
|
4938
|
+
*
|
|
4596
4939
|
* @param request - DisableRightsSeparationRequest
|
|
4597
4940
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4598
4941
|
* @returns DisableRightsSeparationResponse
|
|
@@ -4629,6 +4972,8 @@ class Client extends openapi_core_1.default {
|
|
|
4629
4972
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableRightsSeparationResponse({}));
|
|
4630
4973
|
}
|
|
4631
4974
|
/**
|
|
4975
|
+
* Disables three-role mode.
|
|
4976
|
+
*
|
|
4632
4977
|
* @param request - DisableRightsSeparationRequest
|
|
4633
4978
|
* @returns DisableRightsSeparationResponse
|
|
4634
4979
|
*/
|
|
@@ -4637,6 +4982,11 @@ class Client extends openapi_core_1.default {
|
|
|
4637
4982
|
return await this.disableRightsSeparationWithOptions(request, runtime);
|
|
4638
4983
|
}
|
|
4639
4984
|
/**
|
|
4985
|
+
* Disables the SQL audit feature.
|
|
4986
|
+
*
|
|
4987
|
+
* @remarks
|
|
4988
|
+
* > After the SQL audit and analysis feature is disabled, data is no longer written to Simple Log Service. However, you can still view historical data, which incurs storage and indexing fees. You can delete all data to deactivate Simple Log Service. After Simple Log Service is deactivated, no further fees are incurred. For more information about deactivating Simple Log Service, see [Deactivate Simple Log Service](https://help.aliyun.com/document_detail/90650.html).
|
|
4989
|
+
*
|
|
4640
4990
|
* @param request - DisableSqlAuditRequest
|
|
4641
4991
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4642
4992
|
* @returns DisableSqlAuditResponse
|
|
@@ -4673,6 +5023,11 @@ class Client extends openapi_core_1.default {
|
|
|
4673
5023
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableSqlAuditResponse({}));
|
|
4674
5024
|
}
|
|
4675
5025
|
/**
|
|
5026
|
+
* Disables the SQL audit feature.
|
|
5027
|
+
*
|
|
5028
|
+
* @remarks
|
|
5029
|
+
* > After the SQL audit and analysis feature is disabled, data is no longer written to Simple Log Service. However, you can still view historical data, which incurs storage and indexing fees. You can delete all data to deactivate Simple Log Service. After Simple Log Service is deactivated, no further fees are incurred. For more information about deactivating Simple Log Service, see [Deactivate Simple Log Service](https://help.aliyun.com/document_detail/90650.html).
|
|
5030
|
+
*
|
|
4676
5031
|
* @param request - DisableSqlAuditRequest
|
|
4677
5032
|
* @returns DisableSqlAuditResponse
|
|
4678
5033
|
*/
|
|
@@ -4681,7 +5036,7 @@ class Client extends openapi_core_1.default {
|
|
|
4681
5036
|
return await this.disableSqlAuditWithOptions(request, runtime);
|
|
4682
5037
|
}
|
|
4683
5038
|
/**
|
|
4684
|
-
*
|
|
5039
|
+
* Enables three-role mode.
|
|
4685
5040
|
*
|
|
4686
5041
|
* @param request - EnableRightsSeparationRequest
|
|
4687
5042
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4731,7 +5086,7 @@ class Client extends openapi_core_1.default {
|
|
|
4731
5086
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableRightsSeparationResponse({}));
|
|
4732
5087
|
}
|
|
4733
5088
|
/**
|
|
4734
|
-
*
|
|
5089
|
+
* Enables three-role mode.
|
|
4735
5090
|
*
|
|
4736
5091
|
* @param request - EnableRightsSeparationRequest
|
|
4737
5092
|
* @returns EnableRightsSeparationResponse
|
|
@@ -4741,6 +5096,11 @@ class Client extends openapi_core_1.default {
|
|
|
4741
5096
|
return await this.enableRightsSeparationWithOptions(request, runtime);
|
|
4742
5097
|
}
|
|
4743
5098
|
/**
|
|
5099
|
+
* Enables the SQL audit feature.
|
|
5100
|
+
*
|
|
5101
|
+
* @remarks
|
|
5102
|
+
* > * The PolarDB-X 2.0 SQL audit and analysis feature itself is free of charge. However, Log Service charges fees for storage space, read traffic, number of requests, data transformation, data shipping, and other services. For more information about the SQL audit feature, see [Enable SQL Audit and Analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
5103
|
+
*
|
|
4744
5104
|
* @param request - EnableSqlAuditRequest
|
|
4745
5105
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4746
5106
|
* @returns EnableSqlAuditResponse
|
|
@@ -4780,6 +5140,11 @@ class Client extends openapi_core_1.default {
|
|
|
4780
5140
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableSqlAuditResponse({}));
|
|
4781
5141
|
}
|
|
4782
5142
|
/**
|
|
5143
|
+
* Enables the SQL audit feature.
|
|
5144
|
+
*
|
|
5145
|
+
* @remarks
|
|
5146
|
+
* > * The PolarDB-X 2.0 SQL audit and analysis feature itself is free of charge. However, Log Service charges fees for storage space, read traffic, number of requests, data transformation, data shipping, and other services. For more information about the SQL audit feature, see [Enable SQL Audit and Analysis](https://help.aliyun.com/document_detail/184619.html).
|
|
5147
|
+
*
|
|
4783
5148
|
* @param request - EnableSqlAuditRequest
|
|
4784
5149
|
* @returns EnableSqlAuditResponse
|
|
4785
5150
|
*/
|
|
@@ -4788,7 +5153,7 @@ class Client extends openapi_core_1.default {
|
|
|
4788
5153
|
return await this.enableSqlAuditWithOptions(request, runtime);
|
|
4789
5154
|
}
|
|
4790
5155
|
/**
|
|
4791
|
-
*
|
|
5156
|
+
* Retrieves a list of labels.
|
|
4792
5157
|
*
|
|
4793
5158
|
* @param request - ListTagResourcesRequest
|
|
4794
5159
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4829,7 +5194,7 @@ class Client extends openapi_core_1.default {
|
|
|
4829
5194
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
|
|
4830
5195
|
}
|
|
4831
5196
|
/**
|
|
4832
|
-
*
|
|
5197
|
+
* Retrieves a list of labels.
|
|
4833
5198
|
*
|
|
4834
5199
|
* @param request - ListTagResourcesRequest
|
|
4835
5200
|
* @returns ListTagResourcesResponse
|
|
@@ -4839,6 +5204,8 @@ class Client extends openapi_core_1.default {
|
|
|
4839
5204
|
return await this.listTagResourcesWithOptions(request, runtime);
|
|
4840
5205
|
}
|
|
4841
5206
|
/**
|
|
5207
|
+
* Migrates an instance from one zone to another.
|
|
5208
|
+
*
|
|
4842
5209
|
* @param request - MigrateDBInstanceRequest
|
|
4843
5210
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4844
5211
|
* @returns MigrateDBInstanceResponse
|
|
@@ -4890,6 +5257,8 @@ class Client extends openapi_core_1.default {
|
|
|
4890
5257
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MigrateDBInstanceResponse({}));
|
|
4891
5258
|
}
|
|
4892
5259
|
/**
|
|
5260
|
+
* Migrates an instance from one zone to another.
|
|
5261
|
+
*
|
|
4893
5262
|
* @param request - MigrateDBInstanceRequest
|
|
4894
5263
|
* @returns MigrateDBInstanceResponse
|
|
4895
5264
|
*/
|
|
@@ -4898,6 +5267,8 @@ class Client extends openapi_core_1.default {
|
|
|
4898
5267
|
return await this.migrateDBInstanceWithOptions(request, runtime);
|
|
4899
5268
|
}
|
|
4900
5269
|
/**
|
|
5270
|
+
* Calls the ModifyAccountDescription operation to modify the description of an account.
|
|
5271
|
+
*
|
|
4901
5272
|
* @param request - ModifyAccountDescriptionRequest
|
|
4902
5273
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4903
5274
|
* @returns ModifyAccountDescriptionResponse
|
|
@@ -4934,6 +5305,8 @@ class Client extends openapi_core_1.default {
|
|
|
4934
5305
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAccountDescriptionResponse({}));
|
|
4935
5306
|
}
|
|
4936
5307
|
/**
|
|
5308
|
+
* Calls the ModifyAccountDescription operation to modify the description of an account.
|
|
5309
|
+
*
|
|
4937
5310
|
* @param request - ModifyAccountDescriptionRequest
|
|
4938
5311
|
* @returns ModifyAccountDescriptionResponse
|
|
4939
5312
|
*/
|
|
@@ -4942,6 +5315,8 @@ class Client extends openapi_core_1.default {
|
|
|
4942
5315
|
return await this.modifyAccountDescriptionWithOptions(request, runtime);
|
|
4943
5316
|
}
|
|
4944
5317
|
/**
|
|
5318
|
+
* Modifies the permissions of a standard account.
|
|
5319
|
+
*
|
|
4945
5320
|
* @param request - ModifyAccountPrivilegeRequest
|
|
4946
5321
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4947
5322
|
* @returns ModifyAccountPrivilegeResponse
|
|
@@ -4987,6 +5362,8 @@ class Client extends openapi_core_1.default {
|
|
|
4987
5362
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAccountPrivilegeResponse({}));
|
|
4988
5363
|
}
|
|
4989
5364
|
/**
|
|
5365
|
+
* Modifies the permissions of a standard account.
|
|
5366
|
+
*
|
|
4990
5367
|
* @param request - ModifyAccountPrivilegeRequest
|
|
4991
5368
|
* @returns ModifyAccountPrivilegeResponse
|
|
4992
5369
|
*/
|
|
@@ -4995,7 +5372,7 @@ class Client extends openapi_core_1.default {
|
|
|
4995
5372
|
return await this.modifyAccountPrivilegeWithOptions(request, runtime);
|
|
4996
5373
|
}
|
|
4997
5374
|
/**
|
|
4998
|
-
*
|
|
5375
|
+
* Calls the ModifyActiveOperationMaintainConf operation to modify the time configuration of O&M events.
|
|
4999
5376
|
*
|
|
5000
5377
|
* @param request - ModifyActiveOperationMaintainConfRequest
|
|
5001
5378
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5021,7 +5398,7 @@ class Client extends openapi_core_1.default {
|
|
|
5021
5398
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyActiveOperationMaintainConfResponse({}));
|
|
5022
5399
|
}
|
|
5023
5400
|
/**
|
|
5024
|
-
*
|
|
5401
|
+
* Calls the ModifyActiveOperationMaintainConf operation to modify the time configuration of O&M events.
|
|
5025
5402
|
*
|
|
5026
5403
|
* @param request - ModifyActiveOperationMaintainConfRequest
|
|
5027
5404
|
* @returns ModifyActiveOperationMaintainConfResponse
|
|
@@ -5031,7 +5408,7 @@ class Client extends openapi_core_1.default {
|
|
|
5031
5408
|
return await this.modifyActiveOperationMaintainConfWithOptions(request, runtime);
|
|
5032
5409
|
}
|
|
5033
5410
|
/**
|
|
5034
|
-
*
|
|
5411
|
+
* Calls the ModifyActiveOperationTasks operation to modify the execution time of O&M events.
|
|
5035
5412
|
*
|
|
5036
5413
|
* @param request - ModifyActiveOperationTasksRequest
|
|
5037
5414
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5069,7 +5446,7 @@ class Client extends openapi_core_1.default {
|
|
|
5069
5446
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyActiveOperationTasksResponse({}));
|
|
5070
5447
|
}
|
|
5071
5448
|
/**
|
|
5072
|
-
*
|
|
5449
|
+
* Calls the ModifyActiveOperationTasks operation to modify the execution time of O&M events.
|
|
5073
5450
|
*
|
|
5074
5451
|
* @param request - ModifyActiveOperationTasksRequest
|
|
5075
5452
|
* @returns ModifyActiveOperationTasksResponse
|
|
@@ -5079,10 +5456,10 @@ class Client extends openapi_core_1.default {
|
|
|
5079
5456
|
return await this.modifyActiveOperationTasksWithOptions(request, runtime);
|
|
5080
5457
|
}
|
|
5081
5458
|
/**
|
|
5082
|
-
* CDC
|
|
5459
|
+
* Modifies the CDC configuration.
|
|
5083
5460
|
*
|
|
5084
5461
|
* @remarks
|
|
5085
|
-
*
|
|
5462
|
+
* ***.
|
|
5086
5463
|
*
|
|
5087
5464
|
* @param request - ModifyCdcClassRequest
|
|
5088
5465
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5123,10 +5500,10 @@ class Client extends openapi_core_1.default {
|
|
|
5123
5500
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCdcClassResponse({}));
|
|
5124
5501
|
}
|
|
5125
5502
|
/**
|
|
5126
|
-
* CDC
|
|
5503
|
+
* Modifies the CDC configuration.
|
|
5127
5504
|
*
|
|
5128
5505
|
* @remarks
|
|
5129
|
-
*
|
|
5506
|
+
* ***.
|
|
5130
5507
|
*
|
|
5131
5508
|
* @param request - ModifyCdcClassRequest
|
|
5132
5509
|
* @returns ModifyCdcClassResponse
|
|
@@ -5136,10 +5513,10 @@ class Client extends openapi_core_1.default {
|
|
|
5136
5513
|
return await this.modifyCdcClassWithOptions(request, runtime);
|
|
5137
5514
|
}
|
|
5138
5515
|
/**
|
|
5139
|
-
*
|
|
5516
|
+
* Modifies the column store specifications.
|
|
5140
5517
|
*
|
|
5141
5518
|
* @remarks
|
|
5142
|
-
*
|
|
5519
|
+
* ***.
|
|
5143
5520
|
*
|
|
5144
5521
|
* @param request - ModifyColumnarClassRequest
|
|
5145
5522
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5180,10 +5557,10 @@ class Client extends openapi_core_1.default {
|
|
|
5180
5557
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyColumnarClassResponse({}));
|
|
5181
5558
|
}
|
|
5182
5559
|
/**
|
|
5183
|
-
*
|
|
5560
|
+
* Modifies the column store specifications.
|
|
5184
5561
|
*
|
|
5185
5562
|
* @remarks
|
|
5186
|
-
*
|
|
5563
|
+
* ***.
|
|
5187
5564
|
*
|
|
5188
5565
|
* @param request - ModifyColumnarClassRequest
|
|
5189
5566
|
* @returns ModifyColumnarClassResponse
|
|
@@ -5193,7 +5570,10 @@ class Client extends openapi_core_1.default {
|
|
|
5193
5570
|
return await this.modifyColumnarClassWithOptions(request, runtime);
|
|
5194
5571
|
}
|
|
5195
5572
|
/**
|
|
5196
|
-
*
|
|
5573
|
+
* Modifies the configuration of a custom endpoint.
|
|
5574
|
+
*
|
|
5575
|
+
* @remarks
|
|
5576
|
+
* In PolarDB-X, in addition to the default primary endpoint and read-only endpoint, you can create custom endpoints to implement more flexible read/write splitting, load balancing, or business isolation strategies. The ModifyCustomEndpoint operation allows you to dynamically adjust the attributes of these custom endpoints without restarting the instance.
|
|
5197
5577
|
*
|
|
5198
5578
|
* @param request - ModifyCustomEndpointRequest
|
|
5199
5579
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5240,7 +5620,10 @@ class Client extends openapi_core_1.default {
|
|
|
5240
5620
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCustomEndpointResponse({}));
|
|
5241
5621
|
}
|
|
5242
5622
|
/**
|
|
5243
|
-
*
|
|
5623
|
+
* Modifies the configuration of a custom endpoint.
|
|
5624
|
+
*
|
|
5625
|
+
* @remarks
|
|
5626
|
+
* In PolarDB-X, in addition to the default primary endpoint and read-only endpoint, you can create custom endpoints to implement more flexible read/write splitting, load balancing, or business isolation strategies. The ModifyCustomEndpoint operation allows you to dynamically adjust the attributes of these custom endpoints without restarting the instance.
|
|
5244
5627
|
*
|
|
5245
5628
|
* @param request - ModifyCustomEndpointRequest
|
|
5246
5629
|
* @returns ModifyCustomEndpointResponse
|
|
@@ -5250,7 +5633,10 @@ class Client extends openapi_core_1.default {
|
|
|
5250
5633
|
return await this.modifyCustomEndpointWithOptions(request, runtime);
|
|
5251
5634
|
}
|
|
5252
5635
|
/**
|
|
5253
|
-
*
|
|
5636
|
+
* Modifies the network configurations of a custom network endpoint, such as the subnet, security group, and public network access settings.
|
|
5637
|
+
*
|
|
5638
|
+
* @remarks
|
|
5639
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
5254
5640
|
*
|
|
5255
5641
|
* @param request - ModifyCustomEndpointNetRequest
|
|
5256
5642
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5297,7 +5683,10 @@ class Client extends openapi_core_1.default {
|
|
|
5297
5683
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCustomEndpointNetResponse({}));
|
|
5298
5684
|
}
|
|
5299
5685
|
/**
|
|
5300
|
-
*
|
|
5686
|
+
* Modifies the network configurations of a custom network endpoint, such as the subnet, security group, and public network access settings.
|
|
5687
|
+
*
|
|
5688
|
+
* @remarks
|
|
5689
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
5301
5690
|
*
|
|
5302
5691
|
* @param request - ModifyCustomEndpointNetRequest
|
|
5303
5692
|
* @returns ModifyCustomEndpointNetResponse
|
|
@@ -5307,6 +5696,8 @@ class Client extends openapi_core_1.default {
|
|
|
5307
5696
|
return await this.modifyCustomEndpointNetWithOptions(request, runtime);
|
|
5308
5697
|
}
|
|
5309
5698
|
/**
|
|
5699
|
+
* Calls the ModifyDBInstanceClass operation to modify the specifications of an instance.
|
|
5700
|
+
*
|
|
5310
5701
|
* @param request - ModifyDBInstanceClassRequest
|
|
5311
5702
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5312
5703
|
* @returns ModifyDBInstanceClassResponse
|
|
@@ -5364,6 +5755,8 @@ class Client extends openapi_core_1.default {
|
|
|
5364
5755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceClassResponse({}));
|
|
5365
5756
|
}
|
|
5366
5757
|
/**
|
|
5758
|
+
* Calls the ModifyDBInstanceClass operation to modify the specifications of an instance.
|
|
5759
|
+
*
|
|
5367
5760
|
* @param request - ModifyDBInstanceClassRequest
|
|
5368
5761
|
* @returns ModifyDBInstanceClassResponse
|
|
5369
5762
|
*/
|
|
@@ -5372,7 +5765,7 @@ class Client extends openapi_core_1.default {
|
|
|
5372
5765
|
return await this.modifyDBInstanceClassWithOptions(request, runtime);
|
|
5373
5766
|
}
|
|
5374
5767
|
/**
|
|
5375
|
-
*
|
|
5768
|
+
* Calls the ModifyDBInstanceConfig operation to modify instance configuration items.
|
|
5376
5769
|
*
|
|
5377
5770
|
* @param request - ModifyDBInstanceConfigRequest
|
|
5378
5771
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5410,7 +5803,7 @@ class Client extends openapi_core_1.default {
|
|
|
5410
5803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceConfigResponse({}));
|
|
5411
5804
|
}
|
|
5412
5805
|
/**
|
|
5413
|
-
*
|
|
5806
|
+
* Calls the ModifyDBInstanceConfig operation to modify instance configuration items.
|
|
5414
5807
|
*
|
|
5415
5808
|
* @param request - ModifyDBInstanceConfigRequest
|
|
5416
5809
|
* @returns ModifyDBInstanceConfigResponse
|
|
@@ -5420,7 +5813,7 @@ class Client extends openapi_core_1.default {
|
|
|
5420
5813
|
return await this.modifyDBInstanceConfigWithOptions(request, runtime);
|
|
5421
5814
|
}
|
|
5422
5815
|
/**
|
|
5423
|
-
*
|
|
5816
|
+
* Modifies the connection string of an instance.
|
|
5424
5817
|
*
|
|
5425
5818
|
* @param request - ModifyDBInstanceConnectionStringRequest
|
|
5426
5819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5461,7 +5854,7 @@ class Client extends openapi_core_1.default {
|
|
|
5461
5854
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceConnectionStringResponse({}));
|
|
5462
5855
|
}
|
|
5463
5856
|
/**
|
|
5464
|
-
*
|
|
5857
|
+
* Modifies the connection string of an instance.
|
|
5465
5858
|
*
|
|
5466
5859
|
* @param request - ModifyDBInstanceConnectionStringRequest
|
|
5467
5860
|
* @returns ModifyDBInstanceConnectionStringResponse
|
|
@@ -5471,6 +5864,8 @@ class Client extends openapi_core_1.default {
|
|
|
5471
5864
|
return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
|
|
5472
5865
|
}
|
|
5473
5866
|
/**
|
|
5867
|
+
* Calls the ModifyDBInstanceDescription operation to modify the description of an instance.
|
|
5868
|
+
*
|
|
5474
5869
|
* @param request - ModifyDBInstanceDescriptionRequest
|
|
5475
5870
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5476
5871
|
* @returns ModifyDBInstanceDescriptionResponse
|
|
@@ -5504,6 +5899,8 @@ class Client extends openapi_core_1.default {
|
|
|
5504
5899
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceDescriptionResponse({}));
|
|
5505
5900
|
}
|
|
5506
5901
|
/**
|
|
5902
|
+
* Calls the ModifyDBInstanceDescription operation to modify the description of an instance.
|
|
5903
|
+
*
|
|
5507
5904
|
* @param request - ModifyDBInstanceDescriptionRequest
|
|
5508
5905
|
* @returns ModifyDBInstanceDescriptionResponse
|
|
5509
5906
|
*/
|
|
@@ -5512,6 +5909,11 @@ class Client extends openapi_core_1.default {
|
|
|
5512
5909
|
return await this.modifyDBInstanceDescriptionWithOptions(request, runtime);
|
|
5513
5910
|
}
|
|
5514
5911
|
/**
|
|
5912
|
+
* Modifies the maintenance window of an instance.
|
|
5913
|
+
*
|
|
5914
|
+
* @remarks
|
|
5915
|
+
* ***.
|
|
5916
|
+
*
|
|
5515
5917
|
* @param request - ModifyDBInstanceMaintainTimeRequest
|
|
5516
5918
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5517
5919
|
* @returns ModifyDBInstanceMaintainTimeResponse
|
|
@@ -5548,6 +5950,11 @@ class Client extends openapi_core_1.default {
|
|
|
5548
5950
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceMaintainTimeResponse({}));
|
|
5549
5951
|
}
|
|
5550
5952
|
/**
|
|
5953
|
+
* Modifies the maintenance window of an instance.
|
|
5954
|
+
*
|
|
5955
|
+
* @remarks
|
|
5956
|
+
* ***.
|
|
5957
|
+
*
|
|
5551
5958
|
* @param request - ModifyDBInstanceMaintainTimeRequest
|
|
5552
5959
|
* @returns ModifyDBInstanceMaintainTimeResponse
|
|
5553
5960
|
*/
|
|
@@ -5556,10 +5963,10 @@ class Client extends openapi_core_1.default {
|
|
|
5556
5963
|
return await this.modifyDBInstanceMaintainTimeWithOptions(request, runtime);
|
|
5557
5964
|
}
|
|
5558
5965
|
/**
|
|
5559
|
-
*
|
|
5966
|
+
* Modifies the virtual IP (VIP) address or network properties bound to a database instance. This operation supports changing the internal IP address, adjusting the vSwitch, migrating across zones, and other operations.
|
|
5560
5967
|
*
|
|
5561
5968
|
* @remarks
|
|
5562
|
-
*
|
|
5969
|
+
* ***.
|
|
5563
5970
|
*
|
|
5564
5971
|
* @param request - ModifyDBInstanceVipRequest
|
|
5565
5972
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5600,10 +6007,10 @@ class Client extends openapi_core_1.default {
|
|
|
5600
6007
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceVipResponse({}));
|
|
5601
6008
|
}
|
|
5602
6009
|
/**
|
|
5603
|
-
*
|
|
6010
|
+
* Modifies the virtual IP (VIP) address or network properties bound to a database instance. This operation supports changing the internal IP address, adjusting the vSwitch, migrating across zones, and other operations.
|
|
5604
6011
|
*
|
|
5605
6012
|
* @remarks
|
|
5606
|
-
*
|
|
6013
|
+
* ***.
|
|
5607
6014
|
*
|
|
5608
6015
|
* @param request - ModifyDBInstanceVipRequest
|
|
5609
6016
|
* @returns ModifyDBInstanceVipResponse
|
|
@@ -5613,6 +6020,8 @@ class Client extends openapi_core_1.default {
|
|
|
5613
6020
|
return await this.modifyDBInstanceVipWithOptions(request, runtime);
|
|
5614
6021
|
}
|
|
5615
6022
|
/**
|
|
6023
|
+
* Calls the ModifyDatabaseDescription operation to modify the description of a database.
|
|
6024
|
+
*
|
|
5616
6025
|
* @param request - ModifyDatabaseDescriptionRequest
|
|
5617
6026
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5618
6027
|
* @returns ModifyDatabaseDescriptionResponse
|
|
@@ -5649,6 +6058,8 @@ class Client extends openapi_core_1.default {
|
|
|
5649
6058
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDatabaseDescriptionResponse({}));
|
|
5650
6059
|
}
|
|
5651
6060
|
/**
|
|
6061
|
+
* Calls the ModifyDatabaseDescription operation to modify the description of a database.
|
|
6062
|
+
*
|
|
5652
6063
|
* @param request - ModifyDatabaseDescriptionRequest
|
|
5653
6064
|
* @returns ModifyDatabaseDescriptionResponse
|
|
5654
6065
|
*/
|
|
@@ -5657,10 +6068,10 @@ class Client extends openapi_core_1.default {
|
|
|
5657
6068
|
return await this.modifyDatabaseDescriptionWithOptions(request, runtime);
|
|
5658
6069
|
}
|
|
5659
6070
|
/**
|
|
5660
|
-
*
|
|
6071
|
+
* Modifies the configuration or migration parameters of a database engine migration task, such as the source database, destination database, migration objects, or migration mode.
|
|
5661
6072
|
*
|
|
5662
6073
|
* @remarks
|
|
5663
|
-
*
|
|
6074
|
+
* ***.
|
|
5664
6075
|
*
|
|
5665
6076
|
* @param request - ModifyEngineMigrationRequest
|
|
5666
6077
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5704,10 +6115,10 @@ class Client extends openapi_core_1.default {
|
|
|
5704
6115
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEngineMigrationResponse({}));
|
|
5705
6116
|
}
|
|
5706
6117
|
/**
|
|
5707
|
-
*
|
|
6118
|
+
* Modifies the configuration or migration parameters of a database engine migration task, such as the source database, destination database, migration objects, or migration mode.
|
|
5708
6119
|
*
|
|
5709
6120
|
* @remarks
|
|
5710
|
-
*
|
|
6121
|
+
* ***.
|
|
5711
6122
|
*
|
|
5712
6123
|
* @param request - ModifyEngineMigrationRequest
|
|
5713
6124
|
* @returns ModifyEngineMigrationResponse
|
|
@@ -5717,6 +6128,65 @@ class Client extends openapi_core_1.default {
|
|
|
5717
6128
|
return await this.modifyEngineMigrationWithOptions(request, runtime);
|
|
5718
6129
|
}
|
|
5719
6130
|
/**
|
|
6131
|
+
* Modifies the whitelist of a memory engine instance.
|
|
6132
|
+
*
|
|
6133
|
+
* @remarks
|
|
6134
|
+
* ***.
|
|
6135
|
+
*
|
|
6136
|
+
* @param request - ModifyMem0SecurityIpsRequest
|
|
6137
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6138
|
+
* @returns ModifyMem0SecurityIpsResponse
|
|
6139
|
+
*/
|
|
6140
|
+
async modifyMem0SecurityIpsWithOptions(request, runtime) {
|
|
6141
|
+
request.validate();
|
|
6142
|
+
let query = {};
|
|
6143
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
6144
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
6145
|
+
}
|
|
6146
|
+
if (!$dara.isNull(request.groupName)) {
|
|
6147
|
+
query["GroupName"] = request.groupName;
|
|
6148
|
+
}
|
|
6149
|
+
if (!$dara.isNull(request.modifyMode)) {
|
|
6150
|
+
query["ModifyMode"] = request.modifyMode;
|
|
6151
|
+
}
|
|
6152
|
+
if (!$dara.isNull(request.regionId)) {
|
|
6153
|
+
query["RegionId"] = request.regionId;
|
|
6154
|
+
}
|
|
6155
|
+
if (!$dara.isNull(request.securityIPList)) {
|
|
6156
|
+
query["SecurityIPList"] = request.securityIPList;
|
|
6157
|
+
}
|
|
6158
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6159
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6160
|
+
});
|
|
6161
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6162
|
+
action: "ModifyMem0SecurityIps",
|
|
6163
|
+
version: "2020-02-02",
|
|
6164
|
+
protocol: "HTTPS",
|
|
6165
|
+
pathname: "/",
|
|
6166
|
+
method: "POST",
|
|
6167
|
+
authType: "AK",
|
|
6168
|
+
style: "RPC",
|
|
6169
|
+
reqBodyType: "formData",
|
|
6170
|
+
bodyType: "json",
|
|
6171
|
+
});
|
|
6172
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMem0SecurityIpsResponse({}));
|
|
6173
|
+
}
|
|
6174
|
+
/**
|
|
6175
|
+
* Modifies the whitelist of a memory engine instance.
|
|
6176
|
+
*
|
|
6177
|
+
* @remarks
|
|
6178
|
+
* ***.
|
|
6179
|
+
*
|
|
6180
|
+
* @param request - ModifyMem0SecurityIpsRequest
|
|
6181
|
+
* @returns ModifyMem0SecurityIpsResponse
|
|
6182
|
+
*/
|
|
6183
|
+
async modifyMem0SecurityIps(request) {
|
|
6184
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
6185
|
+
return await this.modifyMem0SecurityIpsWithOptions(request, runtime);
|
|
6186
|
+
}
|
|
6187
|
+
/**
|
|
6188
|
+
* Calls the ModifyParameter operation to modify instance parameters, including compute layer and storage layer parameters.
|
|
6189
|
+
*
|
|
5720
6190
|
* @param request - ModifyParameterRequest
|
|
5721
6191
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5722
6192
|
* @returns ModifyParameterResponse
|
|
@@ -5759,6 +6229,8 @@ class Client extends openapi_core_1.default {
|
|
|
5759
6229
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyParameterResponse({}));
|
|
5760
6230
|
}
|
|
5761
6231
|
/**
|
|
6232
|
+
* Calls the ModifyParameter operation to modify instance parameters, including compute layer and storage layer parameters.
|
|
6233
|
+
*
|
|
5762
6234
|
* @param request - ModifyParameterRequest
|
|
5763
6235
|
* @returns ModifyParameterResponse
|
|
5764
6236
|
*/
|
|
@@ -5767,6 +6239,8 @@ class Client extends openapi_core_1.default {
|
|
|
5767
6239
|
return await this.modifyParameterWithOptions(request, runtime);
|
|
5768
6240
|
}
|
|
5769
6241
|
/**
|
|
6242
|
+
* Calls the ModifySecurityIps operation to modify the whitelist of an instance.
|
|
6243
|
+
*
|
|
5770
6244
|
* @param request - ModifySecurityIpsRequest
|
|
5771
6245
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5772
6246
|
* @returns ModifySecurityIpsResponse
|
|
@@ -5806,6 +6280,8 @@ class Client extends openapi_core_1.default {
|
|
|
5806
6280
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySecurityIpsResponse({}));
|
|
5807
6281
|
}
|
|
5808
6282
|
/**
|
|
6283
|
+
* Calls the ModifySecurityIps operation to modify the whitelist of an instance.
|
|
6284
|
+
*
|
|
5809
6285
|
* @param request - ModifySecurityIpsRequest
|
|
5810
6286
|
* @returns ModifySecurityIpsResponse
|
|
5811
6287
|
*/
|
|
@@ -5814,7 +6290,7 @@ class Client extends openapi_core_1.default {
|
|
|
5814
6290
|
return await this.modifySecurityIpsWithOptions(request, runtime);
|
|
5815
6291
|
}
|
|
5816
6292
|
/**
|
|
5817
|
-
* SQL
|
|
6293
|
+
* Performs a pre-check and feasibility assessment for a recovery task before you execute SQL flashback recovery.
|
|
5818
6294
|
*
|
|
5819
6295
|
* @param request - PreCheckSqlFlashbackTaskRequest
|
|
5820
6296
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5855,7 +6331,7 @@ class Client extends openapi_core_1.default {
|
|
|
5855
6331
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PreCheckSqlFlashbackTaskResponse({}));
|
|
5856
6332
|
}
|
|
5857
6333
|
/**
|
|
5858
|
-
* SQL
|
|
6334
|
+
* Performs a pre-check and feasibility assessment for a recovery task before you execute SQL flashback recovery.
|
|
5859
6335
|
*
|
|
5860
6336
|
* @param request - PreCheckSqlFlashbackTaskRequest
|
|
5861
6337
|
* @returns PreCheckSqlFlashbackTaskResponse
|
|
@@ -5865,7 +6341,7 @@ class Client extends openapi_core_1.default {
|
|
|
5865
6341
|
return await this.preCheckSqlFlashbackTaskWithOptions(request, runtime);
|
|
5866
6342
|
}
|
|
5867
6343
|
/**
|
|
5868
|
-
*
|
|
6344
|
+
* Refreshes the metadata of an import task.
|
|
5869
6345
|
*
|
|
5870
6346
|
* @param request - RefreshImportMetaRequest
|
|
5871
6347
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5900,7 +6376,7 @@ class Client extends openapi_core_1.default {
|
|
|
5900
6376
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RefreshImportMetaResponse({}));
|
|
5901
6377
|
}
|
|
5902
6378
|
/**
|
|
5903
|
-
*
|
|
6379
|
+
* Refreshes the metadata of an import task.
|
|
5904
6380
|
*
|
|
5905
6381
|
* @param request - RefreshImportMetaRequest
|
|
5906
6382
|
* @returns RefreshImportMetaResponse
|
|
@@ -5910,7 +6386,7 @@ class Client extends openapi_core_1.default {
|
|
|
5910
6386
|
return await this.refreshImportMetaWithOptions(request, runtime);
|
|
5911
6387
|
}
|
|
5912
6388
|
/**
|
|
5913
|
-
*
|
|
6389
|
+
* Calls the ReleaseColdDataVolume operation.
|
|
5914
6390
|
*
|
|
5915
6391
|
* @param request - ReleaseColdDataVolumeRequest
|
|
5916
6392
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5942,7 +6418,7 @@ class Client extends openapi_core_1.default {
|
|
|
5942
6418
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReleaseColdDataVolumeResponse({}));
|
|
5943
6419
|
}
|
|
5944
6420
|
/**
|
|
5945
|
-
*
|
|
6421
|
+
* Calls the ReleaseColdDataVolume operation.
|
|
5946
6422
|
*
|
|
5947
6423
|
* @param request - ReleaseColdDataVolumeRequest
|
|
5948
6424
|
* @returns ReleaseColdDataVolumeResponse
|
|
@@ -5952,6 +6428,8 @@ class Client extends openapi_core_1.default {
|
|
|
5952
6428
|
return await this.releaseColdDataVolumeWithOptions(request, runtime);
|
|
5953
6429
|
}
|
|
5954
6430
|
/**
|
|
6431
|
+
* Releases the public network connection of an instance by calling the ReleaseInstancePublicConnection operation.
|
|
6432
|
+
*
|
|
5955
6433
|
* @param request - ReleaseInstancePublicConnectionRequest
|
|
5956
6434
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5957
6435
|
* @returns ReleaseInstancePublicConnectionResponse
|
|
@@ -5985,6 +6463,8 @@ class Client extends openapi_core_1.default {
|
|
|
5985
6463
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReleaseInstancePublicConnectionResponse({}));
|
|
5986
6464
|
}
|
|
5987
6465
|
/**
|
|
6466
|
+
* Releases the public network connection of an instance by calling the ReleaseInstancePublicConnection operation.
|
|
6467
|
+
*
|
|
5988
6468
|
* @param request - ReleaseInstancePublicConnectionRequest
|
|
5989
6469
|
* @returns ReleaseInstancePublicConnectionResponse
|
|
5990
6470
|
*/
|
|
@@ -5993,6 +6473,8 @@ class Client extends openapi_core_1.default {
|
|
|
5993
6473
|
return await this.releaseInstancePublicConnectionWithOptions(request, runtime);
|
|
5994
6474
|
}
|
|
5995
6475
|
/**
|
|
6476
|
+
* Resets the password of an account.
|
|
6477
|
+
*
|
|
5996
6478
|
* @param request - ResetAccountPasswordRequest
|
|
5997
6479
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5998
6480
|
* @returns ResetAccountPasswordResponse
|
|
@@ -6035,6 +6517,8 @@ class Client extends openapi_core_1.default {
|
|
|
6035
6517
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetAccountPasswordResponse({}));
|
|
6036
6518
|
}
|
|
6037
6519
|
/**
|
|
6520
|
+
* Resets the password of an account.
|
|
6521
|
+
*
|
|
6038
6522
|
* @param request - ResetAccountPasswordRequest
|
|
6039
6523
|
* @returns ResetAccountPasswordResponse
|
|
6040
6524
|
*/
|
|
@@ -6043,8 +6527,10 @@ class Client extends openapi_core_1.default {
|
|
|
6043
6527
|
return await this.resetAccountPasswordWithOptions(request, runtime);
|
|
6044
6528
|
}
|
|
6045
6529
|
/**
|
|
6530
|
+
* Resets the password of an account.
|
|
6531
|
+
*
|
|
6046
6532
|
* @remarks
|
|
6047
|
-
*
|
|
6533
|
+
* ***.
|
|
6048
6534
|
*
|
|
6049
6535
|
* @param request - ResetAccountPasswordRestrictRequest
|
|
6050
6536
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6088,8 +6574,10 @@ class Client extends openapi_core_1.default {
|
|
|
6088
6574
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetAccountPasswordRestrictResponse({}));
|
|
6089
6575
|
}
|
|
6090
6576
|
/**
|
|
6577
|
+
* Resets the password of an account.
|
|
6578
|
+
*
|
|
6091
6579
|
* @remarks
|
|
6092
|
-
*
|
|
6580
|
+
* ***.
|
|
6093
6581
|
*
|
|
6094
6582
|
* @param request - ResetAccountPasswordRestrictRequest
|
|
6095
6583
|
* @returns ResetAccountPasswordRestrictResponse
|
|
@@ -6099,6 +6587,59 @@ class Client extends openapi_core_1.default {
|
|
|
6099
6587
|
return await this.resetAccountPasswordRestrictWithOptions(request, runtime);
|
|
6100
6588
|
}
|
|
6101
6589
|
/**
|
|
6590
|
+
* Resets the API key of the memory engine.
|
|
6591
|
+
*
|
|
6592
|
+
* @remarks
|
|
6593
|
+
* ***.
|
|
6594
|
+
*
|
|
6595
|
+
* @param request - ResetMem0AccountPasswordRequest
|
|
6596
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6597
|
+
* @returns ResetMem0AccountPasswordResponse
|
|
6598
|
+
*/
|
|
6599
|
+
async resetMem0AccountPasswordWithOptions(request, runtime) {
|
|
6600
|
+
request.validate();
|
|
6601
|
+
let query = {};
|
|
6602
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
6603
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
6604
|
+
}
|
|
6605
|
+
if (!$dara.isNull(request.mem0ApiKey)) {
|
|
6606
|
+
query["Mem0ApiKey"] = request.mem0ApiKey;
|
|
6607
|
+
}
|
|
6608
|
+
if (!$dara.isNull(request.regionId)) {
|
|
6609
|
+
query["RegionId"] = request.regionId;
|
|
6610
|
+
}
|
|
6611
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6612
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6613
|
+
});
|
|
6614
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6615
|
+
action: "ResetMem0AccountPassword",
|
|
6616
|
+
version: "2020-02-02",
|
|
6617
|
+
protocol: "HTTPS",
|
|
6618
|
+
pathname: "/",
|
|
6619
|
+
method: "POST",
|
|
6620
|
+
authType: "AK",
|
|
6621
|
+
style: "RPC",
|
|
6622
|
+
reqBodyType: "formData",
|
|
6623
|
+
bodyType: "json",
|
|
6624
|
+
});
|
|
6625
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetMem0AccountPasswordResponse({}));
|
|
6626
|
+
}
|
|
6627
|
+
/**
|
|
6628
|
+
* Resets the API key of the memory engine.
|
|
6629
|
+
*
|
|
6630
|
+
* @remarks
|
|
6631
|
+
* ***.
|
|
6632
|
+
*
|
|
6633
|
+
* @param request - ResetMem0AccountPasswordRequest
|
|
6634
|
+
* @returns ResetMem0AccountPasswordResponse
|
|
6635
|
+
*/
|
|
6636
|
+
async resetMem0AccountPassword(request) {
|
|
6637
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
6638
|
+
return await this.resetMem0AccountPasswordWithOptions(request, runtime);
|
|
6639
|
+
}
|
|
6640
|
+
/**
|
|
6641
|
+
* Restarts an instance by calling the RestartDBInstance operation.
|
|
6642
|
+
*
|
|
6102
6643
|
* @param request - RestartDBInstanceRequest
|
|
6103
6644
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6104
6645
|
* @returns RestartDBInstanceResponse
|
|
@@ -6129,6 +6670,8 @@ class Client extends openapi_core_1.default {
|
|
|
6129
6670
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartDBInstanceResponse({}));
|
|
6130
6671
|
}
|
|
6131
6672
|
/**
|
|
6673
|
+
* Restarts an instance by calling the RestartDBInstance operation.
|
|
6674
|
+
*
|
|
6132
6675
|
* @param request - RestartDBInstanceRequest
|
|
6133
6676
|
* @returns RestartDBInstanceResponse
|
|
6134
6677
|
*/
|
|
@@ -6137,7 +6680,7 @@ class Client extends openapi_core_1.default {
|
|
|
6137
6680
|
return await this.restartDBInstanceWithOptions(request, runtime);
|
|
6138
6681
|
}
|
|
6139
6682
|
/**
|
|
6140
|
-
*
|
|
6683
|
+
* Restarts a data import task.
|
|
6141
6684
|
*
|
|
6142
6685
|
* @param request - RestartDataImportTaskRequest
|
|
6143
6686
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6175,7 +6718,7 @@ class Client extends openapi_core_1.default {
|
|
|
6175
6718
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartDataImportTaskResponse({}));
|
|
6176
6719
|
}
|
|
6177
6720
|
/**
|
|
6178
|
-
*
|
|
6721
|
+
* Restarts a data import task.
|
|
6179
6722
|
*
|
|
6180
6723
|
* @param request - RestartDataImportTaskRequest
|
|
6181
6724
|
* @returns RestartDataImportTaskResponse
|
|
@@ -6320,7 +6863,7 @@ class Client extends openapi_core_1.default {
|
|
|
6320
6863
|
return await this.restoreDBInstanceWithOptions(request, runtime);
|
|
6321
6864
|
}
|
|
6322
6865
|
/**
|
|
6323
|
-
*
|
|
6866
|
+
* This API is used to skip the current step.
|
|
6324
6867
|
*
|
|
6325
6868
|
* @param request - SkipCurrentStepRequest
|
|
6326
6869
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6355,7 +6898,7 @@ class Client extends openapi_core_1.default {
|
|
|
6355
6898
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SkipCurrentStepResponse({}));
|
|
6356
6899
|
}
|
|
6357
6900
|
/**
|
|
6358
|
-
*
|
|
6901
|
+
* This API is used to skip the current step.
|
|
6359
6902
|
*
|
|
6360
6903
|
* @param request - SkipCurrentStepRequest
|
|
6361
6904
|
* @returns SkipCurrentStepResponse
|
|
@@ -6365,7 +6908,7 @@ class Client extends openapi_core_1.default {
|
|
|
6365
6908
|
return await this.skipCurrentStepWithOptions(request, runtime);
|
|
6366
6909
|
}
|
|
6367
6910
|
/**
|
|
6368
|
-
*
|
|
6911
|
+
* Starts a database cutover for a database migration or synchronization task.
|
|
6369
6912
|
*
|
|
6370
6913
|
* @param request - StartSwitchDatabaseRequest
|
|
6371
6914
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6415,7 +6958,7 @@ class Client extends openapi_core_1.default {
|
|
|
6415
6958
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartSwitchDatabaseResponse({}));
|
|
6416
6959
|
}
|
|
6417
6960
|
/**
|
|
6418
|
-
*
|
|
6961
|
+
* Starts a database cutover for a database migration or synchronization task.
|
|
6419
6962
|
*
|
|
6420
6963
|
* @param request - StartSwitchDatabaseRequest
|
|
6421
6964
|
* @returns StartSwitchDatabaseResponse
|
|
@@ -6425,7 +6968,7 @@ class Client extends openapi_core_1.default {
|
|
|
6425
6968
|
return await this.startSwitchDatabaseWithOptions(request, runtime);
|
|
6426
6969
|
}
|
|
6427
6970
|
/**
|
|
6428
|
-
*
|
|
6971
|
+
* Stops a data import task.
|
|
6429
6972
|
*
|
|
6430
6973
|
* @param request - StopDataImportTaskRequest
|
|
6431
6974
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6463,7 +7006,7 @@ class Client extends openapi_core_1.default {
|
|
|
6463
7006
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopDataImportTaskResponse({}));
|
|
6464
7007
|
}
|
|
6465
7008
|
/**
|
|
6466
|
-
*
|
|
7009
|
+
* Stops a data import task.
|
|
6467
7010
|
*
|
|
6468
7011
|
* @param request - StopDataImportTaskRequest
|
|
6469
7012
|
* @returns StopDataImportTaskResponse
|
|
@@ -6473,7 +7016,7 @@ class Client extends openapi_core_1.default {
|
|
|
6473
7016
|
return await this.stopDataImportTaskWithOptions(request, runtime);
|
|
6474
7017
|
}
|
|
6475
7018
|
/**
|
|
6476
|
-
*
|
|
7019
|
+
* Creates a SQL flashback task by calling the SubmitSqlFlashbackTask operation.
|
|
6477
7020
|
*
|
|
6478
7021
|
* @param request - SubmitSqlFlashbackTaskRequest
|
|
6479
7022
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6532,7 +7075,7 @@ class Client extends openapi_core_1.default {
|
|
|
6532
7075
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitSqlFlashbackTaskResponse({}));
|
|
6533
7076
|
}
|
|
6534
7077
|
/**
|
|
6535
|
-
*
|
|
7078
|
+
* Creates a SQL flashback task by calling the SubmitSqlFlashbackTask operation.
|
|
6536
7079
|
*
|
|
6537
7080
|
* @param request - SubmitSqlFlashbackTaskRequest
|
|
6538
7081
|
* @returns SubmitSqlFlashbackTaskResponse
|
|
@@ -6592,7 +7135,7 @@ class Client extends openapi_core_1.default {
|
|
|
6592
7135
|
return await this.switchDBInstanceHAWithOptions(request, runtime);
|
|
6593
7136
|
}
|
|
6594
7137
|
/**
|
|
6595
|
-
* GDN
|
|
7138
|
+
* Performs a primary/secondary switchover for a global database network (GDN).
|
|
6596
7139
|
*
|
|
6597
7140
|
* @param request - SwitchGdnMemberRoleRequest
|
|
6598
7141
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6645,7 +7188,7 @@ class Client extends openapi_core_1.default {
|
|
|
6645
7188
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchGdnMemberRoleResponse({}));
|
|
6646
7189
|
}
|
|
6647
7190
|
/**
|
|
6648
|
-
* GDN
|
|
7191
|
+
* Performs a primary/secondary switchover for a global database network (GDN).
|
|
6649
7192
|
*
|
|
6650
7193
|
* @param request - SwitchGdnMemberRoleRequest
|
|
6651
7194
|
* @returns SwitchGdnMemberRoleResponse
|
|
@@ -6655,7 +7198,7 @@ class Client extends openapi_core_1.default {
|
|
|
6655
7198
|
return await this.switchGdnMemberRoleWithOptions(request, runtime);
|
|
6656
7199
|
}
|
|
6657
7200
|
/**
|
|
6658
|
-
*
|
|
7201
|
+
* Calls the TagResources operation to add tags to resources.
|
|
6659
7202
|
*
|
|
6660
7203
|
* @param request - TagResourcesRequest
|
|
6661
7204
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6693,7 +7236,7 @@ class Client extends openapi_core_1.default {
|
|
|
6693
7236
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
|
|
6694
7237
|
}
|
|
6695
7238
|
/**
|
|
6696
|
-
*
|
|
7239
|
+
* Calls the TagResources operation to add tags to resources.
|
|
6697
7240
|
*
|
|
6698
7241
|
* @param request - TagResourcesRequest
|
|
6699
7242
|
* @returns TagResourcesResponse
|
|
@@ -6703,7 +7246,7 @@ class Client extends openapi_core_1.default {
|
|
|
6703
7246
|
return await this.tagResourcesWithOptions(request, runtime);
|
|
6704
7247
|
}
|
|
6705
7248
|
/**
|
|
6706
|
-
*
|
|
7249
|
+
* Removes tags from a resource.
|
|
6707
7250
|
*
|
|
6708
7251
|
* @param request - UntagResourcesRequest
|
|
6709
7252
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6744,7 +7287,7 @@ class Client extends openapi_core_1.default {
|
|
|
6744
7287
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagResourcesResponse({}));
|
|
6745
7288
|
}
|
|
6746
7289
|
/**
|
|
6747
|
-
*
|
|
7290
|
+
* Removes tags from a resource.
|
|
6748
7291
|
*
|
|
6749
7292
|
* @param request - UntagResourcesRequest
|
|
6750
7293
|
* @returns UntagResourcesResponse
|
|
@@ -6754,7 +7297,7 @@ class Client extends openapi_core_1.default {
|
|
|
6754
7297
|
return await this.untagResourcesWithOptions(request, runtime);
|
|
6755
7298
|
}
|
|
6756
7299
|
/**
|
|
6757
|
-
*
|
|
7300
|
+
* Calls the UpdateBackupPolicy operation to modify the backup policy of an instance.
|
|
6758
7301
|
*
|
|
6759
7302
|
* @param request - UpdateBackupPolicyRequest
|
|
6760
7303
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6843,7 +7386,7 @@ class Client extends openapi_core_1.default {
|
|
|
6843
7386
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateBackupPolicyResponse({}));
|
|
6844
7387
|
}
|
|
6845
7388
|
/**
|
|
6846
|
-
*
|
|
7389
|
+
* Calls the UpdateBackupPolicy operation to modify the backup policy of an instance.
|
|
6847
7390
|
*
|
|
6848
7391
|
* @param request - UpdateBackupPolicyRequest
|
|
6849
7392
|
* @returns UpdateBackupPolicyResponse
|
|
@@ -6855,6 +7398,9 @@ class Client extends openapi_core_1.default {
|
|
|
6855
7398
|
/**
|
|
6856
7399
|
* 更新实例的管控参数
|
|
6857
7400
|
*
|
|
7401
|
+
* @remarks
|
|
7402
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
7403
|
+
*
|
|
6858
7404
|
* @param request - UpdateCustinsParamRequest
|
|
6859
7405
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6860
7406
|
* @returns UpdateCustinsParamResponse
|
|
@@ -6893,6 +7439,9 @@ class Client extends openapi_core_1.default {
|
|
|
6893
7439
|
/**
|
|
6894
7440
|
* 更新实例的管控参数
|
|
6895
7441
|
*
|
|
7442
|
+
* @remarks
|
|
7443
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
7444
|
+
*
|
|
6896
7445
|
* @param request - UpdateCustinsParamRequest
|
|
6897
7446
|
* @returns UpdateCustinsParamResponse
|
|
6898
7447
|
*/
|
|
@@ -6901,6 +7450,8 @@ class Client extends openapi_core_1.default {
|
|
|
6901
7450
|
return await this.updateCustinsParamWithOptions(request, runtime);
|
|
6902
7451
|
}
|
|
6903
7452
|
/**
|
|
7453
|
+
* Updates the SSL configuration of an instance.
|
|
7454
|
+
*
|
|
6904
7455
|
* @param request - UpdateDBInstanceSSLRequest
|
|
6905
7456
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6906
7457
|
* @returns UpdateDBInstanceSSLResponse
|
|
@@ -6937,6 +7488,8 @@ class Client extends openapi_core_1.default {
|
|
|
6937
7488
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDBInstanceSSLResponse({}));
|
|
6938
7489
|
}
|
|
6939
7490
|
/**
|
|
7491
|
+
* Updates the SSL configuration of an instance.
|
|
7492
|
+
*
|
|
6940
7493
|
* @param request - UpdateDBInstanceSSLRequest
|
|
6941
7494
|
* @returns UpdateDBInstanceSSLResponse
|
|
6942
7495
|
*/
|
|
@@ -6945,6 +7498,8 @@ class Client extends openapi_core_1.default {
|
|
|
6945
7498
|
return await this.updateDBInstanceSSLWithOptions(request, runtime);
|
|
6946
7499
|
}
|
|
6947
7500
|
/**
|
|
7501
|
+
* Enables Transparent Data Encryption (TDE) for an instance by calling the UpdateDBInstanceTDE operation.
|
|
7502
|
+
*
|
|
6948
7503
|
* @param request - UpdateDBInstanceTDERequest
|
|
6949
7504
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6950
7505
|
* @returns UpdateDBInstanceTDEResponse
|
|
@@ -6984,6 +7539,8 @@ class Client extends openapi_core_1.default {
|
|
|
6984
7539
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDBInstanceTDEResponse({}));
|
|
6985
7540
|
}
|
|
6986
7541
|
/**
|
|
7542
|
+
* Enables Transparent Data Encryption (TDE) for an instance by calling the UpdateDBInstanceTDE operation.
|
|
7543
|
+
*
|
|
6987
7544
|
* @param request - UpdateDBInstanceTDERequest
|
|
6988
7545
|
* @returns UpdateDBInstanceTDEResponse
|
|
6989
7546
|
*/
|
|
@@ -6992,7 +7549,7 @@ class Client extends openapi_core_1.default {
|
|
|
6992
7549
|
return await this.updateDBInstanceTDEWithOptions(request, runtime);
|
|
6993
7550
|
}
|
|
6994
7551
|
/**
|
|
6995
|
-
*
|
|
7552
|
+
* Calls the UpdatePolarDBXInstanceNode operation to change the number of nodes for an instance, including scaling out and scaling in. This request generates a billable order.
|
|
6996
7553
|
*
|
|
6997
7554
|
* @param request - UpdatePolarDBXInstanceNodeRequest
|
|
6998
7555
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7045,7 +7602,7 @@ class Client extends openapi_core_1.default {
|
|
|
7045
7602
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePolarDBXInstanceNodeResponse({}));
|
|
7046
7603
|
}
|
|
7047
7604
|
/**
|
|
7048
|
-
*
|
|
7605
|
+
* Calls the UpdatePolarDBXInstanceNode operation to change the number of nodes for an instance, including scaling out and scaling in. This request generates a billable order.
|
|
7049
7606
|
*
|
|
7050
7607
|
* @param request - UpdatePolarDBXInstanceNodeRequest
|
|
7051
7608
|
* @returns UpdatePolarDBXInstanceNodeResponse
|
|
@@ -7055,7 +7612,7 @@ class Client extends openapi_core_1.default {
|
|
|
7055
7612
|
return await this.updatePolarDBXInstanceNodeWithOptions(request, runtime);
|
|
7056
7613
|
}
|
|
7057
7614
|
/**
|
|
7058
|
-
*
|
|
7615
|
+
* Upgrades the CDC node version of a PolarDB-X instance.
|
|
7059
7616
|
*
|
|
7060
7617
|
* @param request - UpgradeCDCVersionRequest
|
|
7061
7618
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7099,7 +7656,7 @@ class Client extends openapi_core_1.default {
|
|
|
7099
7656
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeCDCVersionResponse({}));
|
|
7100
7657
|
}
|
|
7101
7658
|
/**
|
|
7102
|
-
*
|
|
7659
|
+
* Upgrades the CDC node version of a PolarDB-X instance.
|
|
7103
7660
|
*
|
|
7104
7661
|
* @param request - UpgradeCDCVersionRequest
|
|
7105
7662
|
* @returns UpgradeCDCVersionResponse
|
|
@@ -7109,7 +7666,7 @@ class Client extends openapi_core_1.default {
|
|
|
7109
7666
|
return await this.upgradeCDCVersionWithOptions(request, runtime);
|
|
7110
7667
|
}
|
|
7111
7668
|
/**
|
|
7112
|
-
*
|
|
7669
|
+
* Updates the column store version.
|
|
7113
7670
|
*
|
|
7114
7671
|
* @param request - UpgradeColumnarVersionRequest
|
|
7115
7672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7150,7 +7707,7 @@ class Client extends openapi_core_1.default {
|
|
|
7150
7707
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeColumnarVersionResponse({}));
|
|
7151
7708
|
}
|
|
7152
7709
|
/**
|
|
7153
|
-
*
|
|
7710
|
+
* Updates the column store version.
|
|
7154
7711
|
*
|
|
7155
7712
|
* @param request - UpgradeColumnarVersionRequest
|
|
7156
7713
|
* @returns UpgradeColumnarVersionResponse
|
|
@@ -7160,6 +7717,8 @@ class Client extends openapi_core_1.default {
|
|
|
7160
7717
|
return await this.upgradeColumnarVersionWithOptions(request, runtime);
|
|
7161
7718
|
}
|
|
7162
7719
|
/**
|
|
7720
|
+
* Invokes the UpgradeDBInstanceKernelVersion operation to update the kernel version of an instance.
|
|
7721
|
+
*
|
|
7163
7722
|
* @param request - UpgradeDBInstanceKernelVersionRequest
|
|
7164
7723
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
7165
7724
|
* @returns UpgradeDBInstanceKernelVersionResponse
|
|
@@ -7196,6 +7755,8 @@ class Client extends openapi_core_1.default {
|
|
|
7196
7755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeDBInstanceKernelVersionResponse({}));
|
|
7197
7756
|
}
|
|
7198
7757
|
/**
|
|
7758
|
+
* Invokes the UpgradeDBInstanceKernelVersion operation to update the kernel version of an instance.
|
|
7759
|
+
*
|
|
7199
7760
|
* @param request - UpgradeDBInstanceKernelVersionRequest
|
|
7200
7761
|
* @returns UpgradeDBInstanceKernelVersionResponse
|
|
7201
7762
|
*/
|