@alicloud/polardbx20200202 3.4.2 → 3.6.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 +669 -192
- package/dist/client.js +801 -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/CreateGatewayConsumerForPolarDbxrequest.d.ts +33 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxrequest.js +60 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxrequest.js.map +1 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxresponse.d.ts +19 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxresponse.js +69 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxresponse.js.map +1 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxresponseBody.d.ts +37 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxresponseBody.js +62 -0
- package/dist/models/CreateGatewayConsumerForPolarDbxresponseBody.js.map +1 -0
- 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 +299 -7
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js +4 -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 +22 -0
- package/dist/models/model.js +67 -23
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +821 -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/CreateGatewayConsumerForPolarDbxrequest.ts +48 -0
- package/src/models/CreateGatewayConsumerForPolarDbxresponse.ts +40 -0
- package/src/models/CreateGatewayConsumerForPolarDbxresponseBody.ts +54 -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 +303 -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 +22 -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,55 @@ class Client extends openapi_core_1.default {
|
|
|
977
1055
|
return await this.createDataImportTaskWithOptions(request, runtime);
|
|
978
1056
|
}
|
|
979
1057
|
/**
|
|
980
|
-
*
|
|
1058
|
+
* Creates an AI gateway consumer for a PolarDB-X instance.
|
|
1059
|
+
*
|
|
1060
|
+
* @remarks
|
|
1061
|
+
* ***.
|
|
1062
|
+
*
|
|
1063
|
+
* @param request - CreateGatewayConsumerForPolarDBXRequest
|
|
1064
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1065
|
+
* @returns CreateGatewayConsumerForPolarDBXResponse
|
|
1066
|
+
*/
|
|
1067
|
+
async createGatewayConsumerForPolarDBXWithOptions(request, runtime) {
|
|
1068
|
+
request.validate();
|
|
1069
|
+
let query = {};
|
|
1070
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
1071
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
1072
|
+
}
|
|
1073
|
+
if (!$dara.isNull(request.regionId)) {
|
|
1074
|
+
query["RegionId"] = request.regionId;
|
|
1075
|
+
}
|
|
1076
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1077
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1078
|
+
});
|
|
1079
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1080
|
+
action: "CreateGatewayConsumerForPolarDBX",
|
|
1081
|
+
version: "2020-02-02",
|
|
1082
|
+
protocol: "HTTPS",
|
|
1083
|
+
pathname: "/",
|
|
1084
|
+
method: "POST",
|
|
1085
|
+
authType: "AK",
|
|
1086
|
+
style: "RPC",
|
|
1087
|
+
reqBodyType: "formData",
|
|
1088
|
+
bodyType: "json",
|
|
1089
|
+
});
|
|
1090
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGatewayConsumerForPolarDBXResponse({}));
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* Creates an AI gateway consumer for a PolarDB-X instance.
|
|
1094
|
+
*
|
|
1095
|
+
* @remarks
|
|
1096
|
+
* ***.
|
|
1097
|
+
*
|
|
1098
|
+
* @param request - CreateGatewayConsumerForPolarDBXRequest
|
|
1099
|
+
* @returns CreateGatewayConsumerForPolarDBXResponse
|
|
1100
|
+
*/
|
|
1101
|
+
async createGatewayConsumerForPolarDBX(request) {
|
|
1102
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1103
|
+
return await this.createGatewayConsumerForPolarDBXWithOptions(request, runtime);
|
|
1104
|
+
}
|
|
1105
|
+
/**
|
|
1106
|
+
* Creates a Global Database Network (GDN) instance.
|
|
981
1107
|
*
|
|
982
1108
|
* @param request - CreateGdnInstanceRequest
|
|
983
1109
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1024,7 +1150,7 @@ class Client extends openapi_core_1.default {
|
|
|
1024
1150
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGdnInstanceResponse({}));
|
|
1025
1151
|
}
|
|
1026
1152
|
/**
|
|
1027
|
-
*
|
|
1153
|
+
* Creates a Global Database Network (GDN) instance.
|
|
1028
1154
|
*
|
|
1029
1155
|
* @param request - CreateGdnInstanceRequest
|
|
1030
1156
|
* @returns CreateGdnInstanceResponse
|
|
@@ -1036,6 +1162,9 @@ class Client extends openapi_core_1.default {
|
|
|
1036
1162
|
/**
|
|
1037
1163
|
* 创建GDN从实例
|
|
1038
1164
|
*
|
|
1165
|
+
* @remarks
|
|
1166
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
1167
|
+
*
|
|
1039
1168
|
* @param request - CreateGdnStandbyMemberRequest
|
|
1040
1169
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1041
1170
|
* @returns CreateGdnStandbyMemberResponse
|
|
@@ -1134,6 +1263,9 @@ class Client extends openapi_core_1.default {
|
|
|
1134
1263
|
/**
|
|
1135
1264
|
* 创建GDN从实例
|
|
1136
1265
|
*
|
|
1266
|
+
* @remarks
|
|
1267
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
1268
|
+
*
|
|
1137
1269
|
* @param request - CreateGdnStandbyMemberRequest
|
|
1138
1270
|
* @returns CreateGdnStandbyMemberResponse
|
|
1139
1271
|
*/
|
|
@@ -1142,7 +1274,10 @@ class Client extends openapi_core_1.default {
|
|
|
1142
1274
|
return await this.createGdnStandbyMemberWithOptions(request, runtime);
|
|
1143
1275
|
}
|
|
1144
1276
|
/**
|
|
1145
|
-
*
|
|
1277
|
+
* Enable Memory Engine
|
|
1278
|
+
*
|
|
1279
|
+
* @remarks
|
|
1280
|
+
* <props="china">For more information about instance accounts, see [Account management](https://help.aliyun.com/document_detail/172163.html).
|
|
1146
1281
|
*
|
|
1147
1282
|
* @param request - CreateMem0Request
|
|
1148
1283
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1174,7 +1309,10 @@ class Client extends openapi_core_1.default {
|
|
|
1174
1309
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateMem0Response({}));
|
|
1175
1310
|
}
|
|
1176
1311
|
/**
|
|
1177
|
-
*
|
|
1312
|
+
* Enable Memory Engine
|
|
1313
|
+
*
|
|
1314
|
+
* @remarks
|
|
1315
|
+
* <props="china">For more information about instance accounts, see [Account management](https://help.aliyun.com/document_detail/172163.html).
|
|
1178
1316
|
*
|
|
1179
1317
|
* @param request - CreateMem0Request
|
|
1180
1318
|
* @returns CreateMem0Response
|
|
@@ -1184,7 +1322,10 @@ class Client extends openapi_core_1.default {
|
|
|
1184
1322
|
return await this.createMem0WithOptions(request, runtime);
|
|
1185
1323
|
}
|
|
1186
1324
|
/**
|
|
1187
|
-
*
|
|
1325
|
+
* Performs a health check on the replication task during data migration.
|
|
1326
|
+
*
|
|
1327
|
+
* @remarks
|
|
1328
|
+
* 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
1329
|
*
|
|
1189
1330
|
* @param request - CreateRplInspectionTaskRequest
|
|
1190
1331
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1234,7 +1375,10 @@ class Client extends openapi_core_1.default {
|
|
|
1234
1375
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRplInspectionTaskResponse({}));
|
|
1235
1376
|
}
|
|
1236
1377
|
/**
|
|
1237
|
-
*
|
|
1378
|
+
* Performs a health check on the replication task during data migration.
|
|
1379
|
+
*
|
|
1380
|
+
* @remarks
|
|
1381
|
+
* 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
1382
|
*
|
|
1239
1383
|
* @param request - CreateRplInspectionTaskRequest
|
|
1240
1384
|
* @returns CreateRplInspectionTaskResponse
|
|
@@ -1244,7 +1388,7 @@ class Client extends openapi_core_1.default {
|
|
|
1244
1388
|
return await this.createRplInspectionTaskWithOptions(request, runtime);
|
|
1245
1389
|
}
|
|
1246
1390
|
/**
|
|
1247
|
-
*
|
|
1391
|
+
* 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
1392
|
*
|
|
1249
1393
|
* @param request - CreateSQLEvaluateTaskRequest
|
|
1250
1394
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1309,7 +1453,7 @@ class Client extends openapi_core_1.default {
|
|
|
1309
1453
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSQLEvaluateTaskResponse({}));
|
|
1310
1454
|
}
|
|
1311
1455
|
/**
|
|
1312
|
-
*
|
|
1456
|
+
* 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
1457
|
*
|
|
1314
1458
|
* @param request - CreateSQLEvaluateTaskRequest
|
|
1315
1459
|
* @returns CreateSQLEvaluateTaskResponse
|
|
@@ -1319,7 +1463,7 @@ class Client extends openapi_core_1.default {
|
|
|
1319
1463
|
return await this.createSQLEvaluateTaskWithOptions(request, runtime);
|
|
1320
1464
|
}
|
|
1321
1465
|
/**
|
|
1322
|
-
*
|
|
1466
|
+
* Creates a resource storage pool.
|
|
1323
1467
|
*
|
|
1324
1468
|
* @param request - CreateStoragePoolRequest
|
|
1325
1469
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1360,7 +1504,7 @@ class Client extends openapi_core_1.default {
|
|
|
1360
1504
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateStoragePoolResponse({}));
|
|
1361
1505
|
}
|
|
1362
1506
|
/**
|
|
1363
|
-
*
|
|
1507
|
+
* Creates a resource storage pool.
|
|
1364
1508
|
*
|
|
1365
1509
|
* @param request - CreateStoragePoolRequest
|
|
1366
1510
|
* @returns CreateStoragePoolResponse
|
|
@@ -1370,7 +1514,7 @@ class Client extends openapi_core_1.default {
|
|
|
1370
1514
|
return await this.createStoragePoolWithOptions(request, runtime);
|
|
1371
1515
|
}
|
|
1372
1516
|
/**
|
|
1373
|
-
*
|
|
1517
|
+
* 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
1518
|
*
|
|
1375
1519
|
* @param request - CreateStructureImportTaskRequest
|
|
1376
1520
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1410,7 +1554,7 @@ class Client extends openapi_core_1.default {
|
|
|
1410
1554
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateStructureImportTaskResponse({}));
|
|
1411
1555
|
}
|
|
1412
1556
|
/**
|
|
1413
|
-
*
|
|
1557
|
+
* 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
1558
|
*
|
|
1415
1559
|
* @param request - CreateStructureImportTaskRequest
|
|
1416
1560
|
* @returns CreateStructureImportTaskResponse
|
|
@@ -1474,6 +1618,8 @@ class Client extends openapi_core_1.default {
|
|
|
1474
1618
|
return await this.createSubCNInstanceWithOptions(request, runtime);
|
|
1475
1619
|
}
|
|
1476
1620
|
/**
|
|
1621
|
+
* Creates a privileged user. Each instance can have only one privileged user.
|
|
1622
|
+
*
|
|
1477
1623
|
* @param request - CreateSuperAccountRequest
|
|
1478
1624
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1479
1625
|
* @returns CreateSuperAccountResponse
|
|
@@ -1513,6 +1659,8 @@ class Client extends openapi_core_1.default {
|
|
|
1513
1659
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSuperAccountResponse({}));
|
|
1514
1660
|
}
|
|
1515
1661
|
/**
|
|
1662
|
+
* Creates a privileged user. Each instance can have only one privileged user.
|
|
1663
|
+
*
|
|
1516
1664
|
* @param request - CreateSuperAccountRequest
|
|
1517
1665
|
* @returns CreateSuperAccountResponse
|
|
1518
1666
|
*/
|
|
@@ -1521,7 +1669,7 @@ class Client extends openapi_core_1.default {
|
|
|
1521
1669
|
return await this.createSuperAccountWithOptions(request, runtime);
|
|
1522
1670
|
}
|
|
1523
1671
|
/**
|
|
1524
|
-
*
|
|
1672
|
+
* Creates a conversion task to change a specific status or configuration of an instance.
|
|
1525
1673
|
*
|
|
1526
1674
|
* @param request - CreateTransformOperationRequest
|
|
1527
1675
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1556,7 +1704,7 @@ class Client extends openapi_core_1.default {
|
|
|
1556
1704
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateTransformOperationResponse({}));
|
|
1557
1705
|
}
|
|
1558
1706
|
/**
|
|
1559
|
-
*
|
|
1707
|
+
* Creates a conversion task to change a specific status or configuration of an instance.
|
|
1560
1708
|
*
|
|
1561
1709
|
* @param request - CreateTransformOperationRequest
|
|
1562
1710
|
* @returns CreateTransformOperationResponse
|
|
@@ -1566,6 +1714,8 @@ class Client extends openapi_core_1.default {
|
|
|
1566
1714
|
return await this.createTransformOperationWithOptions(request, runtime);
|
|
1567
1715
|
}
|
|
1568
1716
|
/**
|
|
1717
|
+
* Deletes an account by calling the DeleteAccount operation.
|
|
1718
|
+
*
|
|
1569
1719
|
* @param request - DeleteAccountRequest
|
|
1570
1720
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1571
1721
|
* @returns DeleteAccountResponse
|
|
@@ -1605,6 +1755,8 @@ class Client extends openapi_core_1.default {
|
|
|
1605
1755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAccountResponse({}));
|
|
1606
1756
|
}
|
|
1607
1757
|
/**
|
|
1758
|
+
* Deletes an account by calling the DeleteAccount operation.
|
|
1759
|
+
*
|
|
1608
1760
|
* @param request - DeleteAccountRequest
|
|
1609
1761
|
* @returns DeleteAccountResponse
|
|
1610
1762
|
*/
|
|
@@ -1613,7 +1765,10 @@ class Client extends openapi_core_1.default {
|
|
|
1613
1765
|
return await this.deleteAccountWithOptions(request, runtime);
|
|
1614
1766
|
}
|
|
1615
1767
|
/**
|
|
1616
|
-
*
|
|
1768
|
+
* Deletes a custom endpoint domain name.
|
|
1769
|
+
*
|
|
1770
|
+
* @remarks
|
|
1771
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
1617
1772
|
*
|
|
1618
1773
|
* @param request - DeleteCustomEndpointRequest
|
|
1619
1774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1648,7 +1803,10 @@ class Client extends openapi_core_1.default {
|
|
|
1648
1803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustomEndpointResponse({}));
|
|
1649
1804
|
}
|
|
1650
1805
|
/**
|
|
1651
|
-
*
|
|
1806
|
+
* Deletes a custom endpoint domain name.
|
|
1807
|
+
*
|
|
1808
|
+
* @remarks
|
|
1809
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
1652
1810
|
*
|
|
1653
1811
|
* @param request - DeleteCustomEndpointRequest
|
|
1654
1812
|
* @returns DeleteCustomEndpointResponse
|
|
@@ -1658,6 +1816,8 @@ class Client extends openapi_core_1.default {
|
|
|
1658
1816
|
return await this.deleteCustomEndpointWithOptions(request, runtime);
|
|
1659
1817
|
}
|
|
1660
1818
|
/**
|
|
1819
|
+
* Deletes a database by calling the DeleteDB operation.
|
|
1820
|
+
*
|
|
1661
1821
|
* @param request - DeleteDBRequest
|
|
1662
1822
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1663
1823
|
* @returns DeleteDBResponse
|
|
@@ -1691,6 +1851,8 @@ class Client extends openapi_core_1.default {
|
|
|
1691
1851
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDBResponse({}));
|
|
1692
1852
|
}
|
|
1693
1853
|
/**
|
|
1854
|
+
* Deletes a database by calling the DeleteDB operation.
|
|
1855
|
+
*
|
|
1694
1856
|
* @param request - DeleteDBRequest
|
|
1695
1857
|
* @returns DeleteDBResponse
|
|
1696
1858
|
*/
|
|
@@ -1699,7 +1861,7 @@ class Client extends openapi_core_1.default {
|
|
|
1699
1861
|
return await this.deleteDBWithOptions(request, runtime);
|
|
1700
1862
|
}
|
|
1701
1863
|
/**
|
|
1702
|
-
*
|
|
1864
|
+
* Calls the DeleteDBInstance operation to delete an instance.
|
|
1703
1865
|
*
|
|
1704
1866
|
* @param request - DeleteDBInstanceRequest
|
|
1705
1867
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1731,7 +1893,7 @@ class Client extends openapi_core_1.default {
|
|
|
1731
1893
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDBInstanceResponse({}));
|
|
1732
1894
|
}
|
|
1733
1895
|
/**
|
|
1734
|
-
*
|
|
1896
|
+
* Calls the DeleteDBInstance operation to delete an instance.
|
|
1735
1897
|
*
|
|
1736
1898
|
* @param request - DeleteDBInstanceRequest
|
|
1737
1899
|
* @returns DeleteDBInstanceResponse
|
|
@@ -1741,7 +1903,10 @@ class Client extends openapi_core_1.default {
|
|
|
1741
1903
|
return await this.deleteDBInstanceWithOptions(request, runtime);
|
|
1742
1904
|
}
|
|
1743
1905
|
/**
|
|
1744
|
-
*
|
|
1906
|
+
* Deletes an evaluation import task.
|
|
1907
|
+
*
|
|
1908
|
+
* @remarks
|
|
1909
|
+
* Deletes a created evaluation task and performs subsequent data import operations.
|
|
1745
1910
|
*
|
|
1746
1911
|
* @param request - DeleteEvaluateAndImportTaskRequest
|
|
1747
1912
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1773,7 +1938,10 @@ class Client extends openapi_core_1.default {
|
|
|
1773
1938
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteEvaluateAndImportTaskResponse({}));
|
|
1774
1939
|
}
|
|
1775
1940
|
/**
|
|
1776
|
-
*
|
|
1941
|
+
* Deletes an evaluation import task.
|
|
1942
|
+
*
|
|
1943
|
+
* @remarks
|
|
1944
|
+
* Deletes a created evaluation task and performs subsequent data import operations.
|
|
1777
1945
|
*
|
|
1778
1946
|
* @param request - DeleteEvaluateAndImportTaskRequest
|
|
1779
1947
|
* @returns DeleteEvaluateAndImportTaskResponse
|
|
@@ -1783,7 +1951,7 @@ class Client extends openapi_core_1.default {
|
|
|
1783
1951
|
return await this.deleteEvaluateAndImportTaskWithOptions(request, runtime);
|
|
1784
1952
|
}
|
|
1785
1953
|
/**
|
|
1786
|
-
*
|
|
1954
|
+
* Deletes a global database network (GDN) instance.
|
|
1787
1955
|
*
|
|
1788
1956
|
* @param request - DeleteGdnInstanceRequest
|
|
1789
1957
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1815,7 +1983,7 @@ class Client extends openapi_core_1.default {
|
|
|
1815
1983
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGdnInstanceResponse({}));
|
|
1816
1984
|
}
|
|
1817
1985
|
/**
|
|
1818
|
-
*
|
|
1986
|
+
* Deletes a global database network (GDN) instance.
|
|
1819
1987
|
*
|
|
1820
1988
|
* @param request - DeleteGdnInstanceRequest
|
|
1821
1989
|
* @returns DeleteGdnInstanceResponse
|
|
@@ -1825,7 +1993,10 @@ class Client extends openapi_core_1.default {
|
|
|
1825
1993
|
return await this.deleteGdnInstanceWithOptions(request, runtime);
|
|
1826
1994
|
}
|
|
1827
1995
|
/**
|
|
1828
|
-
*
|
|
1996
|
+
* Disables the memory engine.
|
|
1997
|
+
*
|
|
1998
|
+
* @remarks
|
|
1999
|
+
* Deletes the custom endpoint of a specified database instance and disables the access entry for the domain name.
|
|
1829
2000
|
*
|
|
1830
2001
|
* @param request - DeleteMem0Request
|
|
1831
2002
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1857,7 +2028,10 @@ class Client extends openapi_core_1.default {
|
|
|
1857
2028
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteMem0Response({}));
|
|
1858
2029
|
}
|
|
1859
2030
|
/**
|
|
1860
|
-
*
|
|
2031
|
+
* Disables the memory engine.
|
|
2032
|
+
*
|
|
2033
|
+
* @remarks
|
|
2034
|
+
* Deletes the custom endpoint of a specified database instance and disables the access entry for the domain name.
|
|
1861
2035
|
*
|
|
1862
2036
|
* @param request - DeleteMem0Request
|
|
1863
2037
|
* @returns DeleteMem0Response
|
|
@@ -1918,6 +2092,8 @@ class Client extends openapi_core_1.default {
|
|
|
1918
2092
|
return await this.deleteSubCNInstanceWithOptions(request, runtime);
|
|
1919
2093
|
}
|
|
1920
2094
|
/**
|
|
2095
|
+
* Queries the list of accounts by calling the DescribeAccountList operation.
|
|
2096
|
+
*
|
|
1921
2097
|
* @param request - DescribeAccountListRequest
|
|
1922
2098
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1923
2099
|
* @returns DescribeAccountListResponse
|
|
@@ -1954,6 +2130,8 @@ class Client extends openapi_core_1.default {
|
|
|
1954
2130
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAccountListResponse({}));
|
|
1955
2131
|
}
|
|
1956
2132
|
/**
|
|
2133
|
+
* Queries the list of accounts by calling the DescribeAccountList operation.
|
|
2134
|
+
*
|
|
1957
2135
|
* @param request - DescribeAccountListRequest
|
|
1958
2136
|
* @returns DescribeAccountListResponse
|
|
1959
2137
|
*/
|
|
@@ -1962,7 +2140,7 @@ class Client extends openapi_core_1.default {
|
|
|
1962
2140
|
return await this.describeAccountListWithOptions(request, runtime);
|
|
1963
2141
|
}
|
|
1964
2142
|
/**
|
|
1965
|
-
*
|
|
2143
|
+
* Calls the DescribeActiveOperationMaintainConf operation to display the O&M window configuration.
|
|
1966
2144
|
*
|
|
1967
2145
|
* @param request - DescribeActiveOperationMaintainConfRequest
|
|
1968
2146
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1991,7 +2169,7 @@ class Client extends openapi_core_1.default {
|
|
|
1991
2169
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationMaintainConfResponse({}));
|
|
1992
2170
|
}
|
|
1993
2171
|
/**
|
|
1994
|
-
*
|
|
2172
|
+
* Calls the DescribeActiveOperationMaintainConf operation to display the O&M window configuration.
|
|
1995
2173
|
*
|
|
1996
2174
|
* @param request - DescribeActiveOperationMaintainConfRequest
|
|
1997
2175
|
* @returns DescribeActiveOperationMaintainConfResponse
|
|
@@ -2001,7 +2179,7 @@ class Client extends openapi_core_1.default {
|
|
|
2001
2179
|
return await this.describeActiveOperationMaintainConfWithOptions(request, runtime);
|
|
2002
2180
|
}
|
|
2003
2181
|
/**
|
|
2004
|
-
*
|
|
2182
|
+
* Retrieves the total number of O&M events.
|
|
2005
2183
|
*
|
|
2006
2184
|
* @param request - DescribeActiveOperationTaskCountRequest
|
|
2007
2185
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2027,7 +2205,7 @@ class Client extends openapi_core_1.default {
|
|
|
2027
2205
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationTaskCountResponse({}));
|
|
2028
2206
|
}
|
|
2029
2207
|
/**
|
|
2030
|
-
*
|
|
2208
|
+
* Retrieves the total number of O&M events.
|
|
2031
2209
|
*
|
|
2032
2210
|
* @param request - DescribeActiveOperationTaskCountRequest
|
|
2033
2211
|
* @returns DescribeActiveOperationTaskCountResponse
|
|
@@ -2037,7 +2215,7 @@ class Client extends openapi_core_1.default {
|
|
|
2037
2215
|
return await this.describeActiveOperationTaskCountWithOptions(request, runtime);
|
|
2038
2216
|
}
|
|
2039
2217
|
/**
|
|
2040
|
-
*
|
|
2218
|
+
* Queries O&M events by calling the DescribeActiveOperationTasks operation.
|
|
2041
2219
|
*
|
|
2042
2220
|
* @param request - DescribeActiveOperationTasksRequest
|
|
2043
2221
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2063,7 +2241,7 @@ class Client extends openapi_core_1.default {
|
|
|
2063
2241
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeActiveOperationTasksResponse({}));
|
|
2064
2242
|
}
|
|
2065
2243
|
/**
|
|
2066
|
-
*
|
|
2244
|
+
* Queries O&M events by calling the DescribeActiveOperationTasks operation.
|
|
2067
2245
|
*
|
|
2068
2246
|
* @param request - DescribeActiveOperationTasksRequest
|
|
2069
2247
|
* @returns DescribeActiveOperationTasksResponse
|
|
@@ -2073,7 +2251,7 @@ class Client extends openapi_core_1.default {
|
|
|
2073
2251
|
return await this.describeActiveOperationTasksWithOptions(request, runtime);
|
|
2074
2252
|
}
|
|
2075
2253
|
/**
|
|
2076
|
-
*
|
|
2254
|
+
* Lists cold storage tables.
|
|
2077
2255
|
*
|
|
2078
2256
|
* @param request - DescribeArchiveTableListRequest
|
|
2079
2257
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2120,7 +2298,7 @@ class Client extends openapi_core_1.default {
|
|
|
2120
2298
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeArchiveTableListResponse({}));
|
|
2121
2299
|
}
|
|
2122
2300
|
/**
|
|
2123
|
-
*
|
|
2301
|
+
* Lists cold storage tables.
|
|
2124
2302
|
*
|
|
2125
2303
|
* @param request - DescribeArchiveTableListRequest
|
|
2126
2304
|
* @returns DescribeArchiveTableListResponse
|
|
@@ -2130,7 +2308,7 @@ class Client extends openapi_core_1.default {
|
|
|
2130
2308
|
return await this.describeArchiveTableListWithOptions(request, runtime);
|
|
2131
2309
|
}
|
|
2132
2310
|
/**
|
|
2133
|
-
*
|
|
2311
|
+
* Queries the list of available regions that support cross-region operations, typically used for multi-region deployment or data replication scenarios.
|
|
2134
2312
|
*
|
|
2135
2313
|
* @param request - DescribeAvailableCrossRegionsRequest
|
|
2136
2314
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2162,7 +2340,7 @@ class Client extends openapi_core_1.default {
|
|
|
2162
2340
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAvailableCrossRegionsResponse({}));
|
|
2163
2341
|
}
|
|
2164
2342
|
/**
|
|
2165
|
-
*
|
|
2343
|
+
* Queries the list of available regions that support cross-region operations, typically used for multi-region deployment or data replication scenarios.
|
|
2166
2344
|
*
|
|
2167
2345
|
* @param request - DescribeAvailableCrossRegionsRequest
|
|
2168
2346
|
* @returns DescribeAvailableCrossRegionsResponse
|
|
@@ -2172,7 +2350,7 @@ class Client extends openapi_core_1.default {
|
|
|
2172
2350
|
return await this.describeAvailableCrossRegionsWithOptions(request, runtime);
|
|
2173
2351
|
}
|
|
2174
2352
|
/**
|
|
2175
|
-
*
|
|
2353
|
+
* Calls the DescribeBackupPolicy operation to query the backup settings of an instance.
|
|
2176
2354
|
*
|
|
2177
2355
|
* @param request - DescribeBackupPolicyRequest
|
|
2178
2356
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2204,7 +2382,7 @@ class Client extends openapi_core_1.default {
|
|
|
2204
2382
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBackupPolicyResponse({}));
|
|
2205
2383
|
}
|
|
2206
2384
|
/**
|
|
2207
|
-
*
|
|
2385
|
+
* Calls the DescribeBackupPolicy operation to query the backup settings of an instance.
|
|
2208
2386
|
*
|
|
2209
2387
|
* @param request - DescribeBackupPolicyRequest
|
|
2210
2388
|
* @returns DescribeBackupPolicyResponse
|
|
@@ -2214,7 +2392,7 @@ class Client extends openapi_core_1.default {
|
|
|
2214
2392
|
return await this.describeBackupPolicyWithOptions(request, runtime);
|
|
2215
2393
|
}
|
|
2216
2394
|
/**
|
|
2217
|
-
*
|
|
2395
|
+
* Queries the details of a backup set by calling the DescribeBackupSet operation.
|
|
2218
2396
|
*
|
|
2219
2397
|
* @param request - DescribeBackupSetRequest
|
|
2220
2398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2252,7 +2430,7 @@ class Client extends openapi_core_1.default {
|
|
|
2252
2430
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBackupSetResponse({}));
|
|
2253
2431
|
}
|
|
2254
2432
|
/**
|
|
2255
|
-
*
|
|
2433
|
+
* Queries the details of a backup set by calling the DescribeBackupSet operation.
|
|
2256
2434
|
*
|
|
2257
2435
|
* @param request - DescribeBackupSetRequest
|
|
2258
2436
|
* @returns DescribeBackupSetResponse
|
|
@@ -2262,6 +2440,8 @@ class Client extends openapi_core_1.default {
|
|
|
2262
2440
|
return await this.describeBackupSetWithOptions(request, runtime);
|
|
2263
2441
|
}
|
|
2264
2442
|
/**
|
|
2443
|
+
* Calls the DescribeBackupSetList operation to query the list of backup sets.
|
|
2444
|
+
*
|
|
2265
2445
|
* @param request - DescribeBackupSetListRequest
|
|
2266
2446
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2267
2447
|
* @returns DescribeBackupSetListResponse
|
|
@@ -2286,6 +2466,8 @@ class Client extends openapi_core_1.default {
|
|
|
2286
2466
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBackupSetListResponse({}));
|
|
2287
2467
|
}
|
|
2288
2468
|
/**
|
|
2469
|
+
* Calls the DescribeBackupSetList operation to query the list of backup sets.
|
|
2470
|
+
*
|
|
2289
2471
|
* @param request - DescribeBackupSetListRequest
|
|
2290
2472
|
* @returns DescribeBackupSetListResponse
|
|
2291
2473
|
*/
|
|
@@ -2294,6 +2476,13 @@ class Client extends openapi_core_1.default {
|
|
|
2294
2476
|
return await this.describeBackupSetListWithOptions(request, runtime);
|
|
2295
2477
|
}
|
|
2296
2478
|
/**
|
|
2479
|
+
* Calls the DescribeBinaryLogList operation to query binlog logs.
|
|
2480
|
+
*
|
|
2481
|
+
* @remarks
|
|
2482
|
+
* - Binlog files are retained for 15 days by default.
|
|
2483
|
+
* - 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.
|
|
2484
|
+
* - 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.
|
|
2485
|
+
*
|
|
2297
2486
|
* @param request - DescribeBinaryLogListRequest
|
|
2298
2487
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2299
2488
|
* @returns DescribeBinaryLogListResponse
|
|
@@ -2339,6 +2528,13 @@ class Client extends openapi_core_1.default {
|
|
|
2339
2528
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBinaryLogListResponse({}));
|
|
2340
2529
|
}
|
|
2341
2530
|
/**
|
|
2531
|
+
* Calls the DescribeBinaryLogList operation to query binlog logs.
|
|
2532
|
+
*
|
|
2533
|
+
* @remarks
|
|
2534
|
+
* - Binlog files are retained for 15 days by default.
|
|
2535
|
+
* - 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.
|
|
2536
|
+
* - 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.
|
|
2537
|
+
*
|
|
2342
2538
|
* @param request - DescribeBinaryLogListRequest
|
|
2343
2539
|
* @returns DescribeBinaryLogListResponse
|
|
2344
2540
|
*/
|
|
@@ -2347,7 +2543,12 @@ class Client extends openapi_core_1.default {
|
|
|
2347
2543
|
return await this.describeBinaryLogListWithOptions(request, runtime);
|
|
2348
2544
|
}
|
|
2349
2545
|
/**
|
|
2350
|
-
*
|
|
2546
|
+
* Queries the list of instance specifications.
|
|
2547
|
+
*
|
|
2548
|
+
* @remarks
|
|
2549
|
+
* - Binary log files are retained for 15 days by default.
|
|
2550
|
+
* - 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.
|
|
2551
|
+
* - 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
2552
|
*
|
|
2352
2553
|
* @param request - DescribeCdcClassListRequest
|
|
2353
2554
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2382,7 +2583,12 @@ class Client extends openapi_core_1.default {
|
|
|
2382
2583
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCdcClassListResponse({}));
|
|
2383
2584
|
}
|
|
2384
2585
|
/**
|
|
2385
|
-
*
|
|
2586
|
+
* Queries the list of instance specifications.
|
|
2587
|
+
*
|
|
2588
|
+
* @remarks
|
|
2589
|
+
* - Binary log files are retained for 15 days by default.
|
|
2590
|
+
* - 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.
|
|
2591
|
+
* - 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
2592
|
*
|
|
2387
2593
|
* @param request - DescribeCdcClassListRequest
|
|
2388
2594
|
* @returns DescribeCdcClassListResponse
|
|
@@ -2392,7 +2598,7 @@ class Client extends openapi_core_1.default {
|
|
|
2392
2598
|
return await this.describeCdcClassListWithOptions(request, runtime);
|
|
2393
2599
|
}
|
|
2394
2600
|
/**
|
|
2395
|
-
*
|
|
2601
|
+
* Queries CDC information.
|
|
2396
2602
|
*
|
|
2397
2603
|
* @param request - DescribeCdcInfoRequest
|
|
2398
2604
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2424,7 +2630,7 @@ class Client extends openapi_core_1.default {
|
|
|
2424
2630
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCdcInfoResponse({}));
|
|
2425
2631
|
}
|
|
2426
2632
|
/**
|
|
2427
|
-
*
|
|
2633
|
+
* Queries CDC information.
|
|
2428
2634
|
*
|
|
2429
2635
|
* @param request - DescribeCdcInfoRequest
|
|
2430
2636
|
* @returns DescribeCdcInfoResponse
|
|
@@ -2434,7 +2640,12 @@ class Client extends openapi_core_1.default {
|
|
|
2434
2640
|
return await this.describeCdcInfoWithOptions(request, runtime);
|
|
2435
2641
|
}
|
|
2436
2642
|
/**
|
|
2437
|
-
*
|
|
2643
|
+
* Retrieves the list of CDC versions.
|
|
2644
|
+
*
|
|
2645
|
+
* @remarks
|
|
2646
|
+
* - Binary log files are retained for 15 days by default.
|
|
2647
|
+
* - 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.
|
|
2648
|
+
* - 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
2649
|
*
|
|
2439
2650
|
* @param request - DescribeCdcVersionListRequest
|
|
2440
2651
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2469,7 +2680,12 @@ class Client extends openapi_core_1.default {
|
|
|
2469
2680
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCdcVersionListResponse({}));
|
|
2470
2681
|
}
|
|
2471
2682
|
/**
|
|
2472
|
-
*
|
|
2683
|
+
* Retrieves the list of CDC versions.
|
|
2684
|
+
*
|
|
2685
|
+
* @remarks
|
|
2686
|
+
* - Binary log files are retained for 15 days by default.
|
|
2687
|
+
* - 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.
|
|
2688
|
+
* - 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
2689
|
*
|
|
2474
2690
|
* @param request - DescribeCdcVersionListRequest
|
|
2475
2691
|
* @returns DescribeCdcVersionListResponse
|
|
@@ -2479,6 +2695,8 @@ class Client extends openapi_core_1.default {
|
|
|
2479
2695
|
return await this.describeCdcVersionListWithOptions(request, runtime);
|
|
2480
2696
|
}
|
|
2481
2697
|
/**
|
|
2698
|
+
* Invokes the DescribeCharacterSet operation to query the character set types supported by databases in a target instance.
|
|
2699
|
+
*
|
|
2482
2700
|
* @param request - DescribeCharacterSetRequest
|
|
2483
2701
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2484
2702
|
* @returns DescribeCharacterSetResponse
|
|
@@ -2509,6 +2727,8 @@ class Client extends openapi_core_1.default {
|
|
|
2509
2727
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCharacterSetResponse({}));
|
|
2510
2728
|
}
|
|
2511
2729
|
/**
|
|
2730
|
+
* Invokes the DescribeCharacterSet operation to query the character set types supported by databases in a target instance.
|
|
2731
|
+
*
|
|
2512
2732
|
* @param request - DescribeCharacterSetRequest
|
|
2513
2733
|
* @returns DescribeCharacterSetResponse
|
|
2514
2734
|
*/
|
|
@@ -2517,7 +2737,7 @@ class Client extends openapi_core_1.default {
|
|
|
2517
2737
|
return await this.describeCharacterSetWithOptions(request, runtime);
|
|
2518
2738
|
}
|
|
2519
2739
|
/**
|
|
2520
|
-
*
|
|
2740
|
+
* The cold storage basic information.
|
|
2521
2741
|
*
|
|
2522
2742
|
* @param request - DescribeColdDataBasicInfoRequest
|
|
2523
2743
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2543,7 +2763,7 @@ class Client extends openapi_core_1.default {
|
|
|
2543
2763
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColdDataBasicInfoResponse({}));
|
|
2544
2764
|
}
|
|
2545
2765
|
/**
|
|
2546
|
-
*
|
|
2766
|
+
* The cold storage basic information.
|
|
2547
2767
|
*
|
|
2548
2768
|
* @param request - DescribeColdDataBasicInfoRequest
|
|
2549
2769
|
* @returns DescribeColdDataBasicInfoResponse
|
|
@@ -2553,7 +2773,7 @@ class Client extends openapi_core_1.default {
|
|
|
2553
2773
|
return await this.describeColdDataBasicInfoWithOptions(request, runtime);
|
|
2554
2774
|
}
|
|
2555
2775
|
/**
|
|
2556
|
-
*
|
|
2776
|
+
* Queries the list of column store specifications for an instance.
|
|
2557
2777
|
*
|
|
2558
2778
|
* @param request - DescribeColumnarClassListRequest
|
|
2559
2779
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2588,7 +2808,7 @@ class Client extends openapi_core_1.default {
|
|
|
2588
2808
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnarClassListResponse({}));
|
|
2589
2809
|
}
|
|
2590
2810
|
/**
|
|
2591
|
-
*
|
|
2811
|
+
* Queries the list of column store specifications for an instance.
|
|
2592
2812
|
*
|
|
2593
2813
|
* @param request - DescribeColumnarClassListRequest
|
|
2594
2814
|
* @returns DescribeColumnarClassListResponse
|
|
@@ -2598,7 +2818,7 @@ class Client extends openapi_core_1.default {
|
|
|
2598
2818
|
return await this.describeColumnarClassListWithOptions(request, runtime);
|
|
2599
2819
|
}
|
|
2600
2820
|
/**
|
|
2601
|
-
*
|
|
2821
|
+
* Queries column store information.
|
|
2602
2822
|
*
|
|
2603
2823
|
* @param request - DescribeColumnarInfoRequest
|
|
2604
2824
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2630,7 +2850,7 @@ class Client extends openapi_core_1.default {
|
|
|
2630
2850
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnarInfoResponse({}));
|
|
2631
2851
|
}
|
|
2632
2852
|
/**
|
|
2633
|
-
*
|
|
2853
|
+
* Queries column store information.
|
|
2634
2854
|
*
|
|
2635
2855
|
* @param request - DescribeColumnarInfoRequest
|
|
2636
2856
|
* @returns DescribeColumnarInfoResponse
|
|
@@ -2640,7 +2860,12 @@ class Client extends openapi_core_1.default {
|
|
|
2640
2860
|
return await this.describeColumnarInfoWithOptions(request, runtime);
|
|
2641
2861
|
}
|
|
2642
2862
|
/**
|
|
2643
|
-
*
|
|
2863
|
+
* Queries column store version information.
|
|
2864
|
+
*
|
|
2865
|
+
* @remarks
|
|
2866
|
+
* - Binary log files are retained for 15 days by default.
|
|
2867
|
+
* - 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.
|
|
2868
|
+
* - 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
2869
|
*
|
|
2645
2870
|
* @param request - DescribeColumnarVersionListRequest
|
|
2646
2871
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2672,7 +2897,12 @@ class Client extends openapi_core_1.default {
|
|
|
2672
2897
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeColumnarVersionListResponse({}));
|
|
2673
2898
|
}
|
|
2674
2899
|
/**
|
|
2675
|
-
*
|
|
2900
|
+
* Queries column store version information.
|
|
2901
|
+
*
|
|
2902
|
+
* @remarks
|
|
2903
|
+
* - Binary log files are retained for 15 days by default.
|
|
2904
|
+
* - 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.
|
|
2905
|
+
* - 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
2906
|
*
|
|
2677
2907
|
* @param request - DescribeColumnarVersionListRequest
|
|
2678
2908
|
* @returns DescribeColumnarVersionListResponse
|
|
@@ -2682,7 +2912,7 @@ class Client extends openapi_core_1.default {
|
|
|
2682
2912
|
return await this.describeColumnarVersionListWithOptions(request, runtime);
|
|
2683
2913
|
}
|
|
2684
2914
|
/**
|
|
2685
|
-
*
|
|
2915
|
+
* Retrieves the property information of a specified component, including property names and types.
|
|
2686
2916
|
*
|
|
2687
2917
|
* @param request - DescribeComponentPropetiesRequest
|
|
2688
2918
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2720,7 +2950,7 @@ class Client extends openapi_core_1.default {
|
|
|
2720
2950
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeComponentPropetiesResponse({}));
|
|
2721
2951
|
}
|
|
2722
2952
|
/**
|
|
2723
|
-
*
|
|
2953
|
+
* Retrieves the property information of a specified component, including property names and types.
|
|
2724
2954
|
*
|
|
2725
2955
|
* @param request - DescribeComponentPropetiesRequest
|
|
2726
2956
|
* @returns DescribeComponentPropetiesResponse
|
|
@@ -2730,7 +2960,10 @@ class Client extends openapi_core_1.default {
|
|
|
2730
2960
|
return await this.describeComponentPropetiesWithOptions(request, runtime);
|
|
2731
2961
|
}
|
|
2732
2962
|
/**
|
|
2733
|
-
*
|
|
2963
|
+
* Queries the list of custom endpoints defined by the user.
|
|
2964
|
+
*
|
|
2965
|
+
* @remarks
|
|
2966
|
+
* 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
2967
|
*
|
|
2735
2968
|
* @param request - DescribeCustomEndpointListRequest
|
|
2736
2969
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2768,7 +3001,10 @@ class Client extends openapi_core_1.default {
|
|
|
2768
3001
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustomEndpointListResponse({}));
|
|
2769
3002
|
}
|
|
2770
3003
|
/**
|
|
2771
|
-
*
|
|
3004
|
+
* Queries the list of custom endpoints defined by the user.
|
|
3005
|
+
*
|
|
3006
|
+
* @remarks
|
|
3007
|
+
* 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
3008
|
*
|
|
2773
3009
|
* @param request - DescribeCustomEndpointListRequest
|
|
2774
3010
|
* @returns DescribeCustomEndpointListResponse
|
|
@@ -2778,7 +3014,7 @@ class Client extends openapi_core_1.default {
|
|
|
2778
3014
|
return await this.describeCustomEndpointListWithOptions(request, runtime);
|
|
2779
3015
|
}
|
|
2780
3016
|
/**
|
|
2781
|
-
*
|
|
3017
|
+
* Calls the DescribeDBInstanceAttribute operation to retrieve instance attributes.
|
|
2782
3018
|
*
|
|
2783
3019
|
* @param request - DescribeDBInstanceAttributeRequest
|
|
2784
3020
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2813,7 +3049,7 @@ class Client extends openapi_core_1.default {
|
|
|
2813
3049
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
|
|
2814
3050
|
}
|
|
2815
3051
|
/**
|
|
2816
|
-
*
|
|
3052
|
+
* Calls the DescribeDBInstanceAttribute operation to retrieve instance attributes.
|
|
2817
3053
|
*
|
|
2818
3054
|
* @param request - DescribeDBInstanceAttributeRequest
|
|
2819
3055
|
* @returns DescribeDBInstanceAttributeResponse
|
|
@@ -2823,7 +3059,7 @@ class Client extends openapi_core_1.default {
|
|
|
2823
3059
|
return await this.describeDBInstanceAttributeWithOptions(request, runtime);
|
|
2824
3060
|
}
|
|
2825
3061
|
/**
|
|
2826
|
-
*
|
|
3062
|
+
* Calls the DescribeDBInstanceConfig operation to retrieve the configuration parameters of an instance.
|
|
2827
3063
|
*
|
|
2828
3064
|
* @param request - DescribeDBInstanceConfigRequest
|
|
2829
3065
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2858,7 +3094,7 @@ class Client extends openapi_core_1.default {
|
|
|
2858
3094
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceConfigResponse({}));
|
|
2859
3095
|
}
|
|
2860
3096
|
/**
|
|
2861
|
-
*
|
|
3097
|
+
* Calls the DescribeDBInstanceConfig operation to retrieve the configuration parameters of an instance.
|
|
2862
3098
|
*
|
|
2863
3099
|
* @param request - DescribeDBInstanceConfigRequest
|
|
2864
3100
|
* @returns DescribeDBInstanceConfigResponse
|
|
@@ -2870,6 +3106,9 @@ class Client extends openapi_core_1.default {
|
|
|
2870
3106
|
/**
|
|
2871
3107
|
* 查询endpoint列表
|
|
2872
3108
|
*
|
|
3109
|
+
* @remarks
|
|
3110
|
+
* 该接口用于获取用户已配置的自定义终端节点(Endpoint)列表,便于管理和查看私有连接或VPC终端服务的设置。
|
|
3111
|
+
*
|
|
2873
3112
|
* @param request - DescribeDBInstanceEndpointRequest
|
|
2874
3113
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2875
3114
|
* @returns DescribeDBInstanceEndpointResponse
|
|
@@ -2908,6 +3147,9 @@ class Client extends openapi_core_1.default {
|
|
|
2908
3147
|
/**
|
|
2909
3148
|
* 查询endpoint列表
|
|
2910
3149
|
*
|
|
3150
|
+
* @remarks
|
|
3151
|
+
* 该接口用于获取用户已配置的自定义终端节点(Endpoint)列表,便于管理和查看私有连接或VPC终端服务的设置。
|
|
3152
|
+
*
|
|
2911
3153
|
* @param request - DescribeDBInstanceEndpointRequest
|
|
2912
3154
|
* @returns DescribeDBInstanceEndpointResponse
|
|
2913
3155
|
*/
|
|
@@ -2916,7 +3158,7 @@ class Client extends openapi_core_1.default {
|
|
|
2916
3158
|
return await this.describeDBInstanceEndpointWithOptions(request, runtime);
|
|
2917
3159
|
}
|
|
2918
3160
|
/**
|
|
2919
|
-
*
|
|
3161
|
+
* Queries the high availability (HA) information of an instance.
|
|
2920
3162
|
*
|
|
2921
3163
|
* @param request - DescribeDBInstanceHARequest
|
|
2922
3164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2948,7 +3190,7 @@ class Client extends openapi_core_1.default {
|
|
|
2948
3190
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceHAResponse({}));
|
|
2949
3191
|
}
|
|
2950
3192
|
/**
|
|
2951
|
-
*
|
|
3193
|
+
* Queries the high availability (HA) information of an instance.
|
|
2952
3194
|
*
|
|
2953
3195
|
* @param request - DescribeDBInstanceHARequest
|
|
2954
3196
|
* @returns DescribeDBInstanceHAResponse
|
|
@@ -2958,6 +3200,8 @@ class Client extends openapi_core_1.default {
|
|
|
2958
3200
|
return await this.describeDBInstanceHAWithOptions(request, runtime);
|
|
2959
3201
|
}
|
|
2960
3202
|
/**
|
|
3203
|
+
* Views SSL information.
|
|
3204
|
+
*
|
|
2961
3205
|
* @param request - DescribeDBInstanceSSLRequest
|
|
2962
3206
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2963
3207
|
* @returns DescribeDBInstanceSSLResponse
|
|
@@ -2988,6 +3232,8 @@ class Client extends openapi_core_1.default {
|
|
|
2988
3232
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceSSLResponse({}));
|
|
2989
3233
|
}
|
|
2990
3234
|
/**
|
|
3235
|
+
* Views SSL information.
|
|
3236
|
+
*
|
|
2991
3237
|
* @param request - DescribeDBInstanceSSLRequest
|
|
2992
3238
|
* @returns DescribeDBInstanceSSLResponse
|
|
2993
3239
|
*/
|
|
@@ -2996,6 +3242,8 @@ class Client extends openapi_core_1.default {
|
|
|
2996
3242
|
return await this.describeDBInstanceSSLWithOptions(request, runtime);
|
|
2997
3243
|
}
|
|
2998
3244
|
/**
|
|
3245
|
+
* Calls the DescribeDBInstanceTDE operation to retrieve the details of Transparent Data Encryption (TDE) for an instance.
|
|
3246
|
+
*
|
|
2999
3247
|
* @param request - DescribeDBInstanceTDERequest
|
|
3000
3248
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3001
3249
|
* @returns DescribeDBInstanceTDEResponse
|
|
@@ -3026,6 +3274,8 @@ class Client extends openapi_core_1.default {
|
|
|
3026
3274
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceTDEResponse({}));
|
|
3027
3275
|
}
|
|
3028
3276
|
/**
|
|
3277
|
+
* Calls the DescribeDBInstanceTDE operation to retrieve the details of Transparent Data Encryption (TDE) for an instance.
|
|
3278
|
+
*
|
|
3029
3279
|
* @param request - DescribeDBInstanceTDERequest
|
|
3030
3280
|
* @returns DescribeDBInstanceTDEResponse
|
|
3031
3281
|
*/
|
|
@@ -3034,7 +3284,7 @@ class Client extends openapi_core_1.default {
|
|
|
3034
3284
|
return await this.describeDBInstanceTDEWithOptions(request, runtime);
|
|
3035
3285
|
}
|
|
3036
3286
|
/**
|
|
3037
|
-
*
|
|
3287
|
+
* Calls the DescribeDBInstanceTopology operation to retrieve the topology information of an instance.
|
|
3038
3288
|
*
|
|
3039
3289
|
* @param request - DescribeDBInstanceTopologyRequest
|
|
3040
3290
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3075,7 +3325,7 @@ class Client extends openapi_core_1.default {
|
|
|
3075
3325
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceTopologyResponse({}));
|
|
3076
3326
|
}
|
|
3077
3327
|
/**
|
|
3078
|
-
*
|
|
3328
|
+
* Calls the DescribeDBInstanceTopology operation to retrieve the topology information of an instance.
|
|
3079
3329
|
*
|
|
3080
3330
|
* @param request - DescribeDBInstanceTopologyRequest
|
|
3081
3331
|
* @returns DescribeDBInstanceTopologyResponse
|
|
@@ -3085,7 +3335,7 @@ class Client extends openapi_core_1.default {
|
|
|
3085
3335
|
return await this.describeDBInstanceTopologyWithOptions(request, runtime);
|
|
3086
3336
|
}
|
|
3087
3337
|
/**
|
|
3088
|
-
*
|
|
3338
|
+
* Retrieves the basic information about an instance by using the endpoint of the instance.
|
|
3089
3339
|
*
|
|
3090
3340
|
* @param request - DescribeDBInstanceViaEndpointRequest
|
|
3091
3341
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3117,7 +3367,7 @@ class Client extends openapi_core_1.default {
|
|
|
3117
3367
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceViaEndpointResponse({}));
|
|
3118
3368
|
}
|
|
3119
3369
|
/**
|
|
3120
|
-
*
|
|
3370
|
+
* Retrieves the basic information about an instance by using the endpoint of the instance.
|
|
3121
3371
|
*
|
|
3122
3372
|
* @param request - DescribeDBInstanceViaEndpointRequest
|
|
3123
3373
|
* @returns DescribeDBInstanceViaEndpointResponse
|
|
@@ -3127,7 +3377,7 @@ class Client extends openapi_core_1.default {
|
|
|
3127
3377
|
return await this.describeDBInstanceViaEndpointWithOptions(request, runtime);
|
|
3128
3378
|
}
|
|
3129
3379
|
/**
|
|
3130
|
-
*
|
|
3380
|
+
* Calls the DescribeDBInstances operation to query a list of instances.
|
|
3131
3381
|
*
|
|
3132
3382
|
* @param request - DescribeDBInstancesRequest
|
|
3133
3383
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3183,7 +3433,7 @@ class Client extends openapi_core_1.default {
|
|
|
3183
3433
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstancesResponse({}));
|
|
3184
3434
|
}
|
|
3185
3435
|
/**
|
|
3186
|
-
*
|
|
3436
|
+
* Calls the DescribeDBInstances operation to query a list of instances.
|
|
3187
3437
|
*
|
|
3188
3438
|
* @param request - DescribeDBInstancesRequest
|
|
3189
3439
|
* @returns DescribeDBInstancesResponse
|
|
@@ -3193,7 +3443,12 @@ class Client extends openapi_core_1.default {
|
|
|
3193
3443
|
return await this.describeDBInstancesWithOptions(request, runtime);
|
|
3194
3444
|
}
|
|
3195
3445
|
/**
|
|
3196
|
-
*
|
|
3446
|
+
* Queries the performance data of an instance by calling the DescribeDBNodePerformance operation.
|
|
3447
|
+
*
|
|
3448
|
+
* @remarks
|
|
3449
|
+
* Note:
|
|
3450
|
+
* - 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**.
|
|
3451
|
+
* - 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
3452
|
*
|
|
3198
3453
|
* @param request - DescribeDBNodePerformanceRequest
|
|
3199
3454
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3243,7 +3498,12 @@ class Client extends openapi_core_1.default {
|
|
|
3243
3498
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBNodePerformanceResponse({}));
|
|
3244
3499
|
}
|
|
3245
3500
|
/**
|
|
3246
|
-
*
|
|
3501
|
+
* Queries the performance data of an instance by calling the DescribeDBNodePerformance operation.
|
|
3502
|
+
*
|
|
3503
|
+
* @remarks
|
|
3504
|
+
* Note:
|
|
3505
|
+
* - 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**.
|
|
3506
|
+
* - 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
3507
|
*
|
|
3248
3508
|
* @param request - DescribeDBNodePerformanceRequest
|
|
3249
3509
|
* @returns DescribeDBNodePerformanceResponse
|
|
@@ -3253,7 +3513,7 @@ class Client extends openapi_core_1.default {
|
|
|
3253
3513
|
return await this.describeDBNodePerformanceWithOptions(request, runtime);
|
|
3254
3514
|
}
|
|
3255
3515
|
/**
|
|
3256
|
-
*
|
|
3516
|
+
* Queries the execution details of a data import task.
|
|
3257
3517
|
*
|
|
3258
3518
|
* @param request - DescribeDataImportTaskInfoRequest
|
|
3259
3519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3297,7 +3557,7 @@ class Client extends openapi_core_1.default {
|
|
|
3297
3557
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataImportTaskInfoResponse({}));
|
|
3298
3558
|
}
|
|
3299
3559
|
/**
|
|
3300
|
-
*
|
|
3560
|
+
* Queries the execution details of a data import task.
|
|
3301
3561
|
*
|
|
3302
3562
|
* @param request - DescribeDataImportTaskInfoRequest
|
|
3303
3563
|
* @returns DescribeDataImportTaskInfoResponse
|
|
@@ -3307,6 +3567,8 @@ class Client extends openapi_core_1.default {
|
|
|
3307
3567
|
return await this.describeDataImportTaskInfoWithOptions(request, runtime);
|
|
3308
3568
|
}
|
|
3309
3569
|
/**
|
|
3570
|
+
* Queries the list of databases by calling the DescribeDbList operation.
|
|
3571
|
+
*
|
|
3310
3572
|
* @param request - DescribeDbListRequest
|
|
3311
3573
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3312
3574
|
* @returns DescribeDbListResponse
|
|
@@ -3340,6 +3602,8 @@ class Client extends openapi_core_1.default {
|
|
|
3340
3602
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDbListResponse({}));
|
|
3341
3603
|
}
|
|
3342
3604
|
/**
|
|
3605
|
+
* Queries the list of databases by calling the DescribeDbList operation.
|
|
3606
|
+
*
|
|
3343
3607
|
* @param request - DescribeDbListRequest
|
|
3344
3608
|
* @returns DescribeDbListResponse
|
|
3345
3609
|
*/
|
|
@@ -3348,6 +3612,8 @@ class Client extends openapi_core_1.default {
|
|
|
3348
3612
|
return await this.describeDbListWithOptions(request, runtime);
|
|
3349
3613
|
}
|
|
3350
3614
|
/**
|
|
3615
|
+
* Calls the DescribeDistributeTableList operation to retrieve the list of database tables.
|
|
3616
|
+
*
|
|
3351
3617
|
* @param request - DescribeDistributeTableListRequest
|
|
3352
3618
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3353
3619
|
* @returns DescribeDistributeTableListResponse
|
|
@@ -3381,6 +3647,8 @@ class Client extends openapi_core_1.default {
|
|
|
3381
3647
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDistributeTableListResponse({}));
|
|
3382
3648
|
}
|
|
3383
3649
|
/**
|
|
3650
|
+
* Calls the DescribeDistributeTableList operation to retrieve the list of database tables.
|
|
3651
|
+
*
|
|
3384
3652
|
* @param request - DescribeDistributeTableListRequest
|
|
3385
3653
|
* @returns DescribeDistributeTableListResponse
|
|
3386
3654
|
*/
|
|
@@ -3389,7 +3657,7 @@ class Client extends openapi_core_1.default {
|
|
|
3389
3657
|
return await this.describeDistributeTableListWithOptions(request, runtime);
|
|
3390
3658
|
}
|
|
3391
3659
|
/**
|
|
3392
|
-
*
|
|
3660
|
+
* Queries the currently enabled cross-zone configurations.
|
|
3393
3661
|
*
|
|
3394
3662
|
* @param request - DescribeEnabledCrossRegionsRequest
|
|
3395
3663
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3421,7 +3689,7 @@ class Client extends openapi_core_1.default {
|
|
|
3421
3689
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEnabledCrossRegionsResponse({}));
|
|
3422
3690
|
}
|
|
3423
3691
|
/**
|
|
3424
|
-
*
|
|
3692
|
+
* Queries the currently enabled cross-zone configurations.
|
|
3425
3693
|
*
|
|
3426
3694
|
* @param request - DescribeEnabledCrossRegionsRequest
|
|
3427
3695
|
* @returns DescribeEnabledCrossRegionsResponse
|
|
@@ -3431,7 +3699,7 @@ class Client extends openapi_core_1.default {
|
|
|
3431
3699
|
return await this.describeEnabledCrossRegionsWithOptions(request, runtime);
|
|
3432
3700
|
}
|
|
3433
3701
|
/**
|
|
3434
|
-
*
|
|
3702
|
+
* Queries the list of PolarDB-X assessment import tasks. (Single).
|
|
3435
3703
|
*
|
|
3436
3704
|
* @param request - DescribeEvaluateAndImportTaskRequest
|
|
3437
3705
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3463,7 +3731,7 @@ class Client extends openapi_core_1.default {
|
|
|
3463
3731
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEvaluateAndImportTaskResponse({}));
|
|
3464
3732
|
}
|
|
3465
3733
|
/**
|
|
3466
|
-
*
|
|
3734
|
+
* Queries the list of PolarDB-X assessment import tasks. (Single).
|
|
3467
3735
|
*
|
|
3468
3736
|
* @param request - DescribeEvaluateAndImportTaskRequest
|
|
3469
3737
|
* @returns DescribeEvaluateAndImportTaskResponse
|
|
@@ -3473,7 +3741,10 @@ class Client extends openapi_core_1.default {
|
|
|
3473
3741
|
return await this.describeEvaluateAndImportTaskWithOptions(request, runtime);
|
|
3474
3742
|
}
|
|
3475
3743
|
/**
|
|
3476
|
-
*
|
|
3744
|
+
* Queries a list of assessment import tasks for PolarDB-X.
|
|
3745
|
+
*
|
|
3746
|
+
* @remarks
|
|
3747
|
+
* 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
3748
|
*
|
|
3478
3749
|
* @param request - DescribeEvaluateAndImportTasksRequest
|
|
3479
3750
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3508,7 +3779,10 @@ class Client extends openapi_core_1.default {
|
|
|
3508
3779
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEvaluateAndImportTasksResponse({}));
|
|
3509
3780
|
}
|
|
3510
3781
|
/**
|
|
3511
|
-
*
|
|
3782
|
+
* Queries a list of assessment import tasks for PolarDB-X.
|
|
3783
|
+
*
|
|
3784
|
+
* @remarks
|
|
3785
|
+
* 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
3786
|
*
|
|
3513
3787
|
* @param request - DescribeEvaluateAndImportTasksRequest
|
|
3514
3788
|
* @returns DescribeEvaluateAndImportTasksResponse
|
|
@@ -3518,7 +3792,7 @@ class Client extends openapi_core_1.default {
|
|
|
3518
3792
|
return await this.describeEvaluateAndImportTasksWithOptions(request, runtime);
|
|
3519
3793
|
}
|
|
3520
3794
|
/**
|
|
3521
|
-
*
|
|
3795
|
+
* Retrieves historical events.
|
|
3522
3796
|
*
|
|
3523
3797
|
* @param request - DescribeEventsRequest
|
|
3524
3798
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3544,7 +3818,7 @@ class Client extends openapi_core_1.default {
|
|
|
3544
3818
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsResponse({}));
|
|
3545
3819
|
}
|
|
3546
3820
|
/**
|
|
3547
|
-
*
|
|
3821
|
+
* Retrieves historical events.
|
|
3548
3822
|
*
|
|
3549
3823
|
* @param request - DescribeEventsRequest
|
|
3550
3824
|
* @returns DescribeEventsResponse
|
|
@@ -3554,7 +3828,7 @@ class Client extends openapi_core_1.default {
|
|
|
3554
3828
|
return await this.describeEventsWithOptions(request, runtime);
|
|
3555
3829
|
}
|
|
3556
3830
|
/**
|
|
3557
|
-
*
|
|
3831
|
+
* Retrieves a list of global database network (GDN) instances.
|
|
3558
3832
|
*
|
|
3559
3833
|
* @param request - DescribeGdnInstancesRequest
|
|
3560
3834
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3598,7 +3872,7 @@ class Client extends openapi_core_1.default {
|
|
|
3598
3872
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGdnInstancesResponse({}));
|
|
3599
3873
|
}
|
|
3600
3874
|
/**
|
|
3601
|
-
*
|
|
3875
|
+
* Retrieves a list of global database network (GDN) instances.
|
|
3602
3876
|
*
|
|
3603
3877
|
* @param request - DescribeGdnInstancesRequest
|
|
3604
3878
|
* @returns DescribeGdnInstancesResponse
|
|
@@ -3608,7 +3882,10 @@ class Client extends openapi_core_1.default {
|
|
|
3608
3882
|
return await this.describeGdnInstancesWithOptions(request, runtime);
|
|
3609
3883
|
}
|
|
3610
3884
|
/**
|
|
3611
|
-
*
|
|
3885
|
+
* View Memory Engine Information
|
|
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, 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
3889
|
*
|
|
3613
3890
|
* @param request - DescribeMem0InfoRequest
|
|
3614
3891
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3640,7 +3917,10 @@ class Client extends openapi_core_1.default {
|
|
|
3640
3917
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMem0InfoResponse({}));
|
|
3641
3918
|
}
|
|
3642
3919
|
/**
|
|
3643
|
-
*
|
|
3920
|
+
* View Memory Engine Information
|
|
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, 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
3924
|
*
|
|
3645
3925
|
* @param request - DescribeMem0InfoRequest
|
|
3646
3926
|
* @returns DescribeMem0InfoResponse
|
|
@@ -3650,7 +3930,55 @@ class Client extends openapi_core_1.default {
|
|
|
3650
3930
|
return await this.describeMem0InfoWithOptions(request, runtime);
|
|
3651
3931
|
}
|
|
3652
3932
|
/**
|
|
3653
|
-
*
|
|
3933
|
+
* Queries the whitelist of a memory engine.
|
|
3934
|
+
*
|
|
3935
|
+
* @remarks
|
|
3936
|
+
* > * 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).
|
|
3937
|
+
*
|
|
3938
|
+
* @param request - DescribeMem0SecurityIpsRequest
|
|
3939
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3940
|
+
* @returns DescribeMem0SecurityIpsResponse
|
|
3941
|
+
*/
|
|
3942
|
+
async describeMem0SecurityIpsWithOptions(request, runtime) {
|
|
3943
|
+
request.validate();
|
|
3944
|
+
let query = {};
|
|
3945
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
3946
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
3947
|
+
}
|
|
3948
|
+
if (!$dara.isNull(request.regionId)) {
|
|
3949
|
+
query["RegionId"] = request.regionId;
|
|
3950
|
+
}
|
|
3951
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3952
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
3953
|
+
});
|
|
3954
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3955
|
+
action: "DescribeMem0SecurityIps",
|
|
3956
|
+
version: "2020-02-02",
|
|
3957
|
+
protocol: "HTTPS",
|
|
3958
|
+
pathname: "/",
|
|
3959
|
+
method: "POST",
|
|
3960
|
+
authType: "AK",
|
|
3961
|
+
style: "RPC",
|
|
3962
|
+
reqBodyType: "formData",
|
|
3963
|
+
bodyType: "json",
|
|
3964
|
+
});
|
|
3965
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMem0SecurityIpsResponse({}));
|
|
3966
|
+
}
|
|
3967
|
+
/**
|
|
3968
|
+
* Queries the whitelist of a memory engine.
|
|
3969
|
+
*
|
|
3970
|
+
* @remarks
|
|
3971
|
+
* > * 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).
|
|
3972
|
+
*
|
|
3973
|
+
* @param request - DescribeMem0SecurityIpsRequest
|
|
3974
|
+
* @returns DescribeMem0SecurityIpsResponse
|
|
3975
|
+
*/
|
|
3976
|
+
async describeMem0SecurityIps(request) {
|
|
3977
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3978
|
+
return await this.describeMem0SecurityIpsWithOptions(request, runtime);
|
|
3979
|
+
}
|
|
3980
|
+
/**
|
|
3981
|
+
* Exposes instance topology information and download links for commercial backup sets to support offline restoration of cloud instances.
|
|
3654
3982
|
*
|
|
3655
3983
|
* @param request - DescribeOpenBackupSetRequest
|
|
3656
3984
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3685,7 +4013,7 @@ class Client extends openapi_core_1.default {
|
|
|
3685
4013
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOpenBackupSetResponse({}));
|
|
3686
4014
|
}
|
|
3687
4015
|
/**
|
|
3688
|
-
*
|
|
4016
|
+
* Exposes instance topology information and download links for commercial backup sets to support offline restoration of cloud instances.
|
|
3689
4017
|
*
|
|
3690
4018
|
* @param request - DescribeOpenBackupSetRequest
|
|
3691
4019
|
* @returns DescribeOpenBackupSetResponse
|
|
@@ -3695,7 +4023,7 @@ class Client extends openapi_core_1.default {
|
|
|
3695
4023
|
return await this.describeOpenBackupSetWithOptions(request, runtime);
|
|
3696
4024
|
}
|
|
3697
4025
|
/**
|
|
3698
|
-
*
|
|
4026
|
+
* 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
4027
|
*
|
|
3700
4028
|
* @param request - DescribeParameterGroupsRequest
|
|
3701
4029
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3721,7 +4049,7 @@ class Client extends openapi_core_1.default {
|
|
|
3721
4049
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParameterGroupsResponse({}));
|
|
3722
4050
|
}
|
|
3723
4051
|
/**
|
|
3724
|
-
*
|
|
4052
|
+
* 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
4053
|
*
|
|
3726
4054
|
* @param request - DescribeParameterGroupsRequest
|
|
3727
4055
|
* @returns DescribeParameterGroupsResponse
|
|
@@ -3731,7 +4059,7 @@ class Client extends openapi_core_1.default {
|
|
|
3731
4059
|
return await this.describeParameterGroupsWithOptions(request, runtime);
|
|
3732
4060
|
}
|
|
3733
4061
|
/**
|
|
3734
|
-
*
|
|
4062
|
+
* Calls the DescribeParameterTemplates operation to retrieve the parameter template list for an instance.
|
|
3735
4063
|
*
|
|
3736
4064
|
* @param request - DescribeParameterTemplatesRequest
|
|
3737
4065
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3769,7 +4097,7 @@ class Client extends openapi_core_1.default {
|
|
|
3769
4097
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParameterTemplatesResponse({}));
|
|
3770
4098
|
}
|
|
3771
4099
|
/**
|
|
3772
|
-
*
|
|
4100
|
+
* Calls the DescribeParameterTemplates operation to retrieve the parameter template list for an instance.
|
|
3773
4101
|
*
|
|
3774
4102
|
* @param request - DescribeParameterTemplatesRequest
|
|
3775
4103
|
* @returns DescribeParameterTemplatesResponse
|
|
@@ -3779,6 +4107,8 @@ class Client extends openapi_core_1.default {
|
|
|
3779
4107
|
return await this.describeParameterTemplatesWithOptions(request, runtime);
|
|
3780
4108
|
}
|
|
3781
4109
|
/**
|
|
4110
|
+
* Calls the DescribeParameters operation to retrieve instance parameters.
|
|
4111
|
+
*
|
|
3782
4112
|
* @param request - DescribeParametersRequest
|
|
3783
4113
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3784
4114
|
* @returns DescribeParametersResponse
|
|
@@ -3812,6 +4142,8 @@ class Client extends openapi_core_1.default {
|
|
|
3812
4142
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParametersResponse({}));
|
|
3813
4143
|
}
|
|
3814
4144
|
/**
|
|
4145
|
+
* Calls the DescribeParameters operation to retrieve instance parameters.
|
|
4146
|
+
*
|
|
3815
4147
|
* @param request - DescribeParametersRequest
|
|
3816
4148
|
* @returns DescribeParametersResponse
|
|
3817
4149
|
*/
|
|
@@ -3820,7 +4152,7 @@ class Client extends openapi_core_1.default {
|
|
|
3820
4152
|
return await this.describeParametersWithOptions(request, runtime);
|
|
3821
4153
|
}
|
|
3822
4154
|
/**
|
|
3823
|
-
*
|
|
4155
|
+
* 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
4156
|
*
|
|
3825
4157
|
* @param request - DescribePolarxDataNodesRequest
|
|
3826
4158
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3861,7 +4193,7 @@ class Client extends openapi_core_1.default {
|
|
|
3861
4193
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePolarxDataNodesResponse({}));
|
|
3862
4194
|
}
|
|
3863
4195
|
/**
|
|
3864
|
-
*
|
|
4196
|
+
* 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
4197
|
*
|
|
3866
4198
|
* @param request - DescribePolarxDataNodesRequest
|
|
3867
4199
|
* @returns DescribePolarxDataNodesResponse
|
|
@@ -3871,6 +4203,11 @@ class Client extends openapi_core_1.default {
|
|
|
3871
4203
|
return await this.describePolarxDataNodesWithOptions(request, runtime);
|
|
3872
4204
|
}
|
|
3873
4205
|
/**
|
|
4206
|
+
* Queries the list of VPCs available for PolarDB-X.
|
|
4207
|
+
*
|
|
4208
|
+
* @remarks
|
|
4209
|
+
* 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.
|
|
4210
|
+
*
|
|
3874
4211
|
* @param request - DescribeRdsVpcsRequest
|
|
3875
4212
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3876
4213
|
* @returns DescribeRdsVpcsResponse
|
|
@@ -3901,6 +4238,11 @@ class Client extends openapi_core_1.default {
|
|
|
3901
4238
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRdsVpcsResponse({}));
|
|
3902
4239
|
}
|
|
3903
4240
|
/**
|
|
4241
|
+
* Queries the list of VPCs available for PolarDB-X.
|
|
4242
|
+
*
|
|
4243
|
+
* @remarks
|
|
4244
|
+
* 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.
|
|
4245
|
+
*
|
|
3904
4246
|
* @param request - DescribeRdsVpcsRequest
|
|
3905
4247
|
* @returns DescribeRdsVpcsResponse
|
|
3906
4248
|
*/
|
|
@@ -3909,7 +4251,10 @@ class Client extends openapi_core_1.default {
|
|
|
3909
4251
|
return await this.describeRdsVpcsWithOptions(request, runtime);
|
|
3910
4252
|
}
|
|
3911
4253
|
/**
|
|
3912
|
-
*
|
|
4254
|
+
* Queries the list of available vSwitches in a virtual private cloud (VPC) for an ApsaraDB RDS instance.
|
|
4255
|
+
*
|
|
4256
|
+
* @remarks
|
|
4257
|
+
* 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
4258
|
*
|
|
3914
4259
|
* @param request - DescribeRdsVswitchesRequest
|
|
3915
4260
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3944,7 +4289,10 @@ class Client extends openapi_core_1.default {
|
|
|
3944
4289
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRdsVswitchesResponse({}));
|
|
3945
4290
|
}
|
|
3946
4291
|
/**
|
|
3947
|
-
*
|
|
4292
|
+
* Queries the list of available vSwitches in a virtual private cloud (VPC) for an ApsaraDB RDS instance.
|
|
4293
|
+
*
|
|
4294
|
+
* @remarks
|
|
4295
|
+
* 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
4296
|
*
|
|
3949
4297
|
* @param request - DescribeRdsVswitchesRequest
|
|
3950
4298
|
* @returns DescribeRdsVswitchesResponse
|
|
@@ -3954,6 +4302,8 @@ class Client extends openapi_core_1.default {
|
|
|
3954
4302
|
return await this.describeRdsVswitchesWithOptions(request, runtime);
|
|
3955
4303
|
}
|
|
3956
4304
|
/**
|
|
4305
|
+
* Calls the DescribeRegions operation to obtain the list of regions.
|
|
4306
|
+
*
|
|
3957
4307
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3958
4308
|
* @returns DescribeRegionsResponse
|
|
3959
4309
|
*/
|
|
@@ -3973,6 +4323,7 @@ class Client extends openapi_core_1.default {
|
|
|
3973
4323
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
|
|
3974
4324
|
}
|
|
3975
4325
|
/**
|
|
4326
|
+
* Calls the DescribeRegions operation to obtain the list of regions.
|
|
3976
4327
|
* @returns DescribeRegionsResponse
|
|
3977
4328
|
*/
|
|
3978
4329
|
async describeRegions() {
|
|
@@ -3980,7 +4331,10 @@ class Client extends openapi_core_1.default {
|
|
|
3980
4331
|
return await this.describeRegionsWithOptions(runtime);
|
|
3981
4332
|
}
|
|
3982
4333
|
/**
|
|
3983
|
-
*
|
|
4334
|
+
* Queries the details of a replication lag inspection task for an instance.
|
|
4335
|
+
*
|
|
4336
|
+
* @remarks
|
|
4337
|
+
* 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
4338
|
*
|
|
3985
4339
|
* @param request - DescribeRplInspectionTaskRequest
|
|
3986
4340
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4024,7 +4378,10 @@ class Client extends openapi_core_1.default {
|
|
|
4024
4378
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRplInspectionTaskResponse({}));
|
|
4025
4379
|
}
|
|
4026
4380
|
/**
|
|
4027
|
-
*
|
|
4381
|
+
* Queries the details of a replication lag inspection task for an instance.
|
|
4382
|
+
*
|
|
4383
|
+
* @remarks
|
|
4384
|
+
* 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
4385
|
*
|
|
4029
4386
|
* @param request - DescribeRplInspectionTaskRequest
|
|
4030
4387
|
* @returns DescribeRplInspectionTaskResponse
|
|
@@ -4034,6 +4391,8 @@ class Client extends openapi_core_1.default {
|
|
|
4034
4391
|
return await this.describeRplInspectionTaskWithOptions(request, runtime);
|
|
4035
4392
|
}
|
|
4036
4393
|
/**
|
|
4394
|
+
* Display the ScaleOut migration task progress.
|
|
4395
|
+
*
|
|
4037
4396
|
* @param request - DescribeScaleOutMigrateTaskListRequest
|
|
4038
4397
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4039
4398
|
* @returns DescribeScaleOutMigrateTaskListResponse
|
|
@@ -4076,6 +4435,8 @@ class Client extends openapi_core_1.default {
|
|
|
4076
4435
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScaleOutMigrateTaskListResponse({}));
|
|
4077
4436
|
}
|
|
4078
4437
|
/**
|
|
4438
|
+
* Display the ScaleOut migration task progress.
|
|
4439
|
+
*
|
|
4079
4440
|
* @param request - DescribeScaleOutMigrateTaskListRequest
|
|
4080
4441
|
* @returns DescribeScaleOutMigrateTaskListResponse
|
|
4081
4442
|
*/
|
|
@@ -4084,6 +4445,8 @@ class Client extends openapi_core_1.default {
|
|
|
4084
4445
|
return await this.describeScaleOutMigrateTaskListWithOptions(request, runtime);
|
|
4085
4446
|
}
|
|
4086
4447
|
/**
|
|
4448
|
+
* Calls the DescribeSecurityIps operation to view the IP whitelist of an instance.
|
|
4449
|
+
*
|
|
4087
4450
|
* @param request - DescribeSecurityIpsRequest
|
|
4088
4451
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4089
4452
|
* @returns DescribeSecurityIpsResponse
|
|
@@ -4114,6 +4477,8 @@ class Client extends openapi_core_1.default {
|
|
|
4114
4477
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSecurityIpsResponse({}));
|
|
4115
4478
|
}
|
|
4116
4479
|
/**
|
|
4480
|
+
* Calls the DescribeSecurityIps operation to view the IP whitelist of an instance.
|
|
4481
|
+
*
|
|
4117
4482
|
* @param request - DescribeSecurityIpsRequest
|
|
4118
4483
|
* @returns DescribeSecurityIpsResponse
|
|
4119
4484
|
*/
|
|
@@ -4122,7 +4487,7 @@ class Client extends openapi_core_1.default {
|
|
|
4122
4487
|
return await this.describeSecurityIpsWithOptions(request, runtime);
|
|
4123
4488
|
}
|
|
4124
4489
|
/**
|
|
4125
|
-
*
|
|
4490
|
+
* Queries the storage usage details of an instance, including the total capacity, used space, remaining space, and other information.
|
|
4126
4491
|
*
|
|
4127
4492
|
* @param request - DescribeShowStorageInfoRequest
|
|
4128
4493
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4157,7 +4522,7 @@ class Client extends openapi_core_1.default {
|
|
|
4157
4522
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeShowStorageInfoResponse({}));
|
|
4158
4523
|
}
|
|
4159
4524
|
/**
|
|
4160
|
-
*
|
|
4525
|
+
* Queries the storage usage details of an instance, including the total capacity, used space, remaining space, and other information.
|
|
4161
4526
|
*
|
|
4162
4527
|
* @param request - DescribeShowStorageInfoRequest
|
|
4163
4528
|
* @returns DescribeShowStorageInfoResponse
|
|
@@ -4167,7 +4532,7 @@ class Client extends openapi_core_1.default {
|
|
|
4167
4532
|
return await this.describeShowStorageInfoWithOptions(request, runtime);
|
|
4168
4533
|
}
|
|
4169
4534
|
/**
|
|
4170
|
-
*
|
|
4535
|
+
* Queries the details of slow SQL statements on compute nodes and storage nodes of a PolarDB-X instance.
|
|
4171
4536
|
*
|
|
4172
4537
|
* @param request - DescribeSlowLogRecordsRequest
|
|
4173
4538
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4220,7 +4585,7 @@ class Client extends openapi_core_1.default {
|
|
|
4220
4585
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSlowLogRecordsResponse({}));
|
|
4221
4586
|
}
|
|
4222
4587
|
/**
|
|
4223
|
-
*
|
|
4588
|
+
* Queries the details of slow SQL statements on compute nodes and storage nodes of a PolarDB-X instance.
|
|
4224
4589
|
*
|
|
4225
4590
|
* @param request - DescribeSlowLogRecordsRequest
|
|
4226
4591
|
* @returns DescribeSlowLogRecordsResponse
|
|
@@ -4230,6 +4595,11 @@ class Client extends openapi_core_1.default {
|
|
|
4230
4595
|
return await this.describeSlowLogRecordsWithOptions(request, runtime);
|
|
4231
4596
|
}
|
|
4232
4597
|
/**
|
|
4598
|
+
* Queries SQL audit information.
|
|
4599
|
+
*
|
|
4600
|
+
* @remarks
|
|
4601
|
+
* > * 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).
|
|
4602
|
+
*
|
|
4233
4603
|
* @param request - DescribeSqlAuditInfoRequest
|
|
4234
4604
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4235
4605
|
* @returns DescribeSqlAuditInfoResponse
|
|
@@ -4266,6 +4636,11 @@ class Client extends openapi_core_1.default {
|
|
|
4266
4636
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSqlAuditInfoResponse({}));
|
|
4267
4637
|
}
|
|
4268
4638
|
/**
|
|
4639
|
+
* Queries SQL audit information.
|
|
4640
|
+
*
|
|
4641
|
+
* @remarks
|
|
4642
|
+
* > * 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).
|
|
4643
|
+
*
|
|
4269
4644
|
* @param request - DescribeSqlAuditInfoRequest
|
|
4270
4645
|
* @returns DescribeSqlAuditInfoResponse
|
|
4271
4646
|
*/
|
|
@@ -4274,7 +4649,7 @@ class Client extends openapi_core_1.default {
|
|
|
4274
4649
|
return await this.describeSqlAuditInfoWithOptions(request, runtime);
|
|
4275
4650
|
}
|
|
4276
4651
|
/**
|
|
4277
|
-
* SQL
|
|
4652
|
+
* Queries the list of SQL flashback tasks by calling the DescribeSqlFlashbackTaskList operation.
|
|
4278
4653
|
*
|
|
4279
4654
|
* @param request - DescribeSqlFlashbackTaskListRequest
|
|
4280
4655
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4306,7 +4681,7 @@ class Client extends openapi_core_1.default {
|
|
|
4306
4681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSqlFlashbackTaskListResponse({}));
|
|
4307
4682
|
}
|
|
4308
4683
|
/**
|
|
4309
|
-
* SQL
|
|
4684
|
+
* Queries the list of SQL flashback tasks by calling the DescribeSqlFlashbackTaskList operation.
|
|
4310
4685
|
*
|
|
4311
4686
|
* @param request - DescribeSqlFlashbackTaskListRequest
|
|
4312
4687
|
* @returns DescribeSqlFlashbackTaskListResponse
|
|
@@ -4316,7 +4691,7 @@ class Client extends openapi_core_1.default {
|
|
|
4316
4691
|
return await this.describeSqlFlashbackTaskListWithOptions(request, runtime);
|
|
4317
4692
|
}
|
|
4318
4693
|
/**
|
|
4319
|
-
*
|
|
4694
|
+
* Queries the details of a storage pool, including capacity, usage, and status.
|
|
4320
4695
|
*
|
|
4321
4696
|
* @param request - DescribeStoragePoolInfoRequest
|
|
4322
4697
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4351,7 +4726,7 @@ class Client extends openapi_core_1.default {
|
|
|
4351
4726
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeStoragePoolInfoResponse({}));
|
|
4352
4727
|
}
|
|
4353
4728
|
/**
|
|
4354
|
-
*
|
|
4729
|
+
* Queries the details of a storage pool, including capacity, usage, and status.
|
|
4355
4730
|
*
|
|
4356
4731
|
* @param request - DescribeStoragePoolInfoRequest
|
|
4357
4732
|
* @returns DescribeStoragePoolInfoResponse
|
|
@@ -4361,7 +4736,10 @@ class Client extends openapi_core_1.default {
|
|
|
4361
4736
|
return await this.describeStoragePoolInfoWithOptions(request, runtime);
|
|
4362
4737
|
}
|
|
4363
4738
|
/**
|
|
4364
|
-
*
|
|
4739
|
+
* Queries the details of a database schema import task.
|
|
4740
|
+
*
|
|
4741
|
+
* @remarks
|
|
4742
|
+
* 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
4743
|
*
|
|
4366
4744
|
* @param request - DescribeStructureImportTaskInfoRequest
|
|
4367
4745
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4393,7 +4771,10 @@ class Client extends openapi_core_1.default {
|
|
|
4393
4771
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeStructureImportTaskInfoResponse({}));
|
|
4394
4772
|
}
|
|
4395
4773
|
/**
|
|
4396
|
-
*
|
|
4774
|
+
* Queries the details of a database schema import task.
|
|
4775
|
+
*
|
|
4776
|
+
* @remarks
|
|
4777
|
+
* 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
4778
|
*
|
|
4398
4779
|
* @param request - DescribeStructureImportTaskInfoRequest
|
|
4399
4780
|
* @returns DescribeStructureImportTaskInfoResponse
|
|
@@ -4403,7 +4784,7 @@ class Client extends openapi_core_1.default {
|
|
|
4403
4784
|
return await this.describeStructureImportTaskInfoWithOptions(request, runtime);
|
|
4404
4785
|
}
|
|
4405
4786
|
/**
|
|
4406
|
-
*
|
|
4787
|
+
* Retrieves tag information.
|
|
4407
4788
|
*
|
|
4408
4789
|
* @param request - DescribeTagsRequest
|
|
4409
4790
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4438,7 +4819,7 @@ class Client extends openapi_core_1.default {
|
|
|
4438
4819
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsResponse({}));
|
|
4439
4820
|
}
|
|
4440
4821
|
/**
|
|
4441
|
-
*
|
|
4822
|
+
* Retrieves tag information.
|
|
4442
4823
|
*
|
|
4443
4824
|
* @param request - DescribeTagsRequest
|
|
4444
4825
|
* @returns DescribeTagsResponse
|
|
@@ -4448,6 +4829,8 @@ class Client extends openapi_core_1.default {
|
|
|
4448
4829
|
return await this.describeTagsWithOptions(request, runtime);
|
|
4449
4830
|
}
|
|
4450
4831
|
/**
|
|
4832
|
+
* Retrieves the task list of an instance.
|
|
4833
|
+
*
|
|
4451
4834
|
* @param request - DescribeTasksRequest
|
|
4452
4835
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4453
4836
|
* @returns DescribeTasksResponse
|
|
@@ -4502,6 +4885,8 @@ class Client extends openapi_core_1.default {
|
|
|
4502
4885
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTasksResponse({}));
|
|
4503
4886
|
}
|
|
4504
4887
|
/**
|
|
4888
|
+
* Retrieves the task list of an instance.
|
|
4889
|
+
*
|
|
4505
4890
|
* @param request - DescribeTasksRequest
|
|
4506
4891
|
* @returns DescribeTasksResponse
|
|
4507
4892
|
*/
|
|
@@ -4510,7 +4895,7 @@ class Client extends openapi_core_1.default {
|
|
|
4510
4895
|
return await this.describeTasksWithOptions(request, runtime);
|
|
4511
4896
|
}
|
|
4512
4897
|
/**
|
|
4513
|
-
*
|
|
4898
|
+
* Queries the current status of a task that upgrades or converts a standard instance to an Enterprise instance.
|
|
4514
4899
|
*
|
|
4515
4900
|
* @param request - DescribeTransformStatusRequest
|
|
4516
4901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4545,7 +4930,7 @@ class Client extends openapi_core_1.default {
|
|
|
4545
4930
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTransformStatusResponse({}));
|
|
4546
4931
|
}
|
|
4547
4932
|
/**
|
|
4548
|
-
*
|
|
4933
|
+
* Queries the current status of a task that upgrades or converts a standard instance to an Enterprise instance.
|
|
4549
4934
|
*
|
|
4550
4935
|
* @param request - DescribeTransformStatusRequest
|
|
4551
4936
|
* @returns DescribeTransformStatusResponse
|
|
@@ -4555,6 +4940,8 @@ class Client extends openapi_core_1.default {
|
|
|
4555
4940
|
return await this.describeTransformStatusWithOptions(request, runtime);
|
|
4556
4941
|
}
|
|
4557
4942
|
/**
|
|
4943
|
+
* Calls the DescribeUserEncryptionKeyList operation to retrieve the list of Transparent Data Encryption (TDE) keys for a user.
|
|
4944
|
+
*
|
|
4558
4945
|
* @param request - DescribeUserEncryptionKeyListRequest
|
|
4559
4946
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4560
4947
|
* @returns DescribeUserEncryptionKeyListResponse
|
|
@@ -4585,6 +4972,8 @@ class Client extends openapi_core_1.default {
|
|
|
4585
4972
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUserEncryptionKeyListResponse({}));
|
|
4586
4973
|
}
|
|
4587
4974
|
/**
|
|
4975
|
+
* Calls the DescribeUserEncryptionKeyList operation to retrieve the list of Transparent Data Encryption (TDE) keys for a user.
|
|
4976
|
+
*
|
|
4588
4977
|
* @param request - DescribeUserEncryptionKeyListRequest
|
|
4589
4978
|
* @returns DescribeUserEncryptionKeyListResponse
|
|
4590
4979
|
*/
|
|
@@ -4593,6 +4982,8 @@ class Client extends openapi_core_1.default {
|
|
|
4593
4982
|
return await this.describeUserEncryptionKeyListWithOptions(request, runtime);
|
|
4594
4983
|
}
|
|
4595
4984
|
/**
|
|
4985
|
+
* Disables three-role mode.
|
|
4986
|
+
*
|
|
4596
4987
|
* @param request - DisableRightsSeparationRequest
|
|
4597
4988
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4598
4989
|
* @returns DisableRightsSeparationResponse
|
|
@@ -4629,6 +5020,8 @@ class Client extends openapi_core_1.default {
|
|
|
4629
5020
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableRightsSeparationResponse({}));
|
|
4630
5021
|
}
|
|
4631
5022
|
/**
|
|
5023
|
+
* Disables three-role mode.
|
|
5024
|
+
*
|
|
4632
5025
|
* @param request - DisableRightsSeparationRequest
|
|
4633
5026
|
* @returns DisableRightsSeparationResponse
|
|
4634
5027
|
*/
|
|
@@ -4637,6 +5030,11 @@ class Client extends openapi_core_1.default {
|
|
|
4637
5030
|
return await this.disableRightsSeparationWithOptions(request, runtime);
|
|
4638
5031
|
}
|
|
4639
5032
|
/**
|
|
5033
|
+
* Disables the SQL audit feature.
|
|
5034
|
+
*
|
|
5035
|
+
* @remarks
|
|
5036
|
+
* > 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).
|
|
5037
|
+
*
|
|
4640
5038
|
* @param request - DisableSqlAuditRequest
|
|
4641
5039
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4642
5040
|
* @returns DisableSqlAuditResponse
|
|
@@ -4673,6 +5071,11 @@ class Client extends openapi_core_1.default {
|
|
|
4673
5071
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableSqlAuditResponse({}));
|
|
4674
5072
|
}
|
|
4675
5073
|
/**
|
|
5074
|
+
* Disables the SQL audit feature.
|
|
5075
|
+
*
|
|
5076
|
+
* @remarks
|
|
5077
|
+
* > 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).
|
|
5078
|
+
*
|
|
4676
5079
|
* @param request - DisableSqlAuditRequest
|
|
4677
5080
|
* @returns DisableSqlAuditResponse
|
|
4678
5081
|
*/
|
|
@@ -4681,7 +5084,7 @@ class Client extends openapi_core_1.default {
|
|
|
4681
5084
|
return await this.disableSqlAuditWithOptions(request, runtime);
|
|
4682
5085
|
}
|
|
4683
5086
|
/**
|
|
4684
|
-
*
|
|
5087
|
+
* Enables three-role mode.
|
|
4685
5088
|
*
|
|
4686
5089
|
* @param request - EnableRightsSeparationRequest
|
|
4687
5090
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4731,7 +5134,7 @@ class Client extends openapi_core_1.default {
|
|
|
4731
5134
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableRightsSeparationResponse({}));
|
|
4732
5135
|
}
|
|
4733
5136
|
/**
|
|
4734
|
-
*
|
|
5137
|
+
* Enables three-role mode.
|
|
4735
5138
|
*
|
|
4736
5139
|
* @param request - EnableRightsSeparationRequest
|
|
4737
5140
|
* @returns EnableRightsSeparationResponse
|
|
@@ -4741,6 +5144,11 @@ class Client extends openapi_core_1.default {
|
|
|
4741
5144
|
return await this.enableRightsSeparationWithOptions(request, runtime);
|
|
4742
5145
|
}
|
|
4743
5146
|
/**
|
|
5147
|
+
* Enables the SQL audit feature.
|
|
5148
|
+
*
|
|
5149
|
+
* @remarks
|
|
5150
|
+
* > * 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).
|
|
5151
|
+
*
|
|
4744
5152
|
* @param request - EnableSqlAuditRequest
|
|
4745
5153
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4746
5154
|
* @returns EnableSqlAuditResponse
|
|
@@ -4780,6 +5188,11 @@ class Client extends openapi_core_1.default {
|
|
|
4780
5188
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableSqlAuditResponse({}));
|
|
4781
5189
|
}
|
|
4782
5190
|
/**
|
|
5191
|
+
* Enables the SQL audit feature.
|
|
5192
|
+
*
|
|
5193
|
+
* @remarks
|
|
5194
|
+
* > * 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).
|
|
5195
|
+
*
|
|
4783
5196
|
* @param request - EnableSqlAuditRequest
|
|
4784
5197
|
* @returns EnableSqlAuditResponse
|
|
4785
5198
|
*/
|
|
@@ -4788,7 +5201,7 @@ class Client extends openapi_core_1.default {
|
|
|
4788
5201
|
return await this.enableSqlAuditWithOptions(request, runtime);
|
|
4789
5202
|
}
|
|
4790
5203
|
/**
|
|
4791
|
-
*
|
|
5204
|
+
* Retrieves a list of labels.
|
|
4792
5205
|
*
|
|
4793
5206
|
* @param request - ListTagResourcesRequest
|
|
4794
5207
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4829,7 +5242,7 @@ class Client extends openapi_core_1.default {
|
|
|
4829
5242
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
|
|
4830
5243
|
}
|
|
4831
5244
|
/**
|
|
4832
|
-
*
|
|
5245
|
+
* Retrieves a list of labels.
|
|
4833
5246
|
*
|
|
4834
5247
|
* @param request - ListTagResourcesRequest
|
|
4835
5248
|
* @returns ListTagResourcesResponse
|
|
@@ -4839,6 +5252,8 @@ class Client extends openapi_core_1.default {
|
|
|
4839
5252
|
return await this.listTagResourcesWithOptions(request, runtime);
|
|
4840
5253
|
}
|
|
4841
5254
|
/**
|
|
5255
|
+
* Migrates an instance from one zone to another.
|
|
5256
|
+
*
|
|
4842
5257
|
* @param request - MigrateDBInstanceRequest
|
|
4843
5258
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4844
5259
|
* @returns MigrateDBInstanceResponse
|
|
@@ -4890,6 +5305,8 @@ class Client extends openapi_core_1.default {
|
|
|
4890
5305
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MigrateDBInstanceResponse({}));
|
|
4891
5306
|
}
|
|
4892
5307
|
/**
|
|
5308
|
+
* Migrates an instance from one zone to another.
|
|
5309
|
+
*
|
|
4893
5310
|
* @param request - MigrateDBInstanceRequest
|
|
4894
5311
|
* @returns MigrateDBInstanceResponse
|
|
4895
5312
|
*/
|
|
@@ -4898,6 +5315,8 @@ class Client extends openapi_core_1.default {
|
|
|
4898
5315
|
return await this.migrateDBInstanceWithOptions(request, runtime);
|
|
4899
5316
|
}
|
|
4900
5317
|
/**
|
|
5318
|
+
* Calls the ModifyAccountDescription operation to modify the description of an account.
|
|
5319
|
+
*
|
|
4901
5320
|
* @param request - ModifyAccountDescriptionRequest
|
|
4902
5321
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4903
5322
|
* @returns ModifyAccountDescriptionResponse
|
|
@@ -4934,6 +5353,8 @@ class Client extends openapi_core_1.default {
|
|
|
4934
5353
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAccountDescriptionResponse({}));
|
|
4935
5354
|
}
|
|
4936
5355
|
/**
|
|
5356
|
+
* Calls the ModifyAccountDescription operation to modify the description of an account.
|
|
5357
|
+
*
|
|
4937
5358
|
* @param request - ModifyAccountDescriptionRequest
|
|
4938
5359
|
* @returns ModifyAccountDescriptionResponse
|
|
4939
5360
|
*/
|
|
@@ -4942,6 +5363,8 @@ class Client extends openapi_core_1.default {
|
|
|
4942
5363
|
return await this.modifyAccountDescriptionWithOptions(request, runtime);
|
|
4943
5364
|
}
|
|
4944
5365
|
/**
|
|
5366
|
+
* Modifies the permissions of a standard account.
|
|
5367
|
+
*
|
|
4945
5368
|
* @param request - ModifyAccountPrivilegeRequest
|
|
4946
5369
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4947
5370
|
* @returns ModifyAccountPrivilegeResponse
|
|
@@ -4987,6 +5410,8 @@ class Client extends openapi_core_1.default {
|
|
|
4987
5410
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAccountPrivilegeResponse({}));
|
|
4988
5411
|
}
|
|
4989
5412
|
/**
|
|
5413
|
+
* Modifies the permissions of a standard account.
|
|
5414
|
+
*
|
|
4990
5415
|
* @param request - ModifyAccountPrivilegeRequest
|
|
4991
5416
|
* @returns ModifyAccountPrivilegeResponse
|
|
4992
5417
|
*/
|
|
@@ -4995,7 +5420,7 @@ class Client extends openapi_core_1.default {
|
|
|
4995
5420
|
return await this.modifyAccountPrivilegeWithOptions(request, runtime);
|
|
4996
5421
|
}
|
|
4997
5422
|
/**
|
|
4998
|
-
*
|
|
5423
|
+
* Calls the ModifyActiveOperationMaintainConf operation to modify the time configuration of O&M events.
|
|
4999
5424
|
*
|
|
5000
5425
|
* @param request - ModifyActiveOperationMaintainConfRequest
|
|
5001
5426
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5021,7 +5446,7 @@ class Client extends openapi_core_1.default {
|
|
|
5021
5446
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyActiveOperationMaintainConfResponse({}));
|
|
5022
5447
|
}
|
|
5023
5448
|
/**
|
|
5024
|
-
*
|
|
5449
|
+
* Calls the ModifyActiveOperationMaintainConf operation to modify the time configuration of O&M events.
|
|
5025
5450
|
*
|
|
5026
5451
|
* @param request - ModifyActiveOperationMaintainConfRequest
|
|
5027
5452
|
* @returns ModifyActiveOperationMaintainConfResponse
|
|
@@ -5031,7 +5456,7 @@ class Client extends openapi_core_1.default {
|
|
|
5031
5456
|
return await this.modifyActiveOperationMaintainConfWithOptions(request, runtime);
|
|
5032
5457
|
}
|
|
5033
5458
|
/**
|
|
5034
|
-
*
|
|
5459
|
+
* Calls the ModifyActiveOperationTasks operation to modify the execution time of O&M events.
|
|
5035
5460
|
*
|
|
5036
5461
|
* @param request - ModifyActiveOperationTasksRequest
|
|
5037
5462
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5069,7 +5494,7 @@ class Client extends openapi_core_1.default {
|
|
|
5069
5494
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyActiveOperationTasksResponse({}));
|
|
5070
5495
|
}
|
|
5071
5496
|
/**
|
|
5072
|
-
*
|
|
5497
|
+
* Calls the ModifyActiveOperationTasks operation to modify the execution time of O&M events.
|
|
5073
5498
|
*
|
|
5074
5499
|
* @param request - ModifyActiveOperationTasksRequest
|
|
5075
5500
|
* @returns ModifyActiveOperationTasksResponse
|
|
@@ -5079,10 +5504,10 @@ class Client extends openapi_core_1.default {
|
|
|
5079
5504
|
return await this.modifyActiveOperationTasksWithOptions(request, runtime);
|
|
5080
5505
|
}
|
|
5081
5506
|
/**
|
|
5082
|
-
* CDC
|
|
5507
|
+
* Modifies the CDC configuration.
|
|
5083
5508
|
*
|
|
5084
5509
|
* @remarks
|
|
5085
|
-
*
|
|
5510
|
+
* ***.
|
|
5086
5511
|
*
|
|
5087
5512
|
* @param request - ModifyCdcClassRequest
|
|
5088
5513
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5123,10 +5548,10 @@ class Client extends openapi_core_1.default {
|
|
|
5123
5548
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCdcClassResponse({}));
|
|
5124
5549
|
}
|
|
5125
5550
|
/**
|
|
5126
|
-
* CDC
|
|
5551
|
+
* Modifies the CDC configuration.
|
|
5127
5552
|
*
|
|
5128
5553
|
* @remarks
|
|
5129
|
-
*
|
|
5554
|
+
* ***.
|
|
5130
5555
|
*
|
|
5131
5556
|
* @param request - ModifyCdcClassRequest
|
|
5132
5557
|
* @returns ModifyCdcClassResponse
|
|
@@ -5136,10 +5561,10 @@ class Client extends openapi_core_1.default {
|
|
|
5136
5561
|
return await this.modifyCdcClassWithOptions(request, runtime);
|
|
5137
5562
|
}
|
|
5138
5563
|
/**
|
|
5139
|
-
*
|
|
5564
|
+
* Modifies the column store specifications.
|
|
5140
5565
|
*
|
|
5141
5566
|
* @remarks
|
|
5142
|
-
*
|
|
5567
|
+
* ***.
|
|
5143
5568
|
*
|
|
5144
5569
|
* @param request - ModifyColumnarClassRequest
|
|
5145
5570
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5180,10 +5605,10 @@ class Client extends openapi_core_1.default {
|
|
|
5180
5605
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyColumnarClassResponse({}));
|
|
5181
5606
|
}
|
|
5182
5607
|
/**
|
|
5183
|
-
*
|
|
5608
|
+
* Modifies the column store specifications.
|
|
5184
5609
|
*
|
|
5185
5610
|
* @remarks
|
|
5186
|
-
*
|
|
5611
|
+
* ***.
|
|
5187
5612
|
*
|
|
5188
5613
|
* @param request - ModifyColumnarClassRequest
|
|
5189
5614
|
* @returns ModifyColumnarClassResponse
|
|
@@ -5193,7 +5618,10 @@ class Client extends openapi_core_1.default {
|
|
|
5193
5618
|
return await this.modifyColumnarClassWithOptions(request, runtime);
|
|
5194
5619
|
}
|
|
5195
5620
|
/**
|
|
5196
|
-
*
|
|
5621
|
+
* Modifies the configuration of a custom endpoint.
|
|
5622
|
+
*
|
|
5623
|
+
* @remarks
|
|
5624
|
+
* 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
5625
|
*
|
|
5198
5626
|
* @param request - ModifyCustomEndpointRequest
|
|
5199
5627
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5240,7 +5668,10 @@ class Client extends openapi_core_1.default {
|
|
|
5240
5668
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCustomEndpointResponse({}));
|
|
5241
5669
|
}
|
|
5242
5670
|
/**
|
|
5243
|
-
*
|
|
5671
|
+
* Modifies the configuration of a custom endpoint.
|
|
5672
|
+
*
|
|
5673
|
+
* @remarks
|
|
5674
|
+
* 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
5675
|
*
|
|
5245
5676
|
* @param request - ModifyCustomEndpointRequest
|
|
5246
5677
|
* @returns ModifyCustomEndpointResponse
|
|
@@ -5250,7 +5681,10 @@ class Client extends openapi_core_1.default {
|
|
|
5250
5681
|
return await this.modifyCustomEndpointWithOptions(request, runtime);
|
|
5251
5682
|
}
|
|
5252
5683
|
/**
|
|
5253
|
-
*
|
|
5684
|
+
* Modifies the network configurations of a custom network endpoint, such as the subnet, security group, and public network access settings.
|
|
5685
|
+
*
|
|
5686
|
+
* @remarks
|
|
5687
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
5254
5688
|
*
|
|
5255
5689
|
* @param request - ModifyCustomEndpointNetRequest
|
|
5256
5690
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5297,7 +5731,10 @@ class Client extends openapi_core_1.default {
|
|
|
5297
5731
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCustomEndpointNetResponse({}));
|
|
5298
5732
|
}
|
|
5299
5733
|
/**
|
|
5300
|
-
*
|
|
5734
|
+
* Modifies the network configurations of a custom network endpoint, such as the subnet, security group, and public network access settings.
|
|
5735
|
+
*
|
|
5736
|
+
* @remarks
|
|
5737
|
+
* Deletes the custom endpoint of a specified database instance and disables access through the domain name.
|
|
5301
5738
|
*
|
|
5302
5739
|
* @param request - ModifyCustomEndpointNetRequest
|
|
5303
5740
|
* @returns ModifyCustomEndpointNetResponse
|
|
@@ -5307,6 +5744,8 @@ class Client extends openapi_core_1.default {
|
|
|
5307
5744
|
return await this.modifyCustomEndpointNetWithOptions(request, runtime);
|
|
5308
5745
|
}
|
|
5309
5746
|
/**
|
|
5747
|
+
* Calls the ModifyDBInstanceClass operation to modify the specifications of an instance.
|
|
5748
|
+
*
|
|
5310
5749
|
* @param request - ModifyDBInstanceClassRequest
|
|
5311
5750
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5312
5751
|
* @returns ModifyDBInstanceClassResponse
|
|
@@ -5364,6 +5803,8 @@ class Client extends openapi_core_1.default {
|
|
|
5364
5803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceClassResponse({}));
|
|
5365
5804
|
}
|
|
5366
5805
|
/**
|
|
5806
|
+
* Calls the ModifyDBInstanceClass operation to modify the specifications of an instance.
|
|
5807
|
+
*
|
|
5367
5808
|
* @param request - ModifyDBInstanceClassRequest
|
|
5368
5809
|
* @returns ModifyDBInstanceClassResponse
|
|
5369
5810
|
*/
|
|
@@ -5372,7 +5813,7 @@ class Client extends openapi_core_1.default {
|
|
|
5372
5813
|
return await this.modifyDBInstanceClassWithOptions(request, runtime);
|
|
5373
5814
|
}
|
|
5374
5815
|
/**
|
|
5375
|
-
*
|
|
5816
|
+
* Calls the ModifyDBInstanceConfig operation to modify instance configuration items.
|
|
5376
5817
|
*
|
|
5377
5818
|
* @param request - ModifyDBInstanceConfigRequest
|
|
5378
5819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5410,7 +5851,7 @@ class Client extends openapi_core_1.default {
|
|
|
5410
5851
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceConfigResponse({}));
|
|
5411
5852
|
}
|
|
5412
5853
|
/**
|
|
5413
|
-
*
|
|
5854
|
+
* Calls the ModifyDBInstanceConfig operation to modify instance configuration items.
|
|
5414
5855
|
*
|
|
5415
5856
|
* @param request - ModifyDBInstanceConfigRequest
|
|
5416
5857
|
* @returns ModifyDBInstanceConfigResponse
|
|
@@ -5420,7 +5861,7 @@ class Client extends openapi_core_1.default {
|
|
|
5420
5861
|
return await this.modifyDBInstanceConfigWithOptions(request, runtime);
|
|
5421
5862
|
}
|
|
5422
5863
|
/**
|
|
5423
|
-
*
|
|
5864
|
+
* Modifies the connection string of an instance.
|
|
5424
5865
|
*
|
|
5425
5866
|
* @param request - ModifyDBInstanceConnectionStringRequest
|
|
5426
5867
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5461,7 +5902,7 @@ class Client extends openapi_core_1.default {
|
|
|
5461
5902
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceConnectionStringResponse({}));
|
|
5462
5903
|
}
|
|
5463
5904
|
/**
|
|
5464
|
-
*
|
|
5905
|
+
* Modifies the connection string of an instance.
|
|
5465
5906
|
*
|
|
5466
5907
|
* @param request - ModifyDBInstanceConnectionStringRequest
|
|
5467
5908
|
* @returns ModifyDBInstanceConnectionStringResponse
|
|
@@ -5471,6 +5912,8 @@ class Client extends openapi_core_1.default {
|
|
|
5471
5912
|
return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
|
|
5472
5913
|
}
|
|
5473
5914
|
/**
|
|
5915
|
+
* Calls the ModifyDBInstanceDescription operation to modify the description of an instance.
|
|
5916
|
+
*
|
|
5474
5917
|
* @param request - ModifyDBInstanceDescriptionRequest
|
|
5475
5918
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5476
5919
|
* @returns ModifyDBInstanceDescriptionResponse
|
|
@@ -5504,6 +5947,8 @@ class Client extends openapi_core_1.default {
|
|
|
5504
5947
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceDescriptionResponse({}));
|
|
5505
5948
|
}
|
|
5506
5949
|
/**
|
|
5950
|
+
* Calls the ModifyDBInstanceDescription operation to modify the description of an instance.
|
|
5951
|
+
*
|
|
5507
5952
|
* @param request - ModifyDBInstanceDescriptionRequest
|
|
5508
5953
|
* @returns ModifyDBInstanceDescriptionResponse
|
|
5509
5954
|
*/
|
|
@@ -5512,6 +5957,11 @@ class Client extends openapi_core_1.default {
|
|
|
5512
5957
|
return await this.modifyDBInstanceDescriptionWithOptions(request, runtime);
|
|
5513
5958
|
}
|
|
5514
5959
|
/**
|
|
5960
|
+
* Modifies the maintenance window of an instance.
|
|
5961
|
+
*
|
|
5962
|
+
* @remarks
|
|
5963
|
+
* ***.
|
|
5964
|
+
*
|
|
5515
5965
|
* @param request - ModifyDBInstanceMaintainTimeRequest
|
|
5516
5966
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5517
5967
|
* @returns ModifyDBInstanceMaintainTimeResponse
|
|
@@ -5548,6 +5998,11 @@ class Client extends openapi_core_1.default {
|
|
|
5548
5998
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceMaintainTimeResponse({}));
|
|
5549
5999
|
}
|
|
5550
6000
|
/**
|
|
6001
|
+
* Modifies the maintenance window of an instance.
|
|
6002
|
+
*
|
|
6003
|
+
* @remarks
|
|
6004
|
+
* ***.
|
|
6005
|
+
*
|
|
5551
6006
|
* @param request - ModifyDBInstanceMaintainTimeRequest
|
|
5552
6007
|
* @returns ModifyDBInstanceMaintainTimeResponse
|
|
5553
6008
|
*/
|
|
@@ -5556,10 +6011,10 @@ class Client extends openapi_core_1.default {
|
|
|
5556
6011
|
return await this.modifyDBInstanceMaintainTimeWithOptions(request, runtime);
|
|
5557
6012
|
}
|
|
5558
6013
|
/**
|
|
5559
|
-
*
|
|
6014
|
+
* 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
6015
|
*
|
|
5561
6016
|
* @remarks
|
|
5562
|
-
*
|
|
6017
|
+
* ***.
|
|
5563
6018
|
*
|
|
5564
6019
|
* @param request - ModifyDBInstanceVipRequest
|
|
5565
6020
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5600,10 +6055,10 @@ class Client extends openapi_core_1.default {
|
|
|
5600
6055
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDBInstanceVipResponse({}));
|
|
5601
6056
|
}
|
|
5602
6057
|
/**
|
|
5603
|
-
*
|
|
6058
|
+
* 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
6059
|
*
|
|
5605
6060
|
* @remarks
|
|
5606
|
-
*
|
|
6061
|
+
* ***.
|
|
5607
6062
|
*
|
|
5608
6063
|
* @param request - ModifyDBInstanceVipRequest
|
|
5609
6064
|
* @returns ModifyDBInstanceVipResponse
|
|
@@ -5613,6 +6068,8 @@ class Client extends openapi_core_1.default {
|
|
|
5613
6068
|
return await this.modifyDBInstanceVipWithOptions(request, runtime);
|
|
5614
6069
|
}
|
|
5615
6070
|
/**
|
|
6071
|
+
* Calls the ModifyDatabaseDescription operation to modify the description of a database.
|
|
6072
|
+
*
|
|
5616
6073
|
* @param request - ModifyDatabaseDescriptionRequest
|
|
5617
6074
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5618
6075
|
* @returns ModifyDatabaseDescriptionResponse
|
|
@@ -5649,6 +6106,8 @@ class Client extends openapi_core_1.default {
|
|
|
5649
6106
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDatabaseDescriptionResponse({}));
|
|
5650
6107
|
}
|
|
5651
6108
|
/**
|
|
6109
|
+
* Calls the ModifyDatabaseDescription operation to modify the description of a database.
|
|
6110
|
+
*
|
|
5652
6111
|
* @param request - ModifyDatabaseDescriptionRequest
|
|
5653
6112
|
* @returns ModifyDatabaseDescriptionResponse
|
|
5654
6113
|
*/
|
|
@@ -5657,10 +6116,10 @@ class Client extends openapi_core_1.default {
|
|
|
5657
6116
|
return await this.modifyDatabaseDescriptionWithOptions(request, runtime);
|
|
5658
6117
|
}
|
|
5659
6118
|
/**
|
|
5660
|
-
*
|
|
6119
|
+
* 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
6120
|
*
|
|
5662
6121
|
* @remarks
|
|
5663
|
-
*
|
|
6122
|
+
* ***.
|
|
5664
6123
|
*
|
|
5665
6124
|
* @param request - ModifyEngineMigrationRequest
|
|
5666
6125
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5704,10 +6163,10 @@ class Client extends openapi_core_1.default {
|
|
|
5704
6163
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEngineMigrationResponse({}));
|
|
5705
6164
|
}
|
|
5706
6165
|
/**
|
|
5707
|
-
*
|
|
6166
|
+
* 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
6167
|
*
|
|
5709
6168
|
* @remarks
|
|
5710
|
-
*
|
|
6169
|
+
* ***.
|
|
5711
6170
|
*
|
|
5712
6171
|
* @param request - ModifyEngineMigrationRequest
|
|
5713
6172
|
* @returns ModifyEngineMigrationResponse
|
|
@@ -5717,6 +6176,65 @@ class Client extends openapi_core_1.default {
|
|
|
5717
6176
|
return await this.modifyEngineMigrationWithOptions(request, runtime);
|
|
5718
6177
|
}
|
|
5719
6178
|
/**
|
|
6179
|
+
* Modifies the whitelist of a memory engine instance.
|
|
6180
|
+
*
|
|
6181
|
+
* @remarks
|
|
6182
|
+
* ***.
|
|
6183
|
+
*
|
|
6184
|
+
* @param request - ModifyMem0SecurityIpsRequest
|
|
6185
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6186
|
+
* @returns ModifyMem0SecurityIpsResponse
|
|
6187
|
+
*/
|
|
6188
|
+
async modifyMem0SecurityIpsWithOptions(request, runtime) {
|
|
6189
|
+
request.validate();
|
|
6190
|
+
let query = {};
|
|
6191
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
6192
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
6193
|
+
}
|
|
6194
|
+
if (!$dara.isNull(request.groupName)) {
|
|
6195
|
+
query["GroupName"] = request.groupName;
|
|
6196
|
+
}
|
|
6197
|
+
if (!$dara.isNull(request.modifyMode)) {
|
|
6198
|
+
query["ModifyMode"] = request.modifyMode;
|
|
6199
|
+
}
|
|
6200
|
+
if (!$dara.isNull(request.regionId)) {
|
|
6201
|
+
query["RegionId"] = request.regionId;
|
|
6202
|
+
}
|
|
6203
|
+
if (!$dara.isNull(request.securityIPList)) {
|
|
6204
|
+
query["SecurityIPList"] = request.securityIPList;
|
|
6205
|
+
}
|
|
6206
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6207
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6208
|
+
});
|
|
6209
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6210
|
+
action: "ModifyMem0SecurityIps",
|
|
6211
|
+
version: "2020-02-02",
|
|
6212
|
+
protocol: "HTTPS",
|
|
6213
|
+
pathname: "/",
|
|
6214
|
+
method: "POST",
|
|
6215
|
+
authType: "AK",
|
|
6216
|
+
style: "RPC",
|
|
6217
|
+
reqBodyType: "formData",
|
|
6218
|
+
bodyType: "json",
|
|
6219
|
+
});
|
|
6220
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyMem0SecurityIpsResponse({}));
|
|
6221
|
+
}
|
|
6222
|
+
/**
|
|
6223
|
+
* Modifies the whitelist of a memory engine instance.
|
|
6224
|
+
*
|
|
6225
|
+
* @remarks
|
|
6226
|
+
* ***.
|
|
6227
|
+
*
|
|
6228
|
+
* @param request - ModifyMem0SecurityIpsRequest
|
|
6229
|
+
* @returns ModifyMem0SecurityIpsResponse
|
|
6230
|
+
*/
|
|
6231
|
+
async modifyMem0SecurityIps(request) {
|
|
6232
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
6233
|
+
return await this.modifyMem0SecurityIpsWithOptions(request, runtime);
|
|
6234
|
+
}
|
|
6235
|
+
/**
|
|
6236
|
+
* Calls the ModifyParameter operation to modify instance parameters, including compute layer and storage layer parameters.
|
|
6237
|
+
*
|
|
5720
6238
|
* @param request - ModifyParameterRequest
|
|
5721
6239
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5722
6240
|
* @returns ModifyParameterResponse
|
|
@@ -5759,6 +6277,8 @@ class Client extends openapi_core_1.default {
|
|
|
5759
6277
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyParameterResponse({}));
|
|
5760
6278
|
}
|
|
5761
6279
|
/**
|
|
6280
|
+
* Calls the ModifyParameter operation to modify instance parameters, including compute layer and storage layer parameters.
|
|
6281
|
+
*
|
|
5762
6282
|
* @param request - ModifyParameterRequest
|
|
5763
6283
|
* @returns ModifyParameterResponse
|
|
5764
6284
|
*/
|
|
@@ -5767,6 +6287,8 @@ class Client extends openapi_core_1.default {
|
|
|
5767
6287
|
return await this.modifyParameterWithOptions(request, runtime);
|
|
5768
6288
|
}
|
|
5769
6289
|
/**
|
|
6290
|
+
* Calls the ModifySecurityIps operation to modify the whitelist of an instance.
|
|
6291
|
+
*
|
|
5770
6292
|
* @param request - ModifySecurityIpsRequest
|
|
5771
6293
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5772
6294
|
* @returns ModifySecurityIpsResponse
|
|
@@ -5806,6 +6328,8 @@ class Client extends openapi_core_1.default {
|
|
|
5806
6328
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySecurityIpsResponse({}));
|
|
5807
6329
|
}
|
|
5808
6330
|
/**
|
|
6331
|
+
* Calls the ModifySecurityIps operation to modify the whitelist of an instance.
|
|
6332
|
+
*
|
|
5809
6333
|
* @param request - ModifySecurityIpsRequest
|
|
5810
6334
|
* @returns ModifySecurityIpsResponse
|
|
5811
6335
|
*/
|
|
@@ -5814,7 +6338,7 @@ class Client extends openapi_core_1.default {
|
|
|
5814
6338
|
return await this.modifySecurityIpsWithOptions(request, runtime);
|
|
5815
6339
|
}
|
|
5816
6340
|
/**
|
|
5817
|
-
* SQL
|
|
6341
|
+
* Performs a pre-check and feasibility assessment for a recovery task before you execute SQL flashback recovery.
|
|
5818
6342
|
*
|
|
5819
6343
|
* @param request - PreCheckSqlFlashbackTaskRequest
|
|
5820
6344
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5855,7 +6379,7 @@ class Client extends openapi_core_1.default {
|
|
|
5855
6379
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PreCheckSqlFlashbackTaskResponse({}));
|
|
5856
6380
|
}
|
|
5857
6381
|
/**
|
|
5858
|
-
* SQL
|
|
6382
|
+
* Performs a pre-check and feasibility assessment for a recovery task before you execute SQL flashback recovery.
|
|
5859
6383
|
*
|
|
5860
6384
|
* @param request - PreCheckSqlFlashbackTaskRequest
|
|
5861
6385
|
* @returns PreCheckSqlFlashbackTaskResponse
|
|
@@ -5865,7 +6389,7 @@ class Client extends openapi_core_1.default {
|
|
|
5865
6389
|
return await this.preCheckSqlFlashbackTaskWithOptions(request, runtime);
|
|
5866
6390
|
}
|
|
5867
6391
|
/**
|
|
5868
|
-
*
|
|
6392
|
+
* Refreshes the metadata of an import task.
|
|
5869
6393
|
*
|
|
5870
6394
|
* @param request - RefreshImportMetaRequest
|
|
5871
6395
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5900,7 +6424,7 @@ class Client extends openapi_core_1.default {
|
|
|
5900
6424
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RefreshImportMetaResponse({}));
|
|
5901
6425
|
}
|
|
5902
6426
|
/**
|
|
5903
|
-
*
|
|
6427
|
+
* Refreshes the metadata of an import task.
|
|
5904
6428
|
*
|
|
5905
6429
|
* @param request - RefreshImportMetaRequest
|
|
5906
6430
|
* @returns RefreshImportMetaResponse
|
|
@@ -5910,7 +6434,7 @@ class Client extends openapi_core_1.default {
|
|
|
5910
6434
|
return await this.refreshImportMetaWithOptions(request, runtime);
|
|
5911
6435
|
}
|
|
5912
6436
|
/**
|
|
5913
|
-
*
|
|
6437
|
+
* Calls the ReleaseColdDataVolume operation.
|
|
5914
6438
|
*
|
|
5915
6439
|
* @param request - ReleaseColdDataVolumeRequest
|
|
5916
6440
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5942,7 +6466,7 @@ class Client extends openapi_core_1.default {
|
|
|
5942
6466
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReleaseColdDataVolumeResponse({}));
|
|
5943
6467
|
}
|
|
5944
6468
|
/**
|
|
5945
|
-
*
|
|
6469
|
+
* Calls the ReleaseColdDataVolume operation.
|
|
5946
6470
|
*
|
|
5947
6471
|
* @param request - ReleaseColdDataVolumeRequest
|
|
5948
6472
|
* @returns ReleaseColdDataVolumeResponse
|
|
@@ -5952,6 +6476,8 @@ class Client extends openapi_core_1.default {
|
|
|
5952
6476
|
return await this.releaseColdDataVolumeWithOptions(request, runtime);
|
|
5953
6477
|
}
|
|
5954
6478
|
/**
|
|
6479
|
+
* Releases the public network connection of an instance by calling the ReleaseInstancePublicConnection operation.
|
|
6480
|
+
*
|
|
5955
6481
|
* @param request - ReleaseInstancePublicConnectionRequest
|
|
5956
6482
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5957
6483
|
* @returns ReleaseInstancePublicConnectionResponse
|
|
@@ -5985,6 +6511,8 @@ class Client extends openapi_core_1.default {
|
|
|
5985
6511
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReleaseInstancePublicConnectionResponse({}));
|
|
5986
6512
|
}
|
|
5987
6513
|
/**
|
|
6514
|
+
* Releases the public network connection of an instance by calling the ReleaseInstancePublicConnection operation.
|
|
6515
|
+
*
|
|
5988
6516
|
* @param request - ReleaseInstancePublicConnectionRequest
|
|
5989
6517
|
* @returns ReleaseInstancePublicConnectionResponse
|
|
5990
6518
|
*/
|
|
@@ -5993,6 +6521,8 @@ class Client extends openapi_core_1.default {
|
|
|
5993
6521
|
return await this.releaseInstancePublicConnectionWithOptions(request, runtime);
|
|
5994
6522
|
}
|
|
5995
6523
|
/**
|
|
6524
|
+
* Resets the password of an account.
|
|
6525
|
+
*
|
|
5996
6526
|
* @param request - ResetAccountPasswordRequest
|
|
5997
6527
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
5998
6528
|
* @returns ResetAccountPasswordResponse
|
|
@@ -6035,6 +6565,8 @@ class Client extends openapi_core_1.default {
|
|
|
6035
6565
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetAccountPasswordResponse({}));
|
|
6036
6566
|
}
|
|
6037
6567
|
/**
|
|
6568
|
+
* Resets the password of an account.
|
|
6569
|
+
*
|
|
6038
6570
|
* @param request - ResetAccountPasswordRequest
|
|
6039
6571
|
* @returns ResetAccountPasswordResponse
|
|
6040
6572
|
*/
|
|
@@ -6043,8 +6575,10 @@ class Client extends openapi_core_1.default {
|
|
|
6043
6575
|
return await this.resetAccountPasswordWithOptions(request, runtime);
|
|
6044
6576
|
}
|
|
6045
6577
|
/**
|
|
6578
|
+
* Resets the password of an account.
|
|
6579
|
+
*
|
|
6046
6580
|
* @remarks
|
|
6047
|
-
*
|
|
6581
|
+
* ***.
|
|
6048
6582
|
*
|
|
6049
6583
|
* @param request - ResetAccountPasswordRestrictRequest
|
|
6050
6584
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6088,8 +6622,10 @@ class Client extends openapi_core_1.default {
|
|
|
6088
6622
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetAccountPasswordRestrictResponse({}));
|
|
6089
6623
|
}
|
|
6090
6624
|
/**
|
|
6625
|
+
* Resets the password of an account.
|
|
6626
|
+
*
|
|
6091
6627
|
* @remarks
|
|
6092
|
-
*
|
|
6628
|
+
* ***.
|
|
6093
6629
|
*
|
|
6094
6630
|
* @param request - ResetAccountPasswordRestrictRequest
|
|
6095
6631
|
* @returns ResetAccountPasswordRestrictResponse
|
|
@@ -6099,6 +6635,59 @@ class Client extends openapi_core_1.default {
|
|
|
6099
6635
|
return await this.resetAccountPasswordRestrictWithOptions(request, runtime);
|
|
6100
6636
|
}
|
|
6101
6637
|
/**
|
|
6638
|
+
* Resets the API key of the memory engine.
|
|
6639
|
+
*
|
|
6640
|
+
* @remarks
|
|
6641
|
+
* ***.
|
|
6642
|
+
*
|
|
6643
|
+
* @param request - ResetMem0AccountPasswordRequest
|
|
6644
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6645
|
+
* @returns ResetMem0AccountPasswordResponse
|
|
6646
|
+
*/
|
|
6647
|
+
async resetMem0AccountPasswordWithOptions(request, runtime) {
|
|
6648
|
+
request.validate();
|
|
6649
|
+
let query = {};
|
|
6650
|
+
if (!$dara.isNull(request.DBInstanceName)) {
|
|
6651
|
+
query["DBInstanceName"] = request.DBInstanceName;
|
|
6652
|
+
}
|
|
6653
|
+
if (!$dara.isNull(request.mem0ApiKey)) {
|
|
6654
|
+
query["Mem0ApiKey"] = request.mem0ApiKey;
|
|
6655
|
+
}
|
|
6656
|
+
if (!$dara.isNull(request.regionId)) {
|
|
6657
|
+
query["RegionId"] = request.regionId;
|
|
6658
|
+
}
|
|
6659
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6660
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6661
|
+
});
|
|
6662
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6663
|
+
action: "ResetMem0AccountPassword",
|
|
6664
|
+
version: "2020-02-02",
|
|
6665
|
+
protocol: "HTTPS",
|
|
6666
|
+
pathname: "/",
|
|
6667
|
+
method: "POST",
|
|
6668
|
+
authType: "AK",
|
|
6669
|
+
style: "RPC",
|
|
6670
|
+
reqBodyType: "formData",
|
|
6671
|
+
bodyType: "json",
|
|
6672
|
+
});
|
|
6673
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResetMem0AccountPasswordResponse({}));
|
|
6674
|
+
}
|
|
6675
|
+
/**
|
|
6676
|
+
* Resets the API key of the memory engine.
|
|
6677
|
+
*
|
|
6678
|
+
* @remarks
|
|
6679
|
+
* ***.
|
|
6680
|
+
*
|
|
6681
|
+
* @param request - ResetMem0AccountPasswordRequest
|
|
6682
|
+
* @returns ResetMem0AccountPasswordResponse
|
|
6683
|
+
*/
|
|
6684
|
+
async resetMem0AccountPassword(request) {
|
|
6685
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
6686
|
+
return await this.resetMem0AccountPasswordWithOptions(request, runtime);
|
|
6687
|
+
}
|
|
6688
|
+
/**
|
|
6689
|
+
* Restarts an instance by calling the RestartDBInstance operation.
|
|
6690
|
+
*
|
|
6102
6691
|
* @param request - RestartDBInstanceRequest
|
|
6103
6692
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6104
6693
|
* @returns RestartDBInstanceResponse
|
|
@@ -6129,6 +6718,8 @@ class Client extends openapi_core_1.default {
|
|
|
6129
6718
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartDBInstanceResponse({}));
|
|
6130
6719
|
}
|
|
6131
6720
|
/**
|
|
6721
|
+
* Restarts an instance by calling the RestartDBInstance operation.
|
|
6722
|
+
*
|
|
6132
6723
|
* @param request - RestartDBInstanceRequest
|
|
6133
6724
|
* @returns RestartDBInstanceResponse
|
|
6134
6725
|
*/
|
|
@@ -6137,7 +6728,7 @@ class Client extends openapi_core_1.default {
|
|
|
6137
6728
|
return await this.restartDBInstanceWithOptions(request, runtime);
|
|
6138
6729
|
}
|
|
6139
6730
|
/**
|
|
6140
|
-
*
|
|
6731
|
+
* Restarts a data import task.
|
|
6141
6732
|
*
|
|
6142
6733
|
* @param request - RestartDataImportTaskRequest
|
|
6143
6734
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6175,7 +6766,7 @@ class Client extends openapi_core_1.default {
|
|
|
6175
6766
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartDataImportTaskResponse({}));
|
|
6176
6767
|
}
|
|
6177
6768
|
/**
|
|
6178
|
-
*
|
|
6769
|
+
* Restarts a data import task.
|
|
6179
6770
|
*
|
|
6180
6771
|
* @param request - RestartDataImportTaskRequest
|
|
6181
6772
|
* @returns RestartDataImportTaskResponse
|
|
@@ -6320,7 +6911,7 @@ class Client extends openapi_core_1.default {
|
|
|
6320
6911
|
return await this.restoreDBInstanceWithOptions(request, runtime);
|
|
6321
6912
|
}
|
|
6322
6913
|
/**
|
|
6323
|
-
*
|
|
6914
|
+
* This API is used to skip the current step.
|
|
6324
6915
|
*
|
|
6325
6916
|
* @param request - SkipCurrentStepRequest
|
|
6326
6917
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6355,7 +6946,7 @@ class Client extends openapi_core_1.default {
|
|
|
6355
6946
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SkipCurrentStepResponse({}));
|
|
6356
6947
|
}
|
|
6357
6948
|
/**
|
|
6358
|
-
*
|
|
6949
|
+
* This API is used to skip the current step.
|
|
6359
6950
|
*
|
|
6360
6951
|
* @param request - SkipCurrentStepRequest
|
|
6361
6952
|
* @returns SkipCurrentStepResponse
|
|
@@ -6365,7 +6956,7 @@ class Client extends openapi_core_1.default {
|
|
|
6365
6956
|
return await this.skipCurrentStepWithOptions(request, runtime);
|
|
6366
6957
|
}
|
|
6367
6958
|
/**
|
|
6368
|
-
*
|
|
6959
|
+
* Starts a database cutover for a database migration or synchronization task.
|
|
6369
6960
|
*
|
|
6370
6961
|
* @param request - StartSwitchDatabaseRequest
|
|
6371
6962
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6415,7 +7006,7 @@ class Client extends openapi_core_1.default {
|
|
|
6415
7006
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartSwitchDatabaseResponse({}));
|
|
6416
7007
|
}
|
|
6417
7008
|
/**
|
|
6418
|
-
*
|
|
7009
|
+
* Starts a database cutover for a database migration or synchronization task.
|
|
6419
7010
|
*
|
|
6420
7011
|
* @param request - StartSwitchDatabaseRequest
|
|
6421
7012
|
* @returns StartSwitchDatabaseResponse
|
|
@@ -6425,7 +7016,7 @@ class Client extends openapi_core_1.default {
|
|
|
6425
7016
|
return await this.startSwitchDatabaseWithOptions(request, runtime);
|
|
6426
7017
|
}
|
|
6427
7018
|
/**
|
|
6428
|
-
*
|
|
7019
|
+
* Stops a data import task.
|
|
6429
7020
|
*
|
|
6430
7021
|
* @param request - StopDataImportTaskRequest
|
|
6431
7022
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6463,7 +7054,7 @@ class Client extends openapi_core_1.default {
|
|
|
6463
7054
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopDataImportTaskResponse({}));
|
|
6464
7055
|
}
|
|
6465
7056
|
/**
|
|
6466
|
-
*
|
|
7057
|
+
* Stops a data import task.
|
|
6467
7058
|
*
|
|
6468
7059
|
* @param request - StopDataImportTaskRequest
|
|
6469
7060
|
* @returns StopDataImportTaskResponse
|
|
@@ -6473,7 +7064,7 @@ class Client extends openapi_core_1.default {
|
|
|
6473
7064
|
return await this.stopDataImportTaskWithOptions(request, runtime);
|
|
6474
7065
|
}
|
|
6475
7066
|
/**
|
|
6476
|
-
*
|
|
7067
|
+
* Creates a SQL flashback task by calling the SubmitSqlFlashbackTask operation.
|
|
6477
7068
|
*
|
|
6478
7069
|
* @param request - SubmitSqlFlashbackTaskRequest
|
|
6479
7070
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6532,7 +7123,7 @@ class Client extends openapi_core_1.default {
|
|
|
6532
7123
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SubmitSqlFlashbackTaskResponse({}));
|
|
6533
7124
|
}
|
|
6534
7125
|
/**
|
|
6535
|
-
*
|
|
7126
|
+
* Creates a SQL flashback task by calling the SubmitSqlFlashbackTask operation.
|
|
6536
7127
|
*
|
|
6537
7128
|
* @param request - SubmitSqlFlashbackTaskRequest
|
|
6538
7129
|
* @returns SubmitSqlFlashbackTaskResponse
|
|
@@ -6592,7 +7183,7 @@ class Client extends openapi_core_1.default {
|
|
|
6592
7183
|
return await this.switchDBInstanceHAWithOptions(request, runtime);
|
|
6593
7184
|
}
|
|
6594
7185
|
/**
|
|
6595
|
-
* GDN
|
|
7186
|
+
* Performs a primary/secondary switchover for a global database network (GDN).
|
|
6596
7187
|
*
|
|
6597
7188
|
* @param request - SwitchGdnMemberRoleRequest
|
|
6598
7189
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6645,7 +7236,7 @@ class Client extends openapi_core_1.default {
|
|
|
6645
7236
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchGdnMemberRoleResponse({}));
|
|
6646
7237
|
}
|
|
6647
7238
|
/**
|
|
6648
|
-
* GDN
|
|
7239
|
+
* Performs a primary/secondary switchover for a global database network (GDN).
|
|
6649
7240
|
*
|
|
6650
7241
|
* @param request - SwitchGdnMemberRoleRequest
|
|
6651
7242
|
* @returns SwitchGdnMemberRoleResponse
|
|
@@ -6655,7 +7246,7 @@ class Client extends openapi_core_1.default {
|
|
|
6655
7246
|
return await this.switchGdnMemberRoleWithOptions(request, runtime);
|
|
6656
7247
|
}
|
|
6657
7248
|
/**
|
|
6658
|
-
*
|
|
7249
|
+
* Calls the TagResources operation to add tags to resources.
|
|
6659
7250
|
*
|
|
6660
7251
|
* @param request - TagResourcesRequest
|
|
6661
7252
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6693,7 +7284,7 @@ class Client extends openapi_core_1.default {
|
|
|
6693
7284
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
|
|
6694
7285
|
}
|
|
6695
7286
|
/**
|
|
6696
|
-
*
|
|
7287
|
+
* Calls the TagResources operation to add tags to resources.
|
|
6697
7288
|
*
|
|
6698
7289
|
* @param request - TagResourcesRequest
|
|
6699
7290
|
* @returns TagResourcesResponse
|
|
@@ -6703,7 +7294,7 @@ class Client extends openapi_core_1.default {
|
|
|
6703
7294
|
return await this.tagResourcesWithOptions(request, runtime);
|
|
6704
7295
|
}
|
|
6705
7296
|
/**
|
|
6706
|
-
*
|
|
7297
|
+
* Removes tags from a resource.
|
|
6707
7298
|
*
|
|
6708
7299
|
* @param request - UntagResourcesRequest
|
|
6709
7300
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6744,7 +7335,7 @@ class Client extends openapi_core_1.default {
|
|
|
6744
7335
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagResourcesResponse({}));
|
|
6745
7336
|
}
|
|
6746
7337
|
/**
|
|
6747
|
-
*
|
|
7338
|
+
* Removes tags from a resource.
|
|
6748
7339
|
*
|
|
6749
7340
|
* @param request - UntagResourcesRequest
|
|
6750
7341
|
* @returns UntagResourcesResponse
|
|
@@ -6754,7 +7345,7 @@ class Client extends openapi_core_1.default {
|
|
|
6754
7345
|
return await this.untagResourcesWithOptions(request, runtime);
|
|
6755
7346
|
}
|
|
6756
7347
|
/**
|
|
6757
|
-
*
|
|
7348
|
+
* Calls the UpdateBackupPolicy operation to modify the backup policy of an instance.
|
|
6758
7349
|
*
|
|
6759
7350
|
* @param request - UpdateBackupPolicyRequest
|
|
6760
7351
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6843,7 +7434,7 @@ class Client extends openapi_core_1.default {
|
|
|
6843
7434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateBackupPolicyResponse({}));
|
|
6844
7435
|
}
|
|
6845
7436
|
/**
|
|
6846
|
-
*
|
|
7437
|
+
* Calls the UpdateBackupPolicy operation to modify the backup policy of an instance.
|
|
6847
7438
|
*
|
|
6848
7439
|
* @param request - UpdateBackupPolicyRequest
|
|
6849
7440
|
* @returns UpdateBackupPolicyResponse
|
|
@@ -6855,6 +7446,9 @@ class Client extends openapi_core_1.default {
|
|
|
6855
7446
|
/**
|
|
6856
7447
|
* 更新实例的管控参数
|
|
6857
7448
|
*
|
|
7449
|
+
* @remarks
|
|
7450
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
7451
|
+
*
|
|
6858
7452
|
* @param request - UpdateCustinsParamRequest
|
|
6859
7453
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6860
7454
|
* @returns UpdateCustinsParamResponse
|
|
@@ -6893,6 +7487,9 @@ class Client extends openapi_core_1.default {
|
|
|
6893
7487
|
/**
|
|
6894
7488
|
* 更新实例的管控参数
|
|
6895
7489
|
*
|
|
7490
|
+
* @remarks
|
|
7491
|
+
* <props="china">更多关于实例账号的信息,请参见[账号管理](https://help.aliyun.com/document_detail/172163.html)。
|
|
7492
|
+
*
|
|
6896
7493
|
* @param request - UpdateCustinsParamRequest
|
|
6897
7494
|
* @returns UpdateCustinsParamResponse
|
|
6898
7495
|
*/
|
|
@@ -6901,6 +7498,8 @@ class Client extends openapi_core_1.default {
|
|
|
6901
7498
|
return await this.updateCustinsParamWithOptions(request, runtime);
|
|
6902
7499
|
}
|
|
6903
7500
|
/**
|
|
7501
|
+
* Updates the SSL configuration of an instance.
|
|
7502
|
+
*
|
|
6904
7503
|
* @param request - UpdateDBInstanceSSLRequest
|
|
6905
7504
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6906
7505
|
* @returns UpdateDBInstanceSSLResponse
|
|
@@ -6937,6 +7536,8 @@ class Client extends openapi_core_1.default {
|
|
|
6937
7536
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDBInstanceSSLResponse({}));
|
|
6938
7537
|
}
|
|
6939
7538
|
/**
|
|
7539
|
+
* Updates the SSL configuration of an instance.
|
|
7540
|
+
*
|
|
6940
7541
|
* @param request - UpdateDBInstanceSSLRequest
|
|
6941
7542
|
* @returns UpdateDBInstanceSSLResponse
|
|
6942
7543
|
*/
|
|
@@ -6945,6 +7546,8 @@ class Client extends openapi_core_1.default {
|
|
|
6945
7546
|
return await this.updateDBInstanceSSLWithOptions(request, runtime);
|
|
6946
7547
|
}
|
|
6947
7548
|
/**
|
|
7549
|
+
* Enables Transparent Data Encryption (TDE) for an instance by calling the UpdateDBInstanceTDE operation.
|
|
7550
|
+
*
|
|
6948
7551
|
* @param request - UpdateDBInstanceTDERequest
|
|
6949
7552
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6950
7553
|
* @returns UpdateDBInstanceTDEResponse
|
|
@@ -6984,6 +7587,8 @@ class Client extends openapi_core_1.default {
|
|
|
6984
7587
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDBInstanceTDEResponse({}));
|
|
6985
7588
|
}
|
|
6986
7589
|
/**
|
|
7590
|
+
* Enables Transparent Data Encryption (TDE) for an instance by calling the UpdateDBInstanceTDE operation.
|
|
7591
|
+
*
|
|
6987
7592
|
* @param request - UpdateDBInstanceTDERequest
|
|
6988
7593
|
* @returns UpdateDBInstanceTDEResponse
|
|
6989
7594
|
*/
|
|
@@ -6992,7 +7597,7 @@ class Client extends openapi_core_1.default {
|
|
|
6992
7597
|
return await this.updateDBInstanceTDEWithOptions(request, runtime);
|
|
6993
7598
|
}
|
|
6994
7599
|
/**
|
|
6995
|
-
*
|
|
7600
|
+
* 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
7601
|
*
|
|
6997
7602
|
* @param request - UpdatePolarDBXInstanceNodeRequest
|
|
6998
7603
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7045,7 +7650,7 @@ class Client extends openapi_core_1.default {
|
|
|
7045
7650
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePolarDBXInstanceNodeResponse({}));
|
|
7046
7651
|
}
|
|
7047
7652
|
/**
|
|
7048
|
-
*
|
|
7653
|
+
* 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
7654
|
*
|
|
7050
7655
|
* @param request - UpdatePolarDBXInstanceNodeRequest
|
|
7051
7656
|
* @returns UpdatePolarDBXInstanceNodeResponse
|
|
@@ -7055,7 +7660,7 @@ class Client extends openapi_core_1.default {
|
|
|
7055
7660
|
return await this.updatePolarDBXInstanceNodeWithOptions(request, runtime);
|
|
7056
7661
|
}
|
|
7057
7662
|
/**
|
|
7058
|
-
*
|
|
7663
|
+
* Upgrades the CDC node version of a PolarDB-X instance.
|
|
7059
7664
|
*
|
|
7060
7665
|
* @param request - UpgradeCDCVersionRequest
|
|
7061
7666
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7099,7 +7704,7 @@ class Client extends openapi_core_1.default {
|
|
|
7099
7704
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeCDCVersionResponse({}));
|
|
7100
7705
|
}
|
|
7101
7706
|
/**
|
|
7102
|
-
*
|
|
7707
|
+
* Upgrades the CDC node version of a PolarDB-X instance.
|
|
7103
7708
|
*
|
|
7104
7709
|
* @param request - UpgradeCDCVersionRequest
|
|
7105
7710
|
* @returns UpgradeCDCVersionResponse
|
|
@@ -7109,7 +7714,7 @@ class Client extends openapi_core_1.default {
|
|
|
7109
7714
|
return await this.upgradeCDCVersionWithOptions(request, runtime);
|
|
7110
7715
|
}
|
|
7111
7716
|
/**
|
|
7112
|
-
*
|
|
7717
|
+
* Updates the column store version.
|
|
7113
7718
|
*
|
|
7114
7719
|
* @param request - UpgradeColumnarVersionRequest
|
|
7115
7720
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7150,7 +7755,7 @@ class Client extends openapi_core_1.default {
|
|
|
7150
7755
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeColumnarVersionResponse({}));
|
|
7151
7756
|
}
|
|
7152
7757
|
/**
|
|
7153
|
-
*
|
|
7758
|
+
* Updates the column store version.
|
|
7154
7759
|
*
|
|
7155
7760
|
* @param request - UpgradeColumnarVersionRequest
|
|
7156
7761
|
* @returns UpgradeColumnarVersionResponse
|
|
@@ -7160,6 +7765,8 @@ class Client extends openapi_core_1.default {
|
|
|
7160
7765
|
return await this.upgradeColumnarVersionWithOptions(request, runtime);
|
|
7161
7766
|
}
|
|
7162
7767
|
/**
|
|
7768
|
+
* Invokes the UpgradeDBInstanceKernelVersion operation to update the kernel version of an instance.
|
|
7769
|
+
*
|
|
7163
7770
|
* @param request - UpgradeDBInstanceKernelVersionRequest
|
|
7164
7771
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
7165
7772
|
* @returns UpgradeDBInstanceKernelVersionResponse
|
|
@@ -7196,6 +7803,8 @@ class Client extends openapi_core_1.default {
|
|
|
7196
7803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeDBInstanceKernelVersionResponse({}));
|
|
7197
7804
|
}
|
|
7198
7805
|
/**
|
|
7806
|
+
* Invokes the UpgradeDBInstanceKernelVersion operation to update the kernel version of an instance.
|
|
7807
|
+
*
|
|
7199
7808
|
* @param request - UpgradeDBInstanceKernelVersionRequest
|
|
7200
7809
|
* @returns UpgradeDBInstanceKernelVersionResponse
|
|
7201
7810
|
*/
|