@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,540 @@
|
|
|
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 { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { AddTagsToResourceRequest } from './types/index';
|
|
14
|
+
import { AddTagsToResourceResponse } from './types/index';
|
|
15
|
+
import { AssociateAllowListRequest } from './types/index';
|
|
16
|
+
import { AssociateAllowListResponse } from './types/index';
|
|
17
|
+
import { CreateAllowListRequest } from './types/index';
|
|
18
|
+
import { CreateAllowListResponse } from './types/index';
|
|
19
|
+
import { CreateBackupRequest } from './types/index';
|
|
20
|
+
import { CreateBackupResponse } from './types/index';
|
|
21
|
+
import { CreateDBAccountRequest } from './types/index';
|
|
22
|
+
import { CreateDBAccountResponse } from './types/index';
|
|
23
|
+
import { CreateDBEndpointRequest } from './types/index';
|
|
24
|
+
import { CreateDBEndpointResponse } from './types/index';
|
|
25
|
+
import { CreateDBInstanceRequest } from './types/index';
|
|
26
|
+
import { CreateDBInstanceResponse } from './types/index';
|
|
27
|
+
import { DeleteAllowListRequest } from './types/index';
|
|
28
|
+
import { DeleteAllowListResponse } from './types/index';
|
|
29
|
+
import { DeleteDBAccountRequest } from './types/index';
|
|
30
|
+
import { DeleteDBAccountResponse } from './types/index';
|
|
31
|
+
import { DeleteDBEndpointRequest } from './types/index';
|
|
32
|
+
import { DeleteDBEndpointResponse } from './types/index';
|
|
33
|
+
import { DeleteDBInstanceRequest } from './types/index';
|
|
34
|
+
import { DeleteDBInstanceResponse } from './types/index';
|
|
35
|
+
import { DescribeAllowListDetailRequest } from './types/index';
|
|
36
|
+
import { DescribeAllowListDetailResponse } from './types/index';
|
|
37
|
+
import { DescribeAllowListsRequest } from './types/index';
|
|
38
|
+
import { DescribeAllowListsResponse } from './types/index';
|
|
39
|
+
import { DescribeAvailabilityZonesRequest } from './types/index';
|
|
40
|
+
import { DescribeAvailabilityZonesResponse } from './types/index';
|
|
41
|
+
import { DescribeBackupsRequest } from './types/index';
|
|
42
|
+
import { DescribeBackupsResponse } from './types/index';
|
|
43
|
+
import { DescribeDBAccountsRequest } from './types/index';
|
|
44
|
+
import { DescribeDBAccountsResponse } from './types/index';
|
|
45
|
+
import { DescribeDBEndpointRequest } from './types/index';
|
|
46
|
+
import { DescribeDBEndpointResponse } from './types/index';
|
|
47
|
+
import { DescribeDBInstanceBackupPolicyRequest } from './types/index';
|
|
48
|
+
import { DescribeDBInstanceBackupPolicyResponse } from './types/index';
|
|
49
|
+
import { DescribeDBInstanceBackupURLRequest } from './types/index';
|
|
50
|
+
import { DescribeDBInstanceBackupURLResponse } from './types/index';
|
|
51
|
+
import { DescribeDBInstanceDetailRequest } from './types/index';
|
|
52
|
+
import { DescribeDBInstanceDetailResponse } from './types/index';
|
|
53
|
+
import { DescribeDBInstanceParametersLogRequest } from './types/index';
|
|
54
|
+
import { DescribeDBInstanceParametersLogResponse } from './types/index';
|
|
55
|
+
import { DescribeDBInstanceParametersRequest } from './types/index';
|
|
56
|
+
import { DescribeDBInstanceParametersResponse } from './types/index';
|
|
57
|
+
import { DescribeDBInstanceSSLRequest } from './types/index';
|
|
58
|
+
import { DescribeDBInstanceSSLResponse } from './types/index';
|
|
59
|
+
import { DescribeDBInstancesRequest } from './types/index';
|
|
60
|
+
import { DescribeDBInstancesResponse } from './types/index';
|
|
61
|
+
import { DescribeNodeSpecsRequest } from './types/index';
|
|
62
|
+
import { DescribeNodeSpecsResponse } from './types/index';
|
|
63
|
+
import { DescribeNormalLogsRequest } from './types/index';
|
|
64
|
+
import { DescribeNormalLogsResponse } from './types/index';
|
|
65
|
+
import { DescribeRecoverableTimeRequest } from './types/index';
|
|
66
|
+
import { DescribeRecoverableTimeResponse } from './types/index';
|
|
67
|
+
import { DescribeRegionsRequest } from './types/index';
|
|
68
|
+
import { DescribeRegionsResponse } from './types/index';
|
|
69
|
+
import { DescribeSlowLogsRequest } from './types/index';
|
|
70
|
+
import { DescribeSlowLogsResponse } from './types/index';
|
|
71
|
+
import { DisassociateAllowListRequest } from './types/index';
|
|
72
|
+
import { DisassociateAllowListResponse } from './types/index';
|
|
73
|
+
import { ModifyAllowListRequest } from './types/index';
|
|
74
|
+
import { ModifyAllowListResponse } from './types/index';
|
|
75
|
+
import { ModifyDBEndpointPortRequest } from './types/index';
|
|
76
|
+
import { ModifyDBEndpointPortResponse } from './types/index';
|
|
77
|
+
import { ModifyDBEndpointPrivateDNSVisibilityRequest } from './types/index';
|
|
78
|
+
import { ModifyDBEndpointPrivateDNSVisibilityResponse } from './types/index';
|
|
79
|
+
import { ModifyDBInstanceBackupPolicyRequest } from './types/index';
|
|
80
|
+
import { ModifyDBInstanceBackupPolicyResponse } from './types/index';
|
|
81
|
+
import { ModifyDBInstanceBackupURLRequest } from './types/index';
|
|
82
|
+
import { ModifyDBInstanceBackupURLResponse } from './types/index';
|
|
83
|
+
import { ModifyDBInstanceChargeTypeRequest } from './types/index';
|
|
84
|
+
import { ModifyDBInstanceChargeTypeResponse } from './types/index';
|
|
85
|
+
import { ModifyDBInstanceNameRequest } from './types/index';
|
|
86
|
+
import { ModifyDBInstanceNameResponse } from './types/index';
|
|
87
|
+
import { ModifyDBInstanceParametersRequest } from './types/index';
|
|
88
|
+
import { ModifyDBInstanceParametersResponse } from './types/index';
|
|
89
|
+
import { ModifyDBInstanceSSLRequest } from './types/index';
|
|
90
|
+
import { ModifyDBInstanceSSLResponse } from './types/index';
|
|
91
|
+
import { ModifyDBInstanceSpecRequest } from './types/index';
|
|
92
|
+
import { ModifyDBInstanceSpecResponse } from './types/index';
|
|
93
|
+
import { ModifyMultiDBInstanceParametersRequest } from './types/index';
|
|
94
|
+
import { ModifyMultiDBInstanceParametersResponse } from './types/index';
|
|
95
|
+
import { RemoveTagsFromResourceRequest } from './types/index';
|
|
96
|
+
import { RemoveTagsFromResourceResponse } from './types/index';
|
|
97
|
+
import { ResetDBAccountRequest } from './types/index';
|
|
98
|
+
import { ResetDBAccountResponse } from './types/index';
|
|
99
|
+
import { RestartDBInstanceRequest } from './types/index';
|
|
100
|
+
import { RestartDBInstanceResponse } from './types/index';
|
|
101
|
+
import { RestoreToNewInstanceRequest } from './types/index';
|
|
102
|
+
import { RestoreToNewInstanceResponse } from './types/index';
|
|
103
|
+
import { SwitchDBMasterRequest } from './types/index';
|
|
104
|
+
import { SwitchDBMasterResponse } from './types/index';
|
|
105
|
+
import { UpdateDBAccountPrivilegeRequest } from './types/index';
|
|
106
|
+
import { UpdateDBAccountPrivilegeResponse } from './types/index';
|
|
107
|
+
export type AddTagsToResourceCommandOutput = CommandOutput<AddTagsToResourceResponse>;
|
|
108
|
+
export type AssociateAllowListCommandOutput = CommandOutput<AssociateAllowListResponse>;
|
|
109
|
+
export type CreateAllowListCommandOutput = CommandOutput<CreateAllowListResponse>;
|
|
110
|
+
export type CreateBackupCommandOutput = CommandOutput<CreateBackupResponse>;
|
|
111
|
+
export type CreateDBAccountCommandOutput = CommandOutput<CreateDBAccountResponse>;
|
|
112
|
+
export type CreateDBEndpointCommandOutput = CommandOutput<CreateDBEndpointResponse>;
|
|
113
|
+
export type CreateDBInstanceCommandOutput = CommandOutput<CreateDBInstanceResponse>;
|
|
114
|
+
export type DeleteAllowListCommandOutput = CommandOutput<DeleteAllowListResponse>;
|
|
115
|
+
export type DeleteDBAccountCommandOutput = CommandOutput<DeleteDBAccountResponse>;
|
|
116
|
+
export type DeleteDBEndpointCommandOutput = CommandOutput<DeleteDBEndpointResponse>;
|
|
117
|
+
export type DeleteDBInstanceCommandOutput = CommandOutput<DeleteDBInstanceResponse>;
|
|
118
|
+
export type DescribeAllowListDetailCommandOutput = CommandOutput<DescribeAllowListDetailResponse>;
|
|
119
|
+
export type DescribeAllowListsCommandOutput = CommandOutput<DescribeAllowListsResponse>;
|
|
120
|
+
export type DescribeAvailabilityZonesCommandOutput = CommandOutput<DescribeAvailabilityZonesResponse>;
|
|
121
|
+
export type DescribeBackupsCommandOutput = CommandOutput<DescribeBackupsResponse>;
|
|
122
|
+
export type DescribeDBAccountsCommandOutput = CommandOutput<DescribeDBAccountsResponse>;
|
|
123
|
+
export type DescribeDBEndpointCommandOutput = CommandOutput<DescribeDBEndpointResponse>;
|
|
124
|
+
export type DescribeDBInstanceBackupPolicyCommandOutput = CommandOutput<DescribeDBInstanceBackupPolicyResponse>;
|
|
125
|
+
export type DescribeDBInstanceBackupURLCommandOutput = CommandOutput<DescribeDBInstanceBackupURLResponse>;
|
|
126
|
+
export type DescribeDBInstanceDetailCommandOutput = CommandOutput<DescribeDBInstanceDetailResponse>;
|
|
127
|
+
export type DescribeDBInstanceParametersCommandOutput = CommandOutput<DescribeDBInstanceParametersResponse>;
|
|
128
|
+
export type DescribeDBInstanceParametersLogCommandOutput = CommandOutput<DescribeDBInstanceParametersLogResponse>;
|
|
129
|
+
export type DescribeDBInstanceSSLCommandOutput = CommandOutput<DescribeDBInstanceSSLResponse>;
|
|
130
|
+
export type DescribeDBInstancesCommandOutput = CommandOutput<DescribeDBInstancesResponse>;
|
|
131
|
+
export type DescribeNodeSpecsCommandOutput = CommandOutput<DescribeNodeSpecsResponse>;
|
|
132
|
+
export type DescribeNormalLogsCommandOutput = CommandOutput<DescribeNormalLogsResponse>;
|
|
133
|
+
export type DescribeRecoverableTimeCommandOutput = CommandOutput<DescribeRecoverableTimeResponse>;
|
|
134
|
+
export type DescribeRegionsCommandOutput = CommandOutput<DescribeRegionsResponse>;
|
|
135
|
+
export type DescribeSlowLogsCommandOutput = CommandOutput<DescribeSlowLogsResponse>;
|
|
136
|
+
export type DisassociateAllowListCommandOutput = CommandOutput<DisassociateAllowListResponse>;
|
|
137
|
+
export type ModifyAllowListCommandOutput = CommandOutput<ModifyAllowListResponse>;
|
|
138
|
+
export type ModifyDBEndpointPortCommandOutput = CommandOutput<ModifyDBEndpointPortResponse>;
|
|
139
|
+
export type ModifyDBEndpointPrivateDNSVisibilityCommandOutput = CommandOutput<ModifyDBEndpointPrivateDNSVisibilityResponse>;
|
|
140
|
+
export type ModifyDBInstanceBackupPolicyCommandOutput = CommandOutput<ModifyDBInstanceBackupPolicyResponse>;
|
|
141
|
+
export type ModifyDBInstanceBackupURLCommandOutput = CommandOutput<ModifyDBInstanceBackupURLResponse>;
|
|
142
|
+
export type ModifyDBInstanceChargeTypeCommandOutput = CommandOutput<ModifyDBInstanceChargeTypeResponse>;
|
|
143
|
+
export type ModifyDBInstanceNameCommandOutput = CommandOutput<ModifyDBInstanceNameResponse>;
|
|
144
|
+
export type ModifyDBInstanceParametersCommandOutput = CommandOutput<ModifyDBInstanceParametersResponse>;
|
|
145
|
+
export type ModifyDBInstanceSSLCommandOutput = CommandOutput<ModifyDBInstanceSSLResponse>;
|
|
146
|
+
export type ModifyDBInstanceSpecCommandOutput = CommandOutput<ModifyDBInstanceSpecResponse>;
|
|
147
|
+
export type ModifyMultiDBInstanceParametersCommandOutput = CommandOutput<ModifyMultiDBInstanceParametersResponse>;
|
|
148
|
+
export type RemoveTagsFromResourceCommandOutput = CommandOutput<RemoveTagsFromResourceResponse>;
|
|
149
|
+
export type ResetDBAccountCommandOutput = CommandOutput<ResetDBAccountResponse>;
|
|
150
|
+
export type RestartDBInstanceCommandOutput = CommandOutput<RestartDBInstanceResponse>;
|
|
151
|
+
export type RestoreToNewInstanceCommandOutput = CommandOutput<RestoreToNewInstanceResponse>;
|
|
152
|
+
export type SwitchDBMasterCommandOutput = CommandOutput<SwitchDBMasterResponse>;
|
|
153
|
+
export type UpdateDBAccountPrivilegeCommandOutput = CommandOutput<UpdateDBAccountPrivilegeResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* MONGODBClient Service Client
|
|
156
|
+
*/
|
|
157
|
+
export declare class MONGODBClient extends Client {
|
|
158
|
+
constructor(config?: ClientConfig);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Command to AddTagsToResource
|
|
162
|
+
*/
|
|
163
|
+
export declare class AddTagsToResourceCommand extends Command<AddTagsToResourceRequest, AddTagsToResourceCommandOutput, 'AddTagsToResourceCommand'> {
|
|
164
|
+
static readonly metaPath = "/AddTagsToResource/2022-01-01/mongodb/post/application_json/";
|
|
165
|
+
constructor(input: AddTagsToResourceRequest);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Command to AssociateAllowList
|
|
169
|
+
*/
|
|
170
|
+
export declare class AssociateAllowListCommand extends Command<AssociateAllowListRequest, AssociateAllowListCommandOutput, 'AssociateAllowListCommand'> {
|
|
171
|
+
static readonly metaPath = "/AssociateAllowList/2022-01-01/mongodb/post/application_json/";
|
|
172
|
+
constructor(input: AssociateAllowListRequest);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Command to CreateAllowList
|
|
176
|
+
*/
|
|
177
|
+
export declare class CreateAllowListCommand extends Command<CreateAllowListRequest, CreateAllowListCommandOutput, 'CreateAllowListCommand'> {
|
|
178
|
+
static readonly metaPath = "/CreateAllowList/2022-01-01/mongodb/post/application_json/";
|
|
179
|
+
constructor(input: CreateAllowListRequest);
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Command to CreateBackup
|
|
183
|
+
*/
|
|
184
|
+
export declare class CreateBackupCommand extends Command<CreateBackupRequest, CreateBackupCommandOutput, 'CreateBackupCommand'> {
|
|
185
|
+
static readonly metaPath = "/CreateBackup/2022-01-01/mongodb/post/application_json/";
|
|
186
|
+
constructor(input: CreateBackupRequest);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Command to CreateDBAccount
|
|
190
|
+
*/
|
|
191
|
+
export declare class CreateDBAccountCommand extends Command<CreateDBAccountRequest, CreateDBAccountCommandOutput, 'CreateDBAccountCommand'> {
|
|
192
|
+
static readonly metaPath = "/CreateDBAccount/2022-01-01/mongodb/post/application_json/";
|
|
193
|
+
constructor(input: CreateDBAccountRequest);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Command to CreateDBEndpoint
|
|
197
|
+
*/
|
|
198
|
+
export declare class CreateDBEndpointCommand extends Command<CreateDBEndpointRequest, CreateDBEndpointCommandOutput, 'CreateDBEndpointCommand'> {
|
|
199
|
+
static readonly metaPath = "/CreateDBEndpoint/2022-01-01/mongodb/post/application_json/";
|
|
200
|
+
constructor(input: CreateDBEndpointRequest);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Command to CreateDBInstance
|
|
204
|
+
*/
|
|
205
|
+
export declare class CreateDBInstanceCommand extends Command<CreateDBInstanceRequest, CreateDBInstanceCommandOutput, 'CreateDBInstanceCommand'> {
|
|
206
|
+
static readonly metaPath = "/CreateDBInstance/2022-01-01/mongodb/post/application_json/";
|
|
207
|
+
constructor(input: CreateDBInstanceRequest);
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Command to DeleteAllowList
|
|
211
|
+
*/
|
|
212
|
+
export declare class DeleteAllowListCommand extends Command<DeleteAllowListRequest, DeleteAllowListCommandOutput, 'DeleteAllowListCommand'> {
|
|
213
|
+
static readonly metaPath = "/DeleteAllowList/2022-01-01/mongodb/post/application_json/";
|
|
214
|
+
constructor(input: DeleteAllowListRequest);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Command to DeleteDBAccount
|
|
218
|
+
*/
|
|
219
|
+
export declare class DeleteDBAccountCommand extends Command<DeleteDBAccountRequest, DeleteDBAccountCommandOutput, 'DeleteDBAccountCommand'> {
|
|
220
|
+
static readonly metaPath = "/DeleteDBAccount/2022-01-01/mongodb/post/application_json/";
|
|
221
|
+
constructor(input: DeleteDBAccountRequest);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Command to DeleteDBEndpoint
|
|
225
|
+
*/
|
|
226
|
+
export declare class DeleteDBEndpointCommand extends Command<DeleteDBEndpointRequest, DeleteDBEndpointCommandOutput, 'DeleteDBEndpointCommand'> {
|
|
227
|
+
static readonly metaPath = "/DeleteDBEndpoint/2022-01-01/mongodb/post/application_json/";
|
|
228
|
+
constructor(input: DeleteDBEndpointRequest);
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Command to DeleteDBInstance
|
|
232
|
+
*/
|
|
233
|
+
export declare class DeleteDBInstanceCommand extends Command<DeleteDBInstanceRequest, DeleteDBInstanceCommandOutput, 'DeleteDBInstanceCommand'> {
|
|
234
|
+
static readonly metaPath = "/DeleteDBInstance/2022-01-01/mongodb/post/application_json/";
|
|
235
|
+
constructor(input: DeleteDBInstanceRequest);
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Command to DescribeAllowListDetail
|
|
239
|
+
*/
|
|
240
|
+
export declare class DescribeAllowListDetailCommand extends Command<DescribeAllowListDetailRequest, DescribeAllowListDetailCommandOutput, 'DescribeAllowListDetailCommand'> {
|
|
241
|
+
static readonly metaPath = "/DescribeAllowListDetail/2022-01-01/mongodb/post/application_json/";
|
|
242
|
+
constructor(input: DescribeAllowListDetailRequest);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Command to DescribeAllowLists
|
|
246
|
+
*/
|
|
247
|
+
export declare class DescribeAllowListsCommand extends Command<DescribeAllowListsRequest, DescribeAllowListsCommandOutput, 'DescribeAllowListsCommand'> {
|
|
248
|
+
static readonly metaPath = "/DescribeAllowLists/2022-01-01/mongodb/post/application_json/";
|
|
249
|
+
constructor(input: DescribeAllowListsRequest);
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Command to DescribeAvailabilityZones
|
|
253
|
+
*/
|
|
254
|
+
export declare class DescribeAvailabilityZonesCommand extends Command<DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesCommandOutput, 'DescribeAvailabilityZonesCommand'> {
|
|
255
|
+
static readonly metaPath = "/DescribeAvailabilityZones/2022-01-01/mongodb/post/application_json/";
|
|
256
|
+
constructor(input: DescribeAvailabilityZonesRequest);
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Command to DescribeBackups
|
|
260
|
+
*/
|
|
261
|
+
export declare class DescribeBackupsCommand extends Command<DescribeBackupsRequest, DescribeBackupsCommandOutput, 'DescribeBackupsCommand'> {
|
|
262
|
+
static readonly metaPath = "/DescribeBackups/2022-01-01/mongodb/post/application_json/";
|
|
263
|
+
constructor(input: DescribeBackupsRequest);
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Command to DescribeDBAccounts
|
|
267
|
+
*/
|
|
268
|
+
export declare class DescribeDBAccountsCommand extends Command<DescribeDBAccountsRequest, DescribeDBAccountsCommandOutput, 'DescribeDBAccountsCommand'> {
|
|
269
|
+
static readonly metaPath = "/DescribeDBAccounts/2022-01-01/mongodb/post/application_json/";
|
|
270
|
+
constructor(input: DescribeDBAccountsRequest);
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Command to DescribeDBEndpoint
|
|
274
|
+
*/
|
|
275
|
+
export declare class DescribeDBEndpointCommand extends Command<DescribeDBEndpointRequest, DescribeDBEndpointCommandOutput, 'DescribeDBEndpointCommand'> {
|
|
276
|
+
static readonly metaPath = "/DescribeDBEndpoint/2022-01-01/mongodb/post/application_json/";
|
|
277
|
+
constructor(input: DescribeDBEndpointRequest);
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Command to DescribeDBInstanceBackupPolicy
|
|
281
|
+
*/
|
|
282
|
+
export declare class DescribeDBInstanceBackupPolicyCommand extends Command<DescribeDBInstanceBackupPolicyRequest, DescribeDBInstanceBackupPolicyCommandOutput, 'DescribeDBInstanceBackupPolicyCommand'> {
|
|
283
|
+
static readonly metaPath = "/DescribeDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/";
|
|
284
|
+
constructor(input: DescribeDBInstanceBackupPolicyRequest);
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Command to DescribeDBInstanceBackupURL
|
|
288
|
+
*/
|
|
289
|
+
export declare class DescribeDBInstanceBackupURLCommand extends Command<DescribeDBInstanceBackupURLRequest, DescribeDBInstanceBackupURLCommandOutput, 'DescribeDBInstanceBackupURLCommand'> {
|
|
290
|
+
static readonly metaPath = "/DescribeDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/";
|
|
291
|
+
constructor(input: DescribeDBInstanceBackupURLRequest);
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Command to DescribeDBInstanceDetail
|
|
295
|
+
*/
|
|
296
|
+
export declare class DescribeDBInstanceDetailCommand extends Command<DescribeDBInstanceDetailRequest, DescribeDBInstanceDetailCommandOutput, 'DescribeDBInstanceDetailCommand'> {
|
|
297
|
+
static readonly metaPath = "/DescribeDBInstanceDetail/2022-01-01/mongodb/post/application_json/";
|
|
298
|
+
constructor(input: DescribeDBInstanceDetailRequest);
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* Command to DescribeDBInstanceParameters
|
|
302
|
+
*/
|
|
303
|
+
export declare class DescribeDBInstanceParametersCommand extends Command<DescribeDBInstanceParametersRequest, DescribeDBInstanceParametersCommandOutput, 'DescribeDBInstanceParametersCommand'> {
|
|
304
|
+
static readonly metaPath = "/DescribeDBInstanceParameters/2022-01-01/mongodb/post/application_json/";
|
|
305
|
+
constructor(input: DescribeDBInstanceParametersRequest);
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* Command to DescribeDBInstanceParametersLog
|
|
309
|
+
*/
|
|
310
|
+
export declare class DescribeDBInstanceParametersLogCommand extends Command<DescribeDBInstanceParametersLogRequest, DescribeDBInstanceParametersLogCommandOutput, 'DescribeDBInstanceParametersLogCommand'> {
|
|
311
|
+
static readonly metaPath = "/DescribeDBInstanceParametersLog/2022-01-01/mongodb/post/application_json/";
|
|
312
|
+
constructor(input: DescribeDBInstanceParametersLogRequest);
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Command to DescribeDBInstanceSSL
|
|
316
|
+
*/
|
|
317
|
+
export declare class DescribeDBInstanceSSLCommand extends Command<DescribeDBInstanceSSLRequest, DescribeDBInstanceSSLCommandOutput, 'DescribeDBInstanceSSLCommand'> {
|
|
318
|
+
static readonly metaPath = "/DescribeDBInstanceSSL/2022-01-01/mongodb/post/application_json/";
|
|
319
|
+
constructor(input: DescribeDBInstanceSSLRequest);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Command to DescribeDBInstances
|
|
323
|
+
*/
|
|
324
|
+
export declare class DescribeDBInstancesCommand extends Command<DescribeDBInstancesRequest, DescribeDBInstancesCommandOutput, 'DescribeDBInstancesCommand'> {
|
|
325
|
+
static readonly metaPath = "/DescribeDBInstances/2022-01-01/mongodb/post/application_json/";
|
|
326
|
+
constructor(input: DescribeDBInstancesRequest);
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* Command to DescribeNodeSpecs
|
|
330
|
+
*/
|
|
331
|
+
export declare class DescribeNodeSpecsCommand extends Command<DescribeNodeSpecsRequest, DescribeNodeSpecsCommandOutput, 'DescribeNodeSpecsCommand'> {
|
|
332
|
+
static readonly metaPath = "/DescribeNodeSpecs/2022-01-01/mongodb/post/application_json/";
|
|
333
|
+
constructor(input: DescribeNodeSpecsRequest);
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Command to DescribeNormalLogs
|
|
337
|
+
*/
|
|
338
|
+
export declare class DescribeNormalLogsCommand extends Command<DescribeNormalLogsRequest, DescribeNormalLogsCommandOutput, 'DescribeNormalLogsCommand'> {
|
|
339
|
+
static readonly metaPath = "/DescribeNormalLogs/2022-01-01/mongodb/post/application_json/";
|
|
340
|
+
constructor(input: DescribeNormalLogsRequest);
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Command to DescribeRecoverableTime
|
|
344
|
+
*/
|
|
345
|
+
export declare class DescribeRecoverableTimeCommand extends Command<DescribeRecoverableTimeRequest, DescribeRecoverableTimeCommandOutput, 'DescribeRecoverableTimeCommand'> {
|
|
346
|
+
static readonly metaPath = "/DescribeRecoverableTime/2022-01-01/mongodb/post/application_json/";
|
|
347
|
+
constructor(input: DescribeRecoverableTimeRequest);
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* Command to DescribeRegions
|
|
351
|
+
*/
|
|
352
|
+
export declare class DescribeRegionsCommand extends Command<DescribeRegionsRequest, DescribeRegionsCommandOutput, 'DescribeRegionsCommand'> {
|
|
353
|
+
static readonly metaPath = "/DescribeRegions/2022-01-01/mongodb/post/application_json/";
|
|
354
|
+
constructor(input: DescribeRegionsRequest);
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* Command to DescribeSlowLogs
|
|
358
|
+
*/
|
|
359
|
+
export declare class DescribeSlowLogsCommand extends Command<DescribeSlowLogsRequest, DescribeSlowLogsCommandOutput, 'DescribeSlowLogsCommand'> {
|
|
360
|
+
static readonly metaPath = "/DescribeSlowLogs/2022-01-01/mongodb/post/application_json/";
|
|
361
|
+
constructor(input: DescribeSlowLogsRequest);
|
|
362
|
+
}
|
|
363
|
+
/**
|
|
364
|
+
* Command to DisassociateAllowList
|
|
365
|
+
*/
|
|
366
|
+
export declare class DisassociateAllowListCommand extends Command<DisassociateAllowListRequest, DisassociateAllowListCommandOutput, 'DisassociateAllowListCommand'> {
|
|
367
|
+
static readonly metaPath = "/DisassociateAllowList/2022-01-01/mongodb/post/application_json/";
|
|
368
|
+
constructor(input: DisassociateAllowListRequest);
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Command to ModifyAllowList
|
|
372
|
+
*/
|
|
373
|
+
export declare class ModifyAllowListCommand extends Command<ModifyAllowListRequest, ModifyAllowListCommandOutput, 'ModifyAllowListCommand'> {
|
|
374
|
+
static readonly metaPath = "/ModifyAllowList/2022-01-01/mongodb/post/application_json/";
|
|
375
|
+
constructor(input: ModifyAllowListRequest);
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Command to ModifyDBEndpointPort
|
|
379
|
+
*/
|
|
380
|
+
export declare class ModifyDBEndpointPortCommand extends Command<ModifyDBEndpointPortRequest, ModifyDBEndpointPortCommandOutput, 'ModifyDBEndpointPortCommand'> {
|
|
381
|
+
static readonly metaPath = "/ModifyDBEndpointPort/2022-01-01/mongodb/post/application_json/";
|
|
382
|
+
constructor(input: ModifyDBEndpointPortRequest);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* Command to ModifyDBEndpointPrivateDNSVisibility
|
|
386
|
+
*/
|
|
387
|
+
export declare class ModifyDBEndpointPrivateDNSVisibilityCommand extends Command<ModifyDBEndpointPrivateDNSVisibilityRequest, ModifyDBEndpointPrivateDNSVisibilityCommandOutput, 'ModifyDBEndpointPrivateDNSVisibilityCommand'> {
|
|
388
|
+
static readonly metaPath = "/ModifyDBEndpointPrivateDNSVisibility/2022-01-01/mongodb/post/application_json/";
|
|
389
|
+
constructor(input: ModifyDBEndpointPrivateDNSVisibilityRequest);
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* Command to ModifyDBInstanceBackupPolicy
|
|
393
|
+
*/
|
|
394
|
+
export declare class ModifyDBInstanceBackupPolicyCommand extends Command<ModifyDBInstanceBackupPolicyRequest, ModifyDBInstanceBackupPolicyCommandOutput, 'ModifyDBInstanceBackupPolicyCommand'> {
|
|
395
|
+
static readonly metaPath = "/ModifyDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/";
|
|
396
|
+
constructor(input: ModifyDBInstanceBackupPolicyRequest);
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* Command to ModifyDBInstanceBackupURL
|
|
400
|
+
*/
|
|
401
|
+
export declare class ModifyDBInstanceBackupURLCommand extends Command<ModifyDBInstanceBackupURLRequest, ModifyDBInstanceBackupURLCommandOutput, 'ModifyDBInstanceBackupURLCommand'> {
|
|
402
|
+
static readonly metaPath = "/ModifyDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/";
|
|
403
|
+
constructor(input: ModifyDBInstanceBackupURLRequest);
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Command to ModifyDBInstanceChargeType
|
|
407
|
+
*/
|
|
408
|
+
export declare class ModifyDBInstanceChargeTypeCommand extends Command<ModifyDBInstanceChargeTypeRequest, ModifyDBInstanceChargeTypeCommandOutput, 'ModifyDBInstanceChargeTypeCommand'> {
|
|
409
|
+
static readonly metaPath = "/ModifyDBInstanceChargeType/2022-01-01/mongodb/post/application_json/";
|
|
410
|
+
constructor(input: ModifyDBInstanceChargeTypeRequest);
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Command to ModifyDBInstanceName
|
|
414
|
+
*/
|
|
415
|
+
export declare class ModifyDBInstanceNameCommand extends Command<ModifyDBInstanceNameRequest, ModifyDBInstanceNameCommandOutput, 'ModifyDBInstanceNameCommand'> {
|
|
416
|
+
static readonly metaPath = "/ModifyDBInstanceName/2022-01-01/mongodb/post/application_json/";
|
|
417
|
+
constructor(input: ModifyDBInstanceNameRequest);
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Command to ModifyDBInstanceParameters
|
|
421
|
+
*/
|
|
422
|
+
export declare class ModifyDBInstanceParametersCommand extends Command<ModifyDBInstanceParametersRequest, ModifyDBInstanceParametersCommandOutput, 'ModifyDBInstanceParametersCommand'> {
|
|
423
|
+
static readonly metaPath = "/ModifyDBInstanceParameters/2022-01-01/mongodb/post/application_json/";
|
|
424
|
+
constructor(input: ModifyDBInstanceParametersRequest);
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* Command to ModifyDBInstanceSSL
|
|
428
|
+
*/
|
|
429
|
+
export declare class ModifyDBInstanceSSLCommand extends Command<ModifyDBInstanceSSLRequest, ModifyDBInstanceSSLCommandOutput, 'ModifyDBInstanceSSLCommand'> {
|
|
430
|
+
static readonly metaPath = "/ModifyDBInstanceSSL/2022-01-01/mongodb/post/application_json/";
|
|
431
|
+
constructor(input: ModifyDBInstanceSSLRequest);
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Command to ModifyDBInstanceSpec
|
|
435
|
+
*/
|
|
436
|
+
export declare class ModifyDBInstanceSpecCommand extends Command<ModifyDBInstanceSpecRequest, ModifyDBInstanceSpecCommandOutput, 'ModifyDBInstanceSpecCommand'> {
|
|
437
|
+
static readonly metaPath = "/ModifyDBInstanceSpec/2022-01-01/mongodb/post/application_json/";
|
|
438
|
+
constructor(input: ModifyDBInstanceSpecRequest);
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* Command to ModifyMultiDBInstanceParameters
|
|
442
|
+
*/
|
|
443
|
+
export declare class ModifyMultiDBInstanceParametersCommand extends Command<ModifyMultiDBInstanceParametersRequest, ModifyMultiDBInstanceParametersCommandOutput, 'ModifyMultiDBInstanceParametersCommand'> {
|
|
444
|
+
static readonly metaPath = "/ModifyMultiDBInstanceParameters/2022-01-01/mongodb/post/application_json/";
|
|
445
|
+
constructor(input: ModifyMultiDBInstanceParametersRequest);
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* Command to RemoveTagsFromResource
|
|
449
|
+
*/
|
|
450
|
+
export declare class RemoveTagsFromResourceCommand extends Command<RemoveTagsFromResourceRequest, RemoveTagsFromResourceCommandOutput, 'RemoveTagsFromResourceCommand'> {
|
|
451
|
+
static readonly metaPath = "/RemoveTagsFromResource/2022-01-01/mongodb/post/application_json/";
|
|
452
|
+
constructor(input: RemoveTagsFromResourceRequest);
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* Command to ResetDBAccount
|
|
456
|
+
*/
|
|
457
|
+
export declare class ResetDBAccountCommand extends Command<ResetDBAccountRequest, ResetDBAccountCommandOutput, 'ResetDBAccountCommand'> {
|
|
458
|
+
static readonly metaPath = "/ResetDBAccount/2022-01-01/mongodb/post/application_json/";
|
|
459
|
+
constructor(input: ResetDBAccountRequest);
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* Command to RestartDBInstance
|
|
463
|
+
*/
|
|
464
|
+
export declare class RestartDBInstanceCommand extends Command<RestartDBInstanceRequest, RestartDBInstanceCommandOutput, 'RestartDBInstanceCommand'> {
|
|
465
|
+
static readonly metaPath = "/RestartDBInstance/2022-01-01/mongodb/post/application_json/";
|
|
466
|
+
constructor(input: RestartDBInstanceRequest);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Command to RestoreToNewInstance
|
|
470
|
+
*/
|
|
471
|
+
export declare class RestoreToNewInstanceCommand extends Command<RestoreToNewInstanceRequest, RestoreToNewInstanceCommandOutput, 'RestoreToNewInstanceCommand'> {
|
|
472
|
+
static readonly metaPath = "/RestoreToNewInstance/2022-01-01/mongodb/post/application_json/";
|
|
473
|
+
constructor(input: RestoreToNewInstanceRequest);
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* Command to SwitchDBMaster
|
|
477
|
+
*/
|
|
478
|
+
export declare class SwitchDBMasterCommand extends Command<SwitchDBMasterRequest, SwitchDBMasterCommandOutput, 'SwitchDBMasterCommand'> {
|
|
479
|
+
static readonly metaPath = "/SwitchDBMaster/2022-01-01/mongodb/post/application_json/";
|
|
480
|
+
constructor(input: SwitchDBMasterRequest);
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* Command to UpdateDBAccountPrivilege
|
|
484
|
+
*/
|
|
485
|
+
export declare class UpdateDBAccountPrivilegeCommand extends Command<UpdateDBAccountPrivilegeRequest, UpdateDBAccountPrivilegeCommandOutput, 'UpdateDBAccountPrivilegeCommand'> {
|
|
486
|
+
static readonly metaPath = "/UpdateDBAccountPrivilege/2022-01-01/mongodb/post/application_json/";
|
|
487
|
+
constructor(input: UpdateDBAccountPrivilegeRequest);
|
|
488
|
+
}
|
|
489
|
+
declare const _default: {
|
|
490
|
+
MONGODBClient: typeof MONGODBClient;
|
|
491
|
+
AddTagsToResourceCommand: typeof AddTagsToResourceCommand;
|
|
492
|
+
AssociateAllowListCommand: typeof AssociateAllowListCommand;
|
|
493
|
+
CreateAllowListCommand: typeof CreateAllowListCommand;
|
|
494
|
+
CreateBackupCommand: typeof CreateBackupCommand;
|
|
495
|
+
CreateDBAccountCommand: typeof CreateDBAccountCommand;
|
|
496
|
+
CreateDBEndpointCommand: typeof CreateDBEndpointCommand;
|
|
497
|
+
CreateDBInstanceCommand: typeof CreateDBInstanceCommand;
|
|
498
|
+
DeleteAllowListCommand: typeof DeleteAllowListCommand;
|
|
499
|
+
DeleteDBAccountCommand: typeof DeleteDBAccountCommand;
|
|
500
|
+
DeleteDBEndpointCommand: typeof DeleteDBEndpointCommand;
|
|
501
|
+
DeleteDBInstanceCommand: typeof DeleteDBInstanceCommand;
|
|
502
|
+
DescribeAllowListDetailCommand: typeof DescribeAllowListDetailCommand;
|
|
503
|
+
DescribeAllowListsCommand: typeof DescribeAllowListsCommand;
|
|
504
|
+
DescribeAvailabilityZonesCommand: typeof DescribeAvailabilityZonesCommand;
|
|
505
|
+
DescribeBackupsCommand: typeof DescribeBackupsCommand;
|
|
506
|
+
DescribeDBAccountsCommand: typeof DescribeDBAccountsCommand;
|
|
507
|
+
DescribeDBEndpointCommand: typeof DescribeDBEndpointCommand;
|
|
508
|
+
DescribeDBInstanceBackupPolicyCommand: typeof DescribeDBInstanceBackupPolicyCommand;
|
|
509
|
+
DescribeDBInstanceBackupURLCommand: typeof DescribeDBInstanceBackupURLCommand;
|
|
510
|
+
DescribeDBInstanceDetailCommand: typeof DescribeDBInstanceDetailCommand;
|
|
511
|
+
DescribeDBInstanceParametersCommand: typeof DescribeDBInstanceParametersCommand;
|
|
512
|
+
DescribeDBInstanceParametersLogCommand: typeof DescribeDBInstanceParametersLogCommand;
|
|
513
|
+
DescribeDBInstanceSSLCommand: typeof DescribeDBInstanceSSLCommand;
|
|
514
|
+
DescribeDBInstancesCommand: typeof DescribeDBInstancesCommand;
|
|
515
|
+
DescribeNodeSpecsCommand: typeof DescribeNodeSpecsCommand;
|
|
516
|
+
DescribeNormalLogsCommand: typeof DescribeNormalLogsCommand;
|
|
517
|
+
DescribeRecoverableTimeCommand: typeof DescribeRecoverableTimeCommand;
|
|
518
|
+
DescribeRegionsCommand: typeof DescribeRegionsCommand;
|
|
519
|
+
DescribeSlowLogsCommand: typeof DescribeSlowLogsCommand;
|
|
520
|
+
DisassociateAllowListCommand: typeof DisassociateAllowListCommand;
|
|
521
|
+
ModifyAllowListCommand: typeof ModifyAllowListCommand;
|
|
522
|
+
ModifyDBEndpointPortCommand: typeof ModifyDBEndpointPortCommand;
|
|
523
|
+
ModifyDBEndpointPrivateDNSVisibilityCommand: typeof ModifyDBEndpointPrivateDNSVisibilityCommand;
|
|
524
|
+
ModifyDBInstanceBackupPolicyCommand: typeof ModifyDBInstanceBackupPolicyCommand;
|
|
525
|
+
ModifyDBInstanceBackupURLCommand: typeof ModifyDBInstanceBackupURLCommand;
|
|
526
|
+
ModifyDBInstanceChargeTypeCommand: typeof ModifyDBInstanceChargeTypeCommand;
|
|
527
|
+
ModifyDBInstanceNameCommand: typeof ModifyDBInstanceNameCommand;
|
|
528
|
+
ModifyDBInstanceParametersCommand: typeof ModifyDBInstanceParametersCommand;
|
|
529
|
+
ModifyDBInstanceSSLCommand: typeof ModifyDBInstanceSSLCommand;
|
|
530
|
+
ModifyDBInstanceSpecCommand: typeof ModifyDBInstanceSpecCommand;
|
|
531
|
+
ModifyMultiDBInstanceParametersCommand: typeof ModifyMultiDBInstanceParametersCommand;
|
|
532
|
+
RemoveTagsFromResourceCommand: typeof RemoveTagsFromResourceCommand;
|
|
533
|
+
ResetDBAccountCommand: typeof ResetDBAccountCommand;
|
|
534
|
+
RestartDBInstanceCommand: typeof RestartDBInstanceCommand;
|
|
535
|
+
RestoreToNewInstanceCommand: typeof RestoreToNewInstanceCommand;
|
|
536
|
+
SwitchDBMasterCommand: typeof SwitchDBMasterCommand;
|
|
537
|
+
UpdateDBAccountPrivilegeCommand: typeof UpdateDBAccountPrivilegeCommand;
|
|
538
|
+
};
|
|
539
|
+
export default _default;
|
|
540
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export * from "./api";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}
|