@volcengine/pca20251001 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 +315 -0
- package/dist/esm/api.d.ts +309 -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 +203 -0
- package/dist/esm/types/certificate-for-get-leaf-instance-output.d.ts +45 -0
- package/dist/esm/types/certificate-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/certificate-for-get-root-instance-output.d.ts +45 -0
- package/dist/esm/types/certificate-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/certificate-for-get-sub-instance-output.d.ts +45 -0
- package/dist/esm/types/certificate-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-create-leaf-instance-input.d.ts +35 -0
- package/dist/esm/types/contact-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/contact-for-create-root-instance-input.d.ts +35 -0
- package/dist/esm/types/contact-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/contact-for-create-sub-instance-input.d.ts +35 -0
- package/dist/esm/types/contact-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/contact-for-get-leaf-instance-output.d.ts +35 -0
- package/dist/esm/types/contact-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-get-root-instance-output.d.ts +35 -0
- package/dist/esm/types/contact-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-get-sub-instance-output.d.ts +35 -0
- package/dist/esm/types/contact-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-list-leaf-instances-output.d.ts +35 -0
- package/dist/esm/types/contact-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-list-root-instances-output.d.ts +35 -0
- package/dist/esm/types/contact-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-list-sub-instances-output.d.ts +35 -0
- package/dist/esm/types/contact-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/create-leaf-instance-request.d.ts +114 -0
- package/dist/esm/types/create-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-leaf-instance-response.d.ts +60 -0
- package/dist/esm/types/create-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-root-instance-request.d.ts +125 -0
- package/dist/esm/types/create-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-root-instance-response.d.ts +30 -0
- package/dist/esm/types/create-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-sub-instance-request.d.ts +109 -0
- package/dist/esm/types/create-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-sub-instance-response.d.ts +35 -0
- package/dist/esm/types/create-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/csr-common-for-create-leaf-instance-input.d.ts +36 -0
- package/dist/esm/types/csr-common-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/csr-common-for-create-root-instance-input.d.ts +36 -0
- package/dist/esm/types/csr-common-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/csr-common-for-create-sub-instance-input.d.ts +36 -0
- package/dist/esm/types/csr-common-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/custom-extensions-for-create-leaf-instance-input.d.ts +35 -0
- package/dist/esm/types/custom-extensions-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/custom-extensions-for-create-root-instance-input.d.ts +35 -0
- package/dist/esm/types/custom-extensions-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/custom-extensions-for-create-sub-instance-input.d.ts +35 -0
- package/dist/esm/types/custom-extensions-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/delete-leaf-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-leaf-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-root-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-root-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/deploy-info-for-list-leaf-instances-output.d.ts +26 -0
- package/dist/esm/types/deploy-info-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-info-for-list-root-instances-output.d.ts +26 -0
- package/dist/esm/types/deploy-info-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-info-for-list-sub-instances-output.d.ts +26 -0
- package/dist/esm/types/deploy-info-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-summary-for-list-leaf-instances-output.d.ts +30 -0
- package/dist/esm/types/deploy-summary-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-summary-for-list-root-instances-output.d.ts +30 -0
- package/dist/esm/types/deploy-summary-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-summary-for-list-sub-instances-output.d.ts +30 -0
- package/dist/esm/types/deploy-summary-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/disable-root-instance-request.d.ts +25 -0
- package/dist/esm/types/disable-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/disable-root-instance-response.d.ts +20 -0
- package/dist/esm/types/disable-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/disable-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/disable-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/disable-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/disable-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/download-leaf-instance-request.d.ts +40 -0
- package/dist/esm/types/download-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/download-leaf-instance-response.d.ts +50 -0
- package/dist/esm/types/download-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/enable-root-instance-request.d.ts +25 -0
- package/dist/esm/types/enable-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/enable-root-instance-response.d.ts +20 -0
- package/dist/esm/types/enable-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/enable-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/enable-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/enable-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/enable-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/extended-key-usages-for-create-leaf-instance-input.d.ts +50 -0
- package/dist/esm/types/extended-key-usages-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extended-key-usages-for-create-root-instance-input.d.ts +50 -0
- package/dist/esm/types/extended-key-usages-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extended-key-usages-for-create-sub-instance-input.d.ts +50 -0
- package/dist/esm/types/extended-key-usages-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extension-for-get-leaf-instance-output.d.ts +26 -0
- package/dist/esm/types/extension-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/extensions-for-create-leaf-instance-input.d.ts +38 -0
- package/dist/esm/types/extensions-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extensions-for-create-root-instance-input.d.ts +38 -0
- package/dist/esm/types/extensions-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extensions-for-create-sub-instance-input.d.ts +38 -0
- package/dist/esm/types/extensions-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/get-leaf-instance-request.d.ts +25 -0
- package/dist/esm/types/get-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/get-leaf-instance-response.d.ts +130 -0
- package/dist/esm/types/get-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/get-quota-detail-request.d.ts +25 -0
- package/dist/esm/types/get-quota-detail-request.d.ts.map +1 -0
- package/dist/esm/types/get-quota-detail-response.d.ts +25 -0
- package/dist/esm/types/get-quota-detail-response.d.ts.map +1 -0
- package/dist/esm/types/get-root-instance-request.d.ts +25 -0
- package/dist/esm/types/get-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/get-root-instance-response.d.ts +114 -0
- package/dist/esm/types/get-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/get-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/get-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/get-sub-instance-response.d.ts +119 -0
- package/dist/esm/types/get-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +117 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/key-usages-for-create-leaf-instance-input.d.ts +65 -0
- package/dist/esm/types/key-usages-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/key-usages-for-create-root-instance-input.d.ts +65 -0
- package/dist/esm/types/key-usages-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/key-usages-for-create-sub-instance-input.d.ts +65 -0
- package/dist/esm/types/key-usages-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/list-leaf-instances-request.d.ts +66 -0
- package/dist/esm/types/list-leaf-instances-request.d.ts.map +1 -0
- package/dist/esm/types/list-leaf-instances-response.d.ts +41 -0
- package/dist/esm/types/list-leaf-instances-response.d.ts.map +1 -0
- package/dist/esm/types/list-root-instances-request.d.ts +61 -0
- package/dist/esm/types/list-root-instances-request.d.ts.map +1 -0
- package/dist/esm/types/list-root-instances-response.d.ts +41 -0
- package/dist/esm/types/list-root-instances-response.d.ts.map +1 -0
- package/dist/esm/types/list-sub-instances-request.d.ts +66 -0
- package/dist/esm/types/list-sub-instances-request.d.ts.map +1 -0
- package/dist/esm/types/list-sub-instances-response.d.ts +41 -0
- package/dist/esm/types/list-sub-instances-response.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts +41 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
- package/dist/esm/types/result-for-list-leaf-instances-output.d.ts +129 -0
- package/dist/esm/types/result-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/result-for-list-root-instances-output.d.ts +129 -0
- package/dist/esm/types/result-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/result-for-list-sub-instances-output.d.ts +129 -0
- package/dist/esm/types/result-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/revoke-leaf-instance-request.d.ts +30 -0
- package/dist/esm/types/revoke-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/revoke-leaf-instance-response.d.ts +20 -0
- package/dist/esm/types/revoke-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/revoke-root-instance-request.d.ts +30 -0
- package/dist/esm/types/revoke-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/revoke-root-instance-response.d.ts +20 -0
- package/dist/esm/types/revoke-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/revoke-sub-instance-request.d.ts +30 -0
- package/dist/esm/types/revoke-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/revoke-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/revoke-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/subject-alternative-name-for-get-leaf-instance-output.d.ts +40 -0
- package/dist/esm/types/subject-alternative-name-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-create-leaf-instance-input.d.ts +65 -0
- package/dist/esm/types/subject-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subject-for-create-root-instance-input.d.ts +65 -0
- package/dist/esm/types/subject-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subject-for-create-sub-instance-input.d.ts +65 -0
- package/dist/esm/types/subject-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subject-for-get-leaf-instance-output.d.ts +65 -0
- package/dist/esm/types/subject-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-get-root-instance-output.d.ts +65 -0
- package/dist/esm/types/subject-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-get-sub-instance-output.d.ts +65 -0
- package/dist/esm/types/subject-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-list-leaf-instances-output.d.ts +65 -0
- package/dist/esm/types/subject-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-list-root-instances-output.d.ts +65 -0
- package/dist/esm/types/subject-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-list-sub-instances-output.d.ts +65 -0
- package/dist/esm/types/subject-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-leaf-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-leaf-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-root-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-root-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-sub-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-sub-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-leaf-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-root-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-sub-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-get-leaf-instance-output.d.ts +30 -0
- package/dist/esm/types/tag-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-get-root-instance-output.d.ts +30 -0
- package/dist/esm/types/tag-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-get-sub-instance-output.d.ts +30 -0
- package/dist/esm/types/tag-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-leaf-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-root-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-sub-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-upload-leaf-certificate-input.d.ts +30 -0
- package/dist/esm/types/tag-for-upload-leaf-certificate-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-upload-root-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-upload-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/upload-leaf-certificate-request.d.ts +51 -0
- package/dist/esm/types/upload-leaf-certificate-request.d.ts.map +1 -0
- package/dist/esm/types/upload-leaf-certificate-response.d.ts +30 -0
- package/dist/esm/types/upload-leaf-certificate-response.d.ts.map +1 -0
- package/dist/esm/types/upload-root-instance-request.d.ts +51 -0
- package/dist/esm/types/upload-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/upload-root-instance-response.d.ts +30 -0
- package/dist/esm/types/upload-root-instance-response.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 +533 -0
- package/src/index.ts +14 -0
- package/src/types/certificate-for-get-leaf-instance-output.ts +52 -0
- package/src/types/certificate-for-get-root-instance-output.ts +52 -0
- package/src/types/certificate-for-get-sub-instance-output.ts +52 -0
- package/src/types/contact-for-create-leaf-instance-input.ts +40 -0
- package/src/types/contact-for-create-root-instance-input.ts +40 -0
- package/src/types/contact-for-create-sub-instance-input.ts +40 -0
- package/src/types/contact-for-get-leaf-instance-output.ts +40 -0
- package/src/types/contact-for-get-root-instance-output.ts +40 -0
- package/src/types/contact-for-get-sub-instance-output.ts +40 -0
- package/src/types/contact-for-list-leaf-instances-output.ts +40 -0
- package/src/types/contact-for-list-root-instances-output.ts +40 -0
- package/src/types/contact-for-list-sub-instances-output.ts +40 -0
- package/src/types/create-leaf-instance-request.ts +134 -0
- package/src/types/create-leaf-instance-response.ts +70 -0
- package/src/types/create-root-instance-request.ts +143 -0
- package/src/types/create-root-instance-response.ts +34 -0
- package/src/types/create-sub-instance-request.ts +128 -0
- package/src/types/create-sub-instance-response.ts +40 -0
- package/src/types/csr-common-for-create-leaf-instance-input.ts +41 -0
- package/src/types/csr-common-for-create-root-instance-input.ts +41 -0
- package/src/types/csr-common-for-create-sub-instance-input.ts +41 -0
- package/src/types/custom-extensions-for-create-leaf-instance-input.ts +40 -0
- package/src/types/custom-extensions-for-create-root-instance-input.ts +40 -0
- package/src/types/custom-extensions-for-create-sub-instance-input.ts +40 -0
- package/src/types/delete-leaf-instance-request.ts +28 -0
- package/src/types/delete-leaf-instance-response.ts +22 -0
- package/src/types/delete-root-instance-request.ts +28 -0
- package/src/types/delete-root-instance-response.ts +22 -0
- package/src/types/delete-sub-instance-request.ts +28 -0
- package/src/types/delete-sub-instance-response.ts +22 -0
- package/src/types/deploy-info-for-list-leaf-instances-output.ts +29 -0
- package/src/types/deploy-info-for-list-root-instances-output.ts +29 -0
- package/src/types/deploy-info-for-list-sub-instances-output.ts +29 -0
- package/src/types/deploy-summary-for-list-leaf-instances-output.ts +34 -0
- package/src/types/deploy-summary-for-list-root-instances-output.ts +34 -0
- package/src/types/deploy-summary-for-list-sub-instances-output.ts +34 -0
- package/src/types/disable-root-instance-request.ts +28 -0
- package/src/types/disable-root-instance-response.ts +22 -0
- package/src/types/disable-sub-instance-request.ts +28 -0
- package/src/types/disable-sub-instance-response.ts +22 -0
- package/src/types/download-leaf-instance-request.ts +46 -0
- package/src/types/download-leaf-instance-response.ts +58 -0
- package/src/types/enable-root-instance-request.ts +28 -0
- package/src/types/enable-root-instance-response.ts +22 -0
- package/src/types/enable-sub-instance-request.ts +28 -0
- package/src/types/enable-sub-instance-response.ts +22 -0
- package/src/types/extended-key-usages-for-create-leaf-instance-input.ts +58 -0
- package/src/types/extended-key-usages-for-create-root-instance-input.ts +58 -0
- package/src/types/extended-key-usages-for-create-sub-instance-input.ts +58 -0
- package/src/types/extension-for-get-leaf-instance-output.ts +29 -0
- package/src/types/extensions-for-create-leaf-instance-input.ts +43 -0
- package/src/types/extensions-for-create-root-instance-input.ts +43 -0
- package/src/types/extensions-for-create-sub-instance-input.ts +43 -0
- package/src/types/get-leaf-instance-request.ts +28 -0
- package/src/types/get-leaf-instance-response.ts +153 -0
- package/src/types/get-quota-detail-request.ts +28 -0
- package/src/types/get-quota-detail-response.ts +28 -0
- package/src/types/get-root-instance-request.ts +28 -0
- package/src/types/get-root-instance-response.ts +134 -0
- package/src/types/get-sub-instance-request.ts +28 -0
- package/src/types/get-sub-instance-response.ts +140 -0
- package/src/types/index.ts +116 -0
- package/src/types/key-usages-for-create-leaf-instance-input.ts +76 -0
- package/src/types/key-usages-for-create-root-instance-input.ts +76 -0
- package/src/types/key-usages-for-create-sub-instance-input.ts +76 -0
- package/src/types/list-leaf-instances-request.ts +77 -0
- package/src/types/list-leaf-instances-response.ts +47 -0
- package/src/types/list-root-instances-request.ts +71 -0
- package/src/types/list-root-instances-response.ts +47 -0
- package/src/types/list-sub-instances-request.ts +77 -0
- package/src/types/list-sub-instances-response.ts +47 -0
- package/src/types/list-tags-for-resources-request.ts +53 -0
- package/src/types/list-tags-for-resources-response.ts +47 -0
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
- package/src/types/result-for-list-leaf-instances-output.ts +152 -0
- package/src/types/result-for-list-root-instances-output.ts +152 -0
- package/src/types/result-for-list-sub-instances-output.ts +152 -0
- package/src/types/revoke-leaf-instance-request.ts +34 -0
- package/src/types/revoke-leaf-instance-response.ts +22 -0
- package/src/types/revoke-root-instance-request.ts +34 -0
- package/src/types/revoke-root-instance-response.ts +22 -0
- package/src/types/revoke-sub-instance-request.ts +34 -0
- package/src/types/revoke-sub-instance-response.ts +22 -0
- package/src/types/subject-alternative-name-for-get-leaf-instance-output.ts +46 -0
- package/src/types/subject-for-create-leaf-instance-input.ts +76 -0
- package/src/types/subject-for-create-root-instance-input.ts +76 -0
- package/src/types/subject-for-create-sub-instance-input.ts +76 -0
- package/src/types/subject-for-get-leaf-instance-output.ts +76 -0
- package/src/types/subject-for-get-root-instance-output.ts +76 -0
- package/src/types/subject-for-get-sub-instance-output.ts +76 -0
- package/src/types/subject-for-list-leaf-instances-output.ts +76 -0
- package/src/types/subject-for-list-root-instances-output.ts +76 -0
- package/src/types/subject-for-list-sub-instances-output.ts +76 -0
- package/src/types/tag-filter-for-list-leaf-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-root-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-sub-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
- package/src/types/tag-for-create-leaf-instance-input.ts +34 -0
- package/src/types/tag-for-create-root-instance-input.ts +34 -0
- package/src/types/tag-for-create-sub-instance-input.ts +34 -0
- package/src/types/tag-for-get-leaf-instance-output.ts +34 -0
- package/src/types/tag-for-get-root-instance-output.ts +34 -0
- package/src/types/tag-for-get-sub-instance-output.ts +34 -0
- package/src/types/tag-for-list-leaf-instances-output.ts +34 -0
- package/src/types/tag-for-list-root-instances-output.ts +34 -0
- package/src/types/tag-for-list-sub-instances-output.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-for-upload-leaf-certificate-input.ts +34 -0
- package/src/types/tag-for-upload-root-instance-input.ts +34 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/upload-leaf-certificate-request.ts +59 -0
- package/src/types/upload-leaf-certificate-response.ts +34 -0
- package/src/types/upload-root-instance-request.ts +59 -0
- package/src/types/upload-root-instance-response.ts +34 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 CertificateForGetSubInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface CertificateForGetSubInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof CertificateForGetSubInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
Chain?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CertificateForGetSubInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
Csr?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof CertificateForGetSubInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
EncryptChain?: Array<string>;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CertificateForGetSubInstanceOutput
|
|
37
|
+
*/
|
|
38
|
+
EncryptKey?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof CertificateForGetSubInstanceOutput
|
|
42
|
+
*/
|
|
43
|
+
Key?: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=certificate-for-get-sub-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificate-for-get-sub-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/certificate-for-get-sub-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEtB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForCreateLeafInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForCreateLeafInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForCreateLeafInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForCreateLeafInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForCreateLeafInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-create-leaf-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-create-leaf-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-create-leaf-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForCreateRootInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForCreateRootInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForCreateRootInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForCreateRootInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForCreateRootInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-create-root-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-create-root-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-create-root-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForCreateSubInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForCreateSubInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForCreateSubInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForCreateSubInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForCreateSubInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-create-sub-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-create-sub-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-create-sub-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForGetLeafInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForGetLeafInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForGetLeafInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForGetLeafInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForGetLeafInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-get-leaf-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-get-leaf-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-get-leaf-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForGetRootInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForGetRootInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForGetRootInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForGetRootInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForGetRootInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-get-root-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-get-root-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-get-root-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForGetSubInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForGetSubInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForGetSubInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForGetSubInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForGetSubInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-get-sub-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-get-sub-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-get-sub-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForListLeafInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForListLeafInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForListLeafInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForListLeafInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForListLeafInstancesOutput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-list-leaf-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-list-leaf-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-list-leaf-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForListRootInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForListRootInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForListRootInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForListRootInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForListRootInstancesOutput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-list-root-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-list-root-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-list-root-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 ContactForListSubInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactForListSubInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactForListSubInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
Email?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContactForListSubInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
Name?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ContactForListSubInstancesOutput
|
|
32
|
+
*/
|
|
33
|
+
PhoneNumber?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=contact-for-list-sub-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact-for-list-sub-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/contact-for-list-sub-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 { ContactForCreateLeafInstanceInput } from './contact-for-create-leaf-instance-input';
|
|
13
|
+
import { CsrCommonForCreateLeafInstanceInput } from './csr-common-for-create-leaf-instance-input';
|
|
14
|
+
import { ExtensionsForCreateLeafInstanceInput } from './extensions-for-create-leaf-instance-input';
|
|
15
|
+
import { TagForCreateLeafInstanceInput } from './tag-for-create-leaf-instance-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CreateLeafInstanceRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateLeafInstanceRequest {
|
|
23
|
+
/**
|
|
24
|
+
* @type {ContactForCreateLeafInstanceInput}
|
|
25
|
+
* @memberof CreateLeafInstanceRequest
|
|
26
|
+
*/
|
|
27
|
+
Contact?: ContactForCreateLeafInstanceInput;
|
|
28
|
+
/**
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CreateLeafInstanceRequest
|
|
31
|
+
*/
|
|
32
|
+
Csr?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @type {CsrCommonForCreateLeafInstanceInput}
|
|
35
|
+
* @memberof CreateLeafInstanceRequest
|
|
36
|
+
*/
|
|
37
|
+
CsrCommon?: CsrCommonForCreateLeafInstanceInput;
|
|
38
|
+
/**
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CreateLeafInstanceRequest
|
|
41
|
+
*/
|
|
42
|
+
DurationType: string;
|
|
43
|
+
/**
|
|
44
|
+
* @type {ExtensionsForCreateLeafInstanceInput}
|
|
45
|
+
* @memberof CreateLeafInstanceRequest
|
|
46
|
+
*/
|
|
47
|
+
Extensions?: ExtensionsForCreateLeafInstanceInput;
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CreateLeafInstanceRequest
|
|
51
|
+
*/
|
|
52
|
+
HashAlg: string;
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof CreateLeafInstanceRequest
|
|
56
|
+
*/
|
|
57
|
+
IdempotenceToken?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof CreateLeafInstanceRequest
|
|
61
|
+
*/
|
|
62
|
+
IssuerId: string;
|
|
63
|
+
/**
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CreateLeafInstanceRequest
|
|
66
|
+
*/
|
|
67
|
+
KeyAlg?: string;
|
|
68
|
+
/**
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof CreateLeafInstanceRequest
|
|
71
|
+
*/
|
|
72
|
+
KeyParam?: string;
|
|
73
|
+
/**
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof CreateLeafInstanceRequest
|
|
76
|
+
*/
|
|
77
|
+
NotAfter?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof CreateLeafInstanceRequest
|
|
81
|
+
*/
|
|
82
|
+
NotBefore?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @type {boolean}
|
|
85
|
+
* @memberof CreateLeafInstanceRequest
|
|
86
|
+
*/
|
|
87
|
+
OmitCsrContent?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof CreateLeafInstanceRequest
|
|
91
|
+
*/
|
|
92
|
+
ProjectName?: string;
|
|
93
|
+
/**
|
|
94
|
+
* @type {number}
|
|
95
|
+
* @memberof CreateLeafInstanceRequest
|
|
96
|
+
*/
|
|
97
|
+
Quantity: number;
|
|
98
|
+
/**
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof CreateLeafInstanceRequest
|
|
101
|
+
*/
|
|
102
|
+
Tag?: string;
|
|
103
|
+
/**
|
|
104
|
+
* @type {Array<TagForCreateLeafInstanceInput>}
|
|
105
|
+
* @memberof CreateLeafInstanceRequest
|
|
106
|
+
*/
|
|
107
|
+
Tags?: Array<TagForCreateLeafInstanceInput>;
|
|
108
|
+
/**
|
|
109
|
+
* @type {boolean}
|
|
110
|
+
* @memberof CreateLeafInstanceRequest
|
|
111
|
+
*/
|
|
112
|
+
UseQuota?: boolean;
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=create-leaf-instance-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-leaf-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-leaf-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AAClG,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AACnG,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AACpF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,OAAO,CAAC,EAAE,iCAAiC,CAAC;IAE5C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,CAAC,EAAE,mCAAmC,CAAC;IAEhD;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAElD;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IAE5C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
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 CreateLeafInstanceResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateLeafInstanceResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateLeafInstanceResponse
|
|
22
|
+
*/
|
|
23
|
+
Certificate?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateLeafInstanceResponse
|
|
27
|
+
*/
|
|
28
|
+
Chain?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CreateLeafInstanceResponse
|
|
32
|
+
*/
|
|
33
|
+
EncryptionCertificate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CreateLeafInstanceResponse
|
|
37
|
+
*/
|
|
38
|
+
EncryptionPrivateKey?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof CreateLeafInstanceResponse
|
|
42
|
+
*/
|
|
43
|
+
InstanceId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CreateLeafInstanceResponse
|
|
47
|
+
*/
|
|
48
|
+
ParentCertificate?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CreateLeafInstanceResponse
|
|
52
|
+
*/
|
|
53
|
+
PrivateKey?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CreateLeafInstanceResponse
|
|
57
|
+
*/
|
|
58
|
+
RootCertificate?: string;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=create-leaf-instance-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-leaf-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/create-leaf-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
|