@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,350 @@
|
|
|
1
|
+
import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
|
|
2
|
+
function _define_property(obj, key, value) {
|
|
3
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
else obj[key] = value;
|
|
10
|
+
return obj;
|
|
11
|
+
}
|
|
12
|
+
class MONGODBClient extends Client {
|
|
13
|
+
constructor(config = {}){
|
|
14
|
+
super({
|
|
15
|
+
protocol: 'https',
|
|
16
|
+
region: 'cn-beijing',
|
|
17
|
+
...config
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
class AddTagsToResourceCommand extends Command {
|
|
22
|
+
constructor(input){
|
|
23
|
+
super(input);
|
|
24
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AddTagsToResourceCommand.metaPath);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
_define_property(AddTagsToResourceCommand, "metaPath", '/AddTagsToResource/2022-01-01/mongodb/post/application_json/');
|
|
28
|
+
class AssociateAllowListCommand extends Command {
|
|
29
|
+
constructor(input){
|
|
30
|
+
super(input);
|
|
31
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AssociateAllowListCommand.metaPath);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
_define_property(AssociateAllowListCommand, "metaPath", '/AssociateAllowList/2022-01-01/mongodb/post/application_json/');
|
|
35
|
+
class CreateAllowListCommand extends Command {
|
|
36
|
+
constructor(input){
|
|
37
|
+
super(input);
|
|
38
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateAllowListCommand.metaPath);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
_define_property(CreateAllowListCommand, "metaPath", '/CreateAllowList/2022-01-01/mongodb/post/application_json/');
|
|
42
|
+
class CreateBackupCommand extends Command {
|
|
43
|
+
constructor(input){
|
|
44
|
+
super(input);
|
|
45
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateBackupCommand.metaPath);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
_define_property(CreateBackupCommand, "metaPath", '/CreateBackup/2022-01-01/mongodb/post/application_json/');
|
|
49
|
+
class CreateDBAccountCommand extends Command {
|
|
50
|
+
constructor(input){
|
|
51
|
+
super(input);
|
|
52
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDBAccountCommand.metaPath);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_define_property(CreateDBAccountCommand, "metaPath", '/CreateDBAccount/2022-01-01/mongodb/post/application_json/');
|
|
56
|
+
class CreateDBEndpointCommand extends Command {
|
|
57
|
+
constructor(input){
|
|
58
|
+
super(input);
|
|
59
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDBEndpointCommand.metaPath);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_define_property(CreateDBEndpointCommand, "metaPath", '/CreateDBEndpoint/2022-01-01/mongodb/post/application_json/');
|
|
63
|
+
class CreateDBInstanceCommand extends Command {
|
|
64
|
+
constructor(input){
|
|
65
|
+
super(input);
|
|
66
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDBInstanceCommand.metaPath);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_define_property(CreateDBInstanceCommand, "metaPath", '/CreateDBInstance/2022-01-01/mongodb/post/application_json/');
|
|
70
|
+
class DeleteAllowListCommand extends Command {
|
|
71
|
+
constructor(input){
|
|
72
|
+
super(input);
|
|
73
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAllowListCommand.metaPath);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
_define_property(DeleteAllowListCommand, "metaPath", '/DeleteAllowList/2022-01-01/mongodb/post/application_json/');
|
|
77
|
+
class DeleteDBAccountCommand extends Command {
|
|
78
|
+
constructor(input){
|
|
79
|
+
super(input);
|
|
80
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteDBAccountCommand.metaPath);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
_define_property(DeleteDBAccountCommand, "metaPath", '/DeleteDBAccount/2022-01-01/mongodb/post/application_json/');
|
|
84
|
+
class DeleteDBEndpointCommand extends Command {
|
|
85
|
+
constructor(input){
|
|
86
|
+
super(input);
|
|
87
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteDBEndpointCommand.metaPath);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
_define_property(DeleteDBEndpointCommand, "metaPath", '/DeleteDBEndpoint/2022-01-01/mongodb/post/application_json/');
|
|
91
|
+
class DeleteDBInstanceCommand extends Command {
|
|
92
|
+
constructor(input){
|
|
93
|
+
super(input);
|
|
94
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteDBInstanceCommand.metaPath);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
_define_property(DeleteDBInstanceCommand, "metaPath", '/DeleteDBInstance/2022-01-01/mongodb/post/application_json/');
|
|
98
|
+
class DescribeAllowListDetailCommand extends Command {
|
|
99
|
+
constructor(input){
|
|
100
|
+
super(input);
|
|
101
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListDetailCommand.metaPath);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
_define_property(DescribeAllowListDetailCommand, "metaPath", '/DescribeAllowListDetail/2022-01-01/mongodb/post/application_json/');
|
|
105
|
+
class DescribeAllowListsCommand extends Command {
|
|
106
|
+
constructor(input){
|
|
107
|
+
super(input);
|
|
108
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListsCommand.metaPath);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
_define_property(DescribeAllowListsCommand, "metaPath", '/DescribeAllowLists/2022-01-01/mongodb/post/application_json/');
|
|
112
|
+
class DescribeAvailabilityZonesCommand extends Command {
|
|
113
|
+
constructor(input){
|
|
114
|
+
super(input);
|
|
115
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAvailabilityZonesCommand.metaPath);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
_define_property(DescribeAvailabilityZonesCommand, "metaPath", '/DescribeAvailabilityZones/2022-01-01/mongodb/post/application_json/');
|
|
119
|
+
class DescribeBackupsCommand extends Command {
|
|
120
|
+
constructor(input){
|
|
121
|
+
super(input);
|
|
122
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeBackupsCommand.metaPath);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
_define_property(DescribeBackupsCommand, "metaPath", '/DescribeBackups/2022-01-01/mongodb/post/application_json/');
|
|
126
|
+
class DescribeDBAccountsCommand extends Command {
|
|
127
|
+
constructor(input){
|
|
128
|
+
super(input);
|
|
129
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBAccountsCommand.metaPath);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
_define_property(DescribeDBAccountsCommand, "metaPath", '/DescribeDBAccounts/2022-01-01/mongodb/post/application_json/');
|
|
133
|
+
class DescribeDBEndpointCommand extends Command {
|
|
134
|
+
constructor(input){
|
|
135
|
+
super(input);
|
|
136
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBEndpointCommand.metaPath);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
_define_property(DescribeDBEndpointCommand, "metaPath", '/DescribeDBEndpoint/2022-01-01/mongodb/post/application_json/');
|
|
140
|
+
class DescribeDBInstanceBackupPolicyCommand extends Command {
|
|
141
|
+
constructor(input){
|
|
142
|
+
super(input);
|
|
143
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceBackupPolicyCommand.metaPath);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
_define_property(DescribeDBInstanceBackupPolicyCommand, "metaPath", '/DescribeDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
|
|
147
|
+
class DescribeDBInstanceBackupURLCommand extends Command {
|
|
148
|
+
constructor(input){
|
|
149
|
+
super(input);
|
|
150
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceBackupURLCommand.metaPath);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
_define_property(DescribeDBInstanceBackupURLCommand, "metaPath", '/DescribeDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
|
|
154
|
+
class DescribeDBInstanceDetailCommand extends Command {
|
|
155
|
+
constructor(input){
|
|
156
|
+
super(input);
|
|
157
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceDetailCommand.metaPath);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
_define_property(DescribeDBInstanceDetailCommand, "metaPath", '/DescribeDBInstanceDetail/2022-01-01/mongodb/post/application_json/');
|
|
161
|
+
class DescribeDBInstanceParametersCommand extends Command {
|
|
162
|
+
constructor(input){
|
|
163
|
+
super(input);
|
|
164
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceParametersCommand.metaPath);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
_define_property(DescribeDBInstanceParametersCommand, "metaPath", '/DescribeDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
|
|
168
|
+
class DescribeDBInstanceParametersLogCommand extends Command {
|
|
169
|
+
constructor(input){
|
|
170
|
+
super(input);
|
|
171
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceParametersLogCommand.metaPath);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
_define_property(DescribeDBInstanceParametersLogCommand, "metaPath", '/DescribeDBInstanceParametersLog/2022-01-01/mongodb/post/application_json/');
|
|
175
|
+
class DescribeDBInstanceSSLCommand extends Command {
|
|
176
|
+
constructor(input){
|
|
177
|
+
super(input);
|
|
178
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstanceSSLCommand.metaPath);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
_define_property(DescribeDBInstanceSSLCommand, "metaPath", '/DescribeDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
|
|
182
|
+
class DescribeDBInstancesCommand extends Command {
|
|
183
|
+
constructor(input){
|
|
184
|
+
super(input);
|
|
185
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeDBInstancesCommand.metaPath);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
_define_property(DescribeDBInstancesCommand, "metaPath", '/DescribeDBInstances/2022-01-01/mongodb/post/application_json/');
|
|
189
|
+
class DescribeNodeSpecsCommand extends Command {
|
|
190
|
+
constructor(input){
|
|
191
|
+
super(input);
|
|
192
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeNodeSpecsCommand.metaPath);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
_define_property(DescribeNodeSpecsCommand, "metaPath", '/DescribeNodeSpecs/2022-01-01/mongodb/post/application_json/');
|
|
196
|
+
class DescribeNormalLogsCommand extends Command {
|
|
197
|
+
constructor(input){
|
|
198
|
+
super(input);
|
|
199
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeNormalLogsCommand.metaPath);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
_define_property(DescribeNormalLogsCommand, "metaPath", '/DescribeNormalLogs/2022-01-01/mongodb/post/application_json/');
|
|
203
|
+
class DescribeRecoverableTimeCommand extends Command {
|
|
204
|
+
constructor(input){
|
|
205
|
+
super(input);
|
|
206
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeRecoverableTimeCommand.metaPath);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
_define_property(DescribeRecoverableTimeCommand, "metaPath", '/DescribeRecoverableTime/2022-01-01/mongodb/post/application_json/');
|
|
210
|
+
class DescribeRegionsCommand extends Command {
|
|
211
|
+
constructor(input){
|
|
212
|
+
super(input);
|
|
213
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeRegionsCommand.metaPath);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
_define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2022-01-01/mongodb/post/application_json/');
|
|
217
|
+
class DescribeSlowLogsCommand extends Command {
|
|
218
|
+
constructor(input){
|
|
219
|
+
super(input);
|
|
220
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeSlowLogsCommand.metaPath);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
_define_property(DescribeSlowLogsCommand, "metaPath", '/DescribeSlowLogs/2022-01-01/mongodb/post/application_json/');
|
|
224
|
+
class DisassociateAllowListCommand extends Command {
|
|
225
|
+
constructor(input){
|
|
226
|
+
super(input);
|
|
227
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DisassociateAllowListCommand.metaPath);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
_define_property(DisassociateAllowListCommand, "metaPath", '/DisassociateAllowList/2022-01-01/mongodb/post/application_json/');
|
|
231
|
+
class ModifyAllowListCommand extends Command {
|
|
232
|
+
constructor(input){
|
|
233
|
+
super(input);
|
|
234
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyAllowListCommand.metaPath);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
_define_property(ModifyAllowListCommand, "metaPath", '/ModifyAllowList/2022-01-01/mongodb/post/application_json/');
|
|
238
|
+
class ModifyDBEndpointPortCommand extends Command {
|
|
239
|
+
constructor(input){
|
|
240
|
+
super(input);
|
|
241
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBEndpointPortCommand.metaPath);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
_define_property(ModifyDBEndpointPortCommand, "metaPath", '/ModifyDBEndpointPort/2022-01-01/mongodb/post/application_json/');
|
|
245
|
+
class ModifyDBEndpointPrivateDNSVisibilityCommand extends Command {
|
|
246
|
+
constructor(input){
|
|
247
|
+
super(input);
|
|
248
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBEndpointPrivateDNSVisibilityCommand.metaPath);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
_define_property(ModifyDBEndpointPrivateDNSVisibilityCommand, "metaPath", '/ModifyDBEndpointPrivateDNSVisibility/2022-01-01/mongodb/post/application_json/');
|
|
252
|
+
class ModifyDBInstanceBackupPolicyCommand extends Command {
|
|
253
|
+
constructor(input){
|
|
254
|
+
super(input);
|
|
255
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceBackupPolicyCommand.metaPath);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
_define_property(ModifyDBInstanceBackupPolicyCommand, "metaPath", '/ModifyDBInstanceBackupPolicy/2022-01-01/mongodb/post/application_json/');
|
|
259
|
+
class ModifyDBInstanceBackupURLCommand extends Command {
|
|
260
|
+
constructor(input){
|
|
261
|
+
super(input);
|
|
262
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceBackupURLCommand.metaPath);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
_define_property(ModifyDBInstanceBackupURLCommand, "metaPath", '/ModifyDBInstanceBackupURL/2022-01-01/mongodb/post/application_json/');
|
|
266
|
+
class ModifyDBInstanceChargeTypeCommand extends Command {
|
|
267
|
+
constructor(input){
|
|
268
|
+
super(input);
|
|
269
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceChargeTypeCommand.metaPath);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
_define_property(ModifyDBInstanceChargeTypeCommand, "metaPath", '/ModifyDBInstanceChargeType/2022-01-01/mongodb/post/application_json/');
|
|
273
|
+
class ModifyDBInstanceNameCommand extends Command {
|
|
274
|
+
constructor(input){
|
|
275
|
+
super(input);
|
|
276
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceNameCommand.metaPath);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
_define_property(ModifyDBInstanceNameCommand, "metaPath", '/ModifyDBInstanceName/2022-01-01/mongodb/post/application_json/');
|
|
280
|
+
class ModifyDBInstanceParametersCommand extends Command {
|
|
281
|
+
constructor(input){
|
|
282
|
+
super(input);
|
|
283
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceParametersCommand.metaPath);
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
_define_property(ModifyDBInstanceParametersCommand, "metaPath", '/ModifyDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
|
|
287
|
+
class ModifyDBInstanceSSLCommand extends Command {
|
|
288
|
+
constructor(input){
|
|
289
|
+
super(input);
|
|
290
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceSSLCommand.metaPath);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
_define_property(ModifyDBInstanceSSLCommand, "metaPath", '/ModifyDBInstanceSSL/2022-01-01/mongodb/post/application_json/');
|
|
294
|
+
class ModifyDBInstanceSpecCommand extends Command {
|
|
295
|
+
constructor(input){
|
|
296
|
+
super(input);
|
|
297
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDBInstanceSpecCommand.metaPath);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
_define_property(ModifyDBInstanceSpecCommand, "metaPath", '/ModifyDBInstanceSpec/2022-01-01/mongodb/post/application_json/');
|
|
301
|
+
class ModifyMultiDBInstanceParametersCommand extends Command {
|
|
302
|
+
constructor(input){
|
|
303
|
+
super(input);
|
|
304
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyMultiDBInstanceParametersCommand.metaPath);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
_define_property(ModifyMultiDBInstanceParametersCommand, "metaPath", '/ModifyMultiDBInstanceParameters/2022-01-01/mongodb/post/application_json/');
|
|
308
|
+
class RemoveTagsFromResourceCommand extends Command {
|
|
309
|
+
constructor(input){
|
|
310
|
+
super(input);
|
|
311
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RemoveTagsFromResourceCommand.metaPath);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
_define_property(RemoveTagsFromResourceCommand, "metaPath", '/RemoveTagsFromResource/2022-01-01/mongodb/post/application_json/');
|
|
315
|
+
class ResetDBAccountCommand extends Command {
|
|
316
|
+
constructor(input){
|
|
317
|
+
super(input);
|
|
318
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ResetDBAccountCommand.metaPath);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
_define_property(ResetDBAccountCommand, "metaPath", '/ResetDBAccount/2022-01-01/mongodb/post/application_json/');
|
|
322
|
+
class RestartDBInstanceCommand extends Command {
|
|
323
|
+
constructor(input){
|
|
324
|
+
super(input);
|
|
325
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RestartDBInstanceCommand.metaPath);
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
_define_property(RestartDBInstanceCommand, "metaPath", '/RestartDBInstance/2022-01-01/mongodb/post/application_json/');
|
|
329
|
+
class RestoreToNewInstanceCommand extends Command {
|
|
330
|
+
constructor(input){
|
|
331
|
+
super(input);
|
|
332
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RestoreToNewInstanceCommand.metaPath);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
_define_property(RestoreToNewInstanceCommand, "metaPath", '/RestoreToNewInstance/2022-01-01/mongodb/post/application_json/');
|
|
336
|
+
class SwitchDBMasterCommand extends Command {
|
|
337
|
+
constructor(input){
|
|
338
|
+
super(input);
|
|
339
|
+
this.requestConfig = buildRequestConfigFromMetaPath(SwitchDBMasterCommand.metaPath);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
_define_property(SwitchDBMasterCommand, "metaPath", '/SwitchDBMaster/2022-01-01/mongodb/post/application_json/');
|
|
343
|
+
class UpdateDBAccountPrivilegeCommand extends Command {
|
|
344
|
+
constructor(input){
|
|
345
|
+
super(input);
|
|
346
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateDBAccountPrivilegeCommand.metaPath);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
_define_property(UpdateDBAccountPrivilegeCommand, "metaPath", '/UpdateDBAccountPrivilege/2022-01-01/mongodb/post/application_json/');
|
|
350
|
+
export { AddTagsToResourceCommand, AssociateAllowListCommand, CreateAllowListCommand, CreateBackupCommand, CreateDBAccountCommand, CreateDBEndpointCommand, CreateDBInstanceCommand, DeleteAllowListCommand, DeleteDBAccountCommand, DeleteDBEndpointCommand, DeleteDBInstanceCommand, DescribeAllowListDetailCommand, DescribeAllowListsCommand, DescribeAvailabilityZonesCommand, DescribeBackupsCommand, DescribeDBAccountsCommand, DescribeDBEndpointCommand, DescribeDBInstanceBackupPolicyCommand, DescribeDBInstanceBackupURLCommand, DescribeDBInstanceDetailCommand, DescribeDBInstanceParametersCommand, DescribeDBInstanceParametersLogCommand, DescribeDBInstanceSSLCommand, DescribeDBInstancesCommand, DescribeNodeSpecsCommand, DescribeNormalLogsCommand, DescribeRecoverableTimeCommand, DescribeRegionsCommand, DescribeSlowLogsCommand, DisassociateAllowListCommand, MONGODBClient, ModifyAllowListCommand, ModifyDBEndpointPortCommand, ModifyDBEndpointPrivateDNSVisibilityCommand, ModifyDBInstanceBackupPolicyCommand, ModifyDBInstanceBackupURLCommand, ModifyDBInstanceChargeTypeCommand, ModifyDBInstanceNameCommand, ModifyDBInstanceParametersCommand, ModifyDBInstanceSSLCommand, ModifyDBInstanceSpecCommand, ModifyMultiDBInstanceParametersCommand, RemoveTagsFromResourceCommand, ResetDBAccountCommand, RestartDBInstanceCommand, RestoreToNewInstanceCommand, SwitchDBMasterCommand, UpdateDBAccountPrivilegeCommand };
|
|
@@ -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 AccountDBPrivilegeForCreateDBAccountInput
|
|
17
|
+
*/
|
|
18
|
+
export interface AccountDBPrivilegeForCreateDBAccountInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AccountDBPrivilegeForCreateDBAccountInput
|
|
22
|
+
*/
|
|
23
|
+
DBName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof AccountDBPrivilegeForCreateDBAccountInput
|
|
27
|
+
*/
|
|
28
|
+
RoleNames?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=account-dbprivilege-for-create-dbaccount-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-dbprivilege-for-create-dbaccount-input.d.ts","sourceRoot":"","sources":["../../../src/types/account-dbprivilege-for-create-dbaccount-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
|
|
@@ -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 AccountDBPrivilegeForUpdateDBAccountPrivilegeInput
|
|
17
|
+
*/
|
|
18
|
+
export interface AccountDBPrivilegeForUpdateDBAccountPrivilegeInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AccountDBPrivilegeForUpdateDBAccountPrivilegeInput
|
|
22
|
+
*/
|
|
23
|
+
DBName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof AccountDBPrivilegeForUpdateDBAccountPrivilegeInput
|
|
27
|
+
*/
|
|
28
|
+
RoleNames?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=account-dbprivilege-for-update-dbaccount-privilege-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-dbprivilege-for-update-dbaccount-privilege-input.d.ts","sourceRoot":"","sources":["../../../src/types/account-dbprivilege-for-update-dbaccount-privilege-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kDAAkD;IAE/D;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { AccountPrivilegeForDescribeDBAccountsOutput } from './account-privilege-for-describe-dbaccounts-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface AccountForDescribeDBAccountsOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface AccountForDescribeDBAccountsOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
23
|
+
*/
|
|
24
|
+
AccountDesc?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
28
|
+
*/
|
|
29
|
+
AccountName?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<AccountPrivilegeForDescribeDBAccountsOutput>}
|
|
32
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
33
|
+
*/
|
|
34
|
+
AccountPrivileges?: Array<AccountPrivilegeForDescribeDBAccountsOutput>;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
38
|
+
*/
|
|
39
|
+
AccountType?: AccountForDescribeDBAccountsOutputAccountTypeEnum;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
43
|
+
*/
|
|
44
|
+
AuthDB?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
48
|
+
*/
|
|
49
|
+
CreateTime?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof AccountForDescribeDBAccountsOutput
|
|
53
|
+
*/
|
|
54
|
+
ModifyTime?: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @export
|
|
58
|
+
* @enum {string}
|
|
59
|
+
*/
|
|
60
|
+
export declare enum AccountForDescribeDBAccountsOutputAccountTypeEnum {
|
|
61
|
+
Super = "Super",
|
|
62
|
+
UserAdmin = "UserAdmin",
|
|
63
|
+
Normal = "Normal"
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=account-for-describe-dbaccounts-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-for-describe-dbaccounts-output.d.ts","sourceRoot":"","sources":["../../../src/types/account-for-describe-dbaccounts-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,2CAA2C,EAAE,MAAM,oDAAoD,CAAC;AAChH;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,CAAC;IAEvE;;;OAGG;IACH,WAAW,CAAC,EAAE,iDAAiD,CAAC;IAEhE;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AACH,oBAAY,iDAAiD;IACzD,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB"}
|
|
@@ -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 AccountPrivilegeForDescribeDBAccountsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface AccountPrivilegeForDescribeDBAccountsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AccountPrivilegeForDescribeDBAccountsOutput
|
|
22
|
+
*/
|
|
23
|
+
DBName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AccountPrivilegeForDescribeDBAccountsOutput
|
|
27
|
+
*/
|
|
28
|
+
RoleName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=account-privilege-for-describe-dbaccounts-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-privilege-for-describe-dbaccounts-output.d.ts","sourceRoot":"","sources":["../../../src/types/account-privilege-for-describe-dbaccounts-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -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 { TagForAddTagsToResourceInput } from './tag-for-add-tags-to-resource-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface AddTagsToResourceRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface AddTagsToResourceRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<string>}
|
|
22
|
+
* @memberof AddTagsToResourceRequest
|
|
23
|
+
*/
|
|
24
|
+
InstanceIds?: Array<string>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<TagForAddTagsToResourceInput>}
|
|
27
|
+
* @memberof AddTagsToResourceRequest
|
|
28
|
+
*/
|
|
29
|
+
Tags?: Array<TagForAddTagsToResourceInput>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=add-tags-to-resource-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-tags-to-resource-request.d.ts","sourceRoot":"","sources":["../../../src/types/add-tags-to-resource-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACnF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;CAC9C"}
|
|
@@ -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 AddTagsToResourceResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface AddTagsToResourceResponse {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=add-tags-to-resource-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-tags-to-resource-response.d.ts","sourceRoot":"","sources":["../../../src/types/add-tags-to-resource-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;CACzC"}
|
|
@@ -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 AllowListForDescribeAllowListsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface AllowListForDescribeAllowListsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
22
|
+
*/
|
|
23
|
+
AllowListCategory?: AllowListForDescribeAllowListsOutputAllowListCategoryEnum;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
27
|
+
*/
|
|
28
|
+
AllowListDesc?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
32
|
+
*/
|
|
33
|
+
AllowListIPNum?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
37
|
+
*/
|
|
38
|
+
AllowListId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
42
|
+
*/
|
|
43
|
+
AllowListName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
47
|
+
*/
|
|
48
|
+
AllowListType?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
52
|
+
*/
|
|
53
|
+
AssociatedInstanceNum?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
57
|
+
*/
|
|
58
|
+
CreateTime?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AllowListForDescribeAllowListsOutput
|
|
62
|
+
*/
|
|
63
|
+
ProjectName?: string;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @export
|
|
67
|
+
* @enum {string}
|
|
68
|
+
*/
|
|
69
|
+
export declare enum AllowListForDescribeAllowListsOutputAllowListCategoryEnum {
|
|
70
|
+
Ordinary = "Ordinary",
|
|
71
|
+
Default = "Default"
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=allow-list-for-describe-allow-lists-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allow-list-for-describe-allow-lists-output.d.ts","sourceRoot":"","sources":["../../../src/types/allow-list-for-describe-allow-lists-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,yDAAyD,CAAC;IAE9E;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AACH,oBAAY,yDAAyD;IACjE,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
|