@volcengine/mongodb 1.0.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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +525 -0
- package/dist/esm/api.d.ts +540 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +350 -0
- package/dist/esm/types/account-dbprivilege-for-create-dbaccount-input.d.ts +30 -0
- package/dist/esm/types/account-dbprivilege-for-create-dbaccount-input.d.ts.map +1 -0
- package/dist/esm/types/account-dbprivilege-for-update-dbaccount-privilege-input.d.ts +30 -0
- package/dist/esm/types/account-dbprivilege-for-update-dbaccount-privilege-input.d.ts.map +1 -0
- package/dist/esm/types/account-for-describe-dbaccounts-output.d.ts +65 -0
- package/dist/esm/types/account-for-describe-dbaccounts-output.d.ts.map +1 -0
- package/dist/esm/types/account-privilege-for-describe-dbaccounts-output.d.ts +30 -0
- package/dist/esm/types/account-privilege-for-describe-dbaccounts-output.d.ts.map +1 -0
- package/dist/esm/types/add-tags-to-resource-request.d.ts +31 -0
- package/dist/esm/types/add-tags-to-resource-request.d.ts.map +1 -0
- package/dist/esm/types/add-tags-to-resource-response.d.ts +20 -0
- package/dist/esm/types/add-tags-to-resource-response.d.ts.map +1 -0
- package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts +73 -0
- package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts.map +1 -0
- package/dist/esm/types/associate-allow-list-request.d.ts +30 -0
- package/dist/esm/types/associate-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/associate-allow-list-response.d.ts +20 -0
- package/dist/esm/types/associate-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts +40 -0
- package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts.map +1 -0
- package/dist/esm/types/backup-for-describe-backups-output.d.ts +112 -0
- package/dist/esm/types/backup-for-describe-backups-output.d.ts.map +1 -0
- package/dist/esm/types/config-server-for-describe-dbinstance-detail-output.d.ts +78 -0
- package/dist/esm/types/config-server-for-describe-dbinstance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/config-server-node-spec-for-describe-node-specs-output.d.ts +50 -0
- package/dist/esm/types/config-server-node-spec-for-describe-node-specs-output.d.ts.map +1 -0
- package/dist/esm/types/create-allow-list-request.d.ts +58 -0
- package/dist/esm/types/create-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/create-allow-list-response.d.ts +25 -0
- package/dist/esm/types/create-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/create-backup-request.d.ts +38 -0
- package/dist/esm/types/create-backup-request.d.ts.map +1 -0
- package/dist/esm/types/create-backup-response.d.ts +20 -0
- package/dist/esm/types/create-backup-response.d.ts.map +1 -0
- package/dist/esm/types/create-dbaccount-request.d.ts +51 -0
- package/dist/esm/types/create-dbaccount-request.d.ts.map +1 -0
- package/dist/esm/types/create-dbaccount-response.d.ts +20 -0
- package/dist/esm/types/create-dbaccount-response.d.ts.map +1 -0
- package/dist/esm/types/create-dbendpoint-request.d.ts +65 -0
- package/dist/esm/types/create-dbendpoint-request.d.ts.map +1 -0
- package/dist/esm/types/create-dbendpoint-response.d.ts +20 -0
- package/dist/esm/types/create-dbendpoint-response.d.ts.map +1 -0
- package/dist/esm/types/create-dbinstance-request.d.ts +201 -0
- package/dist/esm/types/create-dbinstance-request.d.ts.map +1 -0
- package/dist/esm/types/create-dbinstance-response.d.ts +30 -0
- package/dist/esm/types/create-dbinstance-response.d.ts.map +1 -0
- package/dist/esm/types/data-for-describe-normal-logs-output.d.ts +40 -0
- package/dist/esm/types/data-for-describe-normal-logs-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-describe-slow-logs-output.d.ts +65 -0
- package/dist/esm/types/data-for-describe-slow-logs-output.d.ts.map +1 -0
- package/dist/esm/types/dbaddress-for-describe-dbendpoint-output.d.ts +65 -0
- package/dist/esm/types/dbaddress-for-describe-dbendpoint-output.d.ts.map +1 -0
- package/dist/esm/types/dbendpoint-for-describe-dbendpoint-output.d.ts +81 -0
- package/dist/esm/types/dbendpoint-for-describe-dbendpoint-output.d.ts.map +1 -0
- package/dist/esm/types/dbinstance-for-describe-dbinstance-detail-output.d.ts +275 -0
- package/dist/esm/types/dbinstance-for-describe-dbinstance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/dbinstance-for-describe-dbinstances-output.d.ts +239 -0
- package/dist/esm/types/dbinstance-for-describe-dbinstances-output.d.ts.map +1 -0
- package/dist/esm/types/delete-allow-list-request.d.ts +25 -0
- package/dist/esm/types/delete-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/delete-allow-list-response.d.ts +20 -0
- package/dist/esm/types/delete-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/delete-dbaccount-request.d.ts +35 -0
- package/dist/esm/types/delete-dbaccount-request.d.ts.map +1 -0
- package/dist/esm/types/delete-dbaccount-response.d.ts +20 -0
- package/dist/esm/types/delete-dbaccount-response.d.ts.map +1 -0
- package/dist/esm/types/delete-dbendpoint-request.d.ts +35 -0
- package/dist/esm/types/delete-dbendpoint-request.d.ts.map +1 -0
- package/dist/esm/types/delete-dbendpoint-response.d.ts +20 -0
- package/dist/esm/types/delete-dbendpoint-response.d.ts.map +1 -0
- package/dist/esm/types/delete-dbinstance-request.d.ts +25 -0
- package/dist/esm/types/delete-dbinstance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-dbinstance-response.d.ts +20 -0
- package/dist/esm/types/delete-dbinstance-response.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-list-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-allow-list-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-list-detail-response.d.ts +61 -0
- package/dist/esm/types/describe-allow-list-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-lists-request.d.ts +58 -0
- package/dist/esm/types/describe-allow-lists-request.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-lists-response.d.ts +31 -0
- package/dist/esm/types/describe-allow-lists-response.d.ts.map +1 -0
- package/dist/esm/types/describe-availability-zones-request.d.ts +25 -0
- package/dist/esm/types/describe-availability-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-availability-zones-response.d.ts +31 -0
- package/dist/esm/types/describe-availability-zones-response.d.ts.map +1 -0
- package/dist/esm/types/describe-backups-request.d.ts +85 -0
- package/dist/esm/types/describe-backups-request.d.ts.map +1 -0
- package/dist/esm/types/describe-backups-response.d.ts +31 -0
- package/dist/esm/types/describe-backups-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbaccounts-request.d.ts +45 -0
- package/dist/esm/types/describe-dbaccounts-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbaccounts-response.d.ts +31 -0
- package/dist/esm/types/describe-dbaccounts-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbendpoint-request.d.ts +25 -0
- package/dist/esm/types/describe-dbendpoint-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbendpoint-response.d.ts +26 -0
- package/dist/esm/types/describe-dbendpoint-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-backup-policy-request.d.ts +25 -0
- package/dist/esm/types/describe-dbinstance-backup-policy-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-backup-policy-response.d.ts +45 -0
- package/dist/esm/types/describe-dbinstance-backup-policy-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-backup-urlrequest.d.ts +30 -0
- package/dist/esm/types/describe-dbinstance-backup-urlrequest.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-backup-urlresponse.d.ts +50 -0
- package/dist/esm/types/describe-dbinstance-backup-urlresponse.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-dbinstance-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-detail-response.d.ts +26 -0
- package/dist/esm/types/describe-dbinstance-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-parameters-log-request.d.ts +45 -0
- package/dist/esm/types/describe-dbinstance-parameters-log-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-parameters-log-response.d.ts +31 -0
- package/dist/esm/types/describe-dbinstance-parameters-log-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-parameters-request.d.ts +46 -0
- package/dist/esm/types/describe-dbinstance-parameters-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-parameters-response.d.ts +46 -0
- package/dist/esm/types/describe-dbinstance-parameters-response.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-sslrequest.d.ts +25 -0
- package/dist/esm/types/describe-dbinstance-sslrequest.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstance-sslresponse.d.ts +40 -0
- package/dist/esm/types/describe-dbinstance-sslresponse.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstances-request.d.ts +177 -0
- package/dist/esm/types/describe-dbinstances-request.d.ts.map +1 -0
- package/dist/esm/types/describe-dbinstances-response.d.ts +31 -0
- package/dist/esm/types/describe-dbinstances-response.d.ts.map +1 -0
- package/dist/esm/types/describe-node-specs-request.d.ts +25 -0
- package/dist/esm/types/describe-node-specs-request.d.ts.map +1 -0
- package/dist/esm/types/describe-node-specs-response.d.ts +44 -0
- package/dist/esm/types/describe-node-specs-response.d.ts.map +1 -0
- package/dist/esm/types/describe-normal-logs-request.d.ts +81 -0
- package/dist/esm/types/describe-normal-logs-request.d.ts.map +1 -0
- package/dist/esm/types/describe-normal-logs-response.d.ts +41 -0
- package/dist/esm/types/describe-normal-logs-response.d.ts.map +1 -0
- package/dist/esm/types/describe-recoverable-time-request.d.ts +25 -0
- package/dist/esm/types/describe-recoverable-time-request.d.ts.map +1 -0
- package/dist/esm/types/describe-recoverable-time-response.d.ts +26 -0
- package/dist/esm/types/describe-recoverable-time-response.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-request.d.ts +20 -0
- package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-response.d.ts +31 -0
- package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
- package/dist/esm/types/describe-slow-logs-request.d.ts +73 -0
- package/dist/esm/types/describe-slow-logs-request.d.ts.map +1 -0
- package/dist/esm/types/describe-slow-logs-response.d.ts +41 -0
- package/dist/esm/types/describe-slow-logs-response.d.ts.map +1 -0
- package/dist/esm/types/disassociate-allow-list-request.d.ts +30 -0
- package/dist/esm/types/disassociate-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/disassociate-allow-list-response.d.ts +20 -0
- package/dist/esm/types/disassociate-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/filter-by-tag-for-describe-dbinstances-input.d.ts +30 -0
- package/dist/esm/types/filter-by-tag-for-describe-dbinstances-input.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +132 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/instance-parameter-for-describe-dbinstance-parameters-output.d.ts +88 -0
- package/dist/esm/types/instance-parameter-for-describe-dbinstance-parameters-output.d.ts.map +1 -0
- package/dist/esm/types/modify-allow-list-request.d.ts +72 -0
- package/dist/esm/types/modify-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/modify-allow-list-response.d.ts +20 -0
- package/dist/esm/types/modify-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbendpoint-port-request.d.ts +30 -0
- package/dist/esm/types/modify-dbendpoint-port-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbendpoint-port-response.d.ts +20 -0
- package/dist/esm/types/modify-dbendpoint-port-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-request.d.ts +30 -0
- package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-response.d.ts +20 -0
- package/dist/esm/types/modify-dbendpoint-private-dnsvisibility-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-backup-policy-request.d.ts +40 -0
- package/dist/esm/types/modify-dbinstance-backup-policy-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-backup-policy-response.d.ts +20 -0
- package/dist/esm/types/modify-dbinstance-backup-policy-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-backup-urlrequest.d.ts +30 -0
- package/dist/esm/types/modify-dbinstance-backup-urlrequest.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-backup-urlresponse.d.ts +20 -0
- package/dist/esm/types/modify-dbinstance-backup-urlresponse.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-charge-type-request.d.ts +62 -0
- package/dist/esm/types/modify-dbinstance-charge-type-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-charge-type-response.d.ts +30 -0
- package/dist/esm/types/modify-dbinstance-charge-type-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-name-request.d.ts +30 -0
- package/dist/esm/types/modify-dbinstance-name-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-name-response.d.ts +20 -0
- package/dist/esm/types/modify-dbinstance-name-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-parameters-request.d.ts +31 -0
- package/dist/esm/types/modify-dbinstance-parameters-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-parameters-response.d.ts +25 -0
- package/dist/esm/types/modify-dbinstance-parameters-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-spec-request.d.ts +63 -0
- package/dist/esm/types/modify-dbinstance-spec-request.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-spec-response.d.ts +30 -0
- package/dist/esm/types/modify-dbinstance-spec-response.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-sslrequest.d.ts +39 -0
- package/dist/esm/types/modify-dbinstance-sslrequest.d.ts.map +1 -0
- package/dist/esm/types/modify-dbinstance-sslresponse.d.ts +20 -0
- package/dist/esm/types/modify-dbinstance-sslresponse.d.ts.map +1 -0
- package/dist/esm/types/modify-multi-dbinstance-parameters-request.d.ts +31 -0
- package/dist/esm/types/modify-multi-dbinstance-parameters-request.d.ts.map +1 -0
- package/dist/esm/types/modify-multi-dbinstance-parameters-response.d.ts +20 -0
- package/dist/esm/types/modify-multi-dbinstance-parameters-response.d.ts.map +1 -0
- package/dist/esm/types/mongo-for-describe-dbinstance-detail-output.d.ts +68 -0
- package/dist/esm/types/mongo-for-describe-dbinstance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/mongos-node-spec-for-describe-node-specs-output.d.ts +40 -0
- package/dist/esm/types/mongos-node-spec-for-describe-node-specs-output.d.ts.map +1 -0
- package/dist/esm/types/node-availability-zone-for-create-dbinstance-input.d.ts +30 -0
- package/dist/esm/types/node-availability-zone-for-create-dbinstance-input.d.ts.map +1 -0
- package/dist/esm/types/node-availability-zone-for-restore-to-new-instance-input.d.ts +30 -0
- package/dist/esm/types/node-availability-zone-for-restore-to-new-instance-input.d.ts.map +1 -0
- package/dist/esm/types/node-for-describe-dbinstance-detail-output.d.ts +98 -0
- package/dist/esm/types/node-for-describe-dbinstance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/node-spec-for-describe-node-specs-output.d.ts +50 -0
- package/dist/esm/types/node-spec-for-describe-node-specs-output.d.ts.map +1 -0
- package/dist/esm/types/parameter-change-log-for-describe-dbinstance-parameters-log-output.d.ts +70 -0
- package/dist/esm/types/parameter-change-log-for-describe-dbinstance-parameters-log-output.d.ts.map +1 -0
- package/dist/esm/types/parameter-object-for-modify-multi-dbinstance-parameters-input.d.ts +46 -0
- package/dist/esm/types/parameter-object-for-modify-multi-dbinstance-parameters-input.d.ts.map +1 -0
- package/dist/esm/types/parameters-object-for-modify-dbinstance-parameters-input.d.ts +46 -0
- package/dist/esm/types/parameters-object-for-modify-dbinstance-parameters-input.d.ts.map +1 -0
- package/dist/esm/types/recoverable-time-info-for-describe-recoverable-time-output.d.ts +30 -0
- package/dist/esm/types/recoverable-time-info-for-describe-recoverable-time-output.d.ts.map +1 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts +30 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
- package/dist/esm/types/remove-tags-from-resource-request.d.ts +35 -0
- package/dist/esm/types/remove-tags-from-resource-request.d.ts.map +1 -0
- package/dist/esm/types/remove-tags-from-resource-response.d.ts +20 -0
- package/dist/esm/types/remove-tags-from-resource-response.d.ts.map +1 -0
- package/dist/esm/types/reset-dbaccount-request.d.ts +45 -0
- package/dist/esm/types/reset-dbaccount-request.d.ts.map +1 -0
- package/dist/esm/types/reset-dbaccount-response.d.ts +20 -0
- package/dist/esm/types/reset-dbaccount-response.d.ts.map +1 -0
- package/dist/esm/types/restart-dbinstance-request.d.ts +25 -0
- package/dist/esm/types/restart-dbinstance-request.d.ts.map +1 -0
- package/dist/esm/types/restart-dbinstance-response.d.ts +20 -0
- package/dist/esm/types/restart-dbinstance-response.d.ts.map +1 -0
- package/dist/esm/types/restore-to-new-instance-request.d.ts +206 -0
- package/dist/esm/types/restore-to-new-instance-request.d.ts.map +1 -0
- package/dist/esm/types/restore-to-new-instance-response.d.ts +30 -0
- package/dist/esm/types/restore-to-new-instance-response.d.ts.map +1 -0
- package/dist/esm/types/shard-for-describe-dbinstance-detail-output.d.ts +31 -0
- package/dist/esm/types/shard-for-describe-dbinstance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/shard-node-spec-for-describe-node-specs-output.d.ts +50 -0
- package/dist/esm/types/shard-node-spec-for-describe-node-specs-output.d.ts.map +1 -0
- package/dist/esm/types/switch-dbmaster-request.d.ts +30 -0
- package/dist/esm/types/switch-dbmaster-request.d.ts.map +1 -0
- package/dist/esm/types/switch-dbmaster-response.d.ts +20 -0
- package/dist/esm/types/switch-dbmaster-response.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-dbinstances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-dbinstances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts +30 -0
- package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-dbinstance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-dbinstance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-dbinstance-detail-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-dbinstance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-dbinstances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-dbinstances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-restore-to-new-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-restore-to-new-instance-input.d.ts.map +1 -0
- package/dist/esm/types/update-dbaccount-privilege-request.d.ts +46 -0
- package/dist/esm/types/update-dbaccount-privilege-request.d.ts.map +1 -0
- package/dist/esm/types/update-dbaccount-privilege-response.d.ts +20 -0
- package/dist/esm/types/update-dbaccount-privilege-response.d.ts.map +1 -0
- package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts +30 -0
- package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +932 -0
- package/src/index.ts +14 -0
- package/src/types/account-dbprivilege-for-create-dbaccount-input.ts +34 -0
- package/src/types/account-dbprivilege-for-update-dbaccount-privilege-input.ts +34 -0
- package/src/types/account-for-describe-dbaccounts-output.ts +76 -0
- package/src/types/account-privilege-for-describe-dbaccounts-output.ts +34 -0
- package/src/types/add-tags-to-resource-request.ts +35 -0
- package/src/types/add-tags-to-resource-response.ts +22 -0
- package/src/types/allow-list-for-describe-allow-lists-output.ts +86 -0
- package/src/types/associate-allow-list-request.ts +34 -0
- package/src/types/associate-allow-list-response.ts +22 -0
- package/src/types/associated-instance-for-describe-allow-list-detail-output.ts +46 -0
- package/src/types/backup-for-describe-backups-output.ts +126 -0
- package/src/types/config-server-for-describe-dbinstance-detail-output.ts +90 -0
- package/src/types/config-server-node-spec-for-describe-node-specs-output.ts +58 -0
- package/src/types/create-allow-list-request.ts +68 -0
- package/src/types/create-allow-list-response.ts +28 -0
- package/src/types/create-backup-request.ts +44 -0
- package/src/types/create-backup-response.ts +22 -0
- package/src/types/create-dbaccount-request.ts +59 -0
- package/src/types/create-dbaccount-response.ts +22 -0
- package/src/types/create-dbendpoint-request.ts +76 -0
- package/src/types/create-dbendpoint-response.ts +22 -0
- package/src/types/create-dbinstance-request.ts +232 -0
- package/src/types/create-dbinstance-response.ts +34 -0
- package/src/types/data-for-describe-normal-logs-output.ts +46 -0
- package/src/types/data-for-describe-slow-logs-output.ts +76 -0
- package/src/types/dbaddress-for-describe-dbendpoint-output.ts +76 -0
- package/src/types/dbendpoint-for-describe-dbendpoint-output.ts +93 -0
- package/src/types/dbinstance-for-describe-dbinstance-detail-output.ts +308 -0
- package/src/types/dbinstance-for-describe-dbinstances-output.ts +267 -0
- package/src/types/delete-allow-list-request.ts +28 -0
- package/src/types/delete-allow-list-response.ts +22 -0
- package/src/types/delete-dbaccount-request.ts +40 -0
- package/src/types/delete-dbaccount-response.ts +22 -0
- package/src/types/delete-dbendpoint-request.ts +40 -0
- package/src/types/delete-dbendpoint-response.ts +22 -0
- package/src/types/delete-dbinstance-request.ts +28 -0
- package/src/types/delete-dbinstance-response.ts +22 -0
- package/src/types/describe-allow-list-detail-request.ts +28 -0
- package/src/types/describe-allow-list-detail-response.ts +71 -0
- package/src/types/describe-allow-lists-request.ts +68 -0
- package/src/types/describe-allow-lists-response.ts +35 -0
- package/src/types/describe-availability-zones-request.ts +28 -0
- package/src/types/describe-availability-zones-response.ts +35 -0
- package/src/types/describe-backups-request.ts +97 -0
- package/src/types/describe-backups-response.ts +35 -0
- package/src/types/describe-dbaccounts-request.ts +52 -0
- package/src/types/describe-dbaccounts-response.ts +35 -0
- package/src/types/describe-dbendpoint-request.ts +28 -0
- package/src/types/describe-dbendpoint-response.ts +29 -0
- package/src/types/describe-dbinstance-backup-policy-request.ts +28 -0
- package/src/types/describe-dbinstance-backup-policy-response.ts +52 -0
- package/src/types/describe-dbinstance-backup-urlrequest.ts +34 -0
- package/src/types/describe-dbinstance-backup-urlresponse.ts +58 -0
- package/src/types/describe-dbinstance-detail-request.ts +28 -0
- package/src/types/describe-dbinstance-detail-response.ts +29 -0
- package/src/types/describe-dbinstance-parameters-log-request.ts +52 -0
- package/src/types/describe-dbinstance-parameters-log-response.ts +35 -0
- package/src/types/describe-dbinstance-parameters-request.ts +53 -0
- package/src/types/describe-dbinstance-parameters-response.ts +53 -0
- package/src/types/describe-dbinstance-sslrequest.ts +28 -0
- package/src/types/describe-dbinstance-sslresponse.ts +46 -0
- package/src/types/describe-dbinstances-request.ts +198 -0
- package/src/types/describe-dbinstances-response.ts +35 -0
- package/src/types/describe-node-specs-request.ts +28 -0
- package/src/types/describe-node-specs-response.ts +50 -0
- package/src/types/describe-normal-logs-request.ts +94 -0
- package/src/types/describe-normal-logs-response.ts +47 -0
- package/src/types/describe-recoverable-time-request.ts +28 -0
- package/src/types/describe-recoverable-time-response.ts +29 -0
- package/src/types/describe-regions-request.ts +22 -0
- package/src/types/describe-regions-response.ts +35 -0
- package/src/types/describe-slow-logs-request.ts +86 -0
- package/src/types/describe-slow-logs-response.ts +47 -0
- package/src/types/disassociate-allow-list-request.ts +34 -0
- package/src/types/disassociate-allow-list-response.ts +22 -0
- package/src/types/filter-by-tag-for-describe-dbinstances-input.ts +34 -0
- package/src/types/index.ts +131 -0
- package/src/types/instance-parameter-for-describe-dbinstance-parameters-output.ts +101 -0
- package/src/types/modify-allow-list-request.ts +83 -0
- package/src/types/modify-allow-list-response.ts +22 -0
- package/src/types/modify-dbendpoint-port-request.ts +34 -0
- package/src/types/modify-dbendpoint-port-response.ts +22 -0
- package/src/types/modify-dbendpoint-private-dnsvisibility-request.ts +34 -0
- package/src/types/modify-dbendpoint-private-dnsvisibility-response.ts +22 -0
- package/src/types/modify-dbinstance-backup-policy-request.ts +46 -0
- package/src/types/modify-dbinstance-backup-policy-response.ts +22 -0
- package/src/types/modify-dbinstance-backup-urlrequest.ts +34 -0
- package/src/types/modify-dbinstance-backup-urlresponse.ts +22 -0
- package/src/types/modify-dbinstance-charge-type-request.ts +71 -0
- package/src/types/modify-dbinstance-charge-type-response.ts +34 -0
- package/src/types/modify-dbinstance-name-request.ts +34 -0
- package/src/types/modify-dbinstance-name-response.ts +22 -0
- package/src/types/modify-dbinstance-parameters-request.ts +35 -0
- package/src/types/modify-dbinstance-parameters-response.ts +28 -0
- package/src/types/modify-dbinstance-spec-request.ts +74 -0
- package/src/types/modify-dbinstance-spec-response.ts +34 -0
- package/src/types/modify-dbinstance-sslrequest.ts +45 -0
- package/src/types/modify-dbinstance-sslresponse.ts +22 -0
- package/src/types/modify-multi-dbinstance-parameters-request.ts +35 -0
- package/src/types/modify-multi-dbinstance-parameters-response.ts +22 -0
- package/src/types/mongo-for-describe-dbinstance-detail-output.ts +80 -0
- package/src/types/mongos-node-spec-for-describe-node-specs-output.ts +46 -0
- package/src/types/node-availability-zone-for-create-dbinstance-input.ts +34 -0
- package/src/types/node-availability-zone-for-restore-to-new-instance-input.ts +34 -0
- package/src/types/node-for-describe-dbinstance-detail-output.ts +114 -0
- package/src/types/node-spec-for-describe-node-specs-output.ts +58 -0
- package/src/types/parameter-change-log-for-describe-dbinstance-parameters-log-output.ts +80 -0
- package/src/types/parameter-object-for-modify-multi-dbinstance-parameters-input.ts +53 -0
- package/src/types/parameters-object-for-modify-dbinstance-parameters-input.ts +53 -0
- package/src/types/recoverable-time-info-for-describe-recoverable-time-output.ts +34 -0
- package/src/types/region-for-describe-regions-output.ts +34 -0
- package/src/types/remove-tags-from-resource-request.ts +40 -0
- package/src/types/remove-tags-from-resource-response.ts +22 -0
- package/src/types/reset-dbaccount-request.ts +52 -0
- package/src/types/reset-dbaccount-response.ts +22 -0
- package/src/types/restart-dbinstance-request.ts +28 -0
- package/src/types/restart-dbinstance-response.ts +22 -0
- package/src/types/restore-to-new-instance-request.ts +238 -0
- package/src/types/restore-to-new-instance-response.ts +34 -0
- package/src/types/shard-for-describe-dbinstance-detail-output.ts +35 -0
- package/src/types/shard-node-spec-for-describe-node-specs-output.ts +58 -0
- package/src/types/switch-dbmaster-request.ts +34 -0
- package/src/types/switch-dbmaster-response.ts +22 -0
- package/src/types/tag-filter-for-describe-dbinstances-input.ts +34 -0
- package/src/types/tag-for-add-tags-to-resource-input.ts +34 -0
- package/src/types/tag-for-create-dbinstance-input.ts +34 -0
- package/src/types/tag-for-describe-dbinstance-detail-output.ts +34 -0
- package/src/types/tag-for-describe-dbinstances-output.ts +34 -0
- package/src/types/tag-for-restore-to-new-instance-input.ts +34 -0
- package/src/types/update-dbaccount-privilege-request.ts +53 -0
- package/src/types/update-dbaccount-privilege-response.ts +22 -0
- package/src/types/zone-for-describe-availability-zones-output.ts +34 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { NodeAvailabilityZoneForRestoreToNewInstanceInput } from './node-availability-zone-for-restore-to-new-instance-input';
|
|
13
|
+
import { TagForRestoreToNewInstanceInput } from './tag-for-restore-to-new-instance-input';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface RestoreToNewInstanceRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface RestoreToNewInstanceRequest {
|
|
21
|
+
/**
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof RestoreToNewInstanceRequest
|
|
24
|
+
*/
|
|
25
|
+
AutoRenew?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof RestoreToNewInstanceRequest
|
|
29
|
+
*/
|
|
30
|
+
BackupId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RestoreToNewInstanceRequest
|
|
34
|
+
*/
|
|
35
|
+
ChargeType?: RestoreToNewInstanceRequestChargeTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof RestoreToNewInstanceRequest
|
|
39
|
+
*/
|
|
40
|
+
ConfigServerNodeSpec?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof RestoreToNewInstanceRequest
|
|
44
|
+
*/
|
|
45
|
+
ConfigServerStorageSpaceGB?: number;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof RestoreToNewInstanceRequest
|
|
49
|
+
*/
|
|
50
|
+
DBEngine?: RestoreToNewInstanceRequestDBEngineEnum;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof RestoreToNewInstanceRequest
|
|
54
|
+
*/
|
|
55
|
+
DBEngineVersion?: RestoreToNewInstanceRequestDBEngineVersionEnum;
|
|
56
|
+
/**
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof RestoreToNewInstanceRequest
|
|
59
|
+
*/
|
|
60
|
+
InstanceName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof RestoreToNewInstanceRequest
|
|
64
|
+
*/
|
|
65
|
+
InstanceType?: RestoreToNewInstanceRequestInstanceTypeEnum;
|
|
66
|
+
/**
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof RestoreToNewInstanceRequest
|
|
69
|
+
*/
|
|
70
|
+
MongosNodeNumber?: number;
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof RestoreToNewInstanceRequest
|
|
74
|
+
*/
|
|
75
|
+
MongosNodeSpec?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @type {Array<NodeAvailabilityZoneForRestoreToNewInstanceInput>}
|
|
78
|
+
* @memberof RestoreToNewInstanceRequest
|
|
79
|
+
*/
|
|
80
|
+
NodeAvailabilityZone?: Array<NodeAvailabilityZoneForRestoreToNewInstanceInput>;
|
|
81
|
+
/**
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof RestoreToNewInstanceRequest
|
|
84
|
+
*/
|
|
85
|
+
NodeNumber?: number;
|
|
86
|
+
/**
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof RestoreToNewInstanceRequest
|
|
89
|
+
*/
|
|
90
|
+
NodeSpec: string;
|
|
91
|
+
/**
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof RestoreToNewInstanceRequest
|
|
94
|
+
*/
|
|
95
|
+
Period?: number;
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof RestoreToNewInstanceRequest
|
|
99
|
+
*/
|
|
100
|
+
PeriodUnit?: RestoreToNewInstanceRequestPeriodUnitEnum;
|
|
101
|
+
/**
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof RestoreToNewInstanceRequest
|
|
104
|
+
*/
|
|
105
|
+
Port?: string;
|
|
106
|
+
/**
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof RestoreToNewInstanceRequest
|
|
109
|
+
*/
|
|
110
|
+
ProjectName?: string;
|
|
111
|
+
/**
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof RestoreToNewInstanceRequest
|
|
114
|
+
*/
|
|
115
|
+
RestoreTime?: string;
|
|
116
|
+
/**
|
|
117
|
+
* @type {number}
|
|
118
|
+
* @memberof RestoreToNewInstanceRequest
|
|
119
|
+
*/
|
|
120
|
+
ShardNumber?: number;
|
|
121
|
+
/**
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof RestoreToNewInstanceRequest
|
|
124
|
+
*/
|
|
125
|
+
SrcDBInstanceId: string;
|
|
126
|
+
/**
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof RestoreToNewInstanceRequest
|
|
129
|
+
*/
|
|
130
|
+
StorageSpaceGB: number;
|
|
131
|
+
/**
|
|
132
|
+
* @type {string}
|
|
133
|
+
* @memberof RestoreToNewInstanceRequest
|
|
134
|
+
*/
|
|
135
|
+
SubnetId: string;
|
|
136
|
+
/**
|
|
137
|
+
* @type {string}
|
|
138
|
+
* @memberof RestoreToNewInstanceRequest
|
|
139
|
+
*/
|
|
140
|
+
SuperAccountName?: string;
|
|
141
|
+
/**
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof RestoreToNewInstanceRequest
|
|
144
|
+
*/
|
|
145
|
+
SuperAccountPassword?: string;
|
|
146
|
+
/**
|
|
147
|
+
* @type {Array<TagForRestoreToNewInstanceInput>}
|
|
148
|
+
* @memberof RestoreToNewInstanceRequest
|
|
149
|
+
*/
|
|
150
|
+
Tags?: Array<TagForRestoreToNewInstanceInput>;
|
|
151
|
+
/**
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof RestoreToNewInstanceRequest
|
|
154
|
+
*/
|
|
155
|
+
VpcId: string;
|
|
156
|
+
/**
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof RestoreToNewInstanceRequest
|
|
159
|
+
*/
|
|
160
|
+
ZoneId: string;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* @export
|
|
164
|
+
* @enum {string}
|
|
165
|
+
*/
|
|
166
|
+
export declare enum RestoreToNewInstanceRequestChargeTypeEnum {
|
|
167
|
+
NotEnabled = "NotEnabled",
|
|
168
|
+
PostPaid = "PostPaid",
|
|
169
|
+
Prepaid = "Prepaid"
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* @export
|
|
173
|
+
* @enum {string}
|
|
174
|
+
*/
|
|
175
|
+
export declare enum RestoreToNewInstanceRequestDBEngineEnum {
|
|
176
|
+
MongoDB = "MongoDB"
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @export
|
|
180
|
+
* @enum {string}
|
|
181
|
+
*/
|
|
182
|
+
export declare enum RestoreToNewInstanceRequestDBEngineVersionEnum {
|
|
183
|
+
MongoDB40 = "MongoDB_4_0",
|
|
184
|
+
MongoDB42 = "MongoDB_4_2",
|
|
185
|
+
MongoDB44 = "MongoDB_4_4",
|
|
186
|
+
MongoDB50 = "MongoDB_5_0",
|
|
187
|
+
MongoDB60 = "MongoDB_6_0",
|
|
188
|
+
MongoDBInner40 = "MongoDB_Inner_4_0"
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* @export
|
|
192
|
+
* @enum {string}
|
|
193
|
+
*/
|
|
194
|
+
export declare enum RestoreToNewInstanceRequestInstanceTypeEnum {
|
|
195
|
+
ReplicaSet = "ReplicaSet",
|
|
196
|
+
ShardedCluster = "ShardedCluster"
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* @export
|
|
200
|
+
* @enum {string}
|
|
201
|
+
*/
|
|
202
|
+
export declare enum RestoreToNewInstanceRequestPeriodUnitEnum {
|
|
203
|
+
Year = "Year",
|
|
204
|
+
Month = "Month"
|
|
205
|
+
}
|
|
206
|
+
//# sourceMappingURL=restore-to-new-instance-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-to-new-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/restore-to-new-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gDAAgD,EAAE,MAAM,4DAA4D,CAAC;AAC9H,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AACzF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,yCAAyC,CAAC;IAEvD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;OAGG;IACH,QAAQ,CAAC,EAAE,uCAAuC,CAAC;IAEnD;;;OAGG;IACH,eAAe,CAAC,EAAE,8CAA8C,CAAC;IAEjE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,2CAA2C,CAAC;IAE3D;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,KAAK,CAAC,gDAAgD,CAAC,CAAC;IAE/E;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,yCAAyC,CAAC;IAEvD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAE9C;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,oBAAY,yCAAyC;IACjD,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB;AACD;;;GAGG;AACH,oBAAY,uCAAuC;IAC/C,OAAO,YAAY;CACtB;AACD;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,SAAS,gBAAgB;IACzB,SAAS,gBAAgB;IACzB,SAAS,gBAAgB;IACzB,SAAS,gBAAgB;IACzB,SAAS,gBAAgB;IACzB,cAAc,sBAAsB;CACvC;AACD;;;GAGG;AACH,oBAAY,2CAA2C;IACnD,UAAU,eAAe;IACzB,cAAc,mBAAmB;CACpC;AACD;;;GAGG;AACH,oBAAY,yCAAyC;IACjD,IAAI,SAAS;IACb,KAAK,UAAU;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RestoreToNewInstanceResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface RestoreToNewInstanceResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RestoreToNewInstanceResponse
|
|
22
|
+
*/
|
|
23
|
+
InstanceId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RestoreToNewInstanceResponse
|
|
27
|
+
*/
|
|
28
|
+
OrderNO?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=restore-to-new-instance-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-to-new-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/restore-to-new-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { NodeForDescribeDBInstanceDetailOutput } from './node-for-describe-dbinstance-detail-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ShardForDescribeDBInstanceDetailOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface ShardForDescribeDBInstanceDetailOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<NodeForDescribeDBInstanceDetailOutput>}
|
|
22
|
+
* @memberof ShardForDescribeDBInstanceDetailOutput
|
|
23
|
+
*/
|
|
24
|
+
Nodes?: Array<NodeForDescribeDBInstanceDetailOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ShardForDescribeDBInstanceDetailOutput
|
|
28
|
+
*/
|
|
29
|
+
ShardId?: string;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=shard-for-describe-dbinstance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shard-for-describe-dbinstance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/shard-for-describe-dbinstance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,8CAA8C,CAAC;AACpG;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAErD;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ShardNodeSpecForDescribeNodeSpecsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ShardNodeSpecForDescribeNodeSpecsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ShardNodeSpecForDescribeNodeSpecsOutput
|
|
22
|
+
*/
|
|
23
|
+
CpuNum?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ShardNodeSpecForDescribeNodeSpecsOutput
|
|
27
|
+
*/
|
|
28
|
+
MaxConn?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ShardNodeSpecForDescribeNodeSpecsOutput
|
|
32
|
+
*/
|
|
33
|
+
MaxStorage?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ShardNodeSpecForDescribeNodeSpecsOutput
|
|
37
|
+
*/
|
|
38
|
+
MemInGb?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ShardNodeSpecForDescribeNodeSpecsOutput
|
|
42
|
+
*/
|
|
43
|
+
MinStorage?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ShardNodeSpecForDescribeNodeSpecsOutput
|
|
47
|
+
*/
|
|
48
|
+
SpecName?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=shard-node-spec-for-describe-node-specs-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shard-node-spec-for-describe-node-specs-output.d.ts","sourceRoot":"","sources":["../../../src/types/shard-node-spec-for-describe-node-specs-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SwitchDBMasterRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface SwitchDBMasterRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SwitchDBMasterRequest
|
|
22
|
+
*/
|
|
23
|
+
InstanceId: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SwitchDBMasterRequest
|
|
27
|
+
*/
|
|
28
|
+
NodeId: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=switch-dbmaster-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch-dbmaster-request.d.ts","sourceRoot":"","sources":["../../../src/types/switch-dbmaster-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SwitchDBMasterResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SwitchDBMasterResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=switch-dbmaster-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch-dbmaster-response.d.ts","sourceRoot":"","sources":["../../../src/types/switch-dbmaster-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;CACtC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagFilterForDescribeDBInstancesInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagFilterForDescribeDBInstancesInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagFilterForDescribeDBInstancesInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagFilterForDescribeDBInstancesInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-filter-for-describe-dbinstances-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-filter-for-describe-dbinstances-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-describe-dbinstances-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagForAddTagsToResourceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForAddTagsToResourceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForAddTagsToResourceInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForAddTagsToResourceInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-add-tags-to-resource-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-add-tags-to-resource-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-add-tags-to-resource-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagForCreateDBInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForCreateDBInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForCreateDBInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForCreateDBInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-create-dbinstance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-create-dbinstance-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-create-dbinstance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagForDescribeDBInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForDescribeDBInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForDescribeDBInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForDescribeDBInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-describe-dbinstance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-describe-dbinstance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-describe-dbinstance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagForDescribeDBInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForDescribeDBInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForDescribeDBInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForDescribeDBInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-describe-dbinstances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-describe-dbinstances-output.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-describe-dbinstances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TagForRestoreToNewInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForRestoreToNewInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForRestoreToNewInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TagForRestoreToNewInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=tag-for-restore-to-new-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-restore-to-new-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-restore-to-new-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AccountDBPrivilegeForUpdateDBAccountPrivilegeInput } from './account-dbprivilege-for-update-dbaccount-privilege-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface UpdateDBAccountPrivilegeRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateDBAccountPrivilegeRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<AccountDBPrivilegeForUpdateDBAccountPrivilegeInput>}
|
|
22
|
+
* @memberof UpdateDBAccountPrivilegeRequest
|
|
23
|
+
*/
|
|
24
|
+
AccountDBPrivileges?: Array<AccountDBPrivilegeForUpdateDBAccountPrivilegeInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdateDBAccountPrivilegeRequest
|
|
28
|
+
*/
|
|
29
|
+
AccountDesc?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof UpdateDBAccountPrivilegeRequest
|
|
33
|
+
*/
|
|
34
|
+
AccountName: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof UpdateDBAccountPrivilegeRequest
|
|
38
|
+
*/
|
|
39
|
+
AuthDB?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof UpdateDBAccountPrivilegeRequest
|
|
43
|
+
*/
|
|
44
|
+
InstanceId: string;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=update-dbaccount-privilege-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-dbaccount-privilege-request.d.ts","sourceRoot":"","sources":["../../../src/types/update-dbaccount-privilege-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kDAAkD,EAAE,MAAM,4DAA4D,CAAC;AAC/H;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,kDAAkD,CAAC,CAAC;IAEhF;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateDBAccountPrivilegeResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateDBAccountPrivilegeResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=update-dbaccount-privilege-response.d.ts.map
|