@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,525 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
ModifyMultiDBInstanceParametersCommand: ()=>ModifyMultiDBInstanceParametersCommand,
|
|
28
|
+
CreateAllowListCommand: ()=>CreateAllowListCommand,
|
|
29
|
+
DescribeRegionsCommand: ()=>DescribeRegionsCommand,
|
|
30
|
+
DeleteDBInstanceCommand: ()=>DeleteDBInstanceCommand,
|
|
31
|
+
MONGODBClient: ()=>MONGODBClient,
|
|
32
|
+
ModifyAllowListCommand: ()=>ModifyAllowListCommand,
|
|
33
|
+
DescribeDBInstanceBackupPolicyCommand: ()=>DescribeDBInstanceBackupPolicyCommand,
|
|
34
|
+
DescribeDBInstanceDetailCommand: ()=>DescribeDBInstanceDetailCommand,
|
|
35
|
+
RemoveTagsFromResourceCommand: ()=>RemoveTagsFromResourceCommand,
|
|
36
|
+
AddTagsToResourceCommand: ()=>AddTagsToResourceCommand,
|
|
37
|
+
DescribeBackupsCommand: ()=>DescribeBackupsCommand,
|
|
38
|
+
ModifyDBInstanceParametersCommand: ()=>ModifyDBInstanceParametersCommand,
|
|
39
|
+
DescribeSlowLogsCommand: ()=>DescribeSlowLogsCommand,
|
|
40
|
+
ModifyDBInstanceChargeTypeCommand: ()=>ModifyDBInstanceChargeTypeCommand,
|
|
41
|
+
DescribeAllowListDetailCommand: ()=>DescribeAllowListDetailCommand,
|
|
42
|
+
DescribeDBInstanceParametersCommand: ()=>DescribeDBInstanceParametersCommand,
|
|
43
|
+
ResetDBAccountCommand: ()=>ResetDBAccountCommand,
|
|
44
|
+
UpdateDBAccountPrivilegeCommand: ()=>UpdateDBAccountPrivilegeCommand,
|
|
45
|
+
DescribeRecoverableTimeCommand: ()=>DescribeRecoverableTimeCommand,
|
|
46
|
+
DescribeNodeSpecsCommand: ()=>DescribeNodeSpecsCommand,
|
|
47
|
+
AssociateAllowListCommand: ()=>AssociateAllowListCommand,
|
|
48
|
+
ModifyDBInstanceSSLCommand: ()=>ModifyDBInstanceSSLCommand,
|
|
49
|
+
ModifyDBInstanceSpecCommand: ()=>ModifyDBInstanceSpecCommand,
|
|
50
|
+
SwitchDBMasterCommand: ()=>SwitchDBMasterCommand,
|
|
51
|
+
ModifyDBInstanceBackupURLCommand: ()=>ModifyDBInstanceBackupURLCommand,
|
|
52
|
+
DeleteAllowListCommand: ()=>DeleteAllowListCommand,
|
|
53
|
+
DescribeDBAccountsCommand: ()=>DescribeDBAccountsCommand,
|
|
54
|
+
DescribeDBInstanceParametersLogCommand: ()=>DescribeDBInstanceParametersLogCommand,
|
|
55
|
+
DeleteDBAccountCommand: ()=>DeleteDBAccountCommand,
|
|
56
|
+
DescribeAvailabilityZonesCommand: ()=>DescribeAvailabilityZonesCommand,
|
|
57
|
+
DescribeDBInstancesCommand: ()=>DescribeDBInstancesCommand,
|
|
58
|
+
RestartDBInstanceCommand: ()=>RestartDBInstanceCommand,
|
|
59
|
+
DescribeDBInstanceBackupURLCommand: ()=>DescribeDBInstanceBackupURLCommand,
|
|
60
|
+
DescribeDBInstanceSSLCommand: ()=>DescribeDBInstanceSSLCommand,
|
|
61
|
+
DisassociateAllowListCommand: ()=>DisassociateAllowListCommand,
|
|
62
|
+
CreateDBAccountCommand: ()=>CreateDBAccountCommand,
|
|
63
|
+
DeleteDBEndpointCommand: ()=>DeleteDBEndpointCommand,
|
|
64
|
+
DescribeAllowListsCommand: ()=>DescribeAllowListsCommand,
|
|
65
|
+
CreateBackupCommand: ()=>CreateBackupCommand,
|
|
66
|
+
DescribeNormalLogsCommand: ()=>DescribeNormalLogsCommand,
|
|
67
|
+
CreateDBEndpointCommand: ()=>CreateDBEndpointCommand,
|
|
68
|
+
CreateDBInstanceCommand: ()=>CreateDBInstanceCommand,
|
|
69
|
+
ModifyDBInstanceBackupPolicyCommand: ()=>ModifyDBInstanceBackupPolicyCommand,
|
|
70
|
+
DescribeDBEndpointCommand: ()=>DescribeDBEndpointCommand,
|
|
71
|
+
ModifyDBEndpointPrivateDNSVisibilityCommand: ()=>ModifyDBEndpointPrivateDNSVisibilityCommand,
|
|
72
|
+
ModifyDBInstanceNameCommand: ()=>ModifyDBInstanceNameCommand,
|
|
73
|
+
RestoreToNewInstanceCommand: ()=>RestoreToNewInstanceCommand,
|
|
74
|
+
ModifyDBEndpointPortCommand: ()=>ModifyDBEndpointPortCommand
|
|
75
|
+
});
|
|
76
|
+
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
77
|
+
function _define_property(obj, key, value) {
|
|
78
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
79
|
+
value: value,
|
|
80
|
+
enumerable: true,
|
|
81
|
+
configurable: true,
|
|
82
|
+
writable: true
|
|
83
|
+
});
|
|
84
|
+
else obj[key] = value;
|
|
85
|
+
return obj;
|
|
86
|
+
}
|
|
87
|
+
class MONGODBClient extends sdk_core_namespaceObject.Client {
|
|
88
|
+
constructor(config = {}){
|
|
89
|
+
super({
|
|
90
|
+
protocol: 'https',
|
|
91
|
+
region: 'cn-beijing',
|
|
92
|
+
...config
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
class AddTagsToResourceCommand extends sdk_core_namespaceObject.Command {
|
|
97
|
+
constructor(input){
|
|
98
|
+
super(input);
|
|
99
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddTagsToResourceCommand.metaPath);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
_define_property(AddTagsToResourceCommand, "metaPath", '/AddTagsToResource/2022-01-01/mongodb/post/application_json/');
|
|
103
|
+
class AssociateAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
104
|
+
constructor(input){
|
|
105
|
+
super(input);
|
|
106
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AssociateAllowListCommand.metaPath);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
_define_property(AssociateAllowListCommand, "metaPath", '/AssociateAllowList/2022-01-01/mongodb/post/application_json/');
|
|
110
|
+
class CreateAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
111
|
+
constructor(input){
|
|
112
|
+
super(input);
|
|
113
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAllowListCommand.metaPath);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
_define_property(CreateAllowListCommand, "metaPath", '/CreateAllowList/2022-01-01/mongodb/post/application_json/');
|
|
117
|
+
class CreateBackupCommand extends sdk_core_namespaceObject.Command {
|
|
118
|
+
constructor(input){
|
|
119
|
+
super(input);
|
|
120
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateBackupCommand.metaPath);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
_define_property(CreateBackupCommand, "metaPath", '/CreateBackup/2022-01-01/mongodb/post/application_json/');
|
|
124
|
+
class CreateDBAccountCommand extends sdk_core_namespaceObject.Command {
|
|
125
|
+
constructor(input){
|
|
126
|
+
super(input);
|
|
127
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDBAccountCommand.metaPath);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
_define_property(CreateDBAccountCommand, "metaPath", '/CreateDBAccount/2022-01-01/mongodb/post/application_json/');
|
|
131
|
+
class CreateDBEndpointCommand extends sdk_core_namespaceObject.Command {
|
|
132
|
+
constructor(input){
|
|
133
|
+
super(input);
|
|
134
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDBEndpointCommand.metaPath);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
_define_property(CreateDBEndpointCommand, "metaPath", '/CreateDBEndpoint/2022-01-01/mongodb/post/application_json/');
|
|
138
|
+
class CreateDBInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
139
|
+
constructor(input){
|
|
140
|
+
super(input);
|
|
141
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDBInstanceCommand.metaPath);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
_define_property(CreateDBInstanceCommand, "metaPath", '/CreateDBInstance/2022-01-01/mongodb/post/application_json/');
|
|
145
|
+
class DeleteAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
146
|
+
constructor(input){
|
|
147
|
+
super(input);
|
|
148
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAllowListCommand.metaPath);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
_define_property(DeleteAllowListCommand, "metaPath", '/DeleteAllowList/2022-01-01/mongodb/post/application_json/');
|
|
152
|
+
class DeleteDBAccountCommand extends sdk_core_namespaceObject.Command {
|
|
153
|
+
constructor(input){
|
|
154
|
+
super(input);
|
|
155
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDBAccountCommand.metaPath);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
_define_property(DeleteDBAccountCommand, "metaPath", '/DeleteDBAccount/2022-01-01/mongodb/post/application_json/');
|
|
159
|
+
class DeleteDBEndpointCommand extends sdk_core_namespaceObject.Command {
|
|
160
|
+
constructor(input){
|
|
161
|
+
super(input);
|
|
162
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDBEndpointCommand.metaPath);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
_define_property(DeleteDBEndpointCommand, "metaPath", '/DeleteDBEndpoint/2022-01-01/mongodb/post/application_json/');
|
|
166
|
+
class DeleteDBInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
167
|
+
constructor(input){
|
|
168
|
+
super(input);
|
|
169
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDBInstanceCommand.metaPath);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
_define_property(DeleteDBInstanceCommand, "metaPath", '/DeleteDBInstance/2022-01-01/mongodb/post/application_json/');
|
|
173
|
+
class DescribeAllowListDetailCommand extends sdk_core_namespaceObject.Command {
|
|
174
|
+
constructor(input){
|
|
175
|
+
super(input);
|
|
176
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListDetailCommand.metaPath);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
_define_property(DescribeAllowListDetailCommand, "metaPath", '/DescribeAllowListDetail/2022-01-01/mongodb/post/application_json/');
|
|
180
|
+
class DescribeAllowListsCommand extends sdk_core_namespaceObject.Command {
|
|
181
|
+
constructor(input){
|
|
182
|
+
super(input);
|
|
183
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListsCommand.metaPath);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
_define_property(DescribeAllowListsCommand, "metaPath", '/DescribeAllowLists/2022-01-01/mongodb/post/application_json/');
|
|
187
|
+
class DescribeAvailabilityZonesCommand extends sdk_core_namespaceObject.Command {
|
|
188
|
+
constructor(input){
|
|
189
|
+
super(input);
|
|
190
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAvailabilityZonesCommand.metaPath);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
_define_property(DescribeAvailabilityZonesCommand, "metaPath", '/DescribeAvailabilityZones/2022-01-01/mongodb/post/application_json/');
|
|
194
|
+
class DescribeBackupsCommand extends sdk_core_namespaceObject.Command {
|
|
195
|
+
constructor(input){
|
|
196
|
+
super(input);
|
|
197
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeBackupsCommand.metaPath);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
_define_property(DescribeBackupsCommand, "metaPath", '/DescribeBackups/2022-01-01/mongodb/post/application_json/');
|
|
201
|
+
class DescribeDBAccountsCommand extends sdk_core_namespaceObject.Command {
|
|
202
|
+
constructor(input){
|
|
203
|
+
super(input);
|
|
204
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBAccountsCommand.metaPath);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
_define_property(DescribeDBAccountsCommand, "metaPath", '/DescribeDBAccounts/2022-01-01/mongodb/post/application_json/');
|
|
208
|
+
class DescribeDBEndpointCommand extends sdk_core_namespaceObject.Command {
|
|
209
|
+
constructor(input){
|
|
210
|
+
super(input);
|
|
211
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBEndpointCommand.metaPath);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
_define_property(DescribeDBEndpointCommand, "metaPath", '/DescribeDBEndpoint/2022-01-01/mongodb/post/application_json/');
|
|
215
|
+
class DescribeDBInstanceBackupPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
216
|
+
constructor(input){
|
|
217
|
+
super(input);
|
|
218
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceBackupPolicyCommand.metaPath);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
_define_property(DescribeDBInstanceBackupPolicyCommand, "metaPath", '/DescribeDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
|
|
222
|
+
class DescribeDBInstanceBackupURLCommand extends sdk_core_namespaceObject.Command {
|
|
223
|
+
constructor(input){
|
|
224
|
+
super(input);
|
|
225
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceBackupURLCommand.metaPath);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
_define_property(DescribeDBInstanceBackupURLCommand, "metaPath", '/DescribeDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
|
|
229
|
+
class DescribeDBInstanceDetailCommand extends sdk_core_namespaceObject.Command {
|
|
230
|
+
constructor(input){
|
|
231
|
+
super(input);
|
|
232
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceDetailCommand.metaPath);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
_define_property(DescribeDBInstanceDetailCommand, "metaPath", '/DescribeDBInstanceDetail/2022-01-01/mongodb/post/application_json/');
|
|
236
|
+
class DescribeDBInstanceParametersCommand extends sdk_core_namespaceObject.Command {
|
|
237
|
+
constructor(input){
|
|
238
|
+
super(input);
|
|
239
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceParametersCommand.metaPath);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
_define_property(DescribeDBInstanceParametersCommand, "metaPath", '/DescribeDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
|
|
243
|
+
class DescribeDBInstanceParametersLogCommand extends sdk_core_namespaceObject.Command {
|
|
244
|
+
constructor(input){
|
|
245
|
+
super(input);
|
|
246
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceParametersLogCommand.metaPath);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
_define_property(DescribeDBInstanceParametersLogCommand, "metaPath", '/DescribeDBInstanceParametersLog/2022-01-01/mongodb/post/application_json/');
|
|
250
|
+
class DescribeDBInstanceSSLCommand extends sdk_core_namespaceObject.Command {
|
|
251
|
+
constructor(input){
|
|
252
|
+
super(input);
|
|
253
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstanceSSLCommand.metaPath);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
_define_property(DescribeDBInstanceSSLCommand, "metaPath", '/DescribeDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
|
|
257
|
+
class DescribeDBInstancesCommand extends sdk_core_namespaceObject.Command {
|
|
258
|
+
constructor(input){
|
|
259
|
+
super(input);
|
|
260
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeDBInstancesCommand.metaPath);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
_define_property(DescribeDBInstancesCommand, "metaPath", '/DescribeDBInstances/2022-01-01/mongodb/post/application_json/');
|
|
264
|
+
class DescribeNodeSpecsCommand extends sdk_core_namespaceObject.Command {
|
|
265
|
+
constructor(input){
|
|
266
|
+
super(input);
|
|
267
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeNodeSpecsCommand.metaPath);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
_define_property(DescribeNodeSpecsCommand, "metaPath", '/DescribeNodeSpecs/2022-01-01/mongodb/post/application_json/');
|
|
271
|
+
class DescribeNormalLogsCommand extends sdk_core_namespaceObject.Command {
|
|
272
|
+
constructor(input){
|
|
273
|
+
super(input);
|
|
274
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeNormalLogsCommand.metaPath);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
_define_property(DescribeNormalLogsCommand, "metaPath", '/DescribeNormalLogs/2022-01-01/mongodb/post/application_json/');
|
|
278
|
+
class DescribeRecoverableTimeCommand extends sdk_core_namespaceObject.Command {
|
|
279
|
+
constructor(input){
|
|
280
|
+
super(input);
|
|
281
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRecoverableTimeCommand.metaPath);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
_define_property(DescribeRecoverableTimeCommand, "metaPath", '/DescribeRecoverableTime/2022-01-01/mongodb/post/application_json/');
|
|
285
|
+
class DescribeRegionsCommand extends sdk_core_namespaceObject.Command {
|
|
286
|
+
constructor(input){
|
|
287
|
+
super(input);
|
|
288
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRegionsCommand.metaPath);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
_define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2022-01-01/mongodb/post/application_json/');
|
|
292
|
+
class DescribeSlowLogsCommand extends sdk_core_namespaceObject.Command {
|
|
293
|
+
constructor(input){
|
|
294
|
+
super(input);
|
|
295
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeSlowLogsCommand.metaPath);
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
_define_property(DescribeSlowLogsCommand, "metaPath", '/DescribeSlowLogs/2022-01-01/mongodb/post/application_json/');
|
|
299
|
+
class DisassociateAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
300
|
+
constructor(input){
|
|
301
|
+
super(input);
|
|
302
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisassociateAllowListCommand.metaPath);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
_define_property(DisassociateAllowListCommand, "metaPath", '/DisassociateAllowList/2022-01-01/mongodb/post/application_json/');
|
|
306
|
+
class ModifyAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
307
|
+
constructor(input){
|
|
308
|
+
super(input);
|
|
309
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAllowListCommand.metaPath);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
_define_property(ModifyAllowListCommand, "metaPath", '/ModifyAllowList/2022-01-01/mongodb/post/application_json/');
|
|
313
|
+
class ModifyDBEndpointPortCommand extends sdk_core_namespaceObject.Command {
|
|
314
|
+
constructor(input){
|
|
315
|
+
super(input);
|
|
316
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBEndpointPortCommand.metaPath);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
_define_property(ModifyDBEndpointPortCommand, "metaPath", '/ModifyDBEndpointPort/2022-01-01/mongodb/post/application_json/');
|
|
320
|
+
class ModifyDBEndpointPrivateDNSVisibilityCommand extends sdk_core_namespaceObject.Command {
|
|
321
|
+
constructor(input){
|
|
322
|
+
super(input);
|
|
323
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBEndpointPrivateDNSVisibilityCommand.metaPath);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
_define_property(ModifyDBEndpointPrivateDNSVisibilityCommand, "metaPath", '/ModifyDBEndpointPrivateDNSVisibility/2022-01-01/mongodb/post/application_json/');
|
|
327
|
+
class ModifyDBInstanceBackupPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
328
|
+
constructor(input){
|
|
329
|
+
super(input);
|
|
330
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceBackupPolicyCommand.metaPath);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
_define_property(ModifyDBInstanceBackupPolicyCommand, "metaPath", '/ModifyDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
|
|
334
|
+
class ModifyDBInstanceBackupURLCommand extends sdk_core_namespaceObject.Command {
|
|
335
|
+
constructor(input){
|
|
336
|
+
super(input);
|
|
337
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceBackupURLCommand.metaPath);
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
_define_property(ModifyDBInstanceBackupURLCommand, "metaPath", '/ModifyDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
|
|
341
|
+
class ModifyDBInstanceChargeTypeCommand extends sdk_core_namespaceObject.Command {
|
|
342
|
+
constructor(input){
|
|
343
|
+
super(input);
|
|
344
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceChargeTypeCommand.metaPath);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
_define_property(ModifyDBInstanceChargeTypeCommand, "metaPath", '/ModifyDBInstanceChargeType/2022-01-01/mongodb/post/application_json/');
|
|
348
|
+
class ModifyDBInstanceNameCommand extends sdk_core_namespaceObject.Command {
|
|
349
|
+
constructor(input){
|
|
350
|
+
super(input);
|
|
351
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceNameCommand.metaPath);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
_define_property(ModifyDBInstanceNameCommand, "metaPath", '/ModifyDBInstanceName/2022-01-01/mongodb/post/application_json/');
|
|
355
|
+
class ModifyDBInstanceParametersCommand extends sdk_core_namespaceObject.Command {
|
|
356
|
+
constructor(input){
|
|
357
|
+
super(input);
|
|
358
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceParametersCommand.metaPath);
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
_define_property(ModifyDBInstanceParametersCommand, "metaPath", '/ModifyDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
|
|
362
|
+
class ModifyDBInstanceSSLCommand extends sdk_core_namespaceObject.Command {
|
|
363
|
+
constructor(input){
|
|
364
|
+
super(input);
|
|
365
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceSSLCommand.metaPath);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
_define_property(ModifyDBInstanceSSLCommand, "metaPath", '/ModifyDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
|
|
369
|
+
class ModifyDBInstanceSpecCommand extends sdk_core_namespaceObject.Command {
|
|
370
|
+
constructor(input){
|
|
371
|
+
super(input);
|
|
372
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyDBInstanceSpecCommand.metaPath);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
_define_property(ModifyDBInstanceSpecCommand, "metaPath", '/ModifyDBInstanceSpec/2022-01-01/mongodb/post/application_json/');
|
|
376
|
+
class ModifyMultiDBInstanceParametersCommand extends sdk_core_namespaceObject.Command {
|
|
377
|
+
constructor(input){
|
|
378
|
+
super(input);
|
|
379
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyMultiDBInstanceParametersCommand.metaPath);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
_define_property(ModifyMultiDBInstanceParametersCommand, "metaPath", '/ModifyMultiDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
|
|
383
|
+
class RemoveTagsFromResourceCommand extends sdk_core_namespaceObject.Command {
|
|
384
|
+
constructor(input){
|
|
385
|
+
super(input);
|
|
386
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemoveTagsFromResourceCommand.metaPath);
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
_define_property(RemoveTagsFromResourceCommand, "metaPath", '/RemoveTagsFromResource/2022-01-01/mongodb/post/application_json/');
|
|
390
|
+
class ResetDBAccountCommand extends sdk_core_namespaceObject.Command {
|
|
391
|
+
constructor(input){
|
|
392
|
+
super(input);
|
|
393
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResetDBAccountCommand.metaPath);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
_define_property(ResetDBAccountCommand, "metaPath", '/ResetDBAccount/2022-01-01/mongodb/post/application_json/');
|
|
397
|
+
class RestartDBInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
398
|
+
constructor(input){
|
|
399
|
+
super(input);
|
|
400
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RestartDBInstanceCommand.metaPath);
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
_define_property(RestartDBInstanceCommand, "metaPath", '/RestartDBInstance/2022-01-01/mongodb/post/application_json/');
|
|
404
|
+
class RestoreToNewInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
405
|
+
constructor(input){
|
|
406
|
+
super(input);
|
|
407
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RestoreToNewInstanceCommand.metaPath);
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
_define_property(RestoreToNewInstanceCommand, "metaPath", '/RestoreToNewInstance/2022-01-01/mongodb/post/application_json/');
|
|
411
|
+
class SwitchDBMasterCommand extends sdk_core_namespaceObject.Command {
|
|
412
|
+
constructor(input){
|
|
413
|
+
super(input);
|
|
414
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SwitchDBMasterCommand.metaPath);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
_define_property(SwitchDBMasterCommand, "metaPath", '/SwitchDBMaster/2022-01-01/mongodb/post/application_json/');
|
|
418
|
+
class UpdateDBAccountPrivilegeCommand extends sdk_core_namespaceObject.Command {
|
|
419
|
+
constructor(input){
|
|
420
|
+
super(input);
|
|
421
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateDBAccountPrivilegeCommand.metaPath);
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
_define_property(UpdateDBAccountPrivilegeCommand, "metaPath", '/UpdateDBAccountPrivilege/2022-01-01/mongodb/post/application_json/');
|
|
425
|
+
exports.AddTagsToResourceCommand = __webpack_exports__.AddTagsToResourceCommand;
|
|
426
|
+
exports.AssociateAllowListCommand = __webpack_exports__.AssociateAllowListCommand;
|
|
427
|
+
exports.CreateAllowListCommand = __webpack_exports__.CreateAllowListCommand;
|
|
428
|
+
exports.CreateBackupCommand = __webpack_exports__.CreateBackupCommand;
|
|
429
|
+
exports.CreateDBAccountCommand = __webpack_exports__.CreateDBAccountCommand;
|
|
430
|
+
exports.CreateDBEndpointCommand = __webpack_exports__.CreateDBEndpointCommand;
|
|
431
|
+
exports.CreateDBInstanceCommand = __webpack_exports__.CreateDBInstanceCommand;
|
|
432
|
+
exports.DeleteAllowListCommand = __webpack_exports__.DeleteAllowListCommand;
|
|
433
|
+
exports.DeleteDBAccountCommand = __webpack_exports__.DeleteDBAccountCommand;
|
|
434
|
+
exports.DeleteDBEndpointCommand = __webpack_exports__.DeleteDBEndpointCommand;
|
|
435
|
+
exports.DeleteDBInstanceCommand = __webpack_exports__.DeleteDBInstanceCommand;
|
|
436
|
+
exports.DescribeAllowListDetailCommand = __webpack_exports__.DescribeAllowListDetailCommand;
|
|
437
|
+
exports.DescribeAllowListsCommand = __webpack_exports__.DescribeAllowListsCommand;
|
|
438
|
+
exports.DescribeAvailabilityZonesCommand = __webpack_exports__.DescribeAvailabilityZonesCommand;
|
|
439
|
+
exports.DescribeBackupsCommand = __webpack_exports__.DescribeBackupsCommand;
|
|
440
|
+
exports.DescribeDBAccountsCommand = __webpack_exports__.DescribeDBAccountsCommand;
|
|
441
|
+
exports.DescribeDBEndpointCommand = __webpack_exports__.DescribeDBEndpointCommand;
|
|
442
|
+
exports.DescribeDBInstanceBackupPolicyCommand = __webpack_exports__.DescribeDBInstanceBackupPolicyCommand;
|
|
443
|
+
exports.DescribeDBInstanceBackupURLCommand = __webpack_exports__.DescribeDBInstanceBackupURLCommand;
|
|
444
|
+
exports.DescribeDBInstanceDetailCommand = __webpack_exports__.DescribeDBInstanceDetailCommand;
|
|
445
|
+
exports.DescribeDBInstanceParametersCommand = __webpack_exports__.DescribeDBInstanceParametersCommand;
|
|
446
|
+
exports.DescribeDBInstanceParametersLogCommand = __webpack_exports__.DescribeDBInstanceParametersLogCommand;
|
|
447
|
+
exports.DescribeDBInstanceSSLCommand = __webpack_exports__.DescribeDBInstanceSSLCommand;
|
|
448
|
+
exports.DescribeDBInstancesCommand = __webpack_exports__.DescribeDBInstancesCommand;
|
|
449
|
+
exports.DescribeNodeSpecsCommand = __webpack_exports__.DescribeNodeSpecsCommand;
|
|
450
|
+
exports.DescribeNormalLogsCommand = __webpack_exports__.DescribeNormalLogsCommand;
|
|
451
|
+
exports.DescribeRecoverableTimeCommand = __webpack_exports__.DescribeRecoverableTimeCommand;
|
|
452
|
+
exports.DescribeRegionsCommand = __webpack_exports__.DescribeRegionsCommand;
|
|
453
|
+
exports.DescribeSlowLogsCommand = __webpack_exports__.DescribeSlowLogsCommand;
|
|
454
|
+
exports.DisassociateAllowListCommand = __webpack_exports__.DisassociateAllowListCommand;
|
|
455
|
+
exports.MONGODBClient = __webpack_exports__.MONGODBClient;
|
|
456
|
+
exports.ModifyAllowListCommand = __webpack_exports__.ModifyAllowListCommand;
|
|
457
|
+
exports.ModifyDBEndpointPortCommand = __webpack_exports__.ModifyDBEndpointPortCommand;
|
|
458
|
+
exports.ModifyDBEndpointPrivateDNSVisibilityCommand = __webpack_exports__.ModifyDBEndpointPrivateDNSVisibilityCommand;
|
|
459
|
+
exports.ModifyDBInstanceBackupPolicyCommand = __webpack_exports__.ModifyDBInstanceBackupPolicyCommand;
|
|
460
|
+
exports.ModifyDBInstanceBackupURLCommand = __webpack_exports__.ModifyDBInstanceBackupURLCommand;
|
|
461
|
+
exports.ModifyDBInstanceChargeTypeCommand = __webpack_exports__.ModifyDBInstanceChargeTypeCommand;
|
|
462
|
+
exports.ModifyDBInstanceNameCommand = __webpack_exports__.ModifyDBInstanceNameCommand;
|
|
463
|
+
exports.ModifyDBInstanceParametersCommand = __webpack_exports__.ModifyDBInstanceParametersCommand;
|
|
464
|
+
exports.ModifyDBInstanceSSLCommand = __webpack_exports__.ModifyDBInstanceSSLCommand;
|
|
465
|
+
exports.ModifyDBInstanceSpecCommand = __webpack_exports__.ModifyDBInstanceSpecCommand;
|
|
466
|
+
exports.ModifyMultiDBInstanceParametersCommand = __webpack_exports__.ModifyMultiDBInstanceParametersCommand;
|
|
467
|
+
exports.RemoveTagsFromResourceCommand = __webpack_exports__.RemoveTagsFromResourceCommand;
|
|
468
|
+
exports.ResetDBAccountCommand = __webpack_exports__.ResetDBAccountCommand;
|
|
469
|
+
exports.RestartDBInstanceCommand = __webpack_exports__.RestartDBInstanceCommand;
|
|
470
|
+
exports.RestoreToNewInstanceCommand = __webpack_exports__.RestoreToNewInstanceCommand;
|
|
471
|
+
exports.SwitchDBMasterCommand = __webpack_exports__.SwitchDBMasterCommand;
|
|
472
|
+
exports.UpdateDBAccountPrivilegeCommand = __webpack_exports__.UpdateDBAccountPrivilegeCommand;
|
|
473
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
474
|
+
"AddTagsToResourceCommand",
|
|
475
|
+
"AssociateAllowListCommand",
|
|
476
|
+
"CreateAllowListCommand",
|
|
477
|
+
"CreateBackupCommand",
|
|
478
|
+
"CreateDBAccountCommand",
|
|
479
|
+
"CreateDBEndpointCommand",
|
|
480
|
+
"CreateDBInstanceCommand",
|
|
481
|
+
"DeleteAllowListCommand",
|
|
482
|
+
"DeleteDBAccountCommand",
|
|
483
|
+
"DeleteDBEndpointCommand",
|
|
484
|
+
"DeleteDBInstanceCommand",
|
|
485
|
+
"DescribeAllowListDetailCommand",
|
|
486
|
+
"DescribeAllowListsCommand",
|
|
487
|
+
"DescribeAvailabilityZonesCommand",
|
|
488
|
+
"DescribeBackupsCommand",
|
|
489
|
+
"DescribeDBAccountsCommand",
|
|
490
|
+
"DescribeDBEndpointCommand",
|
|
491
|
+
"DescribeDBInstanceBackupPolicyCommand",
|
|
492
|
+
"DescribeDBInstanceBackupURLCommand",
|
|
493
|
+
"DescribeDBInstanceDetailCommand",
|
|
494
|
+
"DescribeDBInstanceParametersCommand",
|
|
495
|
+
"DescribeDBInstanceParametersLogCommand",
|
|
496
|
+
"DescribeDBInstanceSSLCommand",
|
|
497
|
+
"DescribeDBInstancesCommand",
|
|
498
|
+
"DescribeNodeSpecsCommand",
|
|
499
|
+
"DescribeNormalLogsCommand",
|
|
500
|
+
"DescribeRecoverableTimeCommand",
|
|
501
|
+
"DescribeRegionsCommand",
|
|
502
|
+
"DescribeSlowLogsCommand",
|
|
503
|
+
"DisassociateAllowListCommand",
|
|
504
|
+
"MONGODBClient",
|
|
505
|
+
"ModifyAllowListCommand",
|
|
506
|
+
"ModifyDBEndpointPortCommand",
|
|
507
|
+
"ModifyDBEndpointPrivateDNSVisibilityCommand",
|
|
508
|
+
"ModifyDBInstanceBackupPolicyCommand",
|
|
509
|
+
"ModifyDBInstanceBackupURLCommand",
|
|
510
|
+
"ModifyDBInstanceChargeTypeCommand",
|
|
511
|
+
"ModifyDBInstanceNameCommand",
|
|
512
|
+
"ModifyDBInstanceParametersCommand",
|
|
513
|
+
"ModifyDBInstanceSSLCommand",
|
|
514
|
+
"ModifyDBInstanceSpecCommand",
|
|
515
|
+
"ModifyMultiDBInstanceParametersCommand",
|
|
516
|
+
"RemoveTagsFromResourceCommand",
|
|
517
|
+
"ResetDBAccountCommand",
|
|
518
|
+
"RestartDBInstanceCommand",
|
|
519
|
+
"RestoreToNewInstanceCommand",
|
|
520
|
+
"SwitchDBMasterCommand",
|
|
521
|
+
"UpdateDBAccountPrivilegeCommand"
|
|
522
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
523
|
+
Object.defineProperty(exports, '__esModule', {
|
|
524
|
+
value: true
|
|
525
|
+
});
|