@alicloud/dds20151201 8.4.0 → 8.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +530 -428
- package/dist/client.js +563 -428
- package/dist/client.js.map +1 -1
- package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.d.ts +16 -0
- package/dist/models/AllocateDbinstanceSrvNetworkAddressRequest.js.map +1 -1
- package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.d.ts +3 -0
- package/dist/models/AllocateDbinstanceSrvNetworkAddressResponseBody.js.map +1 -1
- package/dist/models/AllocateNodePrivateNetworkAddressRequest.d.ts +8 -7
- package/dist/models/AllocateNodePrivateNetworkAddressRequest.js.map +1 -1
- package/dist/models/CancelActiveOperationTasksRequest.d.ts +5 -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/CheckCloudResourceAuthorizedResponseBody.d.ts +6 -4
- package/dist/models/CheckCloudResourceAuthorizedResponseBody.js.map +1 -1
- package/dist/models/CreateAccountRequest.d.ts +6 -4
- package/dist/models/CreateAccountRequest.js.map +1 -1
- package/dist/models/CreateBackupRequest.d.ts +22 -4
- package/dist/models/CreateBackupRequest.js.map +1 -1
- package/dist/models/CreateBackupResponseBody.d.ts +6 -1
- package/dist/models/CreateBackupResponseBody.js.map +1 -1
- package/dist/models/CreateDbinstanceRequest.d.ts +212 -139
- package/dist/models/CreateDbinstanceRequest.js.map +1 -1
- package/dist/models/CreateDbinstanceResponseBody.d.ts +3 -3
- package/dist/models/CreateGlobalSecurityIpgroupRequest.d.ts +5 -3
- package/dist/models/CreateGlobalSecurityIpgroupRequest.js.map +1 -1
- package/dist/models/CreateGlobalSecurityIpgroupResponseBody.d.ts +5 -3
- package/dist/models/CreateGlobalSecurityIpgroupResponseBody.js.map +1 -1
- package/dist/models/CreateNodeBatchRequest.d.ts +24 -8
- package/dist/models/CreateNodeBatchRequest.js.map +1 -1
- package/dist/models/CreateNodeRequest.d.ts +59 -34
- package/dist/models/CreateNodeRequest.js +6 -0
- package/dist/models/CreateNodeRequest.js.map +1 -1
- package/dist/models/CreateNodeRoleTagRequest.d.ts +7 -0
- package/dist/models/CreateNodeRoleTagRequest.js.map +1 -1
- package/dist/models/CreateNodeRoleTagResponseBody.d.ts +3 -0
- package/dist/models/CreateNodeRoleTagResponseBody.js.map +1 -1
- package/dist/models/CreateShardingDbinstanceRequest.d.ts +205 -157
- package/dist/models/CreateShardingDbinstanceRequest.js.map +1 -1
- package/dist/models/DeleteBackupRequest.d.ts +4 -0
- package/dist/models/DeleteBackupRequest.js.map +1 -1
- package/dist/models/DeleteBackupResponseBody.d.ts +3 -0
- package/dist/models/DeleteBackupResponseBody.js.map +1 -1
- package/dist/models/DeleteDbinstanceRequest.d.ts +1 -1
- package/dist/models/DeleteGlobalSecurityIpgroupRequest.d.ts +8 -6
- package/dist/models/DeleteGlobalSecurityIpgroupRequest.js.map +1 -1
- package/dist/models/DeleteGlobalSecurityIpgroupResponseBody.d.ts +1 -1
- package/dist/models/DescribeActiveOperationMaintenanceConfigResponseBody.d.ts +30 -17
- package/dist/models/DescribeActiveOperationMaintenanceConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskCountResponseBody.d.ts +3 -2
- package/dist/models/DescribeActiveOperationTaskCountResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskRegionRequest.d.ts +10 -8
- package/dist/models/DescribeActiveOperationTaskRegionRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskRegionResponseBody.d.ts +3 -3
- package/dist/models/DescribeActiveOperationTaskRequest.d.ts +4 -1
- package/dist/models/DescribeActiveOperationTaskRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskResponseBody.d.ts +8 -0
- package/dist/models/DescribeActiveOperationTaskResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskTypeRequest.d.ts +3 -2
- package/dist/models/DescribeActiveOperationTaskTypeRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTaskTypeResponseBody.d.ts +4 -3
- package/dist/models/DescribeActiveOperationTaskTypeResponseBody.js.map +1 -1
- package/dist/models/DescribeActiveOperationTasksRequest.d.ts +55 -30
- package/dist/models/DescribeActiveOperationTasksRequest.js.map +1 -1
- package/dist/models/DescribeActiveOperationTasksResponseBody.d.ts +92 -56
- package/dist/models/DescribeActiveOperationTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeAuditLogFilterRequest.d.ts +5 -3
- package/dist/models/DescribeAuditLogFilterRequest.js.map +1 -1
- package/dist/models/DescribeAuditLogFilterResponseBody.d.ts +13 -7
- package/dist/models/DescribeAuditLogFilterResponseBody.js.map +1 -1
- package/dist/models/DescribeAuditPolicyResponseBody.d.ts +5 -4
- package/dist/models/DescribeAuditPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeAuditRecordsRequest.d.ts +21 -20
- package/dist/models/DescribeAuditRecordsRequest.js.map +1 -1
- package/dist/models/DescribeAuditRecordsResponseBody.d.ts +3 -3
- package/dist/models/DescribeAvailabilityZonesRequest.d.ts +36 -23
- package/dist/models/DescribeAvailabilityZonesRequest.js.map +1 -1
- package/dist/models/DescribeAvailabilityZonesResponseBody.d.ts +3 -2
- package/dist/models/DescribeAvailabilityZonesResponseBody.js.map +1 -1
- package/dist/models/DescribeAvailableResourceRequest.d.ts +15 -9
- package/dist/models/DescribeAvailableResourceRequest.js.map +1 -1
- package/dist/models/DescribeBackupDbsRequest.d.ts +4 -4
- package/dist/models/DescribeBackupPolicyRequest.d.ts +5 -4
- package/dist/models/DescribeBackupPolicyRequest.js.map +1 -1
- package/dist/models/DescribeBackupPolicyResponseBody.d.ts +99 -56
- package/dist/models/DescribeBackupPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupStorageRequest.d.ts +2 -2
- package/dist/models/DescribeBackupStorageResponseBody.d.ts +4 -4
- package/dist/models/DescribeBackupTasksRequest.d.ts +2 -2
- package/dist/models/DescribeBackupTasksResponseBody.d.ts +15 -11
- package/dist/models/DescribeBackupTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupsRequest.d.ts +30 -17
- package/dist/models/DescribeBackupsRequest.js.map +1 -1
- package/dist/models/DescribeBackupsResponseBody.d.ts +8 -6
- package/dist/models/DescribeBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeBinlogFilesRequest.d.ts +48 -0
- package/dist/models/DescribeBinlogFilesRequest.js.map +1 -1
- package/dist/models/DescribeBinlogFilesResponseBody.d.ts +12 -0
- package/dist/models/DescribeBinlogFilesResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterBackupsRequest.d.ts +29 -18
- package/dist/models/DescribeClusterBackupsRequest.js.map +1 -1
- package/dist/models/DescribeClusterBackupsResponseBody.d.ts +76 -50
- package/dist/models/DescribeClusterBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterRecoverTimeRequest.d.ts +23 -1
- package/dist/models/DescribeClusterRecoverTimeRequest.js +2 -0
- package/dist/models/DescribeClusterRecoverTimeRequest.js.map +1 -1
- package/dist/models/DescribeClusterRecoverTimeResponseBody.d.ts +5 -6
- package/dist/models/DescribeClusterRecoverTimeResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +8 -7
- package/dist/models/DescribeDbinstanceAttributeRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +33 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js +57 -1
- package/dist/models/DescribeDbinstanceAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceEncryptionKeyResponseBody.d.ts +3 -2
- package/dist/models/DescribeDbinstanceEncryptionKeyResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancePerformanceRequest.d.ts +26 -15
- package/dist/models/DescribeDbinstancePerformanceRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancePerformanceResponseBody.d.ts +2 -2
- package/dist/models/DescribeDbinstanceSpecInfoRequest.d.ts +10 -0
- package/dist/models/DescribeDbinstanceSpecInfoRequest.js.map +1 -1
- package/dist/models/DescribeDbinstanceSpecInfoResponseBody.d.ts +16 -0
- package/dist/models/DescribeDbinstanceSpecInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceSslresponseBody.d.ts +16 -4
- package/dist/models/DescribeDbinstanceSslresponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceSwitchLogResponseBody.d.ts +12 -7
- package/dist/models/DescribeDbinstanceSwitchLogResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstanceTdeinfoResponseBody.d.ts +16 -15
- package/dist/models/DescribeDbinstanceTdeinfoResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancesOverviewRequest.d.ts +38 -26
- package/dist/models/DescribeDbinstancesOverviewRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancesOverviewResponseBody.d.ts +82 -58
- package/dist/models/DescribeDbinstancesOverviewResponseBody.js.map +1 -1
- package/dist/models/DescribeDbinstancesRequest.d.ts +78 -51
- package/dist/models/DescribeDbinstancesRequest.js.map +1 -1
- package/dist/models/DescribeDbinstancesResponseBody.d.ts +3 -3
- package/dist/models/DescribeErrorLogRecordsRequest.d.ts +9 -7
- package/dist/models/DescribeErrorLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeGlobalSecurityIpgroupRelationRequest.d.ts +1 -1
- package/dist/models/DescribeGlobalSecurityIpgroupRelationResponseBody.d.ts +6 -6
- package/dist/models/DescribeHistoryTasksRequest.d.ts +58 -30
- package/dist/models/DescribeHistoryTasksRequest.js.map +1 -1
- package/dist/models/DescribeHistoryTasksResponseBody.d.ts +85 -53
- package/dist/models/DescribeHistoryTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceAutoRenewalAttributeRequest.d.ts +4 -3
- package/dist/models/DescribeInstanceAutoRenewalAttributeRequest.js.map +1 -1
- package/dist/models/DescribeInstanceRecoverTimeRequest.d.ts +22 -0
- package/dist/models/DescribeInstanceRecoverTimeRequest.js +2 -0
- package/dist/models/DescribeInstanceRecoverTimeRequest.js.map +1 -1
- package/dist/models/DescribeInstanceRecoverTimeResponseBody.d.ts +5 -6
- package/dist/models/DescribeInstanceRecoverTimeResponseBody.js.map +1 -1
- package/dist/models/DescribeKernelReleaseNotesRequest.d.ts +1 -1
- package/dist/models/DescribeMongoDblogConfigRequest.d.ts +1 -1
- package/dist/models/DescribeMongoDblogConfigResponseBody.d.ts +39 -19
- package/dist/models/DescribeMongoDblogConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeParameterModificationHistoryRequest.d.ts +11 -8
- package/dist/models/DescribeParameterModificationHistoryRequest.js.map +1 -1
- package/dist/models/DescribeParameterTemplatesRequest.d.ts +22 -14
- package/dist/models/DescribeParameterTemplatesRequest.js.map +1 -1
- package/dist/models/DescribeParameterTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeParametersRequest.d.ts +7 -5
- package/dist/models/DescribeParametersRequest.js.map +1 -1
- package/dist/models/DescribePriceRequest.d.ts +37 -25
- package/dist/models/DescribePriceRequest.js.map +1 -1
- package/dist/models/DescribePriceResponseBody.d.ts +32 -25
- package/dist/models/DescribePriceResponseBody.js.map +1 -1
- package/dist/models/DescribeRdsVpcsRequest.d.ts +6 -0
- package/dist/models/DescribeRdsVpcsRequest.js.map +1 -1
- package/dist/models/DescribeRdsVpcsResponseBody.d.ts +73 -2
- package/dist/models/DescribeRdsVpcsResponseBody.js.map +1 -1
- package/dist/models/DescribeRdsVswitchsRequest.d.ts +9 -0
- package/dist/models/DescribeRdsVswitchsRequest.js.map +1 -1
- package/dist/models/DescribeRdsVswitchsResponseBody.d.ts +46 -1
- package/dist/models/DescribeRdsVswitchsResponseBody.js.map +1 -1
- package/dist/models/DescribeRegionsRequest.d.ts +4 -3
- package/dist/models/DescribeRegionsRequest.js.map +1 -1
- package/dist/models/DescribeRenewalPriceRequest.d.ts +8 -4
- package/dist/models/DescribeRenewalPriceRequest.js.map +1 -1
- package/dist/models/DescribeRenewalPriceResponseBody.d.ts +22 -9
- package/dist/models/DescribeRenewalPriceResponseBody.js.map +1 -1
- package/dist/models/DescribeReplicaSetRoleResponseBody.d.ts +11 -0
- package/dist/models/DescribeReplicaSetRoleResponseBody.js.map +1 -1
- package/dist/models/DescribeRestoreDbinstanceListRequest.d.ts +2 -2
- package/dist/models/DescribeRoleTagStatusRequest.d.ts +2 -0
- package/dist/models/DescribeRoleTagStatusRequest.js.map +1 -1
- package/dist/models/DescribeRoleTagStatusResponseBody.d.ts +19 -0
- package/dist/models/DescribeRoleTagStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeRunningLogRecordsRequest.d.ts +19 -20
- package/dist/models/DescribeRunningLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeRunningLogRecordsResponseBody.d.ts +4 -4
- package/dist/models/DescribeShardingNetworkAddressRequest.d.ts +15 -2
- package/dist/models/DescribeShardingNetworkAddressRequest.js.map +1 -1
- package/dist/models/DescribeShardingNetworkAddressResponseBody.d.ts +7 -0
- package/dist/models/DescribeShardingNetworkAddressResponseBody.js.map +1 -1
- package/dist/models/DescribeSlowLogRecordsRequest.d.ts +8 -6
- package/dist/models/DescribeSlowLogRecordsRequest.js.map +1 -1
- package/dist/models/DescribeTagsRequest.d.ts +1 -1
- package/dist/models/DescribeTagsResponseBody.d.ts +5 -2
- package/dist/models/DescribeTagsResponseBody.js.map +1 -1
- package/dist/models/DescribeUserEncryptionKeyListRequest.d.ts +13 -2
- package/dist/models/DescribeUserEncryptionKeyListRequest.js.map +1 -1
- package/dist/models/DescribeUserEncryptionKeyListResponseBody.d.ts +1 -1
- package/dist/models/DescribeVpcsForMongoDbrequest.d.ts +15 -0
- package/dist/models/DescribeVpcsForMongoDbrequest.js.map +1 -1
- package/dist/models/DescribeVpcsForMongoDbresponseBody.d.ts +80 -2
- package/dist/models/DescribeVpcsForMongoDbresponseBody.js.map +1 -1
- package/dist/models/EvaluateResourceRequest.d.ts +51 -37
- package/dist/models/EvaluateResourceRequest.js.map +1 -1
- package/dist/models/EvaluateResourceResponseBody.d.ts +7 -6
- package/dist/models/EvaluateResourceResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +4 -4
- package/dist/models/ListTagResourcesResponseBody.d.ts +1 -1
- package/dist/models/MigrateAvailableZoneRequest.d.ts +5 -4
- package/dist/models/MigrateAvailableZoneRequest.js.map +1 -1
- package/dist/models/MigrateToOtherZoneRequest.d.ts +8 -6
- package/dist/models/MigrateToOtherZoneRequest.js.map +1 -1
- package/dist/models/ModifyAccountDescriptionRequest.d.ts +9 -6
- package/dist/models/ModifyAccountDescriptionRequest.js.map +1 -1
- package/dist/models/ModifyActiveOperationMaintenanceConfigRequest.d.ts +27 -0
- package/dist/models/ModifyActiveOperationMaintenanceConfigRequest.js.map +1 -1
- package/dist/models/ModifyActiveOperationMaintenanceConfigResponseBody.d.ts +3 -0
- package/dist/models/ModifyActiveOperationMaintenanceConfigResponseBody.js.map +1 -1
- package/dist/models/ModifyAuditLogFilterRequest.d.ts +16 -9
- package/dist/models/ModifyAuditLogFilterRequest.js.map +1 -1
- package/dist/models/ModifyAuditPolicyRequest.d.ts +24 -9
- package/dist/models/ModifyAuditPolicyRequest.js.map +1 -1
- package/dist/models/ModifyBackupExpireTimeRequest.d.ts +13 -0
- package/dist/models/ModifyBackupExpireTimeRequest.js.map +1 -1
- package/dist/models/ModifyBackupExpireTimeResponseBody.d.ts +15 -0
- package/dist/models/ModifyBackupExpireTimeResponseBody.js.map +1 -1
- package/dist/models/ModifyBackupPolicyRequest.d.ts +128 -93
- package/dist/models/ModifyBackupPolicyRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceAttributeRequest.d.ts +9 -0
- package/dist/models/ModifyDbinstanceAttributeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceAttributeResponseBody.d.ts +3 -0
- package/dist/models/ModifyDbinstanceAttributeResponseBody.js.map +1 -1
- package/dist/models/ModifyDbinstanceConfigRequest.d.ts +6 -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 +17 -9
- package/dist/models/ModifyDbinstanceConnectionStringRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceConnectionStringResponseBody.d.ts +1 -1
- package/dist/models/ModifyDbinstanceDescriptionRequest.d.ts +5 -5
- package/dist/models/ModifyDbinstanceDiskTypeRequest.d.ts +28 -16
- package/dist/models/ModifyDbinstanceDiskTypeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceMaintainTimeRequest.d.ts +1 -1
- package/dist/models/ModifyDbinstanceNetworkTypeRequest.d.ts +14 -20
- package/dist/models/ModifyDbinstanceNetworkTypeRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceSpecRequest.d.ts +125 -42
- package/dist/models/ModifyDbinstanceSpecRequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceSpecResponseBody.d.ts +2 -2
- package/dist/models/ModifyDbinstanceSslrequest.d.ts +39 -5
- package/dist/models/ModifyDbinstanceSslrequest.js.map +1 -1
- package/dist/models/ModifyDbinstanceSslresponseBody.d.ts +1 -1
- package/dist/models/ModifyDbinstanceTderequest.d.ts +33 -7
- package/dist/models/ModifyDbinstanceTderequest.js.map +1 -1
- package/dist/models/ModifyGlobalSecurityIpgroupNameRequest.d.ts +5 -3
- package/dist/models/ModifyGlobalSecurityIpgroupNameRequest.js.map +1 -1
- package/dist/models/ModifyInstanceVpcAuthModeRequest.d.ts +2 -2
- package/dist/models/ModifyNodeSpecBatchRequest.d.ts +114 -19
- package/dist/models/ModifyNodeSpecBatchRequest.js.map +1 -1
- package/dist/models/ModifyNodeSpecRequest.d.ts +75 -22
- package/dist/models/ModifyNodeSpecRequest.js.map +1 -1
- package/dist/models/ModifyNodeSpecResponseBody.d.ts +2 -2
- package/dist/models/ModifyParametersRequest.d.ts +23 -10
- package/dist/models/ModifyParametersRequest.js.map +1 -1
- package/dist/models/ModifySecurityGroupConfigurationRequest.d.ts +3 -2
- package/dist/models/ModifySecurityGroupConfigurationRequest.js.map +1 -1
- package/dist/models/ModifySecurityIpsRequest.d.ts +8 -5
- package/dist/models/ModifySecurityIpsRequest.js.map +1 -1
- package/dist/models/ModifySrvNetworkAddressRequest.d.ts +20 -0
- package/dist/models/ModifySrvNetworkAddressRequest.js.map +1 -1
- package/dist/models/ModifySrvNetworkAddressResponseBody.d.ts +3 -0
- package/dist/models/ModifySrvNetworkAddressResponseBody.js.map +1 -1
- package/dist/models/ReleaseNodePrivateNetworkAddressRequest.d.ts +17 -9
- package/dist/models/ReleaseNodePrivateNetworkAddressRequest.js.map +1 -1
- package/dist/models/ReleasePublicNetworkAddressRequest.d.ts +8 -6
- package/dist/models/ReleasePublicNetworkAddressRequest.js.map +1 -1
- package/dist/models/RenewDbinstanceRequest.d.ts +10 -7
- package/dist/models/RenewDbinstanceRequest.js.map +1 -1
- package/dist/models/ResetAccountPasswordRequest.d.ts +6 -4
- package/dist/models/ResetAccountPasswordRequest.js.map +1 -1
- package/dist/models/RestartDbinstanceRequest.d.ts +14 -2
- package/dist/models/RestartDbinstanceRequest.js +2 -0
- package/dist/models/RestartDbinstanceRequest.js.map +1 -1
- package/dist/models/RestartNodeRequest.d.ts +19 -5
- package/dist/models/RestartNodeRequest.js.map +1 -1
- package/dist/models/SwitchDbinstanceHarequest.d.ts +5 -4
- package/dist/models/SwitchDbinstanceHarequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +4 -2
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TransformInstanceChargeTypeRequest.d.ts +17 -13
- package/dist/models/TransformInstanceChargeTypeRequest.js.map +1 -1
- package/dist/models/TransformToPrePaidRequest.d.ts +9 -7
- package/dist/models/TransformToPrePaidRequest.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +8 -4
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UpgradeDbinstanceEngineVersionRequest.d.ts +4 -3
- package/dist/models/UpgradeDbinstanceEngineVersionRequest.js.map +1 -1
- package/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +21 -17
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +575 -434
- package/src/models/AllocateDbinstanceSrvNetworkAddressRequest.ts +16 -0
- package/src/models/AllocateDbinstanceSrvNetworkAddressResponseBody.ts +3 -0
- package/src/models/AllocateNodePrivateNetworkAddressRequest.ts +9 -8
- package/src/models/CancelActiveOperationTasksRequest.ts +5 -0
- package/src/models/CancelActiveOperationTasksResponseBody.ts +6 -0
- package/src/models/CheckCloudResourceAuthorizedResponseBody.ts +6 -4
- package/src/models/CreateAccountRequest.ts +6 -4
- package/src/models/CreateBackupRequest.ts +22 -4
- package/src/models/CreateBackupResponseBody.ts +6 -1
- package/src/models/CreateDbinstanceRequest.ts +212 -139
- package/src/models/CreateDbinstanceResponseBody.ts +3 -3
- package/src/models/CreateGlobalSecurityIpgroupRequest.ts +5 -3
- package/src/models/CreateGlobalSecurityIpgroupResponseBody.ts +5 -3
- package/src/models/CreateNodeBatchRequest.ts +33 -17
- package/src/models/CreateNodeRequest.ts +65 -34
- package/src/models/CreateNodeRoleTagRequest.ts +7 -0
- package/src/models/CreateNodeRoleTagResponseBody.ts +3 -0
- package/src/models/CreateShardingDbinstanceRequest.ts +208 -160
- package/src/models/DeleteBackupRequest.ts +4 -0
- package/src/models/DeleteBackupResponseBody.ts +3 -0
- package/src/models/DeleteDbinstanceRequest.ts +1 -1
- package/src/models/DeleteGlobalSecurityIpgroupRequest.ts +8 -6
- package/src/models/DeleteGlobalSecurityIpgroupResponseBody.ts +1 -1
- package/src/models/DescribeActiveOperationMaintenanceConfigResponseBody.ts +30 -17
- package/src/models/DescribeActiveOperationTaskCountResponseBody.ts +3 -2
- package/src/models/DescribeActiveOperationTaskRegionRequest.ts +10 -8
- package/src/models/DescribeActiveOperationTaskRegionResponseBody.ts +3 -3
- package/src/models/DescribeActiveOperationTaskRequest.ts +5 -2
- package/src/models/DescribeActiveOperationTaskResponseBody.ts +8 -0
- package/src/models/DescribeActiveOperationTaskTypeRequest.ts +3 -2
- package/src/models/DescribeActiveOperationTaskTypeResponseBody.ts +4 -3
- package/src/models/DescribeActiveOperationTasksRequest.ts +55 -30
- package/src/models/DescribeActiveOperationTasksResponseBody.ts +92 -56
- package/src/models/DescribeAuditLogFilterRequest.ts +5 -3
- package/src/models/DescribeAuditLogFilterResponseBody.ts +13 -7
- package/src/models/DescribeAuditPolicyResponseBody.ts +5 -4
- package/src/models/DescribeAuditRecordsRequest.ts +21 -20
- package/src/models/DescribeAuditRecordsResponseBody.ts +3 -3
- package/src/models/DescribeAvailabilityZonesRequest.ts +36 -23
- package/src/models/DescribeAvailabilityZonesResponseBody.ts +3 -2
- package/src/models/DescribeAvailableResourceRequest.ts +15 -9
- package/src/models/DescribeBackupDbsRequest.ts +6 -6
- package/src/models/DescribeBackupPolicyRequest.ts +5 -4
- package/src/models/DescribeBackupPolicyResponseBody.ts +100 -57
- package/src/models/DescribeBackupStorageRequest.ts +2 -2
- package/src/models/DescribeBackupStorageResponseBody.ts +4 -4
- package/src/models/DescribeBackupTasksRequest.ts +2 -2
- package/src/models/DescribeBackupTasksResponseBody.ts +15 -11
- package/src/models/DescribeBackupsRequest.ts +30 -17
- package/src/models/DescribeBackupsResponseBody.ts +8 -6
- package/src/models/DescribeBinlogFilesRequest.ts +48 -0
- package/src/models/DescribeBinlogFilesResponseBody.ts +12 -0
- package/src/models/DescribeClusterBackupsRequest.ts +30 -19
- package/src/models/DescribeClusterBackupsResponseBody.ts +76 -50
- package/src/models/DescribeClusterRecoverTimeRequest.ts +25 -1
- package/src/models/DescribeClusterRecoverTimeResponseBody.ts +5 -6
- package/src/models/DescribeDbinstanceAttributeRequest.ts +8 -7
- package/src/models/DescribeDbinstanceAttributeResponseBody.ts +71 -1
- package/src/models/DescribeDbinstanceEncryptionKeyResponseBody.ts +3 -2
- package/src/models/DescribeDbinstancePerformanceRequest.ts +26 -15
- package/src/models/DescribeDbinstancePerformanceResponseBody.ts +2 -2
- package/src/models/DescribeDbinstanceSpecInfoRequest.ts +10 -0
- package/src/models/DescribeDbinstanceSpecInfoResponseBody.ts +16 -0
- package/src/models/DescribeDbinstanceSslresponseBody.ts +16 -4
- package/src/models/DescribeDbinstanceSwitchLogResponseBody.ts +12 -7
- package/src/models/DescribeDbinstanceTdeinfoResponseBody.ts +16 -15
- package/src/models/DescribeDbinstancesOverviewRequest.ts +39 -27
- package/src/models/DescribeDbinstancesOverviewResponseBody.ts +83 -59
- package/src/models/DescribeDbinstancesRequest.ts +78 -51
- package/src/models/DescribeDbinstancesResponseBody.ts +3 -3
- package/src/models/DescribeErrorLogRecordsRequest.ts +9 -7
- package/src/models/DescribeGlobalSecurityIpgroupRelationRequest.ts +1 -1
- package/src/models/DescribeGlobalSecurityIpgroupRelationResponseBody.ts +6 -6
- package/src/models/DescribeHistoryTasksRequest.ts +58 -30
- package/src/models/DescribeHistoryTasksResponseBody.ts +85 -53
- package/src/models/DescribeInstanceAutoRenewalAttributeRequest.ts +4 -3
- package/src/models/DescribeInstanceRecoverTimeRequest.ts +24 -0
- package/src/models/DescribeInstanceRecoverTimeResponseBody.ts +5 -6
- package/src/models/DescribeKernelReleaseNotesRequest.ts +1 -1
- package/src/models/DescribeMongoDblogConfigRequest.ts +1 -1
- package/src/models/DescribeMongoDblogConfigResponseBody.ts +39 -19
- package/src/models/DescribeParameterModificationHistoryRequest.ts +11 -8
- package/src/models/DescribeParameterTemplatesRequest.ts +22 -14
- package/src/models/DescribeParameterTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeParametersRequest.ts +7 -5
- package/src/models/DescribePriceRequest.ts +37 -25
- package/src/models/DescribePriceResponseBody.ts +32 -25
- package/src/models/DescribeRdsVpcsRequest.ts +6 -0
- package/src/models/DescribeRdsVpcsResponseBody.ts +73 -2
- package/src/models/DescribeRdsVswitchsRequest.ts +9 -0
- package/src/models/DescribeRdsVswitchsResponseBody.ts +46 -1
- package/src/models/DescribeRegionsRequest.ts +4 -3
- package/src/models/DescribeRenewalPriceRequest.ts +8 -4
- package/src/models/DescribeRenewalPriceResponseBody.ts +22 -9
- package/src/models/DescribeReplicaSetRoleResponseBody.ts +11 -0
- package/src/models/DescribeRestoreDbinstanceListRequest.ts +2 -2
- package/src/models/DescribeRoleTagStatusRequest.ts +2 -0
- package/src/models/DescribeRoleTagStatusResponseBody.ts +19 -0
- package/src/models/DescribeRunningLogRecordsRequest.ts +19 -20
- package/src/models/DescribeRunningLogRecordsResponseBody.ts +4 -4
- package/src/models/DescribeShardingNetworkAddressRequest.ts +15 -2
- package/src/models/DescribeShardingNetworkAddressResponseBody.ts +7 -0
- package/src/models/DescribeSlowLogRecordsRequest.ts +9 -7
- package/src/models/DescribeTagsRequest.ts +1 -1
- package/src/models/DescribeTagsResponseBody.ts +5 -2
- package/src/models/DescribeUserEncryptionKeyListRequest.ts +13 -2
- package/src/models/DescribeUserEncryptionKeyListResponseBody.ts +1 -1
- package/src/models/DescribeVpcsForMongoDbrequest.ts +15 -0
- package/src/models/DescribeVpcsForMongoDbresponseBody.ts +80 -2
- package/src/models/EvaluateResourceRequest.ts +51 -37
- package/src/models/EvaluateResourceResponseBody.ts +7 -6
- package/src/models/ListTagResourcesRequest.ts +4 -4
- package/src/models/ListTagResourcesResponseBody.ts +1 -1
- package/src/models/MigrateAvailableZoneRequest.ts +6 -5
- package/src/models/MigrateToOtherZoneRequest.ts +8 -6
- package/src/models/ModifyAccountDescriptionRequest.ts +9 -6
- package/src/models/ModifyActiveOperationMaintenanceConfigRequest.ts +27 -0
- package/src/models/ModifyActiveOperationMaintenanceConfigResponseBody.ts +3 -0
- package/src/models/ModifyAuditLogFilterRequest.ts +16 -9
- package/src/models/ModifyAuditPolicyRequest.ts +24 -9
- package/src/models/ModifyBackupExpireTimeRequest.ts +13 -0
- package/src/models/ModifyBackupExpireTimeResponseBody.ts +15 -0
- package/src/models/ModifyBackupPolicyRequest.ts +130 -95
- package/src/models/ModifyDbinstanceAttributeRequest.ts +9 -0
- package/src/models/ModifyDbinstanceAttributeResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceConfigRequest.ts +6 -0
- package/src/models/ModifyDbinstanceConfigResponseBody.ts +3 -0
- package/src/models/ModifyDbinstanceConnectionStringRequest.ts +17 -9
- package/src/models/ModifyDbinstanceConnectionStringResponseBody.ts +1 -1
- package/src/models/ModifyDbinstanceDescriptionRequest.ts +6 -6
- package/src/models/ModifyDbinstanceDiskTypeRequest.ts +28 -16
- package/src/models/ModifyDbinstanceMaintainTimeRequest.ts +1 -1
- package/src/models/ModifyDbinstanceNetworkTypeRequest.ts +14 -20
- package/src/models/ModifyDbinstanceSpecRequest.ts +125 -42
- package/src/models/ModifyDbinstanceSpecResponseBody.ts +2 -2
- package/src/models/ModifyDbinstanceSslrequest.ts +39 -5
- package/src/models/ModifyDbinstanceSslresponseBody.ts +1 -1
- package/src/models/ModifyDbinstanceTderequest.ts +33 -7
- package/src/models/ModifyGlobalSecurityIpgroupNameRequest.ts +5 -3
- package/src/models/ModifyInstanceVpcAuthModeRequest.ts +2 -2
- package/src/models/ModifyNodeSpecBatchRequest.ts +114 -19
- package/src/models/ModifyNodeSpecRequest.ts +75 -22
- package/src/models/ModifyNodeSpecResponseBody.ts +2 -2
- package/src/models/ModifyParametersRequest.ts +23 -10
- package/src/models/ModifySecurityGroupConfigurationRequest.ts +3 -2
- package/src/models/ModifySecurityIpsRequest.ts +8 -5
- package/src/models/ModifySrvNetworkAddressRequest.ts +20 -0
- package/src/models/ModifySrvNetworkAddressResponseBody.ts +3 -0
- package/src/models/ReleaseNodePrivateNetworkAddressRequest.ts +17 -9
- package/src/models/ReleasePublicNetworkAddressRequest.ts +8 -6
- package/src/models/RenewDbinstanceRequest.ts +10 -7
- package/src/models/ResetAccountPasswordRequest.ts +6 -4
- package/src/models/RestartDbinstanceRequest.ts +16 -2
- package/src/models/RestartNodeRequest.ts +19 -5
- package/src/models/SwitchDbinstanceHarequest.ts +6 -5
- package/src/models/TagResourcesRequest.ts +4 -2
- package/src/models/TransformInstanceChargeTypeRequest.ts +17 -13
- package/src/models/TransformToPrePaidRequest.ts +9 -7
- package/src/models/UntagResourcesRequest.ts +9 -5
- package/src/models/UpgradeDbinstanceEngineVersionRequest.ts +4 -3
- package/src/models/model.ts +2 -0
|
@@ -17,7 +17,7 @@ export class ModifyInstanceVpcAuthModeRequest extends $dara.Model {
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* The ID of the mongos node in the sharded cluster instance.
|
|
19
19
|
*
|
|
20
|
-
* >
|
|
20
|
+
* > This parameter can be used only when the instance type is sharded cluster.
|
|
21
21
|
*
|
|
22
22
|
* @example
|
|
23
23
|
* s-bpxxxxxxxx
|
|
@@ -32,7 +32,7 @@ export class ModifyInstanceVpcAuthModeRequest extends $dara.Model {
|
|
|
32
32
|
* Specify whether to disable password-free access over VPC. Set the value to **Close**.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
|
-
*
|
|
35
|
+
* Close
|
|
36
36
|
*/
|
|
37
37
|
vpcAuthMode?: string;
|
|
38
38
|
static names(): { [key: string]: string } {
|
|
@@ -7,8 +7,21 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* Specifies whether to enable automatic payment. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
10
|
+
* - **true**: Automatic payment is enabled. Make sure that your account has a sufficient balance.
|
|
11
|
+
*
|
|
12
|
+
* <props="china">
|
|
13
|
+
*
|
|
14
|
+
* - **false**: Manual payment is enabled. Log on to the ApsaraDB for MongoDB console. In the upper-right corner, choose **Expenses** > **Expenses and Costs**. In the navigation pane on the left, choose **Subscription Orders** > **My Orders**. On the **Product Orders** tab, find the target order and pay for it.
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* <props="intl">
|
|
20
|
+
*
|
|
21
|
+
* - **false**: Manual payment is enabled. Log on to the ApsaraDB for MongoDB console. In the upper-right corner, choose **Expenses** > **Expenses and Costs**. In the navigation pane on the left, click **Order Management**. On the **Product Orders** page, find the target order and pay for it.
|
|
22
|
+
*
|
|
23
|
+
*
|
|
24
|
+
*
|
|
12
25
|
*
|
|
13
26
|
* Default value: **true**.
|
|
14
27
|
*
|
|
@@ -26,7 +39,7 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
26
39
|
businessInfo?: string;
|
|
27
40
|
/**
|
|
28
41
|
* @remarks
|
|
29
|
-
*
|
|
42
|
+
* A client token. It is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
30
43
|
*
|
|
31
44
|
* @example
|
|
32
45
|
* ETnLKlblzczshOTUbOCz****
|
|
@@ -34,15 +47,19 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
34
47
|
clientToken?: string;
|
|
35
48
|
/**
|
|
36
49
|
* @remarks
|
|
37
|
-
*
|
|
50
|
+
* Specifies whether to use a coupon. Valid values:
|
|
51
|
+
*
|
|
52
|
+
* - **default** or **null** (default): A coupon is used.
|
|
53
|
+
*
|
|
54
|
+
* - **youhuiquan_promotion_option_id_for_blank**: A coupon is not used.
|
|
38
55
|
*
|
|
39
56
|
* @example
|
|
40
|
-
*
|
|
57
|
+
* default
|
|
41
58
|
*/
|
|
42
59
|
couponNo?: string;
|
|
43
60
|
/**
|
|
44
61
|
* @remarks
|
|
45
|
-
* The ID of the instance
|
|
62
|
+
* The ID of the instance for which you want to change configurations.
|
|
46
63
|
*
|
|
47
64
|
* This parameter is required.
|
|
48
65
|
*
|
|
@@ -52,16 +69,15 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
52
69
|
DBInstanceId?: string;
|
|
53
70
|
/**
|
|
54
71
|
* @remarks
|
|
55
|
-
* The
|
|
56
|
-
*
|
|
57
|
-
* * **Immediately**: The configurations immediately take effect.
|
|
58
|
-
* * **MaintainTime**: The configurations take effect during the maintenance window of the instance.
|
|
72
|
+
* The effective period of the configuration change. Valid values:
|
|
59
73
|
*
|
|
60
|
-
*
|
|
74
|
+
* - **Immediately**: The change takes effect immediately.
|
|
61
75
|
*
|
|
62
|
-
*
|
|
76
|
+
* - **MaintainTime**: The change takes effect during the maintenance window of the instance.
|
|
63
77
|
*
|
|
64
|
-
* *
|
|
78
|
+
* > * You can call the [ModifyDBInstanceMaintainTime](https://help.aliyun.com/document_detail/62008.html) operation to change the maintenance window of an instance.
|
|
79
|
+
* >
|
|
80
|
+
* > * You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/62010.html) operation to view the maintenance window of an instance.
|
|
65
81
|
*
|
|
66
82
|
* Default value: **Immediately**.
|
|
67
83
|
*
|
|
@@ -71,7 +87,7 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
71
87
|
effectiveTime?: string;
|
|
72
88
|
/**
|
|
73
89
|
* @remarks
|
|
74
|
-
* The
|
|
90
|
+
* The instance types of the Mongos and shard nodes that you want to change. For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html).
|
|
75
91
|
*
|
|
76
92
|
* This parameter is required.
|
|
77
93
|
*
|
|
@@ -81,12 +97,13 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
81
97
|
nodesInfo?: string;
|
|
82
98
|
/**
|
|
83
99
|
* @remarks
|
|
84
|
-
* The type of configuration
|
|
100
|
+
* The type of configuration change. Valid values:
|
|
85
101
|
*
|
|
86
|
-
*
|
|
87
|
-
* * **DOWNGRADE**
|
|
102
|
+
* - **UPGRADE**: Upgrades the instance configuration.
|
|
88
103
|
*
|
|
89
|
-
*
|
|
104
|
+
* - **DOWNGRADE**: Downgrades the instance configuration.
|
|
105
|
+
*
|
|
106
|
+
* > This parameter is available only when the billing method of the instance is subscription.
|
|
90
107
|
*
|
|
91
108
|
* @example
|
|
92
109
|
* UPGRADE
|
|
@@ -96,7 +113,7 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
96
113
|
ownerId?: number;
|
|
97
114
|
/**
|
|
98
115
|
* @remarks
|
|
99
|
-
* The region ID
|
|
116
|
+
* The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation to query the most recent region list.
|
|
100
117
|
*
|
|
101
118
|
* @example
|
|
102
119
|
* cn-hangzhou
|
|
@@ -104,9 +121,87 @@ export class ModifyNodeSpecBatchRequest extends $dara.Model {
|
|
|
104
121
|
regionId?: string;
|
|
105
122
|
resourceOwnerAccount?: string;
|
|
106
123
|
resourceOwnerId?: number;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* The destination zone of the hidden node for a configuration change that involves a zone migration.
|
|
127
|
+
*
|
|
128
|
+
* >Notice:
|
|
129
|
+
*
|
|
130
|
+
* This parameter applies only to instances that use disks.
|
|
131
|
+
*
|
|
132
|
+
*
|
|
133
|
+
*
|
|
134
|
+
* >Notice:
|
|
135
|
+
*
|
|
136
|
+
* The value of this parameter cannot be the same as the value of the TargetZoneId or TargetSecondaryZoneId parameter.
|
|
137
|
+
*
|
|
138
|
+
*
|
|
139
|
+
*
|
|
140
|
+
* > - This parameter is required only for a configuration change that involves a zone migration.
|
|
141
|
+
*
|
|
142
|
+
* @example
|
|
143
|
+
* cn-hangzhou-e
|
|
144
|
+
*/
|
|
107
145
|
targetHiddenZoneId?: string;
|
|
146
|
+
/**
|
|
147
|
+
* @remarks
|
|
148
|
+
* The destination zone of the secondary node for a configuration change that involves a zone migration.
|
|
149
|
+
*
|
|
150
|
+
* >Notice:
|
|
151
|
+
*
|
|
152
|
+
* This parameter applies only to instances that use disks.
|
|
153
|
+
*
|
|
154
|
+
*
|
|
155
|
+
*
|
|
156
|
+
* >Notice:
|
|
157
|
+
*
|
|
158
|
+
* The value of this parameter cannot be the same as the value of the TargetZoneId or TargetHiddenZoneId parameter.
|
|
159
|
+
*
|
|
160
|
+
*
|
|
161
|
+
*
|
|
162
|
+
* > - This parameter is required only for a configuration change that involves a zone migration.
|
|
163
|
+
*
|
|
164
|
+
* @example
|
|
165
|
+
* cn-hangzhou-j
|
|
166
|
+
*/
|
|
108
167
|
targetSecondaryZoneId?: string;
|
|
168
|
+
/**
|
|
169
|
+
* @remarks
|
|
170
|
+
* The ID of the destination virtual switch for a configuration change that involves a zone migration.
|
|
171
|
+
*
|
|
172
|
+
* >Notice:
|
|
173
|
+
*
|
|
174
|
+
* This parameter applies only to instances that use disks.
|
|
175
|
+
*
|
|
176
|
+
*
|
|
177
|
+
*
|
|
178
|
+
* > - This parameter is required only for a configuration change that involves a zone migration.
|
|
179
|
+
*
|
|
180
|
+
* @example
|
|
181
|
+
* vsw-xxxxxxxx
|
|
182
|
+
*/
|
|
109
183
|
targetVswitchId?: string;
|
|
184
|
+
/**
|
|
185
|
+
* @remarks
|
|
186
|
+
* The destination zone of the primary node for a configuration change that involves a zone migration.
|
|
187
|
+
*
|
|
188
|
+
* >Notice:
|
|
189
|
+
*
|
|
190
|
+
* This parameter applies only to instances that use disks.
|
|
191
|
+
*
|
|
192
|
+
*
|
|
193
|
+
*
|
|
194
|
+
* >Notice:
|
|
195
|
+
*
|
|
196
|
+
* The value of this parameter cannot be the same as the value of the TargetSecondaryZoneId or TargetHiddenZoneId parameter.
|
|
197
|
+
*
|
|
198
|
+
*
|
|
199
|
+
*
|
|
200
|
+
* > - This parameter is required only for a configuration change that involves a zone migration.
|
|
201
|
+
*
|
|
202
|
+
* @example
|
|
203
|
+
* cn-hangzhou-h
|
|
204
|
+
*/
|
|
110
205
|
targetZoneId?: string;
|
|
111
206
|
static names(): { [key: string]: string } {
|
|
112
207
|
return {
|
|
@@ -7,8 +7,9 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* Specifies whether to enable automatic payment. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
10
|
+
* - **true** (default): Enables automatic payment. Make sure that your account has a sufficient balance.
|
|
11
|
+
*
|
|
12
|
+
* - **false**: Disables automatic payment. You must manually pay for the order.
|
|
12
13
|
*
|
|
13
14
|
* @example
|
|
14
15
|
* true
|
|
@@ -24,7 +25,7 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
24
25
|
businessInfo?: string;
|
|
25
26
|
/**
|
|
26
27
|
* @remarks
|
|
27
|
-
*
|
|
28
|
+
* A client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
28
29
|
*
|
|
29
30
|
* @example
|
|
30
31
|
* ETnLKlblzczshOTUbOCz****
|
|
@@ -32,15 +33,19 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
32
33
|
clientToken?: string;
|
|
33
34
|
/**
|
|
34
35
|
* @remarks
|
|
35
|
-
*
|
|
36
|
+
* Specifies whether to use a coupon. Valid values:
|
|
37
|
+
*
|
|
38
|
+
* - **default** or **null** (default): A coupon is used.
|
|
39
|
+
*
|
|
40
|
+
* - **youhuiquan_promotion_option_id_for_blank**: A coupon is not used.
|
|
36
41
|
*
|
|
37
42
|
* @example
|
|
38
|
-
*
|
|
43
|
+
* default
|
|
39
44
|
*/
|
|
40
45
|
couponNo?: string;
|
|
41
46
|
/**
|
|
42
47
|
* @remarks
|
|
43
|
-
* The ID
|
|
48
|
+
* The instance ID.
|
|
44
49
|
*
|
|
45
50
|
* This parameter is required.
|
|
46
51
|
*
|
|
@@ -50,10 +55,11 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
50
55
|
DBInstanceId?: string;
|
|
51
56
|
/**
|
|
52
57
|
* @remarks
|
|
53
|
-
* The time
|
|
58
|
+
* The effective time of the configuration change. Valid values:
|
|
54
59
|
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
60
|
+
* - **Immediately** (default): The change takes effect immediately.
|
|
61
|
+
*
|
|
62
|
+
* - **MaintainTime**: The change takes effect during the O\\&M window of the instance.
|
|
57
63
|
*
|
|
58
64
|
* @example
|
|
59
65
|
* Immediately
|
|
@@ -63,8 +69,9 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
63
69
|
* @remarks
|
|
64
70
|
* The source of the request. Valid values:
|
|
65
71
|
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
72
|
+
* - **OpenApi**: The request is from OpenAPI.
|
|
73
|
+
*
|
|
74
|
+
* - **mongo_buy**: The request is from the console.
|
|
68
75
|
*
|
|
69
76
|
* @example
|
|
70
77
|
* OpenApi
|
|
@@ -72,7 +79,7 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
72
79
|
fromApp?: string;
|
|
73
80
|
/**
|
|
74
81
|
* @remarks
|
|
75
|
-
* The
|
|
82
|
+
* The instance type of the shard or Mongos node. For more information, see [Instance types](https://help.aliyun.com/document_detail/57141.html).
|
|
76
83
|
*
|
|
77
84
|
* @example
|
|
78
85
|
* dds.mongos.standard
|
|
@@ -80,9 +87,9 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
80
87
|
nodeClass?: string;
|
|
81
88
|
/**
|
|
82
89
|
* @remarks
|
|
83
|
-
* The ID of the shard or
|
|
90
|
+
* The ID of the shard or Mongos node in the sharded cluster instance. You can call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/62010.html) operation to query the node ID.
|
|
84
91
|
*
|
|
85
|
-
* > If you set this parameter to the ID of
|
|
92
|
+
* > If you set this parameter to the ID of a shard node, you must also specify the **NodeStorage** parameter.
|
|
86
93
|
*
|
|
87
94
|
* This parameter is required.
|
|
88
95
|
*
|
|
@@ -92,12 +99,11 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
92
99
|
nodeId?: string;
|
|
93
100
|
/**
|
|
94
101
|
* @remarks
|
|
95
|
-
* The storage
|
|
102
|
+
* The storage space of the shard node. The step size is 10. Unit: GB.
|
|
96
103
|
*
|
|
97
|
-
*
|
|
98
|
-
* * Valid values are **20** to **16000** if the instance uses enhanced SSDs (ESSDs) at PL1.
|
|
104
|
+
* - SSD local disk: **10** to **2000**.
|
|
99
105
|
*
|
|
100
|
-
*
|
|
106
|
+
* - ESSD PL1 disk: **20** to **16000**.
|
|
101
107
|
*
|
|
102
108
|
* @example
|
|
103
109
|
* 20
|
|
@@ -107,8 +113,9 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
107
113
|
* @remarks
|
|
108
114
|
* The order type. Valid values:
|
|
109
115
|
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
116
|
+
* - **UPGRADE**: upgrades the instance configuration.
|
|
117
|
+
*
|
|
118
|
+
* - **DOWNGRADE**: downgrades the instance configuration.
|
|
112
119
|
*
|
|
113
120
|
* @example
|
|
114
121
|
* UPGRADE
|
|
@@ -120,7 +127,7 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
120
127
|
* @remarks
|
|
121
128
|
* The number of read-only nodes in the shard node.
|
|
122
129
|
*
|
|
123
|
-
* Valid values: **0** to **5**. The value must be an integer.
|
|
130
|
+
* Valid values: **0** to **5**. The value must be an integer.
|
|
124
131
|
*
|
|
125
132
|
* @example
|
|
126
133
|
* 5
|
|
@@ -130,15 +137,61 @@ export class ModifyNodeSpecRequest extends $dara.Model {
|
|
|
130
137
|
resourceOwnerId?: number;
|
|
131
138
|
/**
|
|
132
139
|
* @remarks
|
|
133
|
-
* The
|
|
140
|
+
* The time when the configuration change takes effect. Specify the time in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
|
|
141
|
+
*
|
|
142
|
+
* > This parameter is deprecated. Use the EffectiveTime parameter instead.
|
|
134
143
|
*
|
|
135
144
|
* @example
|
|
136
145
|
* 2022-01-05T03:18:53Z
|
|
137
146
|
*/
|
|
138
147
|
switchTime?: string;
|
|
148
|
+
/**
|
|
149
|
+
* @remarks
|
|
150
|
+
* The hidden zone to which you want to migrate the instance.
|
|
151
|
+
*
|
|
152
|
+
* >Notice:
|
|
153
|
+
*
|
|
154
|
+
* This parameter is applicable only to instances that use disks.
|
|
155
|
+
*
|
|
156
|
+
* @example
|
|
157
|
+
* cn-hangzhou-j
|
|
158
|
+
*/
|
|
139
159
|
targetHiddenZoneId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* @remarks
|
|
162
|
+
* The secondary zone to which you want to migrate the instance.
|
|
163
|
+
*
|
|
164
|
+
* >Notice:
|
|
165
|
+
*
|
|
166
|
+
* This parameter is applicable only to instances that use disks.
|
|
167
|
+
*
|
|
168
|
+
* @example
|
|
169
|
+
* cn-hangzhou-e
|
|
170
|
+
*/
|
|
140
171
|
targetSecondaryZoneId?: string;
|
|
172
|
+
/**
|
|
173
|
+
* @remarks
|
|
174
|
+
* The ID of the vSwitch in the destination zone.
|
|
175
|
+
*
|
|
176
|
+
* >Notice:
|
|
177
|
+
*
|
|
178
|
+
* This parameter is applicable only to instances that use disks.
|
|
179
|
+
*
|
|
180
|
+
* @example
|
|
181
|
+
* vsw-xxxxxxxx
|
|
182
|
+
*/
|
|
141
183
|
targetVswitchId?: string;
|
|
184
|
+
/**
|
|
185
|
+
* @remarks
|
|
186
|
+
* The primary zone to which you want to migrate the instance.
|
|
187
|
+
*
|
|
188
|
+
* >Notice:
|
|
189
|
+
*
|
|
190
|
+
* This parameter is applicable only to instances that use disks.
|
|
191
|
+
*
|
|
192
|
+
* @example
|
|
193
|
+
* cn-hangzhou-h
|
|
194
|
+
*/
|
|
142
195
|
targetZoneId?: string;
|
|
143
196
|
static names(): { [key: string]: string } {
|
|
144
197
|
return {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyNodeSpecResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The order ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 21084641369****
|
|
@@ -13,7 +13,7 @@ export class ModifyNodeSpecResponseBody extends $dara.Model {
|
|
|
13
13
|
orderId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The ID
|
|
16
|
+
* The request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 61B05CCF-EBAB-4BF3-BA67-D77256A721E2
|
|
@@ -5,11 +5,13 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyParametersRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The type of the node. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* - **db**: shard node.
|
|
11
|
+
*
|
|
12
|
+
* - **cs**: Configserver node.
|
|
13
|
+
*
|
|
14
|
+
* - **mongos**: mongos node.
|
|
13
15
|
*
|
|
14
16
|
* @example
|
|
15
17
|
* db
|
|
@@ -19,7 +21,7 @@ export class ModifyParametersRequest extends $dara.Model {
|
|
|
19
21
|
* @remarks
|
|
20
22
|
* The instance ID.
|
|
21
23
|
*
|
|
22
|
-
* >
|
|
24
|
+
* > If this parameter is a sharded cluster instance ID, you must also specify the NodeId parameter.
|
|
23
25
|
*
|
|
24
26
|
* This parameter is required.
|
|
25
27
|
*
|
|
@@ -29,9 +31,9 @@ export class ModifyParametersRequest extends $dara.Model {
|
|
|
29
31
|
DBInstanceId?: string;
|
|
30
32
|
/**
|
|
31
33
|
* @remarks
|
|
32
|
-
* The ID of the mongos or shard node in the
|
|
34
|
+
* The ID of the mongos or shard node in the sharded cluster instance.
|
|
33
35
|
*
|
|
34
|
-
* >
|
|
36
|
+
* > This parameter is active only when the DBInstanceId parameter is set to a sharded cluster instance ID.
|
|
35
37
|
*
|
|
36
38
|
* @example
|
|
37
39
|
* d-bp1b7bb3bbe****
|
|
@@ -41,9 +43,9 @@ export class ModifyParametersRequest extends $dara.Model {
|
|
|
41
43
|
ownerId?: number;
|
|
42
44
|
/**
|
|
43
45
|
* @remarks
|
|
44
|
-
* The
|
|
46
|
+
* The parameters and their new values. The value must be a JSON string. Example: {"ParameterName1":"ParameterValue1","ParameterName2":"ParameterValue2"}.
|
|
45
47
|
*
|
|
46
|
-
* >
|
|
48
|
+
* > Call the [DescribeParameterTemplates](https://help.aliyun.com/document_detail/67618.html) operation to query the list of default parameter templates.
|
|
47
49
|
*
|
|
48
50
|
* This parameter is required.
|
|
49
51
|
*
|
|
@@ -53,7 +55,7 @@ export class ModifyParametersRequest extends $dara.Model {
|
|
|
53
55
|
parameters?: string;
|
|
54
56
|
/**
|
|
55
57
|
* @remarks
|
|
56
|
-
* The region ID of the instance.
|
|
58
|
+
* The region ID of the instance. To query the latest region list, call the [DescribeRegions](https://help.aliyun.com/document_detail/61933.html) operation.
|
|
57
59
|
*
|
|
58
60
|
* @example
|
|
59
61
|
* cn-hangzhou
|
|
@@ -61,6 +63,17 @@ export class ModifyParametersRequest extends $dara.Model {
|
|
|
61
63
|
regionId?: string;
|
|
62
64
|
resourceOwnerAccount?: string;
|
|
63
65
|
resourceOwnerId?: number;
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The time to apply the parameter modifications. Valid values:
|
|
69
|
+
*
|
|
70
|
+
* - 0: Immediately.
|
|
71
|
+
*
|
|
72
|
+
* - 1: During the maintenance window.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* 0
|
|
76
|
+
*/
|
|
64
77
|
switchMode?: string;
|
|
65
78
|
static names(): { [key: string]: string } {
|
|
66
79
|
return {
|
|
@@ -21,8 +21,9 @@ export class ModifySecurityGroupConfigurationRequest extends $dara.Model {
|
|
|
21
21
|
* @remarks
|
|
22
22
|
* The ID of the ECS security group.
|
|
23
23
|
*
|
|
24
|
-
* >
|
|
25
|
-
* >
|
|
24
|
+
* > - You can bind up to 10 ECS security groups to an ApsaraDB for MongoDB instance.
|
|
25
|
+
* >
|
|
26
|
+
* > - You can call the [DescribeSecurityGroup](https://help.aliyun.com/document_detail/25556.html) operation of ECS to query the security groups in the specified region.
|
|
26
27
|
*
|
|
27
28
|
* This parameter is required.
|
|
28
29
|
*
|
|
@@ -17,9 +17,11 @@ export class ModifySecurityIpsRequest extends $dara.Model {
|
|
|
17
17
|
* @remarks
|
|
18
18
|
* The method that is used to modify the IP address whitelist. Valid values:
|
|
19
19
|
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
20
|
+
* - **Cover**: overwrites the original IP address whitelist.
|
|
21
|
+
*
|
|
22
|
+
* - **Append**: appends data to the IP address whitelist.
|
|
23
|
+
*
|
|
24
|
+
* - **Delete**: deletes the IP address whitelist.
|
|
23
25
|
*
|
|
24
26
|
* Default value: **Cover**.
|
|
25
27
|
*
|
|
@@ -53,8 +55,9 @@ export class ModifySecurityIpsRequest extends $dara.Model {
|
|
|
53
55
|
* @remarks
|
|
54
56
|
* The IP addresses in the IP address whitelist. Separate multiple IP addresses with commas (,). You can add a maximum of 1,000 different IP addresses to the IP address whitelist. The entries in the IP address whitelist must be in one of the following formats:
|
|
55
57
|
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
+
* - IP addresses, such as 127.0.0.1.
|
|
59
|
+
*
|
|
60
|
+
* - CIDR blocks, such as 127.0.0.1/24. In this example, 24 indicates that the prefix of each IP address in the IP address whitelist is 24 bits in length. You can replace 24 with a value within the range of 1 to 32.
|
|
58
61
|
*
|
|
59
62
|
* This parameter is required.
|
|
60
63
|
*
|
|
@@ -5,6 +5,12 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifySrvNetworkAddressRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
+
* The type of the SRV connection address to modify. Valid values:
|
|
9
|
+
*
|
|
10
|
+
* - **VPC**: virtual private cloud (VPC)
|
|
11
|
+
*
|
|
12
|
+
* - **Public**: Internet connection
|
|
13
|
+
*
|
|
8
14
|
* This parameter is required.
|
|
9
15
|
*
|
|
10
16
|
* @example
|
|
@@ -13,6 +19,8 @@ export class ModifySrvNetworkAddressRequest extends $dara.Model {
|
|
|
13
19
|
connectionType?: string;
|
|
14
20
|
/**
|
|
15
21
|
* @remarks
|
|
22
|
+
* The instance ID.
|
|
23
|
+
*
|
|
16
24
|
* This parameter is required.
|
|
17
25
|
*
|
|
18
26
|
* @example
|
|
@@ -21,6 +29,18 @@ export class ModifySrvNetworkAddressRequest extends $dara.Model {
|
|
|
21
29
|
DBInstanceId?: string;
|
|
22
30
|
/**
|
|
23
31
|
* @remarks
|
|
32
|
+
* The new connection address. The address must meet the following requirements:
|
|
33
|
+
*
|
|
34
|
+
* - Starts with a lowercase letter.
|
|
35
|
+
*
|
|
36
|
+
* - Ends with a lowercase letter or a digit.
|
|
37
|
+
*
|
|
38
|
+
* - Contains only lowercase letters, digits, and hyphens (-).
|
|
39
|
+
*
|
|
40
|
+
* - Is 8 to 63 characters in length.
|
|
41
|
+
*
|
|
42
|
+
* > You only need to specify the prefix of the connection address. The rest of the address cannot be modified.
|
|
43
|
+
*
|
|
24
44
|
* This parameter is required.
|
|
25
45
|
*
|
|
26
46
|
* @example
|
|
@@ -5,12 +5,13 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ReleaseNodePrivateNetworkAddressRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The public endpoint
|
|
8
|
+
* The type of the public endpoint. Valid values:
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
* * **Normal**
|
|
10
|
+
* - **SRV**
|
|
12
11
|
*
|
|
13
|
-
*
|
|
12
|
+
* - **Normal**
|
|
13
|
+
*
|
|
14
|
+
* > This parameter is available only when the endpoint to be released is an SRV endpoint.
|
|
14
15
|
*
|
|
15
16
|
* @example
|
|
16
17
|
* SRV
|
|
@@ -28,12 +29,13 @@ export class ReleaseNodePrivateNetworkAddressRequest extends $dara.Model {
|
|
|
28
29
|
DBInstanceId?: string;
|
|
29
30
|
/**
|
|
30
31
|
* @remarks
|
|
31
|
-
* The network type of the internal endpoint. Valid values:
|
|
32
|
+
* The network type of the internal endpoint for the node. Valid values:
|
|
33
|
+
*
|
|
34
|
+
* - **VPC**: virtual private cloud.
|
|
32
35
|
*
|
|
33
|
-
*
|
|
34
|
-
* * **Classic**: classic network.
|
|
36
|
+
* - **Classic**: classic network.
|
|
35
37
|
*
|
|
36
|
-
* >
|
|
38
|
+
* > Call the [DescribeShardingNetworkAddress](https://help.aliyun.com/document_detail/62135.html) API to query the network type of the internal endpoint for the node.
|
|
37
39
|
*
|
|
38
40
|
* @example
|
|
39
41
|
* VPC
|
|
@@ -43,7 +45,13 @@ export class ReleaseNodePrivateNetworkAddressRequest extends $dara.Model {
|
|
|
43
45
|
* @remarks
|
|
44
46
|
* The ID of the shard or Configserver node.
|
|
45
47
|
*
|
|
46
|
-
* >
|
|
48
|
+
* > Call the [DescribeDBInstanceAttribute](https://help.aliyun.com/document_detail/62010.html) API to query the ID of the shard or Configserver node.
|
|
49
|
+
* >
|
|
50
|
+
* > >Notice:
|
|
51
|
+
* >
|
|
52
|
+
* > When you release an SRV address, enter the instance ID for this parameter.
|
|
53
|
+
* >
|
|
54
|
+
* >
|
|
47
55
|
*
|
|
48
56
|
* @example
|
|
49
57
|
* d-bp128a003436****
|