@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 @@
|
|
|
1
|
+
{"version":3,"file":"describe-dbinstances-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-dbinstances-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AACrG;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAE5D;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeNodeSpecsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeNodeSpecsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DescribeNodeSpecsRequest
|
|
22
|
+
*/
|
|
23
|
+
RegionId?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=describe-node-specs-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-node-specs-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-node-specs-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { ConfigServerNodeSpecForDescribeNodeSpecsOutput } from './config-server-node-spec-for-describe-node-specs-output';
|
|
13
|
+
import { MongosNodeSpecForDescribeNodeSpecsOutput } from './mongos-node-spec-for-describe-node-specs-output';
|
|
14
|
+
import { NodeSpecForDescribeNodeSpecsOutput } from './node-spec-for-describe-node-specs-output';
|
|
15
|
+
import { ShardNodeSpecForDescribeNodeSpecsOutput } from './shard-node-spec-for-describe-node-specs-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DescribeNodeSpecsResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeNodeSpecsResponse {
|
|
23
|
+
/**
|
|
24
|
+
* @type {Array<ConfigServerNodeSpecForDescribeNodeSpecsOutput>}
|
|
25
|
+
* @memberof DescribeNodeSpecsResponse
|
|
26
|
+
*/
|
|
27
|
+
ConfigServerNodeSpecs?: Array<ConfigServerNodeSpecForDescribeNodeSpecsOutput>;
|
|
28
|
+
/**
|
|
29
|
+
* @type {Array<MongosNodeSpecForDescribeNodeSpecsOutput>}
|
|
30
|
+
* @memberof DescribeNodeSpecsResponse
|
|
31
|
+
*/
|
|
32
|
+
MongosNodeSpecs?: Array<MongosNodeSpecForDescribeNodeSpecsOutput>;
|
|
33
|
+
/**
|
|
34
|
+
* @type {Array<NodeSpecForDescribeNodeSpecsOutput>}
|
|
35
|
+
* @memberof DescribeNodeSpecsResponse
|
|
36
|
+
*/
|
|
37
|
+
NodeSpecs?: Array<NodeSpecForDescribeNodeSpecsOutput>;
|
|
38
|
+
/**
|
|
39
|
+
* @type {Array<ShardNodeSpecForDescribeNodeSpecsOutput>}
|
|
40
|
+
* @memberof DescribeNodeSpecsResponse
|
|
41
|
+
*/
|
|
42
|
+
ShardNodeSpecs?: Array<ShardNodeSpecForDescribeNodeSpecsOutput>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=describe-node-specs-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-node-specs-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-node-specs-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,wCAAwC,EAAE,MAAM,mDAAmD,CAAC;AAC7G,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,EAAE,uCAAuC,EAAE,MAAM,kDAAkD,CAAC;AAC1G;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAE9E;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAElE;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;IAEtD;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;CACnE"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeNormalLogsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeNormalLogsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DescribeNormalLogsRequest
|
|
22
|
+
*/
|
|
23
|
+
Context?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DescribeNormalLogsRequest
|
|
27
|
+
*/
|
|
28
|
+
InstanceId: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DescribeNormalLogsRequest
|
|
32
|
+
*/
|
|
33
|
+
Keys?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof DescribeNormalLogsRequest
|
|
37
|
+
*/
|
|
38
|
+
Limit: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof DescribeNormalLogsRequest
|
|
42
|
+
*/
|
|
43
|
+
LogLevel?: DescribeNormalLogsRequestLogLevelEnum;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof DescribeNormalLogsRequest
|
|
47
|
+
*/
|
|
48
|
+
PodName: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DescribeNormalLogsRequest
|
|
52
|
+
*/
|
|
53
|
+
QueryEndTime?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DescribeNormalLogsRequest
|
|
57
|
+
*/
|
|
58
|
+
QueryStartTime?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof DescribeNormalLogsRequest
|
|
62
|
+
*/
|
|
63
|
+
Sort?: DescribeNormalLogsRequestSortEnum;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @export
|
|
67
|
+
* @enum {string}
|
|
68
|
+
*/
|
|
69
|
+
export declare enum DescribeNormalLogsRequestLogLevelEnum {
|
|
70
|
+
ErrorLog = "ErrorLog",
|
|
71
|
+
RunningLog = "RunningLog"
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @export
|
|
75
|
+
* @enum {string}
|
|
76
|
+
*/
|
|
77
|
+
export declare enum DescribeNormalLogsRequestSortEnum {
|
|
78
|
+
ASC = "ASC",
|
|
79
|
+
DESC = "DESC"
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=describe-normal-logs-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-normal-logs-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-normal-logs-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,qCAAqC,CAAC;IAEjD;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,iCAAiC,CAAC;CAC5C;AAED;;;GAGG;AACH,oBAAY,qCAAqC;IAC7C,QAAQ,aAAa;IACrB,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,iCAAiC;IACzC,GAAG,QAAQ;IACX,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { DataForDescribeNormalLogsOutput } from './data-for-describe-normal-logs-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeNormalLogsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeNormalLogsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DescribeNormalLogsResponse
|
|
23
|
+
*/
|
|
24
|
+
Context?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<DataForDescribeNormalLogsOutput>}
|
|
27
|
+
* @memberof DescribeNormalLogsResponse
|
|
28
|
+
*/
|
|
29
|
+
Datas?: Array<DataForDescribeNormalLogsOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof DescribeNormalLogsResponse
|
|
33
|
+
*/
|
|
34
|
+
ListOver?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof DescribeNormalLogsResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=describe-normal-logs-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-normal-logs-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-normal-logs-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AACxF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAE/C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeRecoverableTimeRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeRecoverableTimeRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DescribeRecoverableTimeRequest
|
|
22
|
+
*/
|
|
23
|
+
InstanceId: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=describe-recoverable-time-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-recoverable-time-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-recoverable-time-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { RecoverableTimeInfoForDescribeRecoverableTimeOutput } from './recoverable-time-info-for-describe-recoverable-time-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeRecoverableTimeResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeRecoverableTimeResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<RecoverableTimeInfoForDescribeRecoverableTimeOutput>}
|
|
22
|
+
* @memberof DescribeRecoverableTimeResponse
|
|
23
|
+
*/
|
|
24
|
+
RecoverableTimeInfo?: Array<RecoverableTimeInfoForDescribeRecoverableTimeOutput>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=describe-recoverable-time-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-recoverable-time-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-recoverable-time-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mDAAmD,EAAE,MAAM,8DAA8D,CAAC;AAClI;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,mDAAmD,CAAC,CAAC;CACpF"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeRegionsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeRegionsRequest {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=describe-regions-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-regions-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-regions-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;CACtC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { RegionForDescribeRegionsOutput } from './region-for-describe-regions-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeRegionsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeRegionsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<RegionForDescribeRegionsOutput>}
|
|
22
|
+
* @memberof DescribeRegionsResponse
|
|
23
|
+
*/
|
|
24
|
+
Regions?: Array<RegionForDescribeRegionsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DescribeRegionsResponse
|
|
28
|
+
*/
|
|
29
|
+
Total?: number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=describe-regions-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-regions-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-regions-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACrF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;IAEhD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeSlowLogsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeSlowLogsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DescribeSlowLogsRequest
|
|
22
|
+
*/
|
|
23
|
+
Context?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DescribeSlowLogsRequest
|
|
27
|
+
*/
|
|
28
|
+
DBName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DescribeSlowLogsRequest
|
|
32
|
+
*/
|
|
33
|
+
InstanceId: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof DescribeSlowLogsRequest
|
|
37
|
+
*/
|
|
38
|
+
Keys?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DescribeSlowLogsRequest
|
|
42
|
+
*/
|
|
43
|
+
Limit: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof DescribeSlowLogsRequest
|
|
47
|
+
*/
|
|
48
|
+
PodName: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DescribeSlowLogsRequest
|
|
52
|
+
*/
|
|
53
|
+
QueryEndTime?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof DescribeSlowLogsRequest
|
|
57
|
+
*/
|
|
58
|
+
QueryStartTime?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof DescribeSlowLogsRequest
|
|
62
|
+
*/
|
|
63
|
+
Sort?: DescribeSlowLogsRequestSortEnum;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @export
|
|
67
|
+
* @enum {string}
|
|
68
|
+
*/
|
|
69
|
+
export declare enum DescribeSlowLogsRequestSortEnum {
|
|
70
|
+
ASC = "ASC",
|
|
71
|
+
DESC = "DESC"
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=describe-slow-logs-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-slow-logs-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-slow-logs-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,+BAA+B,CAAC;CAC1C;AAED;;;GAGG;AACH,oBAAY,+BAA+B;IACvC,GAAG,QAAQ;IACX,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { DataForDescribeSlowLogsOutput } from './data-for-describe-slow-logs-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DescribeSlowLogsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeSlowLogsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DescribeSlowLogsResponse
|
|
23
|
+
*/
|
|
24
|
+
Context?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<DataForDescribeSlowLogsOutput>}
|
|
27
|
+
* @memberof DescribeSlowLogsResponse
|
|
28
|
+
*/
|
|
29
|
+
Datas?: Array<DataForDescribeSlowLogsOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof DescribeSlowLogsResponse
|
|
33
|
+
*/
|
|
34
|
+
ListOver?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof DescribeSlowLogsResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=describe-slow-logs-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"describe-slow-logs-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-slow-logs-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AACpF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IAE7C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DisassociateAllowListRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DisassociateAllowListRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof DisassociateAllowListRequest
|
|
22
|
+
*/
|
|
23
|
+
AllowListIds?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof DisassociateAllowListRequest
|
|
27
|
+
*/
|
|
28
|
+
InstanceIds?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=disassociate-allow-list-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disassociate-allow-list-request.d.ts","sourceRoot":"","sources":["../../../src/types/disassociate-allow-list-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DisassociateAllowListResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface DisassociateAllowListResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=disassociate-allow-list-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disassociate-allow-list-response.d.ts","sourceRoot":"","sources":["../../../src/types/disassociate-allow-list-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;CAC7C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mongodb
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FilterByTagForDescribeDBInstancesInput
|
|
17
|
+
*/
|
|
18
|
+
export interface FilterByTagForDescribeDBInstancesInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FilterByTagForDescribeDBInstancesInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof FilterByTagForDescribeDBInstancesInput
|
|
27
|
+
*/
|
|
28
|
+
Values?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=filter-by-tag-for-describe-dbinstances-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-by-tag-for-describe-dbinstances-input.d.ts","sourceRoot":"","sources":["../../../src/types/filter-by-tag-for-describe-dbinstances-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
|