@alicloud/cas20200407 3.0.0 → 3.0.2
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/dist/client.d.ts +101 -7201
- package/dist/client.js +66 -4539
- package/dist/client.js.map +1 -1
- package/dist/models/CancelCertificateForPackageRequestRequest.d.ts +25 -0
- package/dist/models/CancelCertificateForPackageRequestRequest.js +58 -0
- package/dist/models/CancelCertificateForPackageRequestRequest.js.map +1 -0
- package/dist/models/CancelCertificateForPackageRequestResponse.d.ts +19 -0
- package/dist/models/CancelCertificateForPackageRequestResponse.js +69 -0
- package/dist/models/CancelCertificateForPackageRequestResponse.js.map +1 -0
- package/dist/models/CancelCertificateForPackageRequestResponseBody.d.ts +21 -0
- package/dist/models/CancelCertificateForPackageRequestResponseBody.js +58 -0
- package/dist/models/CancelCertificateForPackageRequestResponseBody.js.map +1 -0
- package/dist/models/CancelOrderRequestRequest.d.ts +25 -0
- package/dist/models/CancelOrderRequestRequest.js +58 -0
- package/dist/models/CancelOrderRequestRequest.js.map +1 -0
- package/dist/models/CancelOrderRequestResponse.d.ts +19 -0
- package/dist/models/CancelOrderRequestResponse.js +69 -0
- package/dist/models/CancelOrderRequestResponse.js.map +1 -0
- package/dist/models/CancelOrderRequestResponseBody.d.ts +21 -0
- package/dist/models/CancelOrderRequestResponseBody.js +58 -0
- package/dist/models/CancelOrderRequestResponseBody.js.map +1 -0
- package/dist/models/CreateCertificateForPackageRequestRequest.d.ts +153 -0
- package/dist/models/CreateCertificateForPackageRequestRequest.js +100 -0
- package/dist/models/CreateCertificateForPackageRequestRequest.js.map +1 -0
- package/dist/models/CreateCertificateForPackageRequestResponse.d.ts +19 -0
- package/dist/models/CreateCertificateForPackageRequestResponse.js +69 -0
- package/dist/models/CreateCertificateForPackageRequestResponse.js.map +1 -0
- package/dist/models/CreateCertificateForPackageRequestResponseBody.d.ts +31 -0
- package/dist/models/CreateCertificateForPackageRequestResponseBody.js +60 -0
- package/dist/models/CreateCertificateForPackageRequestResponseBody.js.map +1 -0
- package/dist/models/CreateCertificateRequestRequest.d.ts +125 -0
- package/dist/models/CreateCertificateRequestRequest.js +94 -0
- package/dist/models/CreateCertificateRequestRequest.js.map +1 -0
- package/dist/models/CreateCertificateRequestResponse.d.ts +19 -0
- package/dist/models/CreateCertificateRequestResponse.js +69 -0
- package/dist/models/CreateCertificateRequestResponse.js.map +1 -0
- package/dist/models/CreateCertificateRequestResponseBody.d.ts +31 -0
- package/dist/models/CreateCertificateRequestResponseBody.js +60 -0
- package/dist/models/CreateCertificateRequestResponseBody.js.map +1 -0
- package/dist/models/CreateCertificateWithCsrRequestRequest.d.ts +121 -0
- package/dist/models/CreateCertificateWithCsrRequestRequest.js +94 -0
- package/dist/models/CreateCertificateWithCsrRequestRequest.js.map +1 -0
- package/dist/models/CreateCertificateWithCsrRequestResponse.d.ts +19 -0
- package/dist/models/CreateCertificateWithCsrRequestResponse.js +69 -0
- package/dist/models/CreateCertificateWithCsrRequestResponse.js.map +1 -0
- package/dist/models/CreateCertificateWithCsrRequestResponseBody.d.ts +31 -0
- package/dist/models/CreateCertificateWithCsrRequestResponseBody.js +60 -0
- package/dist/models/CreateCertificateWithCsrRequestResponseBody.js.map +1 -0
- package/dist/models/CreateCsrRequest.d.ts +108 -0
- package/dist/models/CreateCsrRequest.js +76 -0
- package/dist/models/CreateCsrRequest.js.map +1 -0
- package/dist/models/CreateCsrResponse.d.ts +19 -0
- package/dist/models/CreateCsrResponse.js +69 -0
- package/dist/models/CreateCsrResponse.js.map +1 -0
- package/dist/models/CreateCsrResponseBody.d.ts +37 -0
- package/dist/models/CreateCsrResponseBody.js +62 -0
- package/dist/models/CreateCsrResponseBody.js.map +1 -0
- package/dist/models/CreateDeploymentJobRequest.d.ts +76 -0
- package/dist/models/CreateDeploymentJobRequest.js +68 -0
- package/dist/models/CreateDeploymentJobRequest.js.map +1 -0
- package/dist/models/CreateDeploymentJobResponse.d.ts +19 -0
- package/dist/models/CreateDeploymentJobResponse.js +69 -0
- package/dist/models/CreateDeploymentJobResponse.js.map +1 -0
- package/dist/models/CreateDeploymentJobResponseBody.d.ts +29 -0
- package/dist/models/CreateDeploymentJobResponseBody.js +60 -0
- package/dist/models/CreateDeploymentJobResponseBody.js.map +1 -0
- package/dist/models/DecryptRequest.d.ts +61 -0
- package/dist/models/DecryptRequest.js +64 -0
- package/dist/models/DecryptRequest.js.map +1 -0
- package/dist/models/DecryptResponse.d.ts +19 -0
- package/dist/models/DecryptResponse.js +69 -0
- package/dist/models/DecryptResponse.js.map +1 -0
- package/dist/models/DecryptResponseBody.d.ts +37 -0
- package/dist/models/DecryptResponseBody.js +62 -0
- package/dist/models/DecryptResponseBody.js.map +1 -0
- package/dist/models/DeleteCertificateRequestRequest.d.ts +25 -0
- package/dist/models/DeleteCertificateRequestRequest.js +58 -0
- package/dist/models/DeleteCertificateRequestRequest.js.map +1 -0
- package/dist/models/DeleteCertificateRequestResponse.d.ts +19 -0
- package/dist/models/DeleteCertificateRequestResponse.js +69 -0
- package/dist/models/DeleteCertificateRequestResponse.js.map +1 -0
- package/dist/models/DeleteCertificateRequestResponseBody.d.ts +21 -0
- package/dist/models/DeleteCertificateRequestResponseBody.js +58 -0
- package/dist/models/DeleteCertificateRequestResponseBody.js.map +1 -0
- package/dist/models/DeleteCsrRequest.d.ts +23 -0
- package/dist/models/DeleteCsrRequest.js +58 -0
- package/dist/models/DeleteCsrRequest.js.map +1 -0
- package/dist/models/DeleteCsrResponse.d.ts +19 -0
- package/dist/models/DeleteCsrResponse.js +69 -0
- package/dist/models/DeleteCsrResponse.js.map +1 -0
- package/dist/models/DeleteCsrResponseBody.d.ts +21 -0
- package/dist/models/DeleteCsrResponseBody.js +58 -0
- package/dist/models/DeleteCsrResponseBody.js.map +1 -0
- package/dist/models/DeleteDeploymentJobRequest.d.ts +23 -0
- package/dist/models/DeleteDeploymentJobRequest.js +58 -0
- package/dist/models/DeleteDeploymentJobRequest.js.map +1 -0
- package/dist/models/DeleteDeploymentJobResponse.d.ts +19 -0
- package/dist/models/DeleteDeploymentJobResponse.js +69 -0
- package/dist/models/DeleteDeploymentJobResponse.js.map +1 -0
- package/dist/models/DeleteDeploymentJobResponseBody.d.ts +21 -0
- package/dist/models/DeleteDeploymentJobResponseBody.js +58 -0
- package/dist/models/DeleteDeploymentJobResponseBody.js.map +1 -0
- package/dist/models/DeletePcacertRequest.d.ts +23 -0
- package/dist/models/DeletePcacertRequest.js +58 -0
- package/dist/models/DeletePcacertRequest.js.map +1 -0
- package/dist/models/DeletePcacertResponse.d.ts +19 -0
- package/dist/models/DeletePcacertResponse.js +69 -0
- package/dist/models/DeletePcacertResponse.js.map +1 -0
- package/dist/models/DeletePcacertResponseBody.d.ts +21 -0
- package/dist/models/DeletePcacertResponseBody.js +58 -0
- package/dist/models/DeletePcacertResponseBody.js.map +1 -0
- package/dist/models/DeleteUserCertificateRequest.d.ts +25 -0
- package/dist/models/DeleteUserCertificateRequest.js +58 -0
- package/dist/models/DeleteUserCertificateRequest.js.map +1 -0
- package/dist/models/DeleteUserCertificateResponse.d.ts +19 -0
- package/dist/models/DeleteUserCertificateResponse.js +69 -0
- package/dist/models/DeleteUserCertificateResponse.js.map +1 -0
- package/dist/models/DeleteUserCertificateResponseBody.d.ts +21 -0
- package/dist/models/DeleteUserCertificateResponseBody.js +58 -0
- package/dist/models/DeleteUserCertificateResponseBody.js.map +1 -0
- package/dist/models/DeleteWorkerResourceRequest.d.ts +33 -0
- package/dist/models/DeleteWorkerResourceRequest.js +60 -0
- package/dist/models/DeleteWorkerResourceRequest.js.map +1 -0
- package/dist/models/DeleteWorkerResourceResponse.d.ts +19 -0
- package/dist/models/DeleteWorkerResourceResponse.js +69 -0
- package/dist/models/DeleteWorkerResourceResponse.js.map +1 -0
- package/dist/models/DeleteWorkerResourceResponseBody.d.ts +21 -0
- package/dist/models/DeleteWorkerResourceResponseBody.js +58 -0
- package/dist/models/DeleteWorkerResourceResponseBody.js.map +1 -0
- package/dist/models/DescribeCertificateStateRequest.d.ts +25 -0
- package/dist/models/DescribeCertificateStateRequest.js +58 -0
- package/dist/models/DescribeCertificateStateRequest.js.map +1 -0
- package/dist/models/DescribeCertificateStateResponse.d.ts +19 -0
- package/dist/models/DescribeCertificateStateResponse.js +69 -0
- package/dist/models/DescribeCertificateStateResponse.js.map +1 -0
- package/dist/models/DescribeCertificateStateResponseBody.d.ts +140 -0
- package/dist/models/DescribeCertificateStateResponseBody.js +80 -0
- package/dist/models/DescribeCertificateStateResponseBody.js.map +1 -0
- package/dist/models/DescribeCloudResourceStatusRequest.d.ts +23 -0
- package/dist/models/DescribeCloudResourceStatusRequest.js +58 -0
- package/dist/models/DescribeCloudResourceStatusRequest.js.map +1 -0
- package/dist/models/DescribeCloudResourceStatusResponse.d.ts +19 -0
- package/dist/models/DescribeCloudResourceStatusResponse.js +69 -0
- package/dist/models/DescribeCloudResourceStatusResponse.js.map +1 -0
- package/dist/models/DescribeCloudResourceStatusResponseBody.d.ts +62 -0
- package/dist/models/DescribeCloudResourceStatusResponseBody.js +86 -0
- package/dist/models/DescribeCloudResourceStatusResponseBody.js.map +1 -0
- package/dist/models/DescribeDeploymentJobRequest.d.ts +23 -0
- package/dist/models/DescribeDeploymentJobRequest.js +58 -0
- package/dist/models/DescribeDeploymentJobRequest.js.map +1 -0
- package/dist/models/DescribeDeploymentJobResponse.d.ts +19 -0
- package/dist/models/DescribeDeploymentJobResponse.js +69 -0
- package/dist/models/DescribeDeploymentJobResponse.js.map +1 -0
- package/dist/models/DescribeDeploymentJobResponseBody.d.ts +227 -0
- package/dist/models/DescribeDeploymentJobResponseBody.js +122 -0
- package/dist/models/DescribeDeploymentJobResponseBody.js.map +1 -0
- package/dist/models/DescribeDeploymentJobStatusRequest.d.ts +21 -0
- package/dist/models/DescribeDeploymentJobStatusRequest.js +58 -0
- package/dist/models/DescribeDeploymentJobStatusRequest.js.map +1 -0
- package/dist/models/DescribeDeploymentJobStatusResponse.d.ts +19 -0
- package/dist/models/DescribeDeploymentJobStatusResponse.js +69 -0
- package/dist/models/DescribeDeploymentJobStatusResponse.js.map +1 -0
- package/dist/models/DescribeDeploymentJobStatusResponseBody.d.ts +169 -0
- package/dist/models/DescribeDeploymentJobStatusResponseBody.js +108 -0
- package/dist/models/DescribeDeploymentJobStatusResponseBody.js.map +1 -0
- package/dist/models/DescribePackageStateRequest.d.ts +37 -0
- package/dist/models/DescribePackageStateRequest.js +58 -0
- package/dist/models/DescribePackageStateRequest.js.map +1 -0
- package/dist/models/DescribePackageStateResponse.d.ts +19 -0
- package/dist/models/DescribePackageStateResponse.js +69 -0
- package/dist/models/DescribePackageStateResponse.js.map +1 -0
- package/dist/models/DescribePackageStateResponseBody.d.ts +71 -0
- package/dist/models/DescribePackageStateResponseBody.js +66 -0
- package/dist/models/DescribePackageStateResponseBody.js.map +1 -0
- package/dist/models/EncryptRequest.d.ts +65 -0
- package/dist/models/EncryptRequest.js +64 -0
- package/dist/models/EncryptRequest.js.map +1 -0
- package/dist/models/EncryptResponse.d.ts +19 -0
- package/dist/models/EncryptResponse.js +69 -0
- package/dist/models/EncryptResponse.js.map +1 -0
- package/dist/models/EncryptResponseBody.d.ts +37 -0
- package/dist/models/EncryptResponseBody.js +62 -0
- package/dist/models/EncryptResponseBody.js.map +1 -0
- package/dist/models/GetCertWarehouseQuotaResponse.d.ts +19 -0
- package/dist/models/GetCertWarehouseQuotaResponse.js +69 -0
- package/dist/models/GetCertWarehouseQuotaResponse.js.map +1 -0
- package/dist/models/GetCertWarehouseQuotaResponseBody.d.ts +37 -0
- package/dist/models/GetCertWarehouseQuotaResponseBody.js +62 -0
- package/dist/models/GetCertWarehouseQuotaResponseBody.js.map +1 -0
- package/dist/models/GetCsrDetailRequest.d.ts +23 -0
- package/dist/models/GetCsrDetailRequest.js +58 -0
- package/dist/models/GetCsrDetailRequest.js.map +1 -0
- package/dist/models/GetCsrDetailResponse.d.ts +19 -0
- package/dist/models/GetCsrDetailResponse.js +69 -0
- package/dist/models/GetCsrDetailResponse.js.map +1 -0
- package/dist/models/GetCsrDetailResponseBody.d.ts +37 -0
- package/dist/models/GetCsrDetailResponseBody.js +62 -0
- package/dist/models/GetCsrDetailResponseBody.js.map +1 -0
- package/dist/models/GetUserCertificateDetailRequest.d.ts +33 -0
- package/dist/models/GetUserCertificateDetailRequest.js +60 -0
- package/dist/models/GetUserCertificateDetailRequest.js.map +1 -0
- package/dist/models/GetUserCertificateDetailResponse.d.ts +19 -0
- package/dist/models/GetUserCertificateDetailResponse.js +69 -0
- package/dist/models/GetUserCertificateDetailResponse.js.map +1 -0
- package/dist/models/GetUserCertificateDetailResponseBody.d.ts +339 -0
- package/dist/models/GetUserCertificateDetailResponseBody.js +174 -0
- package/dist/models/GetUserCertificateDetailResponseBody.js.map +1 -0
- package/dist/models/ListCertRequest.d.ts +78 -0
- package/dist/models/ListCertRequest.js +70 -0
- package/dist/models/ListCertRequest.js.map +1 -0
- package/dist/models/ListCertResponse.d.ts +19 -0
- package/dist/models/ListCertResponse.js +69 -0
- package/dist/models/ListCertResponse.js.map +1 -0
- package/dist/models/ListCertResponseBody.d.ts +170 -0
- package/dist/models/ListCertResponseBody.js +110 -0
- package/dist/models/ListCertResponseBody.js.map +1 -0
- package/dist/models/ListCertWarehouseRequest.d.ts +59 -0
- package/dist/models/ListCertWarehouseRequest.js +66 -0
- package/dist/models/ListCertWarehouseRequest.js.map +1 -0
- package/dist/models/ListCertWarehouseResponse.d.ts +19 -0
- package/dist/models/ListCertWarehouseResponse.js +69 -0
- package/dist/models/ListCertWarehouseResponse.js.map +1 -0
- package/dist/models/ListCertWarehouseResponseBody.d.ts +135 -0
- package/dist/models/ListCertWarehouseResponseBody.js +102 -0
- package/dist/models/ListCertWarehouseResponseBody.js.map +1 -0
- package/dist/models/ListCloudAccessRequest.d.ts +45 -0
- package/dist/models/ListCloudAccessRequest.js +64 -0
- package/dist/models/ListCloudAccessRequest.js.map +1 -0
- package/dist/models/ListCloudAccessResponse.d.ts +19 -0
- package/dist/models/ListCloudAccessResponse.js +69 -0
- package/dist/models/ListCloudAccessResponse.js.map +1 -0
- package/dist/models/ListCloudAccessResponseBody.d.ts +94 -0
- package/dist/models/ListCloudAccessResponseBody.js +94 -0
- package/dist/models/ListCloudAccessResponseBody.js.map +1 -0
- package/dist/models/ListCloudResourcesRequest.d.ts +110 -0
- package/dist/models/ListCloudResourcesRequest.js +73 -0
- package/dist/models/ListCloudResourcesRequest.js.map +1 -0
- package/dist/models/ListCloudResourcesResponse.d.ts +19 -0
- package/dist/models/ListCloudResourcesResponse.js +69 -0
- package/dist/models/ListCloudResourcesResponse.js.map +1 -0
- package/dist/models/ListCloudResourcesResponseBody.d.ts +258 -0
- package/dist/models/ListCloudResourcesResponseBody.js +128 -0
- package/dist/models/ListCloudResourcesResponseBody.js.map +1 -0
- package/dist/models/ListCloudResourcesShrinkRequest.d.ts +110 -0
- package/dist/models/ListCloudResourcesShrinkRequest.js +70 -0
- package/dist/models/ListCloudResourcesShrinkRequest.js.map +1 -0
- package/dist/models/ListContactRequest.d.ts +37 -0
- package/dist/models/ListContactRequest.js +62 -0
- package/dist/models/ListContactRequest.js.map +1 -0
- package/dist/models/ListContactResponse.d.ts +19 -0
- package/dist/models/ListContactResponse.js +69 -0
- package/dist/models/ListContactResponse.js.map +1 -0
- package/dist/models/ListContactResponseBody.d.ts +126 -0
- package/dist/models/ListContactResponseBody.js +102 -0
- package/dist/models/ListContactResponseBody.js.map +1 -0
- package/dist/models/ListCsrRequest.d.ts +45 -0
- package/dist/models/ListCsrRequest.js +64 -0
- package/dist/models/ListCsrRequest.js.map +1 -0
- package/dist/models/ListCsrResponse.d.ts +19 -0
- package/dist/models/ListCsrResponse.js +69 -0
- package/dist/models/ListCsrResponse.js.map +1 -0
- package/dist/models/ListCsrResponseBody.d.ts +166 -0
- package/dist/models/ListCsrResponseBody.js +112 -0
- package/dist/models/ListCsrResponseBody.js.map +1 -0
- package/dist/models/ListDeploymentJobCertRequest.d.ts +23 -0
- package/dist/models/ListDeploymentJobCertRequest.js +58 -0
- package/dist/models/ListDeploymentJobCertRequest.js.map +1 -0
- package/dist/models/ListDeploymentJobCertResponse.d.ts +19 -0
- package/dist/models/ListDeploymentJobCertResponse.js +69 -0
- package/dist/models/ListDeploymentJobCertResponse.js.map +1 -0
- package/dist/models/ListDeploymentJobCertResponseBody.d.ts +170 -0
- package/dist/models/ListDeploymentJobCertResponseBody.js +111 -0
- package/dist/models/ListDeploymentJobCertResponseBody.js.map +1 -0
- package/dist/models/ListDeploymentJobRequest.d.ts +59 -0
- package/dist/models/ListDeploymentJobRequest.js +64 -0
- package/dist/models/ListDeploymentJobRequest.js.map +1 -0
- package/dist/models/ListDeploymentJobResourceRequest.d.ts +23 -0
- package/dist/models/ListDeploymentJobResourceRequest.js +58 -0
- package/dist/models/ListDeploymentJobResourceRequest.js.map +1 -0
- package/dist/models/ListDeploymentJobResourceResponse.d.ts +19 -0
- package/dist/models/ListDeploymentJobResourceResponse.js +69 -0
- package/dist/models/ListDeploymentJobResourceResponse.js.map +1 -0
- package/dist/models/ListDeploymentJobResourceResponseBody.d.ts +257 -0
- package/dist/models/ListDeploymentJobResourceResponseBody.js +124 -0
- package/dist/models/ListDeploymentJobResourceResponseBody.js.map +1 -0
- package/dist/models/ListDeploymentJobResponse.d.ts +19 -0
- package/dist/models/ListDeploymentJobResponse.js +69 -0
- package/dist/models/ListDeploymentJobResponse.js.map +1 -0
- package/dist/models/ListDeploymentJobResponseBody.d.ts +210 -0
- package/dist/models/ListDeploymentJobResponseBody.js +118 -0
- package/dist/models/ListDeploymentJobResponseBody.js.map +1 -0
- package/dist/models/ListUserCertificateOrderRequest.d.ts +77 -0
- package/dist/models/ListUserCertificateOrderRequest.js +68 -0
- package/dist/models/ListUserCertificateOrderRequest.js.map +1 -0
- package/dist/models/ListUserCertificateOrderResponse.d.ts +19 -0
- package/dist/models/ListUserCertificateOrderResponse.js +69 -0
- package/dist/models/ListUserCertificateOrderResponse.js.map +1 -0
- package/dist/models/ListUserCertificateOrderResponseBody.d.ts +375 -0
- package/dist/models/ListUserCertificateOrderResponseBody.js +158 -0
- package/dist/models/ListUserCertificateOrderResponseBody.js.map +1 -0
- package/dist/models/ListWorkerResourceRequest.d.ts +67 -0
- package/dist/models/ListWorkerResourceRequest.js +66 -0
- package/dist/models/ListWorkerResourceRequest.js.map +1 -0
- package/dist/models/ListWorkerResourceResponse.d.ts +19 -0
- package/dist/models/ListWorkerResourceResponse.js +69 -0
- package/dist/models/ListWorkerResourceResponse.js.map +1 -0
- package/dist/models/ListWorkerResourceResponseBody.d.ts +290 -0
- package/dist/models/ListWorkerResourceResponseBody.js +132 -0
- package/dist/models/ListWorkerResourceResponseBody.js.map +1 -0
- package/dist/models/MoveResourceGroupRequest.d.ts +57 -0
- package/dist/models/MoveResourceGroupRequest.js +64 -0
- package/dist/models/MoveResourceGroupRequest.js.map +1 -0
- package/dist/models/MoveResourceGroupResponse.d.ts +19 -0
- package/dist/models/MoveResourceGroupResponse.js +69 -0
- package/dist/models/MoveResourceGroupResponse.js.map +1 -0
- package/dist/models/MoveResourceGroupResponseBody.d.ts +21 -0
- package/dist/models/MoveResourceGroupResponseBody.js +58 -0
- package/dist/models/MoveResourceGroupResponseBody.js.map +1 -0
- package/dist/models/RenewCertificateOrderForPackageRequestRequest.d.ts +76 -0
- package/dist/models/RenewCertificateOrderForPackageRequestRequest.js +86 -0
- package/dist/models/RenewCertificateOrderForPackageRequestRequest.js.map +1 -0
- package/dist/models/RenewCertificateOrderForPackageRequestResponse.d.ts +19 -0
- package/dist/models/RenewCertificateOrderForPackageRequestResponse.js +69 -0
- package/dist/models/RenewCertificateOrderForPackageRequestResponse.js.map +1 -0
- package/dist/models/RenewCertificateOrderForPackageRequestResponseBody.d.ts +31 -0
- package/dist/models/RenewCertificateOrderForPackageRequestResponseBody.js +60 -0
- package/dist/models/RenewCertificateOrderForPackageRequestResponseBody.js.map +1 -0
- package/dist/models/SignRequest.d.ts +68 -0
- package/dist/models/SignRequest.js +64 -0
- package/dist/models/SignRequest.js.map +1 -0
- package/dist/models/SignResponse.d.ts +19 -0
- package/dist/models/SignResponse.js +69 -0
- package/dist/models/SignResponse.js.map +1 -0
- package/dist/models/SignResponseBody.d.ts +29 -0
- package/dist/models/SignResponseBody.js +60 -0
- package/dist/models/SignResponseBody.js.map +1 -0
- package/dist/models/UpdateCsrRequest.d.ts +33 -0
- package/dist/models/UpdateCsrRequest.js +60 -0
- package/dist/models/UpdateCsrRequest.js.map +1 -0
- package/dist/models/UpdateCsrResponse.d.ts +19 -0
- package/dist/models/UpdateCsrResponse.js +69 -0
- package/dist/models/UpdateCsrResponse.js.map +1 -0
- package/dist/models/UpdateCsrResponseBody.d.ts +21 -0
- package/dist/models/UpdateCsrResponseBody.js +58 -0
- package/dist/models/UpdateCsrResponseBody.js.map +1 -0
- package/dist/models/UpdateDeploymentJobRequest.d.ts +63 -0
- package/dist/models/UpdateDeploymentJobRequest.js +68 -0
- package/dist/models/UpdateDeploymentJobRequest.js.map +1 -0
- package/dist/models/UpdateDeploymentJobResponse.d.ts +19 -0
- package/dist/models/UpdateDeploymentJobResponse.js +69 -0
- package/dist/models/UpdateDeploymentJobResponse.js.map +1 -0
- package/dist/models/UpdateDeploymentJobResponseBody.d.ts +21 -0
- package/dist/models/UpdateDeploymentJobResponseBody.js +58 -0
- package/dist/models/UpdateDeploymentJobResponseBody.js.map +1 -0
- package/dist/models/UpdateDeploymentJobStatusRequest.d.ts +39 -0
- package/dist/models/UpdateDeploymentJobStatusRequest.js +60 -0
- package/dist/models/UpdateDeploymentJobStatusRequest.js.map +1 -0
- package/dist/models/UpdateDeploymentJobStatusResponse.d.ts +19 -0
- package/dist/models/UpdateDeploymentJobStatusResponse.js +69 -0
- package/dist/models/UpdateDeploymentJobStatusResponse.js.map +1 -0
- package/dist/models/UpdateDeploymentJobStatusResponseBody.d.ts +29 -0
- package/dist/models/UpdateDeploymentJobStatusResponseBody.js +60 -0
- package/dist/models/UpdateDeploymentJobStatusResponseBody.js.map +1 -0
- package/dist/models/UpdateWorkerResourceStatusRequest.d.ts +47 -0
- package/dist/models/UpdateWorkerResourceStatusRequest.js +62 -0
- package/dist/models/UpdateWorkerResourceStatusRequest.js.map +1 -0
- package/dist/models/UpdateWorkerResourceStatusResponse.d.ts +19 -0
- package/dist/models/UpdateWorkerResourceStatusResponse.js +69 -0
- package/dist/models/UpdateWorkerResourceStatusResponse.js.map +1 -0
- package/dist/models/UpdateWorkerResourceStatusResponseBody.d.ts +29 -0
- package/dist/models/UpdateWorkerResourceStatusResponseBody.js +60 -0
- package/dist/models/UpdateWorkerResourceStatusResponseBody.js.map +1 -0
- package/dist/models/UploadCsrRequest.d.ts +39 -0
- package/dist/models/UploadCsrRequest.js +62 -0
- package/dist/models/UploadCsrRequest.js.map +1 -0
- package/dist/models/UploadCsrResponse.d.ts +19 -0
- package/dist/models/UploadCsrResponse.js +69 -0
- package/dist/models/UploadCsrResponse.js.map +1 -0
- package/dist/models/UploadCsrResponseBody.d.ts +29 -0
- package/dist/models/UploadCsrResponseBody.js +60 -0
- package/dist/models/UploadCsrResponseBody.js.map +1 -0
- package/dist/models/UploadUserCertificateRequest.d.ts +122 -0
- package/dist/models/UploadUserCertificateRequest.js +98 -0
- package/dist/models/UploadUserCertificateRequest.js.map +1 -0
- package/dist/models/UploadUserCertificateResponse.d.ts +19 -0
- package/dist/models/UploadUserCertificateResponse.js +69 -0
- package/dist/models/UploadUserCertificateResponse.js.map +1 -0
- package/dist/models/UploadUserCertificateResponseBody.d.ts +37 -0
- package/dist/models/UploadUserCertificateResponseBody.js +62 -0
- package/dist/models/UploadUserCertificateResponseBody.js.map +1 -0
- package/dist/models/VerifyRequest.d.ts +78 -0
- package/dist/models/VerifyRequest.js +66 -0
- package/dist/models/VerifyRequest.js.map +1 -0
- package/dist/models/VerifyResponse.d.ts +19 -0
- package/dist/models/VerifyResponse.js +69 -0
- package/dist/models/VerifyResponse.js.map +1 -0
- package/dist/models/VerifyResponseBody.d.ts +32 -0
- package/dist/models/VerifyResponseBody.js +60 -0
- package/dist/models/VerifyResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +153 -0
- package/dist/models/model.js +313 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +1 -1
- package/src/client.ts +146 -10267
- package/src/models/CancelCertificateForPackageRequestRequest.ts +38 -0
- package/src/models/CancelCertificateForPackageRequestResponse.ts +40 -0
- package/src/models/CancelCertificateForPackageRequestResponseBody.ts +34 -0
- package/src/models/CancelOrderRequestRequest.ts +38 -0
- package/src/models/CancelOrderRequestResponse.ts +40 -0
- package/src/models/CancelOrderRequestResponseBody.ts +34 -0
- package/src/models/CreateCertificateForPackageRequestRequest.ts +197 -0
- package/src/models/CreateCertificateForPackageRequestResponse.ts +40 -0
- package/src/models/CreateCertificateForPackageRequestResponseBody.ts +46 -0
- package/src/models/CreateCertificateRequestRequest.ts +165 -0
- package/src/models/CreateCertificateRequestResponse.ts +40 -0
- package/src/models/CreateCertificateRequestResponseBody.ts +46 -0
- package/src/models/CreateCertificateWithCsrRequestRequest.ts +161 -0
- package/src/models/CreateCertificateWithCsrRequestResponse.ts +40 -0
- package/src/models/CreateCertificateWithCsrRequestResponseBody.ts +46 -0
- package/src/models/CreateCsrRequest.ts +139 -0
- package/src/models/CreateCsrResponse.ts +40 -0
- package/src/models/CreateCsrResponseBody.ts +54 -0
- package/src/models/CreateDeploymentJobRequest.ts +99 -0
- package/src/models/CreateDeploymentJobResponse.ts +40 -0
- package/src/models/CreateDeploymentJobResponseBody.ts +44 -0
- package/src/models/DecryptRequest.ts +80 -0
- package/src/models/DecryptResponse.ts +40 -0
- package/src/models/DecryptResponseBody.ts +54 -0
- package/src/models/DeleteCertificateRequestRequest.ts +38 -0
- package/src/models/DeleteCertificateRequestResponse.ts +40 -0
- package/src/models/DeleteCertificateRequestResponseBody.ts +34 -0
- package/src/models/DeleteCsrRequest.ts +36 -0
- package/src/models/DeleteCsrResponse.ts +40 -0
- package/src/models/DeleteCsrResponseBody.ts +34 -0
- package/src/models/DeleteDeploymentJobRequest.ts +36 -0
- package/src/models/DeleteDeploymentJobResponse.ts +40 -0
- package/src/models/DeleteDeploymentJobResponseBody.ts +34 -0
- package/src/models/DeletePcacertRequest.ts +36 -0
- package/src/models/DeletePcacertResponse.ts +40 -0
- package/src/models/DeletePcacertResponseBody.ts +34 -0
- package/src/models/DeleteUserCertificateRequest.ts +38 -0
- package/src/models/DeleteUserCertificateResponse.ts +40 -0
- package/src/models/DeleteUserCertificateResponseBody.ts +34 -0
- package/src/models/DeleteWorkerResourceRequest.ts +48 -0
- package/src/models/DeleteWorkerResourceResponse.ts +40 -0
- package/src/models/DeleteWorkerResourceResponseBody.ts +34 -0
- package/src/models/DescribeCertificateStateRequest.ts +38 -0
- package/src/models/DescribeCertificateStateResponse.ts +40 -0
- package/src/models/DescribeCertificateStateResponseBody.ts +175 -0
- package/src/models/DescribeCloudResourceStatusRequest.ts +36 -0
- package/src/models/DescribeCloudResourceStatusResponse.ts +40 -0
- package/src/models/DescribeCloudResourceStatusResponseBody.ts +94 -0
- package/src/models/DescribeDeploymentJobRequest.ts +36 -0
- package/src/models/DescribeDeploymentJobResponse.ts +40 -0
- package/src/models/DescribeDeploymentJobResponseBody.ts +295 -0
- package/src/models/DescribeDeploymentJobStatusRequest.ts +34 -0
- package/src/models/DescribeDeploymentJobStatusResponse.ts +40 -0
- package/src/models/DescribeDeploymentJobStatusResponseBody.ts +223 -0
- package/src/models/DescribePackageStateRequest.ts +50 -0
- package/src/models/DescribePackageStateResponse.ts +40 -0
- package/src/models/DescribePackageStateResponseBody.ts +92 -0
- package/src/models/EncryptRequest.ts +84 -0
- package/src/models/EncryptResponse.ts +40 -0
- package/src/models/EncryptResponseBody.ts +54 -0
- package/src/models/GetCertWarehouseQuotaResponse.ts +40 -0
- package/src/models/GetCertWarehouseQuotaResponseBody.ts +54 -0
- package/src/models/GetCsrDetailRequest.ts +36 -0
- package/src/models/GetCsrDetailResponse.ts +40 -0
- package/src/models/GetCsrDetailResponseBody.ts +54 -0
- package/src/models/GetUserCertificateDetailRequest.ts +48 -0
- package/src/models/GetUserCertificateDetailResponse.ts +40 -0
- package/src/models/GetUserCertificateDetailResponseBody.ts +450 -0
- package/src/models/ListCertRequest.ts +103 -0
- package/src/models/ListCertResponse.ts +40 -0
- package/src/models/ListCertResponseBody.ts +226 -0
- package/src/models/ListCertWarehouseRequest.ts +80 -0
- package/src/models/ListCertWarehouseResponse.ts +40 -0
- package/src/models/ListCertWarehouseResponseBody.ts +183 -0
- package/src/models/ListCloudAccessRequest.ts +64 -0
- package/src/models/ListCloudAccessResponse.ts +40 -0
- package/src/models/ListCloudAccessResponseBody.ts +134 -0
- package/src/models/ListCloudResourcesRequest.ts +138 -0
- package/src/models/ListCloudResourcesResponse.ts +40 -0
- package/src/models/ListCloudResourcesResponseBody.ts +332 -0
- package/src/models/ListCloudResourcesShrinkRequest.ts +135 -0
- package/src/models/ListContactRequest.ts +54 -0
- package/src/models/ListContactResponse.ts +40 -0
- package/src/models/ListContactResponseBody.ts +174 -0
- package/src/models/ListCsrRequest.ts +64 -0
- package/src/models/ListCsrResponse.ts +40 -0
- package/src/models/ListCsrResponseBody.ts +224 -0
- package/src/models/ListDeploymentJobCertRequest.ts +36 -0
- package/src/models/ListDeploymentJobCertResponse.ts +40 -0
- package/src/models/ListDeploymentJobCertResponseBody.ts +227 -0
- package/src/models/ListDeploymentJobRequest.ts +78 -0
- package/src/models/ListDeploymentJobResourceRequest.ts +36 -0
- package/src/models/ListDeploymentJobResourceResponse.ts +40 -0
- package/src/models/ListDeploymentJobResourceResponseBody.ts +327 -0
- package/src/models/ListDeploymentJobResponse.ts +40 -0
- package/src/models/ListDeploymentJobResponseBody.ts +274 -0
- package/src/models/ListUserCertificateOrderRequest.ts +100 -0
- package/src/models/ListUserCertificateOrderResponse.ts +40 -0
- package/src/models/ListUserCertificateOrderResponseBody.ts +479 -0
- package/src/models/ListWorkerResourceRequest.ts +88 -0
- package/src/models/ListWorkerResourceResponse.ts +40 -0
- package/src/models/ListWorkerResourceResponseBody.ts +368 -0
- package/src/models/MoveResourceGroupRequest.ts +76 -0
- package/src/models/MoveResourceGroupResponse.ts +40 -0
- package/src/models/MoveResourceGroupResponseBody.ts +34 -0
- package/src/models/RenewCertificateOrderForPackageRequestRequest.ts +108 -0
- package/src/models/RenewCertificateOrderForPackageRequestResponse.ts +40 -0
- package/src/models/RenewCertificateOrderForPackageRequestResponseBody.ts +46 -0
- package/src/models/SignRequest.ts +87 -0
- package/src/models/SignResponse.ts +40 -0
- package/src/models/SignResponseBody.ts +44 -0
- package/src/models/UpdateCsrRequest.ts +48 -0
- package/src/models/UpdateCsrResponse.ts +40 -0
- package/src/models/UpdateCsrResponseBody.ts +34 -0
- package/src/models/UpdateDeploymentJobRequest.ts +86 -0
- package/src/models/UpdateDeploymentJobResponse.ts +40 -0
- package/src/models/UpdateDeploymentJobResponseBody.ts +34 -0
- package/src/models/UpdateDeploymentJobStatusRequest.ts +54 -0
- package/src/models/UpdateDeploymentJobStatusResponse.ts +40 -0
- package/src/models/UpdateDeploymentJobStatusResponseBody.ts +44 -0
- package/src/models/UpdateWorkerResourceStatusRequest.ts +64 -0
- package/src/models/UpdateWorkerResourceStatusResponse.ts +40 -0
- package/src/models/UpdateWorkerResourceStatusResponseBody.ts +44 -0
- package/src/models/UploadCsrRequest.ts +56 -0
- package/src/models/UploadCsrResponse.ts +40 -0
- package/src/models/UploadCsrResponseBody.ts +44 -0
- package/src/models/UploadUserCertificateRequest.ts +166 -0
- package/src/models/UploadUserCertificateResponse.ts +40 -0
- package/src/models/UploadUserCertificateResponseBody.ts +54 -0
- package/src/models/VerifyRequest.ts +99 -0
- package/src/models/VerifyResponse.ts +40 -0
- package/src/models/VerifyResponseBody.ts +47 -0
- package/src/models/model.ts +153 -0
package/dist/client.js
CHANGED
|
@@ -32,4278 +32,19 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
|
-
var
|
|
36
|
-
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
const $dara = __importStar(require("@darabonba/typescript"));
|
|
49
|
-
class CreateCertificateForPackageRequestRequestTags extends $dara.Model {
|
|
50
|
-
static names() {
|
|
51
|
-
return {
|
|
52
|
-
key: 'Key',
|
|
53
|
-
value: 'Value',
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
static types() {
|
|
57
|
-
return {
|
|
58
|
-
key: 'string',
|
|
59
|
-
value: 'string',
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
validate() {
|
|
63
|
-
super.validate();
|
|
64
|
-
}
|
|
65
|
-
constructor(map) {
|
|
66
|
-
super(map);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.CreateCertificateForPackageRequestRequestTags = CreateCertificateForPackageRequestRequestTags;
|
|
70
|
-
class CreateCertificateRequestRequestTags extends $dara.Model {
|
|
71
|
-
static names() {
|
|
72
|
-
return {
|
|
73
|
-
key: 'Key',
|
|
74
|
-
value: 'Value',
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
static types() {
|
|
78
|
-
return {
|
|
79
|
-
key: 'string',
|
|
80
|
-
value: 'string',
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
validate() {
|
|
84
|
-
super.validate();
|
|
85
|
-
}
|
|
86
|
-
constructor(map) {
|
|
87
|
-
super(map);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
exports.CreateCertificateRequestRequestTags = CreateCertificateRequestRequestTags;
|
|
91
|
-
class CreateCertificateWithCsrRequestRequestTags extends $dara.Model {
|
|
92
|
-
static names() {
|
|
93
|
-
return {
|
|
94
|
-
key: 'Key',
|
|
95
|
-
value: 'Value',
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
static types() {
|
|
99
|
-
return {
|
|
100
|
-
key: 'string',
|
|
101
|
-
value: 'string',
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
validate() {
|
|
105
|
-
super.validate();
|
|
106
|
-
}
|
|
107
|
-
constructor(map) {
|
|
108
|
-
super(map);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
exports.CreateCertificateWithCsrRequestRequestTags = CreateCertificateWithCsrRequestRequestTags;
|
|
112
|
-
class DescribeCloudResourceStatusResponseBodyData extends $dara.Model {
|
|
113
|
-
static names() {
|
|
114
|
-
return {
|
|
115
|
-
cloudName: 'CloudName',
|
|
116
|
-
cloudProduct: 'CloudProduct',
|
|
117
|
-
totalCount: 'TotalCount',
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
static types() {
|
|
121
|
-
return {
|
|
122
|
-
cloudName: 'string',
|
|
123
|
-
cloudProduct: 'string',
|
|
124
|
-
totalCount: 'number',
|
|
125
|
-
};
|
|
126
|
-
}
|
|
127
|
-
validate() {
|
|
128
|
-
super.validate();
|
|
129
|
-
}
|
|
130
|
-
constructor(map) {
|
|
131
|
-
super(map);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
exports.DescribeCloudResourceStatusResponseBodyData = DescribeCloudResourceStatusResponseBodyData;
|
|
135
|
-
class DescribeDeploymentJobResponseBodyCasContacts extends $dara.Model {
|
|
136
|
-
static names() {
|
|
137
|
-
return {
|
|
138
|
-
email: 'Email',
|
|
139
|
-
id: 'Id',
|
|
140
|
-
mobile: 'Mobile',
|
|
141
|
-
name: 'Name',
|
|
142
|
-
};
|
|
143
|
-
}
|
|
144
|
-
static types() {
|
|
145
|
-
return {
|
|
146
|
-
email: 'string',
|
|
147
|
-
id: 'string',
|
|
148
|
-
mobile: 'string',
|
|
149
|
-
name: 'string',
|
|
150
|
-
};
|
|
151
|
-
}
|
|
152
|
-
validate() {
|
|
153
|
-
super.validate();
|
|
154
|
-
}
|
|
155
|
-
constructor(map) {
|
|
156
|
-
super(map);
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
exports.DescribeDeploymentJobResponseBodyCasContacts = DescribeDeploymentJobResponseBodyCasContacts;
|
|
160
|
-
class DescribeDeploymentJobStatusResponseBodyProductWorkerCount extends $dara.Model {
|
|
161
|
-
static names() {
|
|
162
|
-
return {
|
|
163
|
-
count: 'Count',
|
|
164
|
-
productName: 'ProductName',
|
|
165
|
-
};
|
|
166
|
-
}
|
|
167
|
-
static types() {
|
|
168
|
-
return {
|
|
169
|
-
count: 'number',
|
|
170
|
-
productName: 'string',
|
|
171
|
-
};
|
|
172
|
-
}
|
|
173
|
-
validate() {
|
|
174
|
-
super.validate();
|
|
175
|
-
}
|
|
176
|
-
constructor(map) {
|
|
177
|
-
super(map);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
exports.DescribeDeploymentJobStatusResponseBodyProductWorkerCount = DescribeDeploymentJobStatusResponseBodyProductWorkerCount;
|
|
181
|
-
class GetUserCertificateDetailResponseBodyCertChain extends $dara.Model {
|
|
182
|
-
static names() {
|
|
183
|
-
return {
|
|
184
|
-
commonName: 'CommonName',
|
|
185
|
-
issuerCommonName: 'IssuerCommonName',
|
|
186
|
-
notAfter: 'NotAfter',
|
|
187
|
-
notBefore: 'NotBefore',
|
|
188
|
-
remainDay: 'RemainDay',
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
static types() {
|
|
192
|
-
return {
|
|
193
|
-
commonName: 'string',
|
|
194
|
-
issuerCommonName: 'string',
|
|
195
|
-
notAfter: 'number',
|
|
196
|
-
notBefore: 'number',
|
|
197
|
-
remainDay: 'number',
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
validate() {
|
|
201
|
-
super.validate();
|
|
202
|
-
}
|
|
203
|
-
constructor(map) {
|
|
204
|
-
super(map);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
exports.GetUserCertificateDetailResponseBodyCertChain = GetUserCertificateDetailResponseBodyCertChain;
|
|
208
|
-
class ListCertResponseBodyCertList extends $dara.Model {
|
|
209
|
-
static names() {
|
|
210
|
-
return {
|
|
211
|
-
afterDate: 'AfterDate',
|
|
212
|
-
beforeDate: 'BeforeDate',
|
|
213
|
-
certType: 'CertType',
|
|
214
|
-
commonName: 'CommonName',
|
|
215
|
-
existPrivateKey: 'ExistPrivateKey',
|
|
216
|
-
identifier: 'Identifier',
|
|
217
|
-
issuer: 'Issuer',
|
|
218
|
-
sans: 'Sans',
|
|
219
|
-
sourceType: 'SourceType',
|
|
220
|
-
status: 'Status',
|
|
221
|
-
whId: 'WhId',
|
|
222
|
-
whInstanceId: 'WhInstanceId',
|
|
223
|
-
};
|
|
224
|
-
}
|
|
225
|
-
static types() {
|
|
226
|
-
return {
|
|
227
|
-
afterDate: 'number',
|
|
228
|
-
beforeDate: 'number',
|
|
229
|
-
certType: 'string',
|
|
230
|
-
commonName: 'string',
|
|
231
|
-
existPrivateKey: 'boolean',
|
|
232
|
-
identifier: 'string',
|
|
233
|
-
issuer: 'string',
|
|
234
|
-
sans: 'string',
|
|
235
|
-
sourceType: 'string',
|
|
236
|
-
status: 'string',
|
|
237
|
-
whId: 'number',
|
|
238
|
-
whInstanceId: 'string',
|
|
239
|
-
};
|
|
240
|
-
}
|
|
241
|
-
validate() {
|
|
242
|
-
super.validate();
|
|
243
|
-
}
|
|
244
|
-
constructor(map) {
|
|
245
|
-
super(map);
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
exports.ListCertResponseBodyCertList = ListCertResponseBodyCertList;
|
|
249
|
-
class ListCertWarehouseResponseBodyCertWarehouseList extends $dara.Model {
|
|
250
|
-
static names() {
|
|
251
|
-
return {
|
|
252
|
-
endTime: 'EndTime',
|
|
253
|
-
instanceId: 'InstanceId',
|
|
254
|
-
isExpired: 'IsExpired',
|
|
255
|
-
name: 'Name',
|
|
256
|
-
pcaInstanceId: 'PcaInstanceId',
|
|
257
|
-
qps: 'Qps',
|
|
258
|
-
type: 'Type',
|
|
259
|
-
whId: 'WhId',
|
|
260
|
-
};
|
|
261
|
-
}
|
|
262
|
-
static types() {
|
|
263
|
-
return {
|
|
264
|
-
endTime: 'number',
|
|
265
|
-
instanceId: 'string',
|
|
266
|
-
isExpired: 'boolean',
|
|
267
|
-
name: 'string',
|
|
268
|
-
pcaInstanceId: 'string',
|
|
269
|
-
qps: 'number',
|
|
270
|
-
type: 'string',
|
|
271
|
-
whId: 'number',
|
|
272
|
-
};
|
|
273
|
-
}
|
|
274
|
-
validate() {
|
|
275
|
-
super.validate();
|
|
276
|
-
}
|
|
277
|
-
constructor(map) {
|
|
278
|
-
super(map);
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
exports.ListCertWarehouseResponseBodyCertWarehouseList = ListCertWarehouseResponseBodyCertWarehouseList;
|
|
282
|
-
class ListCloudAccessResponseBodyCloudAccessList extends $dara.Model {
|
|
283
|
-
static names() {
|
|
284
|
-
return {
|
|
285
|
-
accessId: 'AccessId',
|
|
286
|
-
cloudName: 'CloudName',
|
|
287
|
-
secretId: 'SecretId',
|
|
288
|
-
serviceStatus: 'ServiceStatus',
|
|
289
|
-
};
|
|
290
|
-
}
|
|
291
|
-
static types() {
|
|
292
|
-
return {
|
|
293
|
-
accessId: 'number',
|
|
294
|
-
cloudName: 'string',
|
|
295
|
-
secretId: 'string',
|
|
296
|
-
serviceStatus: 'string',
|
|
297
|
-
};
|
|
298
|
-
}
|
|
299
|
-
validate() {
|
|
300
|
-
super.validate();
|
|
301
|
-
}
|
|
302
|
-
constructor(map) {
|
|
303
|
-
super(map);
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
exports.ListCloudAccessResponseBodyCloudAccessList = ListCloudAccessResponseBodyCloudAccessList;
|
|
307
|
-
class ListCloudResourcesResponseBodyData extends $dara.Model {
|
|
308
|
-
static names() {
|
|
309
|
-
return {
|
|
310
|
-
certEndTime: 'CertEndTime',
|
|
311
|
-
certId: 'CertId',
|
|
312
|
-
certName: 'CertName',
|
|
313
|
-
certStartTime: 'CertStartTime',
|
|
314
|
-
cloudAccessId: 'CloudAccessId',
|
|
315
|
-
cloudName: 'CloudName',
|
|
316
|
-
cloudProduct: 'CloudProduct',
|
|
317
|
-
cloudRegion: 'CloudRegion',
|
|
318
|
-
defaultResource: 'DefaultResource',
|
|
319
|
-
domain: 'Domain',
|
|
320
|
-
enableHttps: 'EnableHttps',
|
|
321
|
-
gmtCreate: 'GmtCreate',
|
|
322
|
-
gmtModified: 'GmtModified',
|
|
323
|
-
id: 'Id',
|
|
324
|
-
instanceId: 'InstanceId',
|
|
325
|
-
listenerId: 'ListenerId',
|
|
326
|
-
listenerPort: 'ListenerPort',
|
|
327
|
-
regionId: 'RegionId',
|
|
328
|
-
status: 'Status',
|
|
329
|
-
useSsl: 'UseSsl',
|
|
330
|
-
userId: 'UserId',
|
|
331
|
-
};
|
|
332
|
-
}
|
|
333
|
-
static types() {
|
|
334
|
-
return {
|
|
335
|
-
certEndTime: 'string',
|
|
336
|
-
certId: 'number',
|
|
337
|
-
certName: 'string',
|
|
338
|
-
certStartTime: 'string',
|
|
339
|
-
cloudAccessId: 'string',
|
|
340
|
-
cloudName: 'string',
|
|
341
|
-
cloudProduct: 'string',
|
|
342
|
-
cloudRegion: 'string',
|
|
343
|
-
defaultResource: 'number',
|
|
344
|
-
domain: 'string',
|
|
345
|
-
enableHttps: 'number',
|
|
346
|
-
gmtCreate: 'string',
|
|
347
|
-
gmtModified: 'string',
|
|
348
|
-
id: 'number',
|
|
349
|
-
instanceId: 'string',
|
|
350
|
-
listenerId: 'string',
|
|
351
|
-
listenerPort: 'string',
|
|
352
|
-
regionId: 'string',
|
|
353
|
-
status: 'string',
|
|
354
|
-
useSsl: 'number',
|
|
355
|
-
userId: 'number',
|
|
356
|
-
};
|
|
357
|
-
}
|
|
358
|
-
validate() {
|
|
359
|
-
super.validate();
|
|
360
|
-
}
|
|
361
|
-
constructor(map) {
|
|
362
|
-
super(map);
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
exports.ListCloudResourcesResponseBodyData = ListCloudResourcesResponseBodyData;
|
|
366
|
-
class ListContactResponseBodyContactList extends $dara.Model {
|
|
367
|
-
static names() {
|
|
368
|
-
return {
|
|
369
|
-
contactId: 'ContactId',
|
|
370
|
-
email: 'Email',
|
|
371
|
-
emailStatus: 'EmailStatus',
|
|
372
|
-
mobile: 'Mobile',
|
|
373
|
-
mobileStatus: 'MobileStatus',
|
|
374
|
-
name: 'Name',
|
|
375
|
-
webhooks: 'Webhooks',
|
|
376
|
-
};
|
|
377
|
-
}
|
|
378
|
-
static types() {
|
|
379
|
-
return {
|
|
380
|
-
contactId: 'number',
|
|
381
|
-
email: 'string',
|
|
382
|
-
emailStatus: 'number',
|
|
383
|
-
mobile: 'string',
|
|
384
|
-
mobileStatus: 'number',
|
|
385
|
-
name: 'string',
|
|
386
|
-
webhooks: 'string',
|
|
387
|
-
};
|
|
388
|
-
}
|
|
389
|
-
validate() {
|
|
390
|
-
super.validate();
|
|
391
|
-
}
|
|
392
|
-
constructor(map) {
|
|
393
|
-
super(map);
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
exports.ListContactResponseBodyContactList = ListContactResponseBodyContactList;
|
|
397
|
-
class ListCsrResponseBodyCsrList extends $dara.Model {
|
|
398
|
-
static names() {
|
|
399
|
-
return {
|
|
400
|
-
algorithm: 'Algorithm',
|
|
401
|
-
commonName: 'CommonName',
|
|
402
|
-
corpName: 'CorpName',
|
|
403
|
-
countryCode: 'CountryCode',
|
|
404
|
-
csrId: 'CsrId',
|
|
405
|
-
department: 'Department',
|
|
406
|
-
hasPrivateKey: 'HasPrivateKey',
|
|
407
|
-
keySha2: 'KeySha2',
|
|
408
|
-
keySize: 'KeySize',
|
|
409
|
-
locality: 'Locality',
|
|
410
|
-
name: 'Name',
|
|
411
|
-
province: 'Province',
|
|
412
|
-
sans: 'Sans',
|
|
413
|
-
};
|
|
414
|
-
}
|
|
415
|
-
static types() {
|
|
416
|
-
return {
|
|
417
|
-
algorithm: 'string',
|
|
418
|
-
commonName: 'string',
|
|
419
|
-
corpName: 'string',
|
|
420
|
-
countryCode: 'string',
|
|
421
|
-
csrId: 'number',
|
|
422
|
-
department: 'string',
|
|
423
|
-
hasPrivateKey: 'boolean',
|
|
424
|
-
keySha2: 'string',
|
|
425
|
-
keySize: 'number',
|
|
426
|
-
locality: 'string',
|
|
427
|
-
name: 'string',
|
|
428
|
-
province: 'string',
|
|
429
|
-
sans: 'string',
|
|
430
|
-
};
|
|
431
|
-
}
|
|
432
|
-
validate() {
|
|
433
|
-
super.validate();
|
|
434
|
-
}
|
|
435
|
-
constructor(map) {
|
|
436
|
-
super(map);
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
exports.ListCsrResponseBodyCsrList = ListCsrResponseBodyCsrList;
|
|
440
|
-
class ListDeploymentJobResponseBodyData extends $dara.Model {
|
|
441
|
-
static names() {
|
|
442
|
-
return {
|
|
443
|
-
certDomain: 'CertDomain',
|
|
444
|
-
certType: 'CertType',
|
|
445
|
-
del: 'Del',
|
|
446
|
-
endTime: 'EndTime',
|
|
447
|
-
gmtCreate: 'GmtCreate',
|
|
448
|
-
gmtModified: 'GmtModified',
|
|
449
|
-
id: 'Id',
|
|
450
|
-
instanceId: 'InstanceId',
|
|
451
|
-
jobType: 'JobType',
|
|
452
|
-
name: 'Name',
|
|
453
|
-
productName: 'ProductName',
|
|
454
|
-
rollback: 'Rollback',
|
|
455
|
-
scheduleTime: 'ScheduleTime',
|
|
456
|
-
startTime: 'StartTime',
|
|
457
|
-
status: 'Status',
|
|
458
|
-
userId: 'UserId',
|
|
459
|
-
};
|
|
460
|
-
}
|
|
461
|
-
static types() {
|
|
462
|
-
return {
|
|
463
|
-
certDomain: 'string',
|
|
464
|
-
certType: 'string',
|
|
465
|
-
del: 'number',
|
|
466
|
-
endTime: 'string',
|
|
467
|
-
gmtCreate: 'string',
|
|
468
|
-
gmtModified: 'string',
|
|
469
|
-
id: 'number',
|
|
470
|
-
instanceId: 'string',
|
|
471
|
-
jobType: 'string',
|
|
472
|
-
name: 'string',
|
|
473
|
-
productName: 'string',
|
|
474
|
-
rollback: 'number',
|
|
475
|
-
scheduleTime: 'string',
|
|
476
|
-
startTime: 'string',
|
|
477
|
-
status: 'string',
|
|
478
|
-
userId: 'number',
|
|
479
|
-
};
|
|
480
|
-
}
|
|
481
|
-
validate() {
|
|
482
|
-
super.validate();
|
|
483
|
-
}
|
|
484
|
-
constructor(map) {
|
|
485
|
-
super(map);
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
exports.ListDeploymentJobResponseBodyData = ListDeploymentJobResponseBodyData;
|
|
489
|
-
class ListDeploymentJobCertResponseBodyData extends $dara.Model {
|
|
490
|
-
static names() {
|
|
491
|
-
return {
|
|
492
|
-
algorithm: 'Algorithm',
|
|
493
|
-
certId: 'CertId',
|
|
494
|
-
certInstanceId: 'CertInstanceId',
|
|
495
|
-
certName: 'CertName',
|
|
496
|
-
certOrderType: 'CertOrderType',
|
|
497
|
-
certType: 'CertType',
|
|
498
|
-
commonName: 'CommonName',
|
|
499
|
-
isTrustee: 'IsTrustee',
|
|
500
|
-
month: 'Month',
|
|
501
|
-
notAfterTime: 'NotAfterTime',
|
|
502
|
-
notBeforeTime: 'NotBeforeTime',
|
|
503
|
-
orderId: 'OrderId',
|
|
504
|
-
sans: 'Sans',
|
|
505
|
-
statusCode: 'StatusCode',
|
|
506
|
-
};
|
|
507
|
-
}
|
|
508
|
-
static types() {
|
|
509
|
-
return {
|
|
510
|
-
algorithm: 'string',
|
|
511
|
-
certId: 'number',
|
|
512
|
-
certInstanceId: 'string',
|
|
513
|
-
certName: 'string',
|
|
514
|
-
certOrderType: 'string',
|
|
515
|
-
certType: 'string',
|
|
516
|
-
commonName: 'string',
|
|
517
|
-
isTrustee: 'boolean',
|
|
518
|
-
month: 'number',
|
|
519
|
-
notAfterTime: 'number',
|
|
520
|
-
notBeforeTime: 'number',
|
|
521
|
-
orderId: 'number',
|
|
522
|
-
sans: { 'type': 'array', 'itemType': 'string' },
|
|
523
|
-
statusCode: 'string',
|
|
524
|
-
};
|
|
525
|
-
}
|
|
526
|
-
validate() {
|
|
527
|
-
if (Array.isArray(this.sans)) {
|
|
528
|
-
$dara.Model.validateArray(this.sans);
|
|
529
|
-
}
|
|
530
|
-
super.validate();
|
|
531
|
-
}
|
|
532
|
-
constructor(map) {
|
|
533
|
-
super(map);
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
exports.ListDeploymentJobCertResponseBodyData = ListDeploymentJobCertResponseBodyData;
|
|
537
|
-
class ListDeploymentJobResourceResponseBodyData extends $dara.Model {
|
|
538
|
-
static names() {
|
|
539
|
-
return {
|
|
540
|
-
certEndTime: 'CertEndTime',
|
|
541
|
-
certId: 'CertId',
|
|
542
|
-
certName: 'CertName',
|
|
543
|
-
certStartTime: 'CertStartTime',
|
|
544
|
-
cloudAccessId: 'CloudAccessId',
|
|
545
|
-
cloudName: 'CloudName',
|
|
546
|
-
cloudProduct: 'CloudProduct',
|
|
547
|
-
cloudRegion: 'CloudRegion',
|
|
548
|
-
defaultResource: 'DefaultResource',
|
|
549
|
-
domain: 'Domain',
|
|
550
|
-
enableHttps: 'EnableHttps',
|
|
551
|
-
gmtCreate: 'GmtCreate',
|
|
552
|
-
gmtModified: 'GmtModified',
|
|
553
|
-
id: 'Id',
|
|
554
|
-
instanceId: 'InstanceId',
|
|
555
|
-
listenerId: 'ListenerId',
|
|
556
|
-
listenerPort: 'ListenerPort',
|
|
557
|
-
regionId: 'RegionId',
|
|
558
|
-
remark: 'Remark',
|
|
559
|
-
status: 'Status',
|
|
560
|
-
useSsl: 'UseSsl',
|
|
561
|
-
userId: 'UserId',
|
|
562
|
-
};
|
|
563
|
-
}
|
|
564
|
-
static types() {
|
|
565
|
-
return {
|
|
566
|
-
certEndTime: 'string',
|
|
567
|
-
certId: 'number',
|
|
568
|
-
certName: 'string',
|
|
569
|
-
certStartTime: 'string',
|
|
570
|
-
cloudAccessId: 'string',
|
|
571
|
-
cloudName: 'string',
|
|
572
|
-
cloudProduct: 'string',
|
|
573
|
-
cloudRegion: 'string',
|
|
574
|
-
defaultResource: 'number',
|
|
575
|
-
domain: 'string',
|
|
576
|
-
enableHttps: 'number',
|
|
577
|
-
gmtCreate: 'string',
|
|
578
|
-
gmtModified: 'string',
|
|
579
|
-
id: 'number',
|
|
580
|
-
instanceId: 'string',
|
|
581
|
-
listenerId: 'string',
|
|
582
|
-
listenerPort: 'string',
|
|
583
|
-
regionId: 'string',
|
|
584
|
-
remark: 'string',
|
|
585
|
-
status: 'string',
|
|
586
|
-
useSsl: 'number',
|
|
587
|
-
userId: 'number',
|
|
588
|
-
};
|
|
589
|
-
}
|
|
590
|
-
validate() {
|
|
591
|
-
super.validate();
|
|
592
|
-
}
|
|
593
|
-
constructor(map) {
|
|
594
|
-
super(map);
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
exports.ListDeploymentJobResourceResponseBodyData = ListDeploymentJobResourceResponseBodyData;
|
|
598
|
-
class ListUserCertificateOrderResponseBodyCertificateOrderList extends $dara.Model {
|
|
599
|
-
static names() {
|
|
600
|
-
return {
|
|
601
|
-
algorithm: 'Algorithm',
|
|
602
|
-
aliyunOrderId: 'AliyunOrderId',
|
|
603
|
-
buyDate: 'BuyDate',
|
|
604
|
-
certEndTime: 'CertEndTime',
|
|
605
|
-
certStartTime: 'CertStartTime',
|
|
606
|
-
certType: 'CertType',
|
|
607
|
-
certificateId: 'CertificateId',
|
|
608
|
-
city: 'City',
|
|
609
|
-
commonName: 'CommonName',
|
|
610
|
-
country: 'Country',
|
|
611
|
-
domain: 'Domain',
|
|
612
|
-
domainCount: 'DomainCount',
|
|
613
|
-
domainType: 'DomainType',
|
|
614
|
-
endDate: 'EndDate',
|
|
615
|
-
expired: 'Expired',
|
|
616
|
-
fingerprint: 'Fingerprint',
|
|
617
|
-
instanceId: 'InstanceId',
|
|
618
|
-
issuer: 'Issuer',
|
|
619
|
-
name: 'Name',
|
|
620
|
-
orderId: 'OrderId',
|
|
621
|
-
orgName: 'OrgName',
|
|
622
|
-
partnerOrderId: 'PartnerOrderId',
|
|
623
|
-
productCode: 'ProductCode',
|
|
624
|
-
productName: 'ProductName',
|
|
625
|
-
province: 'Province',
|
|
626
|
-
resourceGroupId: 'ResourceGroupId',
|
|
627
|
-
rootBrand: 'RootBrand',
|
|
628
|
-
sans: 'Sans',
|
|
629
|
-
serialNo: 'SerialNo',
|
|
630
|
-
sha2: 'Sha2',
|
|
631
|
-
sourceType: 'SourceType',
|
|
632
|
-
startDate: 'StartDate',
|
|
633
|
-
status: 'Status',
|
|
634
|
-
trusteeStatus: 'TrusteeStatus',
|
|
635
|
-
upload: 'Upload',
|
|
636
|
-
wildDomainCount: 'WildDomainCount',
|
|
637
|
-
};
|
|
638
|
-
}
|
|
639
|
-
static types() {
|
|
640
|
-
return {
|
|
641
|
-
algorithm: 'string',
|
|
642
|
-
aliyunOrderId: 'number',
|
|
643
|
-
buyDate: 'number',
|
|
644
|
-
certEndTime: 'number',
|
|
645
|
-
certStartTime: 'number',
|
|
646
|
-
certType: 'string',
|
|
647
|
-
certificateId: 'number',
|
|
648
|
-
city: 'string',
|
|
649
|
-
commonName: 'string',
|
|
650
|
-
country: 'string',
|
|
651
|
-
domain: 'string',
|
|
652
|
-
domainCount: 'number',
|
|
653
|
-
domainType: 'string',
|
|
654
|
-
endDate: 'string',
|
|
655
|
-
expired: 'boolean',
|
|
656
|
-
fingerprint: 'string',
|
|
657
|
-
instanceId: 'string',
|
|
658
|
-
issuer: 'string',
|
|
659
|
-
name: 'string',
|
|
660
|
-
orderId: 'number',
|
|
661
|
-
orgName: 'string',
|
|
662
|
-
partnerOrderId: 'string',
|
|
663
|
-
productCode: 'string',
|
|
664
|
-
productName: 'string',
|
|
665
|
-
province: 'string',
|
|
666
|
-
resourceGroupId: 'string',
|
|
667
|
-
rootBrand: 'string',
|
|
668
|
-
sans: 'string',
|
|
669
|
-
serialNo: 'string',
|
|
670
|
-
sha2: 'string',
|
|
671
|
-
sourceType: 'string',
|
|
672
|
-
startDate: 'string',
|
|
673
|
-
status: 'string',
|
|
674
|
-
trusteeStatus: 'string',
|
|
675
|
-
upload: 'boolean',
|
|
676
|
-
wildDomainCount: 'number',
|
|
677
|
-
};
|
|
678
|
-
}
|
|
679
|
-
validate() {
|
|
680
|
-
super.validate();
|
|
681
|
-
}
|
|
682
|
-
constructor(map) {
|
|
683
|
-
super(map);
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
exports.ListUserCertificateOrderResponseBodyCertificateOrderList = ListUserCertificateOrderResponseBodyCertificateOrderList;
|
|
687
|
-
class ListWorkerResourceResponseBodyData extends $dara.Model {
|
|
688
|
-
static names() {
|
|
689
|
-
return {
|
|
690
|
-
certDomain: 'CertDomain',
|
|
691
|
-
certId: 'CertId',
|
|
692
|
-
certInstanceId: 'CertInstanceId',
|
|
693
|
-
certName: 'CertName',
|
|
694
|
-
cloudName: 'CloudName',
|
|
695
|
-
cloudProduct: 'CloudProduct',
|
|
696
|
-
cloudRegion: 'CloudRegion',
|
|
697
|
-
defaultResource: 'DefaultResource',
|
|
698
|
-
gmtCreate: 'GmtCreate',
|
|
699
|
-
gmtModified: 'GmtModified',
|
|
700
|
-
id: 'Id',
|
|
701
|
-
instanceId: 'InstanceId',
|
|
702
|
-
jobId: 'JobId',
|
|
703
|
-
listenerId: 'ListenerId',
|
|
704
|
-
namespaceId: 'NamespaceId',
|
|
705
|
-
orderId: 'OrderId',
|
|
706
|
-
port: 'Port',
|
|
707
|
-
regionId: 'RegionId',
|
|
708
|
-
resourceCertId: 'ResourceCertId',
|
|
709
|
-
resourceDomain: 'ResourceDomain',
|
|
710
|
-
resourceId: 'ResourceId',
|
|
711
|
-
status: 'Status',
|
|
712
|
-
userId: 'UserId',
|
|
713
|
-
};
|
|
714
|
-
}
|
|
715
|
-
static types() {
|
|
716
|
-
return {
|
|
717
|
-
certDomain: 'string',
|
|
718
|
-
certId: 'number',
|
|
719
|
-
certInstanceId: 'string',
|
|
720
|
-
certName: 'string',
|
|
721
|
-
cloudName: 'string',
|
|
722
|
-
cloudProduct: 'string',
|
|
723
|
-
cloudRegion: 'string',
|
|
724
|
-
defaultResource: 'boolean',
|
|
725
|
-
gmtCreate: 'string',
|
|
726
|
-
gmtModified: 'string',
|
|
727
|
-
id: 'number',
|
|
728
|
-
instanceId: 'string',
|
|
729
|
-
jobId: 'number',
|
|
730
|
-
listenerId: 'string',
|
|
731
|
-
namespaceId: 'string',
|
|
732
|
-
orderId: 'number',
|
|
733
|
-
port: 'number',
|
|
734
|
-
regionId: 'string',
|
|
735
|
-
resourceCertId: 'number',
|
|
736
|
-
resourceDomain: 'string',
|
|
737
|
-
resourceId: 'number',
|
|
738
|
-
status: 'string',
|
|
739
|
-
userId: 'number',
|
|
740
|
-
};
|
|
741
|
-
}
|
|
742
|
-
validate() {
|
|
743
|
-
super.validate();
|
|
744
|
-
}
|
|
745
|
-
constructor(map) {
|
|
746
|
-
super(map);
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
exports.ListWorkerResourceResponseBodyData = ListWorkerResourceResponseBodyData;
|
|
750
|
-
class RenewCertificateOrderForPackageRequestRequestTags extends $dara.Model {
|
|
751
|
-
static names() {
|
|
752
|
-
return {
|
|
753
|
-
key: 'Key',
|
|
754
|
-
value: 'Value',
|
|
755
|
-
};
|
|
756
|
-
}
|
|
757
|
-
static types() {
|
|
758
|
-
return {
|
|
759
|
-
key: 'string',
|
|
760
|
-
value: 'string',
|
|
761
|
-
};
|
|
762
|
-
}
|
|
763
|
-
validate() {
|
|
764
|
-
super.validate();
|
|
765
|
-
}
|
|
766
|
-
constructor(map) {
|
|
767
|
-
super(map);
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
exports.RenewCertificateOrderForPackageRequestRequestTags = RenewCertificateOrderForPackageRequestRequestTags;
|
|
771
|
-
class UploadUserCertificateRequestTags extends $dara.Model {
|
|
772
|
-
static names() {
|
|
773
|
-
return {
|
|
774
|
-
key: 'Key',
|
|
775
|
-
value: 'Value',
|
|
776
|
-
};
|
|
777
|
-
}
|
|
778
|
-
static types() {
|
|
779
|
-
return {
|
|
780
|
-
key: 'string',
|
|
781
|
-
value: 'string',
|
|
782
|
-
};
|
|
783
|
-
}
|
|
784
|
-
validate() {
|
|
785
|
-
super.validate();
|
|
786
|
-
}
|
|
787
|
-
constructor(map) {
|
|
788
|
-
super(map);
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
exports.UploadUserCertificateRequestTags = UploadUserCertificateRequestTags;
|
|
792
|
-
class CancelCertificateForPackageRequestRequest extends $dara.Model {
|
|
793
|
-
static names() {
|
|
794
|
-
return {
|
|
795
|
-
orderId: 'OrderId',
|
|
796
|
-
};
|
|
797
|
-
}
|
|
798
|
-
static types() {
|
|
799
|
-
return {
|
|
800
|
-
orderId: 'number',
|
|
801
|
-
};
|
|
802
|
-
}
|
|
803
|
-
validate() {
|
|
804
|
-
super.validate();
|
|
805
|
-
}
|
|
806
|
-
constructor(map) {
|
|
807
|
-
super(map);
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
exports.CancelCertificateForPackageRequestRequest = CancelCertificateForPackageRequestRequest;
|
|
811
|
-
class CancelCertificateForPackageRequestResponseBody extends $dara.Model {
|
|
812
|
-
static names() {
|
|
813
|
-
return {
|
|
814
|
-
requestId: 'RequestId',
|
|
815
|
-
};
|
|
816
|
-
}
|
|
817
|
-
static types() {
|
|
818
|
-
return {
|
|
819
|
-
requestId: 'string',
|
|
820
|
-
};
|
|
821
|
-
}
|
|
822
|
-
validate() {
|
|
823
|
-
super.validate();
|
|
824
|
-
}
|
|
825
|
-
constructor(map) {
|
|
826
|
-
super(map);
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
exports.CancelCertificateForPackageRequestResponseBody = CancelCertificateForPackageRequestResponseBody;
|
|
830
|
-
class CancelCertificateForPackageRequestResponse extends $dara.Model {
|
|
831
|
-
static names() {
|
|
832
|
-
return {
|
|
833
|
-
headers: 'headers',
|
|
834
|
-
statusCode: 'statusCode',
|
|
835
|
-
body: 'body',
|
|
836
|
-
};
|
|
837
|
-
}
|
|
838
|
-
static types() {
|
|
839
|
-
return {
|
|
840
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
841
|
-
statusCode: 'number',
|
|
842
|
-
body: CancelCertificateForPackageRequestResponseBody,
|
|
843
|
-
};
|
|
844
|
-
}
|
|
845
|
-
validate() {
|
|
846
|
-
if (this.headers) {
|
|
847
|
-
$dara.Model.validateMap(this.headers);
|
|
848
|
-
}
|
|
849
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
850
|
-
this.body.validate();
|
|
851
|
-
}
|
|
852
|
-
super.validate();
|
|
853
|
-
}
|
|
854
|
-
constructor(map) {
|
|
855
|
-
super(map);
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
exports.CancelCertificateForPackageRequestResponse = CancelCertificateForPackageRequestResponse;
|
|
859
|
-
class CancelOrderRequestRequest extends $dara.Model {
|
|
860
|
-
static names() {
|
|
861
|
-
return {
|
|
862
|
-
orderId: 'OrderId',
|
|
863
|
-
};
|
|
864
|
-
}
|
|
865
|
-
static types() {
|
|
866
|
-
return {
|
|
867
|
-
orderId: 'number',
|
|
868
|
-
};
|
|
869
|
-
}
|
|
870
|
-
validate() {
|
|
871
|
-
super.validate();
|
|
872
|
-
}
|
|
873
|
-
constructor(map) {
|
|
874
|
-
super(map);
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
exports.CancelOrderRequestRequest = CancelOrderRequestRequest;
|
|
878
|
-
class CancelOrderRequestResponseBody extends $dara.Model {
|
|
879
|
-
static names() {
|
|
880
|
-
return {
|
|
881
|
-
requestId: 'RequestId',
|
|
882
|
-
};
|
|
883
|
-
}
|
|
884
|
-
static types() {
|
|
885
|
-
return {
|
|
886
|
-
requestId: 'string',
|
|
887
|
-
};
|
|
888
|
-
}
|
|
889
|
-
validate() {
|
|
890
|
-
super.validate();
|
|
891
|
-
}
|
|
892
|
-
constructor(map) {
|
|
893
|
-
super(map);
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
exports.CancelOrderRequestResponseBody = CancelOrderRequestResponseBody;
|
|
897
|
-
class CancelOrderRequestResponse extends $dara.Model {
|
|
898
|
-
static names() {
|
|
899
|
-
return {
|
|
900
|
-
headers: 'headers',
|
|
901
|
-
statusCode: 'statusCode',
|
|
902
|
-
body: 'body',
|
|
903
|
-
};
|
|
904
|
-
}
|
|
905
|
-
static types() {
|
|
906
|
-
return {
|
|
907
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
908
|
-
statusCode: 'number',
|
|
909
|
-
body: CancelOrderRequestResponseBody,
|
|
910
|
-
};
|
|
911
|
-
}
|
|
912
|
-
validate() {
|
|
913
|
-
if (this.headers) {
|
|
914
|
-
$dara.Model.validateMap(this.headers);
|
|
915
|
-
}
|
|
916
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
917
|
-
this.body.validate();
|
|
918
|
-
}
|
|
919
|
-
super.validate();
|
|
920
|
-
}
|
|
921
|
-
constructor(map) {
|
|
922
|
-
super(map);
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
exports.CancelOrderRequestResponse = CancelOrderRequestResponse;
|
|
926
|
-
class CreateCertificateForPackageRequestRequest extends $dara.Model {
|
|
927
|
-
static names() {
|
|
928
|
-
return {
|
|
929
|
-
companyName: 'CompanyName',
|
|
930
|
-
csr: 'Csr',
|
|
931
|
-
domain: 'Domain',
|
|
932
|
-
email: 'Email',
|
|
933
|
-
phone: 'Phone',
|
|
934
|
-
productCode: 'ProductCode',
|
|
935
|
-
tags: 'Tags',
|
|
936
|
-
username: 'Username',
|
|
937
|
-
validateType: 'ValidateType',
|
|
938
|
-
};
|
|
939
|
-
}
|
|
940
|
-
static types() {
|
|
941
|
-
return {
|
|
942
|
-
companyName: 'string',
|
|
943
|
-
csr: 'string',
|
|
944
|
-
domain: 'string',
|
|
945
|
-
email: 'string',
|
|
946
|
-
phone: 'string',
|
|
947
|
-
productCode: 'string',
|
|
948
|
-
tags: { 'type': 'array', 'itemType': CreateCertificateForPackageRequestRequestTags },
|
|
949
|
-
username: 'string',
|
|
950
|
-
validateType: 'string',
|
|
951
|
-
};
|
|
952
|
-
}
|
|
953
|
-
validate() {
|
|
954
|
-
if (Array.isArray(this.tags)) {
|
|
955
|
-
$dara.Model.validateArray(this.tags);
|
|
956
|
-
}
|
|
957
|
-
super.validate();
|
|
958
|
-
}
|
|
959
|
-
constructor(map) {
|
|
960
|
-
super(map);
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
exports.CreateCertificateForPackageRequestRequest = CreateCertificateForPackageRequestRequest;
|
|
964
|
-
class CreateCertificateForPackageRequestResponseBody extends $dara.Model {
|
|
965
|
-
static names() {
|
|
966
|
-
return {
|
|
967
|
-
orderId: 'OrderId',
|
|
968
|
-
requestId: 'RequestId',
|
|
969
|
-
};
|
|
970
|
-
}
|
|
971
|
-
static types() {
|
|
972
|
-
return {
|
|
973
|
-
orderId: 'number',
|
|
974
|
-
requestId: 'string',
|
|
975
|
-
};
|
|
976
|
-
}
|
|
977
|
-
validate() {
|
|
978
|
-
super.validate();
|
|
979
|
-
}
|
|
980
|
-
constructor(map) {
|
|
981
|
-
super(map);
|
|
982
|
-
}
|
|
983
|
-
}
|
|
984
|
-
exports.CreateCertificateForPackageRequestResponseBody = CreateCertificateForPackageRequestResponseBody;
|
|
985
|
-
class CreateCertificateForPackageRequestResponse extends $dara.Model {
|
|
986
|
-
static names() {
|
|
987
|
-
return {
|
|
988
|
-
headers: 'headers',
|
|
989
|
-
statusCode: 'statusCode',
|
|
990
|
-
body: 'body',
|
|
991
|
-
};
|
|
992
|
-
}
|
|
993
|
-
static types() {
|
|
994
|
-
return {
|
|
995
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
996
|
-
statusCode: 'number',
|
|
997
|
-
body: CreateCertificateForPackageRequestResponseBody,
|
|
998
|
-
};
|
|
999
|
-
}
|
|
1000
|
-
validate() {
|
|
1001
|
-
if (this.headers) {
|
|
1002
|
-
$dara.Model.validateMap(this.headers);
|
|
1003
|
-
}
|
|
1004
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1005
|
-
this.body.validate();
|
|
1006
|
-
}
|
|
1007
|
-
super.validate();
|
|
1008
|
-
}
|
|
1009
|
-
constructor(map) {
|
|
1010
|
-
super(map);
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
exports.CreateCertificateForPackageRequestResponse = CreateCertificateForPackageRequestResponse;
|
|
1014
|
-
class CreateCertificateRequestRequest extends $dara.Model {
|
|
1015
|
-
static names() {
|
|
1016
|
-
return {
|
|
1017
|
-
domain: 'Domain',
|
|
1018
|
-
email: 'Email',
|
|
1019
|
-
phone: 'Phone',
|
|
1020
|
-
productCode: 'ProductCode',
|
|
1021
|
-
tags: 'Tags',
|
|
1022
|
-
username: 'Username',
|
|
1023
|
-
validateType: 'ValidateType',
|
|
1024
|
-
};
|
|
1025
|
-
}
|
|
1026
|
-
static types() {
|
|
1027
|
-
return {
|
|
1028
|
-
domain: 'string',
|
|
1029
|
-
email: 'string',
|
|
1030
|
-
phone: 'string',
|
|
1031
|
-
productCode: 'string',
|
|
1032
|
-
tags: { 'type': 'array', 'itemType': CreateCertificateRequestRequestTags },
|
|
1033
|
-
username: 'string',
|
|
1034
|
-
validateType: 'string',
|
|
1035
|
-
};
|
|
1036
|
-
}
|
|
1037
|
-
validate() {
|
|
1038
|
-
if (Array.isArray(this.tags)) {
|
|
1039
|
-
$dara.Model.validateArray(this.tags);
|
|
1040
|
-
}
|
|
1041
|
-
super.validate();
|
|
1042
|
-
}
|
|
1043
|
-
constructor(map) {
|
|
1044
|
-
super(map);
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
exports.CreateCertificateRequestRequest = CreateCertificateRequestRequest;
|
|
1048
|
-
class CreateCertificateRequestResponseBody extends $dara.Model {
|
|
1049
|
-
static names() {
|
|
1050
|
-
return {
|
|
1051
|
-
orderId: 'OrderId',
|
|
1052
|
-
requestId: 'RequestId',
|
|
1053
|
-
};
|
|
1054
|
-
}
|
|
1055
|
-
static types() {
|
|
1056
|
-
return {
|
|
1057
|
-
orderId: 'number',
|
|
1058
|
-
requestId: 'string',
|
|
1059
|
-
};
|
|
1060
|
-
}
|
|
1061
|
-
validate() {
|
|
1062
|
-
super.validate();
|
|
1063
|
-
}
|
|
1064
|
-
constructor(map) {
|
|
1065
|
-
super(map);
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1068
|
-
exports.CreateCertificateRequestResponseBody = CreateCertificateRequestResponseBody;
|
|
1069
|
-
class CreateCertificateRequestResponse extends $dara.Model {
|
|
1070
|
-
static names() {
|
|
1071
|
-
return {
|
|
1072
|
-
headers: 'headers',
|
|
1073
|
-
statusCode: 'statusCode',
|
|
1074
|
-
body: 'body',
|
|
1075
|
-
};
|
|
1076
|
-
}
|
|
1077
|
-
static types() {
|
|
1078
|
-
return {
|
|
1079
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1080
|
-
statusCode: 'number',
|
|
1081
|
-
body: CreateCertificateRequestResponseBody,
|
|
1082
|
-
};
|
|
1083
|
-
}
|
|
1084
|
-
validate() {
|
|
1085
|
-
if (this.headers) {
|
|
1086
|
-
$dara.Model.validateMap(this.headers);
|
|
1087
|
-
}
|
|
1088
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1089
|
-
this.body.validate();
|
|
1090
|
-
}
|
|
1091
|
-
super.validate();
|
|
1092
|
-
}
|
|
1093
|
-
constructor(map) {
|
|
1094
|
-
super(map);
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
exports.CreateCertificateRequestResponse = CreateCertificateRequestResponse;
|
|
1098
|
-
class CreateCertificateWithCsrRequestRequest extends $dara.Model {
|
|
1099
|
-
static names() {
|
|
1100
|
-
return {
|
|
1101
|
-
csr: 'Csr',
|
|
1102
|
-
email: 'Email',
|
|
1103
|
-
phone: 'Phone',
|
|
1104
|
-
productCode: 'ProductCode',
|
|
1105
|
-
tags: 'Tags',
|
|
1106
|
-
username: 'Username',
|
|
1107
|
-
validateType: 'ValidateType',
|
|
1108
|
-
};
|
|
1109
|
-
}
|
|
1110
|
-
static types() {
|
|
1111
|
-
return {
|
|
1112
|
-
csr: 'string',
|
|
1113
|
-
email: 'string',
|
|
1114
|
-
phone: 'string',
|
|
1115
|
-
productCode: 'string',
|
|
1116
|
-
tags: { 'type': 'array', 'itemType': CreateCertificateWithCsrRequestRequestTags },
|
|
1117
|
-
username: 'string',
|
|
1118
|
-
validateType: 'string',
|
|
1119
|
-
};
|
|
1120
|
-
}
|
|
1121
|
-
validate() {
|
|
1122
|
-
if (Array.isArray(this.tags)) {
|
|
1123
|
-
$dara.Model.validateArray(this.tags);
|
|
1124
|
-
}
|
|
1125
|
-
super.validate();
|
|
1126
|
-
}
|
|
1127
|
-
constructor(map) {
|
|
1128
|
-
super(map);
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
exports.CreateCertificateWithCsrRequestRequest = CreateCertificateWithCsrRequestRequest;
|
|
1132
|
-
class CreateCertificateWithCsrRequestResponseBody extends $dara.Model {
|
|
1133
|
-
static names() {
|
|
1134
|
-
return {
|
|
1135
|
-
orderId: 'OrderId',
|
|
1136
|
-
requestId: 'RequestId',
|
|
1137
|
-
};
|
|
1138
|
-
}
|
|
1139
|
-
static types() {
|
|
1140
|
-
return {
|
|
1141
|
-
orderId: 'number',
|
|
1142
|
-
requestId: 'string',
|
|
1143
|
-
};
|
|
1144
|
-
}
|
|
1145
|
-
validate() {
|
|
1146
|
-
super.validate();
|
|
1147
|
-
}
|
|
1148
|
-
constructor(map) {
|
|
1149
|
-
super(map);
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
exports.CreateCertificateWithCsrRequestResponseBody = CreateCertificateWithCsrRequestResponseBody;
|
|
1153
|
-
class CreateCertificateWithCsrRequestResponse extends $dara.Model {
|
|
1154
|
-
static names() {
|
|
1155
|
-
return {
|
|
1156
|
-
headers: 'headers',
|
|
1157
|
-
statusCode: 'statusCode',
|
|
1158
|
-
body: 'body',
|
|
1159
|
-
};
|
|
1160
|
-
}
|
|
1161
|
-
static types() {
|
|
1162
|
-
return {
|
|
1163
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1164
|
-
statusCode: 'number',
|
|
1165
|
-
body: CreateCertificateWithCsrRequestResponseBody,
|
|
1166
|
-
};
|
|
1167
|
-
}
|
|
1168
|
-
validate() {
|
|
1169
|
-
if (this.headers) {
|
|
1170
|
-
$dara.Model.validateMap(this.headers);
|
|
1171
|
-
}
|
|
1172
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1173
|
-
this.body.validate();
|
|
1174
|
-
}
|
|
1175
|
-
super.validate();
|
|
1176
|
-
}
|
|
1177
|
-
constructor(map) {
|
|
1178
|
-
super(map);
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
exports.CreateCertificateWithCsrRequestResponse = CreateCertificateWithCsrRequestResponse;
|
|
1182
|
-
class CreateCsrRequest extends $dara.Model {
|
|
1183
|
-
static names() {
|
|
1184
|
-
return {
|
|
1185
|
-
algorithm: 'Algorithm',
|
|
1186
|
-
commonName: 'CommonName',
|
|
1187
|
-
corpName: 'CorpName',
|
|
1188
|
-
countryCode: 'CountryCode',
|
|
1189
|
-
department: 'Department',
|
|
1190
|
-
keySize: 'KeySize',
|
|
1191
|
-
locality: 'Locality',
|
|
1192
|
-
name: 'Name',
|
|
1193
|
-
province: 'Province',
|
|
1194
|
-
sans: 'Sans',
|
|
1195
|
-
};
|
|
1196
|
-
}
|
|
1197
|
-
static types() {
|
|
1198
|
-
return {
|
|
1199
|
-
algorithm: 'string',
|
|
1200
|
-
commonName: 'string',
|
|
1201
|
-
corpName: 'string',
|
|
1202
|
-
countryCode: 'string',
|
|
1203
|
-
department: 'string',
|
|
1204
|
-
keySize: 'number',
|
|
1205
|
-
locality: 'string',
|
|
1206
|
-
name: 'string',
|
|
1207
|
-
province: 'string',
|
|
1208
|
-
sans: 'string',
|
|
1209
|
-
};
|
|
1210
|
-
}
|
|
1211
|
-
validate() {
|
|
1212
|
-
super.validate();
|
|
1213
|
-
}
|
|
1214
|
-
constructor(map) {
|
|
1215
|
-
super(map);
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
exports.CreateCsrRequest = CreateCsrRequest;
|
|
1219
|
-
class CreateCsrResponseBody extends $dara.Model {
|
|
1220
|
-
static names() {
|
|
1221
|
-
return {
|
|
1222
|
-
csr: 'Csr',
|
|
1223
|
-
csrId: 'CsrId',
|
|
1224
|
-
requestId: 'RequestId',
|
|
1225
|
-
};
|
|
1226
|
-
}
|
|
1227
|
-
static types() {
|
|
1228
|
-
return {
|
|
1229
|
-
csr: 'string',
|
|
1230
|
-
csrId: 'number',
|
|
1231
|
-
requestId: 'string',
|
|
1232
|
-
};
|
|
1233
|
-
}
|
|
1234
|
-
validate() {
|
|
1235
|
-
super.validate();
|
|
1236
|
-
}
|
|
1237
|
-
constructor(map) {
|
|
1238
|
-
super(map);
|
|
1239
|
-
}
|
|
1240
|
-
}
|
|
1241
|
-
exports.CreateCsrResponseBody = CreateCsrResponseBody;
|
|
1242
|
-
class CreateCsrResponse extends $dara.Model {
|
|
1243
|
-
static names() {
|
|
1244
|
-
return {
|
|
1245
|
-
headers: 'headers',
|
|
1246
|
-
statusCode: 'statusCode',
|
|
1247
|
-
body: 'body',
|
|
1248
|
-
};
|
|
1249
|
-
}
|
|
1250
|
-
static types() {
|
|
1251
|
-
return {
|
|
1252
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1253
|
-
statusCode: 'number',
|
|
1254
|
-
body: CreateCsrResponseBody,
|
|
1255
|
-
};
|
|
1256
|
-
}
|
|
1257
|
-
validate() {
|
|
1258
|
-
if (this.headers) {
|
|
1259
|
-
$dara.Model.validateMap(this.headers);
|
|
1260
|
-
}
|
|
1261
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1262
|
-
this.body.validate();
|
|
1263
|
-
}
|
|
1264
|
-
super.validate();
|
|
1265
|
-
}
|
|
1266
|
-
constructor(map) {
|
|
1267
|
-
super(map);
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
exports.CreateCsrResponse = CreateCsrResponse;
|
|
1271
|
-
class CreateDeploymentJobRequest extends $dara.Model {
|
|
1272
|
-
static names() {
|
|
1273
|
-
return {
|
|
1274
|
-
certIds: 'CertIds',
|
|
1275
|
-
contactIds: 'ContactIds',
|
|
1276
|
-
jobType: 'JobType',
|
|
1277
|
-
name: 'Name',
|
|
1278
|
-
resourceIds: 'ResourceIds',
|
|
1279
|
-
scheduleTime: 'ScheduleTime',
|
|
1280
|
-
};
|
|
1281
|
-
}
|
|
1282
|
-
static types() {
|
|
1283
|
-
return {
|
|
1284
|
-
certIds: 'string',
|
|
1285
|
-
contactIds: 'string',
|
|
1286
|
-
jobType: 'string',
|
|
1287
|
-
name: 'string',
|
|
1288
|
-
resourceIds: 'string',
|
|
1289
|
-
scheduleTime: 'number',
|
|
1290
|
-
};
|
|
1291
|
-
}
|
|
1292
|
-
validate() {
|
|
1293
|
-
super.validate();
|
|
1294
|
-
}
|
|
1295
|
-
constructor(map) {
|
|
1296
|
-
super(map);
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
exports.CreateDeploymentJobRequest = CreateDeploymentJobRequest;
|
|
1300
|
-
class CreateDeploymentJobResponseBody extends $dara.Model {
|
|
1301
|
-
static names() {
|
|
1302
|
-
return {
|
|
1303
|
-
jobId: 'JobId',
|
|
1304
|
-
requestId: 'RequestId',
|
|
1305
|
-
};
|
|
1306
|
-
}
|
|
1307
|
-
static types() {
|
|
1308
|
-
return {
|
|
1309
|
-
jobId: 'number',
|
|
1310
|
-
requestId: 'string',
|
|
1311
|
-
};
|
|
1312
|
-
}
|
|
1313
|
-
validate() {
|
|
1314
|
-
super.validate();
|
|
1315
|
-
}
|
|
1316
|
-
constructor(map) {
|
|
1317
|
-
super(map);
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
exports.CreateDeploymentJobResponseBody = CreateDeploymentJobResponseBody;
|
|
1321
|
-
class CreateDeploymentJobResponse extends $dara.Model {
|
|
1322
|
-
static names() {
|
|
1323
|
-
return {
|
|
1324
|
-
headers: 'headers',
|
|
1325
|
-
statusCode: 'statusCode',
|
|
1326
|
-
body: 'body',
|
|
1327
|
-
};
|
|
1328
|
-
}
|
|
1329
|
-
static types() {
|
|
1330
|
-
return {
|
|
1331
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1332
|
-
statusCode: 'number',
|
|
1333
|
-
body: CreateDeploymentJobResponseBody,
|
|
1334
|
-
};
|
|
1335
|
-
}
|
|
1336
|
-
validate() {
|
|
1337
|
-
if (this.headers) {
|
|
1338
|
-
$dara.Model.validateMap(this.headers);
|
|
1339
|
-
}
|
|
1340
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1341
|
-
this.body.validate();
|
|
1342
|
-
}
|
|
1343
|
-
super.validate();
|
|
1344
|
-
}
|
|
1345
|
-
constructor(map) {
|
|
1346
|
-
super(map);
|
|
1347
|
-
}
|
|
1348
|
-
}
|
|
1349
|
-
exports.CreateDeploymentJobResponse = CreateDeploymentJobResponse;
|
|
1350
|
-
class DecryptRequest extends $dara.Model {
|
|
1351
|
-
static names() {
|
|
1352
|
-
return {
|
|
1353
|
-
algorithm: 'Algorithm',
|
|
1354
|
-
certIdentifier: 'CertIdentifier',
|
|
1355
|
-
ciphertextBlob: 'CiphertextBlob',
|
|
1356
|
-
messageType: 'MessageType',
|
|
1357
|
-
};
|
|
1358
|
-
}
|
|
1359
|
-
static types() {
|
|
1360
|
-
return {
|
|
1361
|
-
algorithm: 'string',
|
|
1362
|
-
certIdentifier: 'string',
|
|
1363
|
-
ciphertextBlob: 'string',
|
|
1364
|
-
messageType: 'string',
|
|
1365
|
-
};
|
|
1366
|
-
}
|
|
1367
|
-
validate() {
|
|
1368
|
-
super.validate();
|
|
1369
|
-
}
|
|
1370
|
-
constructor(map) {
|
|
1371
|
-
super(map);
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1374
|
-
exports.DecryptRequest = DecryptRequest;
|
|
1375
|
-
class DecryptResponseBody extends $dara.Model {
|
|
1376
|
-
static names() {
|
|
1377
|
-
return {
|
|
1378
|
-
certIdentifier: 'CertIdentifier',
|
|
1379
|
-
plaintext: 'Plaintext',
|
|
1380
|
-
requestId: 'RequestId',
|
|
1381
|
-
};
|
|
1382
|
-
}
|
|
1383
|
-
static types() {
|
|
1384
|
-
return {
|
|
1385
|
-
certIdentifier: 'string',
|
|
1386
|
-
plaintext: 'string',
|
|
1387
|
-
requestId: 'string',
|
|
1388
|
-
};
|
|
1389
|
-
}
|
|
1390
|
-
validate() {
|
|
1391
|
-
super.validate();
|
|
1392
|
-
}
|
|
1393
|
-
constructor(map) {
|
|
1394
|
-
super(map);
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1397
|
-
exports.DecryptResponseBody = DecryptResponseBody;
|
|
1398
|
-
class DecryptResponse extends $dara.Model {
|
|
1399
|
-
static names() {
|
|
1400
|
-
return {
|
|
1401
|
-
headers: 'headers',
|
|
1402
|
-
statusCode: 'statusCode',
|
|
1403
|
-
body: 'body',
|
|
1404
|
-
};
|
|
1405
|
-
}
|
|
1406
|
-
static types() {
|
|
1407
|
-
return {
|
|
1408
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1409
|
-
statusCode: 'number',
|
|
1410
|
-
body: DecryptResponseBody,
|
|
1411
|
-
};
|
|
1412
|
-
}
|
|
1413
|
-
validate() {
|
|
1414
|
-
if (this.headers) {
|
|
1415
|
-
$dara.Model.validateMap(this.headers);
|
|
1416
|
-
}
|
|
1417
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1418
|
-
this.body.validate();
|
|
1419
|
-
}
|
|
1420
|
-
super.validate();
|
|
1421
|
-
}
|
|
1422
|
-
constructor(map) {
|
|
1423
|
-
super(map);
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
exports.DecryptResponse = DecryptResponse;
|
|
1427
|
-
class DeleteCertificateRequestRequest extends $dara.Model {
|
|
1428
|
-
static names() {
|
|
1429
|
-
return {
|
|
1430
|
-
orderId: 'OrderId',
|
|
1431
|
-
};
|
|
1432
|
-
}
|
|
1433
|
-
static types() {
|
|
1434
|
-
return {
|
|
1435
|
-
orderId: 'number',
|
|
1436
|
-
};
|
|
1437
|
-
}
|
|
1438
|
-
validate() {
|
|
1439
|
-
super.validate();
|
|
1440
|
-
}
|
|
1441
|
-
constructor(map) {
|
|
1442
|
-
super(map);
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
exports.DeleteCertificateRequestRequest = DeleteCertificateRequestRequest;
|
|
1446
|
-
class DeleteCertificateRequestResponseBody extends $dara.Model {
|
|
1447
|
-
static names() {
|
|
1448
|
-
return {
|
|
1449
|
-
requestId: 'RequestId',
|
|
1450
|
-
};
|
|
1451
|
-
}
|
|
1452
|
-
static types() {
|
|
1453
|
-
return {
|
|
1454
|
-
requestId: 'string',
|
|
1455
|
-
};
|
|
1456
|
-
}
|
|
1457
|
-
validate() {
|
|
1458
|
-
super.validate();
|
|
1459
|
-
}
|
|
1460
|
-
constructor(map) {
|
|
1461
|
-
super(map);
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
exports.DeleteCertificateRequestResponseBody = DeleteCertificateRequestResponseBody;
|
|
1465
|
-
class DeleteCertificateRequestResponse extends $dara.Model {
|
|
1466
|
-
static names() {
|
|
1467
|
-
return {
|
|
1468
|
-
headers: 'headers',
|
|
1469
|
-
statusCode: 'statusCode',
|
|
1470
|
-
body: 'body',
|
|
1471
|
-
};
|
|
1472
|
-
}
|
|
1473
|
-
static types() {
|
|
1474
|
-
return {
|
|
1475
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1476
|
-
statusCode: 'number',
|
|
1477
|
-
body: DeleteCertificateRequestResponseBody,
|
|
1478
|
-
};
|
|
1479
|
-
}
|
|
1480
|
-
validate() {
|
|
1481
|
-
if (this.headers) {
|
|
1482
|
-
$dara.Model.validateMap(this.headers);
|
|
1483
|
-
}
|
|
1484
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1485
|
-
this.body.validate();
|
|
1486
|
-
}
|
|
1487
|
-
super.validate();
|
|
1488
|
-
}
|
|
1489
|
-
constructor(map) {
|
|
1490
|
-
super(map);
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
exports.DeleteCertificateRequestResponse = DeleteCertificateRequestResponse;
|
|
1494
|
-
class DeleteCsrRequest extends $dara.Model {
|
|
1495
|
-
static names() {
|
|
1496
|
-
return {
|
|
1497
|
-
csrId: 'CsrId',
|
|
1498
|
-
};
|
|
1499
|
-
}
|
|
1500
|
-
static types() {
|
|
1501
|
-
return {
|
|
1502
|
-
csrId: 'number',
|
|
1503
|
-
};
|
|
1504
|
-
}
|
|
1505
|
-
validate() {
|
|
1506
|
-
super.validate();
|
|
1507
|
-
}
|
|
1508
|
-
constructor(map) {
|
|
1509
|
-
super(map);
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
exports.DeleteCsrRequest = DeleteCsrRequest;
|
|
1513
|
-
class DeleteCsrResponseBody extends $dara.Model {
|
|
1514
|
-
static names() {
|
|
1515
|
-
return {
|
|
1516
|
-
requestId: 'RequestId',
|
|
1517
|
-
};
|
|
1518
|
-
}
|
|
1519
|
-
static types() {
|
|
1520
|
-
return {
|
|
1521
|
-
requestId: 'string',
|
|
1522
|
-
};
|
|
1523
|
-
}
|
|
1524
|
-
validate() {
|
|
1525
|
-
super.validate();
|
|
1526
|
-
}
|
|
1527
|
-
constructor(map) {
|
|
1528
|
-
super(map);
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
exports.DeleteCsrResponseBody = DeleteCsrResponseBody;
|
|
1532
|
-
class DeleteCsrResponse extends $dara.Model {
|
|
1533
|
-
static names() {
|
|
1534
|
-
return {
|
|
1535
|
-
headers: 'headers',
|
|
1536
|
-
statusCode: 'statusCode',
|
|
1537
|
-
body: 'body',
|
|
1538
|
-
};
|
|
1539
|
-
}
|
|
1540
|
-
static types() {
|
|
1541
|
-
return {
|
|
1542
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1543
|
-
statusCode: 'number',
|
|
1544
|
-
body: DeleteCsrResponseBody,
|
|
1545
|
-
};
|
|
1546
|
-
}
|
|
1547
|
-
validate() {
|
|
1548
|
-
if (this.headers) {
|
|
1549
|
-
$dara.Model.validateMap(this.headers);
|
|
1550
|
-
}
|
|
1551
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1552
|
-
this.body.validate();
|
|
1553
|
-
}
|
|
1554
|
-
super.validate();
|
|
1555
|
-
}
|
|
1556
|
-
constructor(map) {
|
|
1557
|
-
super(map);
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1560
|
-
exports.DeleteCsrResponse = DeleteCsrResponse;
|
|
1561
|
-
class DeleteDeploymentJobRequest extends $dara.Model {
|
|
1562
|
-
static names() {
|
|
1563
|
-
return {
|
|
1564
|
-
jobId: 'JobId',
|
|
1565
|
-
};
|
|
1566
|
-
}
|
|
1567
|
-
static types() {
|
|
1568
|
-
return {
|
|
1569
|
-
jobId: 'number',
|
|
1570
|
-
};
|
|
1571
|
-
}
|
|
1572
|
-
validate() {
|
|
1573
|
-
super.validate();
|
|
1574
|
-
}
|
|
1575
|
-
constructor(map) {
|
|
1576
|
-
super(map);
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
exports.DeleteDeploymentJobRequest = DeleteDeploymentJobRequest;
|
|
1580
|
-
class DeleteDeploymentJobResponseBody extends $dara.Model {
|
|
1581
|
-
static names() {
|
|
1582
|
-
return {
|
|
1583
|
-
requestId: 'RequestId',
|
|
1584
|
-
};
|
|
1585
|
-
}
|
|
1586
|
-
static types() {
|
|
1587
|
-
return {
|
|
1588
|
-
requestId: 'string',
|
|
1589
|
-
};
|
|
1590
|
-
}
|
|
1591
|
-
validate() {
|
|
1592
|
-
super.validate();
|
|
1593
|
-
}
|
|
1594
|
-
constructor(map) {
|
|
1595
|
-
super(map);
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
exports.DeleteDeploymentJobResponseBody = DeleteDeploymentJobResponseBody;
|
|
1599
|
-
class DeleteDeploymentJobResponse extends $dara.Model {
|
|
1600
|
-
static names() {
|
|
1601
|
-
return {
|
|
1602
|
-
headers: 'headers',
|
|
1603
|
-
statusCode: 'statusCode',
|
|
1604
|
-
body: 'body',
|
|
1605
|
-
};
|
|
1606
|
-
}
|
|
1607
|
-
static types() {
|
|
1608
|
-
return {
|
|
1609
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1610
|
-
statusCode: 'number',
|
|
1611
|
-
body: DeleteDeploymentJobResponseBody,
|
|
1612
|
-
};
|
|
1613
|
-
}
|
|
1614
|
-
validate() {
|
|
1615
|
-
if (this.headers) {
|
|
1616
|
-
$dara.Model.validateMap(this.headers);
|
|
1617
|
-
}
|
|
1618
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1619
|
-
this.body.validate();
|
|
1620
|
-
}
|
|
1621
|
-
super.validate();
|
|
1622
|
-
}
|
|
1623
|
-
constructor(map) {
|
|
1624
|
-
super(map);
|
|
1625
|
-
}
|
|
1626
|
-
}
|
|
1627
|
-
exports.DeleteDeploymentJobResponse = DeleteDeploymentJobResponse;
|
|
1628
|
-
class DeletePCACertRequest extends $dara.Model {
|
|
1629
|
-
static names() {
|
|
1630
|
-
return {
|
|
1631
|
-
identifier: 'Identifier',
|
|
1632
|
-
};
|
|
1633
|
-
}
|
|
1634
|
-
static types() {
|
|
1635
|
-
return {
|
|
1636
|
-
identifier: 'string',
|
|
1637
|
-
};
|
|
1638
|
-
}
|
|
1639
|
-
validate() {
|
|
1640
|
-
super.validate();
|
|
1641
|
-
}
|
|
1642
|
-
constructor(map) {
|
|
1643
|
-
super(map);
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
exports.DeletePCACertRequest = DeletePCACertRequest;
|
|
1647
|
-
class DeletePCACertResponseBody extends $dara.Model {
|
|
1648
|
-
static names() {
|
|
1649
|
-
return {
|
|
1650
|
-
requestId: 'RequestId',
|
|
1651
|
-
};
|
|
1652
|
-
}
|
|
1653
|
-
static types() {
|
|
1654
|
-
return {
|
|
1655
|
-
requestId: 'string',
|
|
1656
|
-
};
|
|
1657
|
-
}
|
|
1658
|
-
validate() {
|
|
1659
|
-
super.validate();
|
|
1660
|
-
}
|
|
1661
|
-
constructor(map) {
|
|
1662
|
-
super(map);
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
exports.DeletePCACertResponseBody = DeletePCACertResponseBody;
|
|
1666
|
-
class DeletePCACertResponse extends $dara.Model {
|
|
1667
|
-
static names() {
|
|
1668
|
-
return {
|
|
1669
|
-
headers: 'headers',
|
|
1670
|
-
statusCode: 'statusCode',
|
|
1671
|
-
body: 'body',
|
|
1672
|
-
};
|
|
1673
|
-
}
|
|
1674
|
-
static types() {
|
|
1675
|
-
return {
|
|
1676
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1677
|
-
statusCode: 'number',
|
|
1678
|
-
body: DeletePCACertResponseBody,
|
|
1679
|
-
};
|
|
1680
|
-
}
|
|
1681
|
-
validate() {
|
|
1682
|
-
if (this.headers) {
|
|
1683
|
-
$dara.Model.validateMap(this.headers);
|
|
1684
|
-
}
|
|
1685
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1686
|
-
this.body.validate();
|
|
1687
|
-
}
|
|
1688
|
-
super.validate();
|
|
1689
|
-
}
|
|
1690
|
-
constructor(map) {
|
|
1691
|
-
super(map);
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
exports.DeletePCACertResponse = DeletePCACertResponse;
|
|
1695
|
-
class DeleteUserCertificateRequest extends $dara.Model {
|
|
1696
|
-
static names() {
|
|
1697
|
-
return {
|
|
1698
|
-
certId: 'CertId',
|
|
1699
|
-
};
|
|
1700
|
-
}
|
|
1701
|
-
static types() {
|
|
1702
|
-
return {
|
|
1703
|
-
certId: 'number',
|
|
1704
|
-
};
|
|
1705
|
-
}
|
|
1706
|
-
validate() {
|
|
1707
|
-
super.validate();
|
|
1708
|
-
}
|
|
1709
|
-
constructor(map) {
|
|
1710
|
-
super(map);
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
|
-
exports.DeleteUserCertificateRequest = DeleteUserCertificateRequest;
|
|
1714
|
-
class DeleteUserCertificateResponseBody extends $dara.Model {
|
|
1715
|
-
static names() {
|
|
1716
|
-
return {
|
|
1717
|
-
requestId: 'RequestId',
|
|
1718
|
-
};
|
|
1719
|
-
}
|
|
1720
|
-
static types() {
|
|
1721
|
-
return {
|
|
1722
|
-
requestId: 'string',
|
|
1723
|
-
};
|
|
1724
|
-
}
|
|
1725
|
-
validate() {
|
|
1726
|
-
super.validate();
|
|
1727
|
-
}
|
|
1728
|
-
constructor(map) {
|
|
1729
|
-
super(map);
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
exports.DeleteUserCertificateResponseBody = DeleteUserCertificateResponseBody;
|
|
1733
|
-
class DeleteUserCertificateResponse extends $dara.Model {
|
|
1734
|
-
static names() {
|
|
1735
|
-
return {
|
|
1736
|
-
headers: 'headers',
|
|
1737
|
-
statusCode: 'statusCode',
|
|
1738
|
-
body: 'body',
|
|
1739
|
-
};
|
|
1740
|
-
}
|
|
1741
|
-
static types() {
|
|
1742
|
-
return {
|
|
1743
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1744
|
-
statusCode: 'number',
|
|
1745
|
-
body: DeleteUserCertificateResponseBody,
|
|
1746
|
-
};
|
|
1747
|
-
}
|
|
1748
|
-
validate() {
|
|
1749
|
-
if (this.headers) {
|
|
1750
|
-
$dara.Model.validateMap(this.headers);
|
|
1751
|
-
}
|
|
1752
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1753
|
-
this.body.validate();
|
|
1754
|
-
}
|
|
1755
|
-
super.validate();
|
|
1756
|
-
}
|
|
1757
|
-
constructor(map) {
|
|
1758
|
-
super(map);
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
|
-
exports.DeleteUserCertificateResponse = DeleteUserCertificateResponse;
|
|
1762
|
-
class DeleteWorkerResourceRequest extends $dara.Model {
|
|
1763
|
-
static names() {
|
|
1764
|
-
return {
|
|
1765
|
-
jobId: 'JobId',
|
|
1766
|
-
workerId: 'WorkerId',
|
|
1767
|
-
};
|
|
1768
|
-
}
|
|
1769
|
-
static types() {
|
|
1770
|
-
return {
|
|
1771
|
-
jobId: 'number',
|
|
1772
|
-
workerId: 'number',
|
|
1773
|
-
};
|
|
1774
|
-
}
|
|
1775
|
-
validate() {
|
|
1776
|
-
super.validate();
|
|
1777
|
-
}
|
|
1778
|
-
constructor(map) {
|
|
1779
|
-
super(map);
|
|
1780
|
-
}
|
|
1781
|
-
}
|
|
1782
|
-
exports.DeleteWorkerResourceRequest = DeleteWorkerResourceRequest;
|
|
1783
|
-
class DeleteWorkerResourceResponseBody extends $dara.Model {
|
|
1784
|
-
static names() {
|
|
1785
|
-
return {
|
|
1786
|
-
requestId: 'RequestId',
|
|
1787
|
-
};
|
|
1788
|
-
}
|
|
1789
|
-
static types() {
|
|
1790
|
-
return {
|
|
1791
|
-
requestId: 'string',
|
|
1792
|
-
};
|
|
1793
|
-
}
|
|
1794
|
-
validate() {
|
|
1795
|
-
super.validate();
|
|
1796
|
-
}
|
|
1797
|
-
constructor(map) {
|
|
1798
|
-
super(map);
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
exports.DeleteWorkerResourceResponseBody = DeleteWorkerResourceResponseBody;
|
|
1802
|
-
class DeleteWorkerResourceResponse extends $dara.Model {
|
|
1803
|
-
static names() {
|
|
1804
|
-
return {
|
|
1805
|
-
headers: 'headers',
|
|
1806
|
-
statusCode: 'statusCode',
|
|
1807
|
-
body: 'body',
|
|
1808
|
-
};
|
|
1809
|
-
}
|
|
1810
|
-
static types() {
|
|
1811
|
-
return {
|
|
1812
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1813
|
-
statusCode: 'number',
|
|
1814
|
-
body: DeleteWorkerResourceResponseBody,
|
|
1815
|
-
};
|
|
1816
|
-
}
|
|
1817
|
-
validate() {
|
|
1818
|
-
if (this.headers) {
|
|
1819
|
-
$dara.Model.validateMap(this.headers);
|
|
1820
|
-
}
|
|
1821
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1822
|
-
this.body.validate();
|
|
1823
|
-
}
|
|
1824
|
-
super.validate();
|
|
1825
|
-
}
|
|
1826
|
-
constructor(map) {
|
|
1827
|
-
super(map);
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1830
|
-
exports.DeleteWorkerResourceResponse = DeleteWorkerResourceResponse;
|
|
1831
|
-
class DescribeCertificateStateRequest extends $dara.Model {
|
|
1832
|
-
static names() {
|
|
1833
|
-
return {
|
|
1834
|
-
orderId: 'OrderId',
|
|
1835
|
-
};
|
|
1836
|
-
}
|
|
1837
|
-
static types() {
|
|
1838
|
-
return {
|
|
1839
|
-
orderId: 'number',
|
|
1840
|
-
};
|
|
1841
|
-
}
|
|
1842
|
-
validate() {
|
|
1843
|
-
super.validate();
|
|
1844
|
-
}
|
|
1845
|
-
constructor(map) {
|
|
1846
|
-
super(map);
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
exports.DescribeCertificateStateRequest = DescribeCertificateStateRequest;
|
|
1850
|
-
class DescribeCertificateStateResponseBody extends $dara.Model {
|
|
1851
|
-
static names() {
|
|
1852
|
-
return {
|
|
1853
|
-
certificate: 'Certificate',
|
|
1854
|
-
content: 'Content',
|
|
1855
|
-
domain: 'Domain',
|
|
1856
|
-
privateKey: 'PrivateKey',
|
|
1857
|
-
recordDomain: 'RecordDomain',
|
|
1858
|
-
recordType: 'RecordType',
|
|
1859
|
-
recordValue: 'RecordValue',
|
|
1860
|
-
requestId: 'RequestId',
|
|
1861
|
-
type: 'Type',
|
|
1862
|
-
uri: 'Uri',
|
|
1863
|
-
validateType: 'ValidateType',
|
|
1864
|
-
};
|
|
1865
|
-
}
|
|
1866
|
-
static types() {
|
|
1867
|
-
return {
|
|
1868
|
-
certificate: 'string',
|
|
1869
|
-
content: 'string',
|
|
1870
|
-
domain: 'string',
|
|
1871
|
-
privateKey: 'string',
|
|
1872
|
-
recordDomain: 'string',
|
|
1873
|
-
recordType: 'string',
|
|
1874
|
-
recordValue: 'string',
|
|
1875
|
-
requestId: 'string',
|
|
1876
|
-
type: 'string',
|
|
1877
|
-
uri: 'string',
|
|
1878
|
-
validateType: 'string',
|
|
1879
|
-
};
|
|
1880
|
-
}
|
|
1881
|
-
validate() {
|
|
1882
|
-
super.validate();
|
|
1883
|
-
}
|
|
1884
|
-
constructor(map) {
|
|
1885
|
-
super(map);
|
|
1886
|
-
}
|
|
1887
|
-
}
|
|
1888
|
-
exports.DescribeCertificateStateResponseBody = DescribeCertificateStateResponseBody;
|
|
1889
|
-
class DescribeCertificateStateResponse extends $dara.Model {
|
|
1890
|
-
static names() {
|
|
1891
|
-
return {
|
|
1892
|
-
headers: 'headers',
|
|
1893
|
-
statusCode: 'statusCode',
|
|
1894
|
-
body: 'body',
|
|
1895
|
-
};
|
|
1896
|
-
}
|
|
1897
|
-
static types() {
|
|
1898
|
-
return {
|
|
1899
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1900
|
-
statusCode: 'number',
|
|
1901
|
-
body: DescribeCertificateStateResponseBody,
|
|
1902
|
-
};
|
|
1903
|
-
}
|
|
1904
|
-
validate() {
|
|
1905
|
-
if (this.headers) {
|
|
1906
|
-
$dara.Model.validateMap(this.headers);
|
|
1907
|
-
}
|
|
1908
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1909
|
-
this.body.validate();
|
|
1910
|
-
}
|
|
1911
|
-
super.validate();
|
|
1912
|
-
}
|
|
1913
|
-
constructor(map) {
|
|
1914
|
-
super(map);
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
exports.DescribeCertificateStateResponse = DescribeCertificateStateResponse;
|
|
1918
|
-
class DescribeCloudResourceStatusRequest extends $dara.Model {
|
|
1919
|
-
static names() {
|
|
1920
|
-
return {
|
|
1921
|
-
secretId: 'SecretId',
|
|
1922
|
-
};
|
|
1923
|
-
}
|
|
1924
|
-
static types() {
|
|
1925
|
-
return {
|
|
1926
|
-
secretId: 'string',
|
|
1927
|
-
};
|
|
1928
|
-
}
|
|
1929
|
-
validate() {
|
|
1930
|
-
super.validate();
|
|
1931
|
-
}
|
|
1932
|
-
constructor(map) {
|
|
1933
|
-
super(map);
|
|
1934
|
-
}
|
|
1935
|
-
}
|
|
1936
|
-
exports.DescribeCloudResourceStatusRequest = DescribeCloudResourceStatusRequest;
|
|
1937
|
-
class DescribeCloudResourceStatusResponseBody extends $dara.Model {
|
|
1938
|
-
static names() {
|
|
1939
|
-
return {
|
|
1940
|
-
data: 'Data',
|
|
1941
|
-
requestId: 'RequestId',
|
|
1942
|
-
};
|
|
1943
|
-
}
|
|
1944
|
-
static types() {
|
|
1945
|
-
return {
|
|
1946
|
-
data: { 'type': 'array', 'itemType': DescribeCloudResourceStatusResponseBodyData },
|
|
1947
|
-
requestId: 'string',
|
|
1948
|
-
};
|
|
1949
|
-
}
|
|
1950
|
-
validate() {
|
|
1951
|
-
if (Array.isArray(this.data)) {
|
|
1952
|
-
$dara.Model.validateArray(this.data);
|
|
1953
|
-
}
|
|
1954
|
-
super.validate();
|
|
1955
|
-
}
|
|
1956
|
-
constructor(map) {
|
|
1957
|
-
super(map);
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
exports.DescribeCloudResourceStatusResponseBody = DescribeCloudResourceStatusResponseBody;
|
|
1961
|
-
class DescribeCloudResourceStatusResponse extends $dara.Model {
|
|
1962
|
-
static names() {
|
|
1963
|
-
return {
|
|
1964
|
-
headers: 'headers',
|
|
1965
|
-
statusCode: 'statusCode',
|
|
1966
|
-
body: 'body',
|
|
1967
|
-
};
|
|
1968
|
-
}
|
|
1969
|
-
static types() {
|
|
1970
|
-
return {
|
|
1971
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1972
|
-
statusCode: 'number',
|
|
1973
|
-
body: DescribeCloudResourceStatusResponseBody,
|
|
1974
|
-
};
|
|
1975
|
-
}
|
|
1976
|
-
validate() {
|
|
1977
|
-
if (this.headers) {
|
|
1978
|
-
$dara.Model.validateMap(this.headers);
|
|
1979
|
-
}
|
|
1980
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
1981
|
-
this.body.validate();
|
|
1982
|
-
}
|
|
1983
|
-
super.validate();
|
|
1984
|
-
}
|
|
1985
|
-
constructor(map) {
|
|
1986
|
-
super(map);
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
exports.DescribeCloudResourceStatusResponse = DescribeCloudResourceStatusResponse;
|
|
1990
|
-
class DescribeDeploymentJobRequest extends $dara.Model {
|
|
1991
|
-
static names() {
|
|
1992
|
-
return {
|
|
1993
|
-
jobId: 'JobId',
|
|
1994
|
-
};
|
|
1995
|
-
}
|
|
1996
|
-
static types() {
|
|
1997
|
-
return {
|
|
1998
|
-
jobId: 'number',
|
|
1999
|
-
};
|
|
2000
|
-
}
|
|
2001
|
-
validate() {
|
|
2002
|
-
super.validate();
|
|
2003
|
-
}
|
|
2004
|
-
constructor(map) {
|
|
2005
|
-
super(map);
|
|
2006
|
-
}
|
|
2007
|
-
}
|
|
2008
|
-
exports.DescribeDeploymentJobRequest = DescribeDeploymentJobRequest;
|
|
2009
|
-
class DescribeDeploymentJobResponseBody extends $dara.Model {
|
|
2010
|
-
static names() {
|
|
2011
|
-
return {
|
|
2012
|
-
casContacts: 'CasContacts',
|
|
2013
|
-
certDomain: 'CertDomain',
|
|
2014
|
-
certType: 'CertType',
|
|
2015
|
-
config: 'Config',
|
|
2016
|
-
del: 'Del',
|
|
2017
|
-
endTime: 'EndTime',
|
|
2018
|
-
gmtCreate: 'GmtCreate',
|
|
2019
|
-
gmtModified: 'GmtModified',
|
|
2020
|
-
id: 'Id',
|
|
2021
|
-
instanceId: 'InstanceId',
|
|
2022
|
-
jobType: 'JobType',
|
|
2023
|
-
name: 'Name',
|
|
2024
|
-
productName: 'ProductName',
|
|
2025
|
-
requestId: 'RequestId',
|
|
2026
|
-
rollback: 'Rollback',
|
|
2027
|
-
scheduleTime: 'ScheduleTime',
|
|
2028
|
-
startTime: 'StartTime',
|
|
2029
|
-
status: 'Status',
|
|
2030
|
-
userId: 'UserId',
|
|
2031
|
-
};
|
|
2032
|
-
}
|
|
2033
|
-
static types() {
|
|
2034
|
-
return {
|
|
2035
|
-
casContacts: { 'type': 'array', 'itemType': DescribeDeploymentJobResponseBodyCasContacts },
|
|
2036
|
-
certDomain: 'string',
|
|
2037
|
-
certType: 'string',
|
|
2038
|
-
config: 'string',
|
|
2039
|
-
del: 'number',
|
|
2040
|
-
endTime: 'string',
|
|
2041
|
-
gmtCreate: 'string',
|
|
2042
|
-
gmtModified: 'string',
|
|
2043
|
-
id: 'number',
|
|
2044
|
-
instanceId: 'string',
|
|
2045
|
-
jobType: 'string',
|
|
2046
|
-
name: 'string',
|
|
2047
|
-
productName: 'string',
|
|
2048
|
-
requestId: 'string',
|
|
2049
|
-
rollback: 'number',
|
|
2050
|
-
scheduleTime: 'string',
|
|
2051
|
-
startTime: 'string',
|
|
2052
|
-
status: 'string',
|
|
2053
|
-
userId: 'number',
|
|
2054
|
-
};
|
|
2055
|
-
}
|
|
2056
|
-
validate() {
|
|
2057
|
-
if (Array.isArray(this.casContacts)) {
|
|
2058
|
-
$dara.Model.validateArray(this.casContacts);
|
|
2059
|
-
}
|
|
2060
|
-
super.validate();
|
|
2061
|
-
}
|
|
2062
|
-
constructor(map) {
|
|
2063
|
-
super(map);
|
|
2064
|
-
}
|
|
2065
|
-
}
|
|
2066
|
-
exports.DescribeDeploymentJobResponseBody = DescribeDeploymentJobResponseBody;
|
|
2067
|
-
class DescribeDeploymentJobResponse extends $dara.Model {
|
|
2068
|
-
static names() {
|
|
2069
|
-
return {
|
|
2070
|
-
headers: 'headers',
|
|
2071
|
-
statusCode: 'statusCode',
|
|
2072
|
-
body: 'body',
|
|
2073
|
-
};
|
|
2074
|
-
}
|
|
2075
|
-
static types() {
|
|
2076
|
-
return {
|
|
2077
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2078
|
-
statusCode: 'number',
|
|
2079
|
-
body: DescribeDeploymentJobResponseBody,
|
|
2080
|
-
};
|
|
2081
|
-
}
|
|
2082
|
-
validate() {
|
|
2083
|
-
if (this.headers) {
|
|
2084
|
-
$dara.Model.validateMap(this.headers);
|
|
2085
|
-
}
|
|
2086
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2087
|
-
this.body.validate();
|
|
2088
|
-
}
|
|
2089
|
-
super.validate();
|
|
2090
|
-
}
|
|
2091
|
-
constructor(map) {
|
|
2092
|
-
super(map);
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
exports.DescribeDeploymentJobResponse = DescribeDeploymentJobResponse;
|
|
2096
|
-
class DescribeDeploymentJobStatusRequest extends $dara.Model {
|
|
2097
|
-
static names() {
|
|
2098
|
-
return {
|
|
2099
|
-
jobId: 'JobId',
|
|
2100
|
-
};
|
|
2101
|
-
}
|
|
2102
|
-
static types() {
|
|
2103
|
-
return {
|
|
2104
|
-
jobId: 'number',
|
|
2105
|
-
};
|
|
2106
|
-
}
|
|
2107
|
-
validate() {
|
|
2108
|
-
super.validate();
|
|
2109
|
-
}
|
|
2110
|
-
constructor(map) {
|
|
2111
|
-
super(map);
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
exports.DescribeDeploymentJobStatusRequest = DescribeDeploymentJobStatusRequest;
|
|
2115
|
-
class DescribeDeploymentJobStatusResponseBody extends $dara.Model {
|
|
2116
|
-
static names() {
|
|
2117
|
-
return {
|
|
2118
|
-
buyCount: 'BuyCount',
|
|
2119
|
-
certCount: 'CertCount',
|
|
2120
|
-
costCount: 'CostCount',
|
|
2121
|
-
failedCount: 'FailedCount',
|
|
2122
|
-
matchWorkerCount: 'MatchWorkerCount',
|
|
2123
|
-
productWorkerCount: 'ProductWorkerCount',
|
|
2124
|
-
requestId: 'RequestId',
|
|
2125
|
-
resourceCount: 'ResourceCount',
|
|
2126
|
-
rollbackCount: 'RollbackCount',
|
|
2127
|
-
rollbackFailedCount: 'RollbackFailedCount',
|
|
2128
|
-
rollbackSuccessCount: 'RollbackSuccessCount',
|
|
2129
|
-
successCount: 'SuccessCount',
|
|
2130
|
-
useCount: 'UseCount',
|
|
2131
|
-
workerCount: 'WorkerCount',
|
|
2132
|
-
};
|
|
2133
|
-
}
|
|
2134
|
-
static types() {
|
|
2135
|
-
return {
|
|
2136
|
-
buyCount: 'number',
|
|
2137
|
-
certCount: 'number',
|
|
2138
|
-
costCount: 'number',
|
|
2139
|
-
failedCount: 'number',
|
|
2140
|
-
matchWorkerCount: 'number',
|
|
2141
|
-
productWorkerCount: { 'type': 'array', 'itemType': DescribeDeploymentJobStatusResponseBodyProductWorkerCount },
|
|
2142
|
-
requestId: 'string',
|
|
2143
|
-
resourceCount: 'number',
|
|
2144
|
-
rollbackCount: 'number',
|
|
2145
|
-
rollbackFailedCount: 'number',
|
|
2146
|
-
rollbackSuccessCount: 'number',
|
|
2147
|
-
successCount: 'number',
|
|
2148
|
-
useCount: 'number',
|
|
2149
|
-
workerCount: 'number',
|
|
2150
|
-
};
|
|
2151
|
-
}
|
|
2152
|
-
validate() {
|
|
2153
|
-
if (Array.isArray(this.productWorkerCount)) {
|
|
2154
|
-
$dara.Model.validateArray(this.productWorkerCount);
|
|
2155
|
-
}
|
|
2156
|
-
super.validate();
|
|
2157
|
-
}
|
|
2158
|
-
constructor(map) {
|
|
2159
|
-
super(map);
|
|
2160
|
-
}
|
|
2161
|
-
}
|
|
2162
|
-
exports.DescribeDeploymentJobStatusResponseBody = DescribeDeploymentJobStatusResponseBody;
|
|
2163
|
-
class DescribeDeploymentJobStatusResponse extends $dara.Model {
|
|
2164
|
-
static names() {
|
|
2165
|
-
return {
|
|
2166
|
-
headers: 'headers',
|
|
2167
|
-
statusCode: 'statusCode',
|
|
2168
|
-
body: 'body',
|
|
2169
|
-
};
|
|
2170
|
-
}
|
|
2171
|
-
static types() {
|
|
2172
|
-
return {
|
|
2173
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2174
|
-
statusCode: 'number',
|
|
2175
|
-
body: DescribeDeploymentJobStatusResponseBody,
|
|
2176
|
-
};
|
|
2177
|
-
}
|
|
2178
|
-
validate() {
|
|
2179
|
-
if (this.headers) {
|
|
2180
|
-
$dara.Model.validateMap(this.headers);
|
|
2181
|
-
}
|
|
2182
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2183
|
-
this.body.validate();
|
|
2184
|
-
}
|
|
2185
|
-
super.validate();
|
|
2186
|
-
}
|
|
2187
|
-
constructor(map) {
|
|
2188
|
-
super(map);
|
|
2189
|
-
}
|
|
2190
|
-
}
|
|
2191
|
-
exports.DescribeDeploymentJobStatusResponse = DescribeDeploymentJobStatusResponse;
|
|
2192
|
-
class DescribePackageStateRequest extends $dara.Model {
|
|
2193
|
-
static names() {
|
|
2194
|
-
return {
|
|
2195
|
-
productCode: 'ProductCode',
|
|
2196
|
-
};
|
|
2197
|
-
}
|
|
2198
|
-
static types() {
|
|
2199
|
-
return {
|
|
2200
|
-
productCode: 'string',
|
|
2201
|
-
};
|
|
2202
|
-
}
|
|
2203
|
-
validate() {
|
|
2204
|
-
super.validate();
|
|
2205
|
-
}
|
|
2206
|
-
constructor(map) {
|
|
2207
|
-
super(map);
|
|
2208
|
-
}
|
|
2209
|
-
}
|
|
2210
|
-
exports.DescribePackageStateRequest = DescribePackageStateRequest;
|
|
2211
|
-
class DescribePackageStateResponseBody extends $dara.Model {
|
|
2212
|
-
static names() {
|
|
2213
|
-
return {
|
|
2214
|
-
issuedCount: 'IssuedCount',
|
|
2215
|
-
productCode: 'ProductCode',
|
|
2216
|
-
requestId: 'RequestId',
|
|
2217
|
-
totalCount: 'TotalCount',
|
|
2218
|
-
usedCount: 'UsedCount',
|
|
2219
|
-
};
|
|
2220
|
-
}
|
|
2221
|
-
static types() {
|
|
2222
|
-
return {
|
|
2223
|
-
issuedCount: 'number',
|
|
2224
|
-
productCode: 'string',
|
|
2225
|
-
requestId: 'string',
|
|
2226
|
-
totalCount: 'number',
|
|
2227
|
-
usedCount: 'number',
|
|
2228
|
-
};
|
|
2229
|
-
}
|
|
2230
|
-
validate() {
|
|
2231
|
-
super.validate();
|
|
2232
|
-
}
|
|
2233
|
-
constructor(map) {
|
|
2234
|
-
super(map);
|
|
2235
|
-
}
|
|
2236
|
-
}
|
|
2237
|
-
exports.DescribePackageStateResponseBody = DescribePackageStateResponseBody;
|
|
2238
|
-
class DescribePackageStateResponse extends $dara.Model {
|
|
2239
|
-
static names() {
|
|
2240
|
-
return {
|
|
2241
|
-
headers: 'headers',
|
|
2242
|
-
statusCode: 'statusCode',
|
|
2243
|
-
body: 'body',
|
|
2244
|
-
};
|
|
2245
|
-
}
|
|
2246
|
-
static types() {
|
|
2247
|
-
return {
|
|
2248
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2249
|
-
statusCode: 'number',
|
|
2250
|
-
body: DescribePackageStateResponseBody,
|
|
2251
|
-
};
|
|
2252
|
-
}
|
|
2253
|
-
validate() {
|
|
2254
|
-
if (this.headers) {
|
|
2255
|
-
$dara.Model.validateMap(this.headers);
|
|
2256
|
-
}
|
|
2257
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2258
|
-
this.body.validate();
|
|
2259
|
-
}
|
|
2260
|
-
super.validate();
|
|
2261
|
-
}
|
|
2262
|
-
constructor(map) {
|
|
2263
|
-
super(map);
|
|
2264
|
-
}
|
|
2265
|
-
}
|
|
2266
|
-
exports.DescribePackageStateResponse = DescribePackageStateResponse;
|
|
2267
|
-
class EncryptRequest extends $dara.Model {
|
|
2268
|
-
static names() {
|
|
2269
|
-
return {
|
|
2270
|
-
algorithm: 'Algorithm',
|
|
2271
|
-
certIdentifier: 'CertIdentifier',
|
|
2272
|
-
messageType: 'MessageType',
|
|
2273
|
-
plaintext: 'Plaintext',
|
|
2274
|
-
};
|
|
2275
|
-
}
|
|
2276
|
-
static types() {
|
|
2277
|
-
return {
|
|
2278
|
-
algorithm: 'string',
|
|
2279
|
-
certIdentifier: 'string',
|
|
2280
|
-
messageType: 'string',
|
|
2281
|
-
plaintext: 'string',
|
|
2282
|
-
};
|
|
2283
|
-
}
|
|
2284
|
-
validate() {
|
|
2285
|
-
super.validate();
|
|
2286
|
-
}
|
|
2287
|
-
constructor(map) {
|
|
2288
|
-
super(map);
|
|
2289
|
-
}
|
|
2290
|
-
}
|
|
2291
|
-
exports.EncryptRequest = EncryptRequest;
|
|
2292
|
-
class EncryptResponseBody extends $dara.Model {
|
|
2293
|
-
static names() {
|
|
2294
|
-
return {
|
|
2295
|
-
certIdentifier: 'CertIdentifier',
|
|
2296
|
-
ciphertextBlob: 'CiphertextBlob',
|
|
2297
|
-
requestId: 'RequestId',
|
|
2298
|
-
};
|
|
2299
|
-
}
|
|
2300
|
-
static types() {
|
|
2301
|
-
return {
|
|
2302
|
-
certIdentifier: 'string',
|
|
2303
|
-
ciphertextBlob: 'string',
|
|
2304
|
-
requestId: 'string',
|
|
2305
|
-
};
|
|
2306
|
-
}
|
|
2307
|
-
validate() {
|
|
2308
|
-
super.validate();
|
|
2309
|
-
}
|
|
2310
|
-
constructor(map) {
|
|
2311
|
-
super(map);
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
exports.EncryptResponseBody = EncryptResponseBody;
|
|
2315
|
-
class EncryptResponse extends $dara.Model {
|
|
2316
|
-
static names() {
|
|
2317
|
-
return {
|
|
2318
|
-
headers: 'headers',
|
|
2319
|
-
statusCode: 'statusCode',
|
|
2320
|
-
body: 'body',
|
|
2321
|
-
};
|
|
2322
|
-
}
|
|
2323
|
-
static types() {
|
|
2324
|
-
return {
|
|
2325
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2326
|
-
statusCode: 'number',
|
|
2327
|
-
body: EncryptResponseBody,
|
|
2328
|
-
};
|
|
2329
|
-
}
|
|
2330
|
-
validate() {
|
|
2331
|
-
if (this.headers) {
|
|
2332
|
-
$dara.Model.validateMap(this.headers);
|
|
2333
|
-
}
|
|
2334
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2335
|
-
this.body.validate();
|
|
2336
|
-
}
|
|
2337
|
-
super.validate();
|
|
2338
|
-
}
|
|
2339
|
-
constructor(map) {
|
|
2340
|
-
super(map);
|
|
2341
|
-
}
|
|
2342
|
-
}
|
|
2343
|
-
exports.EncryptResponse = EncryptResponse;
|
|
2344
|
-
class GetCertWarehouseQuotaResponseBody extends $dara.Model {
|
|
2345
|
-
static names() {
|
|
2346
|
-
return {
|
|
2347
|
-
requestId: 'RequestId',
|
|
2348
|
-
totalQuota: 'TotalQuota',
|
|
2349
|
-
useCount: 'UseCount',
|
|
2350
|
-
};
|
|
2351
|
-
}
|
|
2352
|
-
static types() {
|
|
2353
|
-
return {
|
|
2354
|
-
requestId: 'string',
|
|
2355
|
-
totalQuota: 'number',
|
|
2356
|
-
useCount: 'number',
|
|
2357
|
-
};
|
|
2358
|
-
}
|
|
2359
|
-
validate() {
|
|
2360
|
-
super.validate();
|
|
2361
|
-
}
|
|
2362
|
-
constructor(map) {
|
|
2363
|
-
super(map);
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
exports.GetCertWarehouseQuotaResponseBody = GetCertWarehouseQuotaResponseBody;
|
|
2367
|
-
class GetCertWarehouseQuotaResponse extends $dara.Model {
|
|
2368
|
-
static names() {
|
|
2369
|
-
return {
|
|
2370
|
-
headers: 'headers',
|
|
2371
|
-
statusCode: 'statusCode',
|
|
2372
|
-
body: 'body',
|
|
2373
|
-
};
|
|
2374
|
-
}
|
|
2375
|
-
static types() {
|
|
2376
|
-
return {
|
|
2377
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2378
|
-
statusCode: 'number',
|
|
2379
|
-
body: GetCertWarehouseQuotaResponseBody,
|
|
2380
|
-
};
|
|
2381
|
-
}
|
|
2382
|
-
validate() {
|
|
2383
|
-
if (this.headers) {
|
|
2384
|
-
$dara.Model.validateMap(this.headers);
|
|
2385
|
-
}
|
|
2386
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2387
|
-
this.body.validate();
|
|
2388
|
-
}
|
|
2389
|
-
super.validate();
|
|
2390
|
-
}
|
|
2391
|
-
constructor(map) {
|
|
2392
|
-
super(map);
|
|
2393
|
-
}
|
|
2394
|
-
}
|
|
2395
|
-
exports.GetCertWarehouseQuotaResponse = GetCertWarehouseQuotaResponse;
|
|
2396
|
-
class GetCsrDetailRequest extends $dara.Model {
|
|
2397
|
-
static names() {
|
|
2398
|
-
return {
|
|
2399
|
-
csrId: 'CsrId',
|
|
2400
|
-
};
|
|
2401
|
-
}
|
|
2402
|
-
static types() {
|
|
2403
|
-
return {
|
|
2404
|
-
csrId: 'number',
|
|
2405
|
-
};
|
|
2406
|
-
}
|
|
2407
|
-
validate() {
|
|
2408
|
-
super.validate();
|
|
2409
|
-
}
|
|
2410
|
-
constructor(map) {
|
|
2411
|
-
super(map);
|
|
2412
|
-
}
|
|
2413
|
-
}
|
|
2414
|
-
exports.GetCsrDetailRequest = GetCsrDetailRequest;
|
|
2415
|
-
class GetCsrDetailResponseBody extends $dara.Model {
|
|
2416
|
-
static names() {
|
|
2417
|
-
return {
|
|
2418
|
-
csr: 'Csr',
|
|
2419
|
-
privateKey: 'PrivateKey',
|
|
2420
|
-
requestId: 'RequestId',
|
|
2421
|
-
};
|
|
2422
|
-
}
|
|
2423
|
-
static types() {
|
|
2424
|
-
return {
|
|
2425
|
-
csr: 'string',
|
|
2426
|
-
privateKey: 'string',
|
|
2427
|
-
requestId: 'string',
|
|
2428
|
-
};
|
|
2429
|
-
}
|
|
2430
|
-
validate() {
|
|
2431
|
-
super.validate();
|
|
2432
|
-
}
|
|
2433
|
-
constructor(map) {
|
|
2434
|
-
super(map);
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
exports.GetCsrDetailResponseBody = GetCsrDetailResponseBody;
|
|
2438
|
-
class GetCsrDetailResponse extends $dara.Model {
|
|
2439
|
-
static names() {
|
|
2440
|
-
return {
|
|
2441
|
-
headers: 'headers',
|
|
2442
|
-
statusCode: 'statusCode',
|
|
2443
|
-
body: 'body',
|
|
2444
|
-
};
|
|
2445
|
-
}
|
|
2446
|
-
static types() {
|
|
2447
|
-
return {
|
|
2448
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2449
|
-
statusCode: 'number',
|
|
2450
|
-
body: GetCsrDetailResponseBody,
|
|
2451
|
-
};
|
|
2452
|
-
}
|
|
2453
|
-
validate() {
|
|
2454
|
-
if (this.headers) {
|
|
2455
|
-
$dara.Model.validateMap(this.headers);
|
|
2456
|
-
}
|
|
2457
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2458
|
-
this.body.validate();
|
|
2459
|
-
}
|
|
2460
|
-
super.validate();
|
|
2461
|
-
}
|
|
2462
|
-
constructor(map) {
|
|
2463
|
-
super(map);
|
|
2464
|
-
}
|
|
2465
|
-
}
|
|
2466
|
-
exports.GetCsrDetailResponse = GetCsrDetailResponse;
|
|
2467
|
-
class GetUserCertificateDetailRequest extends $dara.Model {
|
|
2468
|
-
static names() {
|
|
2469
|
-
return {
|
|
2470
|
-
certFilter: 'CertFilter',
|
|
2471
|
-
certId: 'CertId',
|
|
2472
|
-
};
|
|
2473
|
-
}
|
|
2474
|
-
static types() {
|
|
2475
|
-
return {
|
|
2476
|
-
certFilter: 'boolean',
|
|
2477
|
-
certId: 'number',
|
|
2478
|
-
};
|
|
2479
|
-
}
|
|
2480
|
-
validate() {
|
|
2481
|
-
super.validate();
|
|
2482
|
-
}
|
|
2483
|
-
constructor(map) {
|
|
2484
|
-
super(map);
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
exports.GetUserCertificateDetailRequest = GetUserCertificateDetailRequest;
|
|
2488
|
-
class GetUserCertificateDetailResponseBody extends $dara.Model {
|
|
2489
|
-
static names() {
|
|
2490
|
-
return {
|
|
2491
|
-
algorithm: 'Algorithm',
|
|
2492
|
-
buyInAliyun: 'BuyInAliyun',
|
|
2493
|
-
cert: 'Cert',
|
|
2494
|
-
certChain: 'CertChain',
|
|
2495
|
-
certIdentifier: 'CertIdentifier',
|
|
2496
|
-
city: 'City',
|
|
2497
|
-
common: 'Common',
|
|
2498
|
-
country: 'Country',
|
|
2499
|
-
encryptCert: 'EncryptCert',
|
|
2500
|
-
encryptPrivateKey: 'EncryptPrivateKey',
|
|
2501
|
-
endDate: 'EndDate',
|
|
2502
|
-
expired: 'Expired',
|
|
2503
|
-
fingerprint: 'Fingerprint',
|
|
2504
|
-
id: 'Id',
|
|
2505
|
-
instanceId: 'InstanceId',
|
|
2506
|
-
issuer: 'Issuer',
|
|
2507
|
-
key: 'Key',
|
|
2508
|
-
name: 'Name',
|
|
2509
|
-
notAfter: 'NotAfter',
|
|
2510
|
-
notBefore: 'NotBefore',
|
|
2511
|
-
orderId: 'OrderId',
|
|
2512
|
-
orgName: 'OrgName',
|
|
2513
|
-
province: 'Province',
|
|
2514
|
-
requestId: 'RequestId',
|
|
2515
|
-
resourceGroupId: 'ResourceGroupId',
|
|
2516
|
-
sans: 'Sans',
|
|
2517
|
-
serialNo: 'SerialNo',
|
|
2518
|
-
sha2: 'Sha2',
|
|
2519
|
-
signCert: 'SignCert',
|
|
2520
|
-
signPrivateKey: 'SignPrivateKey',
|
|
2521
|
-
startDate: 'StartDate',
|
|
2522
|
-
};
|
|
2523
|
-
}
|
|
2524
|
-
static types() {
|
|
2525
|
-
return {
|
|
2526
|
-
algorithm: 'string',
|
|
2527
|
-
buyInAliyun: 'boolean',
|
|
2528
|
-
cert: 'string',
|
|
2529
|
-
certChain: { 'type': 'array', 'itemType': GetUserCertificateDetailResponseBodyCertChain },
|
|
2530
|
-
certIdentifier: 'string',
|
|
2531
|
-
city: 'string',
|
|
2532
|
-
common: 'string',
|
|
2533
|
-
country: 'string',
|
|
2534
|
-
encryptCert: 'string',
|
|
2535
|
-
encryptPrivateKey: 'string',
|
|
2536
|
-
endDate: 'string',
|
|
2537
|
-
expired: 'boolean',
|
|
2538
|
-
fingerprint: 'string',
|
|
2539
|
-
id: 'number',
|
|
2540
|
-
instanceId: 'string',
|
|
2541
|
-
issuer: 'string',
|
|
2542
|
-
key: 'string',
|
|
2543
|
-
name: 'string',
|
|
2544
|
-
notAfter: 'number',
|
|
2545
|
-
notBefore: 'number',
|
|
2546
|
-
orderId: 'number',
|
|
2547
|
-
orgName: 'string',
|
|
2548
|
-
province: 'string',
|
|
2549
|
-
requestId: 'string',
|
|
2550
|
-
resourceGroupId: 'string',
|
|
2551
|
-
sans: 'string',
|
|
2552
|
-
serialNo: 'string',
|
|
2553
|
-
sha2: 'string',
|
|
2554
|
-
signCert: 'string',
|
|
2555
|
-
signPrivateKey: 'string',
|
|
2556
|
-
startDate: 'string',
|
|
2557
|
-
};
|
|
2558
|
-
}
|
|
2559
|
-
validate() {
|
|
2560
|
-
if (Array.isArray(this.certChain)) {
|
|
2561
|
-
$dara.Model.validateArray(this.certChain);
|
|
2562
|
-
}
|
|
2563
|
-
super.validate();
|
|
2564
|
-
}
|
|
2565
|
-
constructor(map) {
|
|
2566
|
-
super(map);
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
exports.GetUserCertificateDetailResponseBody = GetUserCertificateDetailResponseBody;
|
|
2570
|
-
class GetUserCertificateDetailResponse extends $dara.Model {
|
|
2571
|
-
static names() {
|
|
2572
|
-
return {
|
|
2573
|
-
headers: 'headers',
|
|
2574
|
-
statusCode: 'statusCode',
|
|
2575
|
-
body: 'body',
|
|
2576
|
-
};
|
|
2577
|
-
}
|
|
2578
|
-
static types() {
|
|
2579
|
-
return {
|
|
2580
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2581
|
-
statusCode: 'number',
|
|
2582
|
-
body: GetUserCertificateDetailResponseBody,
|
|
2583
|
-
};
|
|
2584
|
-
}
|
|
2585
|
-
validate() {
|
|
2586
|
-
if (this.headers) {
|
|
2587
|
-
$dara.Model.validateMap(this.headers);
|
|
2588
|
-
}
|
|
2589
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2590
|
-
this.body.validate();
|
|
2591
|
-
}
|
|
2592
|
-
super.validate();
|
|
2593
|
-
}
|
|
2594
|
-
constructor(map) {
|
|
2595
|
-
super(map);
|
|
2596
|
-
}
|
|
2597
|
-
}
|
|
2598
|
-
exports.GetUserCertificateDetailResponse = GetUserCertificateDetailResponse;
|
|
2599
|
-
class ListCertRequest extends $dara.Model {
|
|
2600
|
-
static names() {
|
|
2601
|
-
return {
|
|
2602
|
-
certType: 'CertType',
|
|
2603
|
-
currentPage: 'CurrentPage',
|
|
2604
|
-
keyWord: 'KeyWord',
|
|
2605
|
-
showSize: 'ShowSize',
|
|
2606
|
-
sourceType: 'SourceType',
|
|
2607
|
-
status: 'Status',
|
|
2608
|
-
warehouseId: 'WarehouseId',
|
|
2609
|
-
};
|
|
2610
|
-
}
|
|
2611
|
-
static types() {
|
|
2612
|
-
return {
|
|
2613
|
-
certType: 'string',
|
|
2614
|
-
currentPage: 'number',
|
|
2615
|
-
keyWord: 'string',
|
|
2616
|
-
showSize: 'number',
|
|
2617
|
-
sourceType: 'string',
|
|
2618
|
-
status: 'string',
|
|
2619
|
-
warehouseId: 'number',
|
|
2620
|
-
};
|
|
2621
|
-
}
|
|
2622
|
-
validate() {
|
|
2623
|
-
super.validate();
|
|
2624
|
-
}
|
|
2625
|
-
constructor(map) {
|
|
2626
|
-
super(map);
|
|
2627
|
-
}
|
|
2628
|
-
}
|
|
2629
|
-
exports.ListCertRequest = ListCertRequest;
|
|
2630
|
-
class ListCertResponseBody extends $dara.Model {
|
|
2631
|
-
static names() {
|
|
2632
|
-
return {
|
|
2633
|
-
certList: 'CertList',
|
|
2634
|
-
currentPage: 'CurrentPage',
|
|
2635
|
-
requestId: 'RequestId',
|
|
2636
|
-
showSize: 'ShowSize',
|
|
2637
|
-
totalCount: 'TotalCount',
|
|
2638
|
-
};
|
|
2639
|
-
}
|
|
2640
|
-
static types() {
|
|
2641
|
-
return {
|
|
2642
|
-
certList: { 'type': 'array', 'itemType': ListCertResponseBodyCertList },
|
|
2643
|
-
currentPage: 'number',
|
|
2644
|
-
requestId: 'string',
|
|
2645
|
-
showSize: 'number',
|
|
2646
|
-
totalCount: 'number',
|
|
2647
|
-
};
|
|
2648
|
-
}
|
|
2649
|
-
validate() {
|
|
2650
|
-
if (Array.isArray(this.certList)) {
|
|
2651
|
-
$dara.Model.validateArray(this.certList);
|
|
2652
|
-
}
|
|
2653
|
-
super.validate();
|
|
2654
|
-
}
|
|
2655
|
-
constructor(map) {
|
|
2656
|
-
super(map);
|
|
2657
|
-
}
|
|
2658
|
-
}
|
|
2659
|
-
exports.ListCertResponseBody = ListCertResponseBody;
|
|
2660
|
-
class ListCertResponse extends $dara.Model {
|
|
2661
|
-
static names() {
|
|
2662
|
-
return {
|
|
2663
|
-
headers: 'headers',
|
|
2664
|
-
statusCode: 'statusCode',
|
|
2665
|
-
body: 'body',
|
|
2666
|
-
};
|
|
2667
|
-
}
|
|
2668
|
-
static types() {
|
|
2669
|
-
return {
|
|
2670
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2671
|
-
statusCode: 'number',
|
|
2672
|
-
body: ListCertResponseBody,
|
|
2673
|
-
};
|
|
2674
|
-
}
|
|
2675
|
-
validate() {
|
|
2676
|
-
if (this.headers) {
|
|
2677
|
-
$dara.Model.validateMap(this.headers);
|
|
2678
|
-
}
|
|
2679
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2680
|
-
this.body.validate();
|
|
2681
|
-
}
|
|
2682
|
-
super.validate();
|
|
2683
|
-
}
|
|
2684
|
-
constructor(map) {
|
|
2685
|
-
super(map);
|
|
2686
|
-
}
|
|
2687
|
-
}
|
|
2688
|
-
exports.ListCertResponse = ListCertResponse;
|
|
2689
|
-
class ListCertWarehouseRequest extends $dara.Model {
|
|
2690
|
-
static names() {
|
|
2691
|
-
return {
|
|
2692
|
-
currentPage: 'CurrentPage',
|
|
2693
|
-
instanceId: 'InstanceId',
|
|
2694
|
-
name: 'Name',
|
|
2695
|
-
showSize: 'ShowSize',
|
|
2696
|
-
type: 'Type',
|
|
2697
|
-
};
|
|
2698
|
-
}
|
|
2699
|
-
static types() {
|
|
2700
|
-
return {
|
|
2701
|
-
currentPage: 'number',
|
|
2702
|
-
instanceId: 'string',
|
|
2703
|
-
name: 'string',
|
|
2704
|
-
showSize: 'number',
|
|
2705
|
-
type: 'string',
|
|
2706
|
-
};
|
|
2707
|
-
}
|
|
2708
|
-
validate() {
|
|
2709
|
-
super.validate();
|
|
2710
|
-
}
|
|
2711
|
-
constructor(map) {
|
|
2712
|
-
super(map);
|
|
2713
|
-
}
|
|
2714
|
-
}
|
|
2715
|
-
exports.ListCertWarehouseRequest = ListCertWarehouseRequest;
|
|
2716
|
-
class ListCertWarehouseResponseBody extends $dara.Model {
|
|
2717
|
-
static names() {
|
|
2718
|
-
return {
|
|
2719
|
-
certWarehouseList: 'CertWarehouseList',
|
|
2720
|
-
currentPage: 'CurrentPage',
|
|
2721
|
-
requestId: 'RequestId',
|
|
2722
|
-
showSize: 'ShowSize',
|
|
2723
|
-
totalCount: 'TotalCount',
|
|
2724
|
-
};
|
|
2725
|
-
}
|
|
2726
|
-
static types() {
|
|
2727
|
-
return {
|
|
2728
|
-
certWarehouseList: { 'type': 'array', 'itemType': ListCertWarehouseResponseBodyCertWarehouseList },
|
|
2729
|
-
currentPage: 'number',
|
|
2730
|
-
requestId: 'string',
|
|
2731
|
-
showSize: 'number',
|
|
2732
|
-
totalCount: 'number',
|
|
2733
|
-
};
|
|
2734
|
-
}
|
|
2735
|
-
validate() {
|
|
2736
|
-
if (Array.isArray(this.certWarehouseList)) {
|
|
2737
|
-
$dara.Model.validateArray(this.certWarehouseList);
|
|
2738
|
-
}
|
|
2739
|
-
super.validate();
|
|
2740
|
-
}
|
|
2741
|
-
constructor(map) {
|
|
2742
|
-
super(map);
|
|
2743
|
-
}
|
|
2744
|
-
}
|
|
2745
|
-
exports.ListCertWarehouseResponseBody = ListCertWarehouseResponseBody;
|
|
2746
|
-
class ListCertWarehouseResponse extends $dara.Model {
|
|
2747
|
-
static names() {
|
|
2748
|
-
return {
|
|
2749
|
-
headers: 'headers',
|
|
2750
|
-
statusCode: 'statusCode',
|
|
2751
|
-
body: 'body',
|
|
2752
|
-
};
|
|
2753
|
-
}
|
|
2754
|
-
static types() {
|
|
2755
|
-
return {
|
|
2756
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2757
|
-
statusCode: 'number',
|
|
2758
|
-
body: ListCertWarehouseResponseBody,
|
|
2759
|
-
};
|
|
2760
|
-
}
|
|
2761
|
-
validate() {
|
|
2762
|
-
if (this.headers) {
|
|
2763
|
-
$dara.Model.validateMap(this.headers);
|
|
2764
|
-
}
|
|
2765
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2766
|
-
this.body.validate();
|
|
2767
|
-
}
|
|
2768
|
-
super.validate();
|
|
2769
|
-
}
|
|
2770
|
-
constructor(map) {
|
|
2771
|
-
super(map);
|
|
2772
|
-
}
|
|
2773
|
-
}
|
|
2774
|
-
exports.ListCertWarehouseResponse = ListCertWarehouseResponse;
|
|
2775
|
-
class ListCloudAccessRequest extends $dara.Model {
|
|
2776
|
-
static names() {
|
|
2777
|
-
return {
|
|
2778
|
-
cloudName: 'CloudName',
|
|
2779
|
-
currentPage: 'CurrentPage',
|
|
2780
|
-
secretId: 'SecretId',
|
|
2781
|
-
showSize: 'ShowSize',
|
|
2782
|
-
};
|
|
2783
|
-
}
|
|
2784
|
-
static types() {
|
|
2785
|
-
return {
|
|
2786
|
-
cloudName: 'string',
|
|
2787
|
-
currentPage: 'number',
|
|
2788
|
-
secretId: 'string',
|
|
2789
|
-
showSize: 'number',
|
|
2790
|
-
};
|
|
2791
|
-
}
|
|
2792
|
-
validate() {
|
|
2793
|
-
super.validate();
|
|
2794
|
-
}
|
|
2795
|
-
constructor(map) {
|
|
2796
|
-
super(map);
|
|
2797
|
-
}
|
|
2798
|
-
}
|
|
2799
|
-
exports.ListCloudAccessRequest = ListCloudAccessRequest;
|
|
2800
|
-
class ListCloudAccessResponseBody extends $dara.Model {
|
|
2801
|
-
static names() {
|
|
2802
|
-
return {
|
|
2803
|
-
cloudAccessList: 'CloudAccessList',
|
|
2804
|
-
currentPage: 'CurrentPage',
|
|
2805
|
-
requestId: 'RequestId',
|
|
2806
|
-
showSize: 'ShowSize',
|
|
2807
|
-
totalCount: 'TotalCount',
|
|
2808
|
-
};
|
|
2809
|
-
}
|
|
2810
|
-
static types() {
|
|
2811
|
-
return {
|
|
2812
|
-
cloudAccessList: { 'type': 'array', 'itemType': ListCloudAccessResponseBodyCloudAccessList },
|
|
2813
|
-
currentPage: 'number',
|
|
2814
|
-
requestId: 'string',
|
|
2815
|
-
showSize: 'number',
|
|
2816
|
-
totalCount: 'number',
|
|
2817
|
-
};
|
|
2818
|
-
}
|
|
2819
|
-
validate() {
|
|
2820
|
-
if (Array.isArray(this.cloudAccessList)) {
|
|
2821
|
-
$dara.Model.validateArray(this.cloudAccessList);
|
|
2822
|
-
}
|
|
2823
|
-
super.validate();
|
|
2824
|
-
}
|
|
2825
|
-
constructor(map) {
|
|
2826
|
-
super(map);
|
|
2827
|
-
}
|
|
2828
|
-
}
|
|
2829
|
-
exports.ListCloudAccessResponseBody = ListCloudAccessResponseBody;
|
|
2830
|
-
class ListCloudAccessResponse extends $dara.Model {
|
|
2831
|
-
static names() {
|
|
2832
|
-
return {
|
|
2833
|
-
headers: 'headers',
|
|
2834
|
-
statusCode: 'statusCode',
|
|
2835
|
-
body: 'body',
|
|
2836
|
-
};
|
|
2837
|
-
}
|
|
2838
|
-
static types() {
|
|
2839
|
-
return {
|
|
2840
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2841
|
-
statusCode: 'number',
|
|
2842
|
-
body: ListCloudAccessResponseBody,
|
|
2843
|
-
};
|
|
2844
|
-
}
|
|
2845
|
-
validate() {
|
|
2846
|
-
if (this.headers) {
|
|
2847
|
-
$dara.Model.validateMap(this.headers);
|
|
2848
|
-
}
|
|
2849
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2850
|
-
this.body.validate();
|
|
2851
|
-
}
|
|
2852
|
-
super.validate();
|
|
2853
|
-
}
|
|
2854
|
-
constructor(map) {
|
|
2855
|
-
super(map);
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
exports.ListCloudAccessResponse = ListCloudAccessResponse;
|
|
2859
|
-
class ListCloudResourcesRequest extends $dara.Model {
|
|
2860
|
-
static names() {
|
|
2861
|
-
return {
|
|
2862
|
-
certIds: 'CertIds',
|
|
2863
|
-
cloudName: 'CloudName',
|
|
2864
|
-
cloudProduct: 'CloudProduct',
|
|
2865
|
-
currentPage: 'CurrentPage',
|
|
2866
|
-
keyword: 'Keyword',
|
|
2867
|
-
secretId: 'SecretId',
|
|
2868
|
-
showSize: 'ShowSize',
|
|
2869
|
-
};
|
|
2870
|
-
}
|
|
2871
|
-
static types() {
|
|
2872
|
-
return {
|
|
2873
|
-
certIds: { 'type': 'array', 'itemType': 'number' },
|
|
2874
|
-
cloudName: 'string',
|
|
2875
|
-
cloudProduct: 'string',
|
|
2876
|
-
currentPage: 'number',
|
|
2877
|
-
keyword: 'string',
|
|
2878
|
-
secretId: 'string',
|
|
2879
|
-
showSize: 'number',
|
|
2880
|
-
};
|
|
2881
|
-
}
|
|
2882
|
-
validate() {
|
|
2883
|
-
if (Array.isArray(this.certIds)) {
|
|
2884
|
-
$dara.Model.validateArray(this.certIds);
|
|
2885
|
-
}
|
|
2886
|
-
super.validate();
|
|
2887
|
-
}
|
|
2888
|
-
constructor(map) {
|
|
2889
|
-
super(map);
|
|
2890
|
-
}
|
|
2891
|
-
}
|
|
2892
|
-
exports.ListCloudResourcesRequest = ListCloudResourcesRequest;
|
|
2893
|
-
class ListCloudResourcesShrinkRequest extends $dara.Model {
|
|
2894
|
-
static names() {
|
|
2895
|
-
return {
|
|
2896
|
-
certIdsShrink: 'CertIds',
|
|
2897
|
-
cloudName: 'CloudName',
|
|
2898
|
-
cloudProduct: 'CloudProduct',
|
|
2899
|
-
currentPage: 'CurrentPage',
|
|
2900
|
-
keyword: 'Keyword',
|
|
2901
|
-
secretId: 'SecretId',
|
|
2902
|
-
showSize: 'ShowSize',
|
|
2903
|
-
};
|
|
2904
|
-
}
|
|
2905
|
-
static types() {
|
|
2906
|
-
return {
|
|
2907
|
-
certIdsShrink: 'string',
|
|
2908
|
-
cloudName: 'string',
|
|
2909
|
-
cloudProduct: 'string',
|
|
2910
|
-
currentPage: 'number',
|
|
2911
|
-
keyword: 'string',
|
|
2912
|
-
secretId: 'string',
|
|
2913
|
-
showSize: 'number',
|
|
2914
|
-
};
|
|
2915
|
-
}
|
|
2916
|
-
validate() {
|
|
2917
|
-
super.validate();
|
|
2918
|
-
}
|
|
2919
|
-
constructor(map) {
|
|
2920
|
-
super(map);
|
|
2921
|
-
}
|
|
2922
|
-
}
|
|
2923
|
-
exports.ListCloudResourcesShrinkRequest = ListCloudResourcesShrinkRequest;
|
|
2924
|
-
class ListCloudResourcesResponseBody extends $dara.Model {
|
|
2925
|
-
static names() {
|
|
2926
|
-
return {
|
|
2927
|
-
currentPage: 'CurrentPage',
|
|
2928
|
-
data: 'Data',
|
|
2929
|
-
requestId: 'RequestId',
|
|
2930
|
-
showSize: 'ShowSize',
|
|
2931
|
-
total: 'Total',
|
|
2932
|
-
};
|
|
2933
|
-
}
|
|
2934
|
-
static types() {
|
|
2935
|
-
return {
|
|
2936
|
-
currentPage: 'number',
|
|
2937
|
-
data: { 'type': 'array', 'itemType': ListCloudResourcesResponseBodyData },
|
|
2938
|
-
requestId: 'string',
|
|
2939
|
-
showSize: 'number',
|
|
2940
|
-
total: 'number',
|
|
2941
|
-
};
|
|
2942
|
-
}
|
|
2943
|
-
validate() {
|
|
2944
|
-
if (Array.isArray(this.data)) {
|
|
2945
|
-
$dara.Model.validateArray(this.data);
|
|
2946
|
-
}
|
|
2947
|
-
super.validate();
|
|
2948
|
-
}
|
|
2949
|
-
constructor(map) {
|
|
2950
|
-
super(map);
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
exports.ListCloudResourcesResponseBody = ListCloudResourcesResponseBody;
|
|
2954
|
-
class ListCloudResourcesResponse extends $dara.Model {
|
|
2955
|
-
static names() {
|
|
2956
|
-
return {
|
|
2957
|
-
headers: 'headers',
|
|
2958
|
-
statusCode: 'statusCode',
|
|
2959
|
-
body: 'body',
|
|
2960
|
-
};
|
|
2961
|
-
}
|
|
2962
|
-
static types() {
|
|
2963
|
-
return {
|
|
2964
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2965
|
-
statusCode: 'number',
|
|
2966
|
-
body: ListCloudResourcesResponseBody,
|
|
2967
|
-
};
|
|
2968
|
-
}
|
|
2969
|
-
validate() {
|
|
2970
|
-
if (this.headers) {
|
|
2971
|
-
$dara.Model.validateMap(this.headers);
|
|
2972
|
-
}
|
|
2973
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
2974
|
-
this.body.validate();
|
|
2975
|
-
}
|
|
2976
|
-
super.validate();
|
|
2977
|
-
}
|
|
2978
|
-
constructor(map) {
|
|
2979
|
-
super(map);
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
exports.ListCloudResourcesResponse = ListCloudResourcesResponse;
|
|
2983
|
-
class ListContactRequest extends $dara.Model {
|
|
2984
|
-
static names() {
|
|
2985
|
-
return {
|
|
2986
|
-
currentPage: 'CurrentPage',
|
|
2987
|
-
keyword: 'Keyword',
|
|
2988
|
-
showSize: 'ShowSize',
|
|
2989
|
-
};
|
|
2990
|
-
}
|
|
2991
|
-
static types() {
|
|
2992
|
-
return {
|
|
2993
|
-
currentPage: 'number',
|
|
2994
|
-
keyword: 'string',
|
|
2995
|
-
showSize: 'number',
|
|
2996
|
-
};
|
|
2997
|
-
}
|
|
2998
|
-
validate() {
|
|
2999
|
-
super.validate();
|
|
3000
|
-
}
|
|
3001
|
-
constructor(map) {
|
|
3002
|
-
super(map);
|
|
3003
|
-
}
|
|
3004
|
-
}
|
|
3005
|
-
exports.ListContactRequest = ListContactRequest;
|
|
3006
|
-
class ListContactResponseBody extends $dara.Model {
|
|
3007
|
-
static names() {
|
|
3008
|
-
return {
|
|
3009
|
-
contactList: 'ContactList',
|
|
3010
|
-
currentPage: 'CurrentPage',
|
|
3011
|
-
keyword: 'Keyword',
|
|
3012
|
-
requestId: 'RequestId',
|
|
3013
|
-
showSize: 'ShowSize',
|
|
3014
|
-
totalCount: 'TotalCount',
|
|
3015
|
-
};
|
|
3016
|
-
}
|
|
3017
|
-
static types() {
|
|
3018
|
-
return {
|
|
3019
|
-
contactList: { 'type': 'array', 'itemType': ListContactResponseBodyContactList },
|
|
3020
|
-
currentPage: 'number',
|
|
3021
|
-
keyword: 'string',
|
|
3022
|
-
requestId: 'string',
|
|
3023
|
-
showSize: 'number',
|
|
3024
|
-
totalCount: 'number',
|
|
3025
|
-
};
|
|
3026
|
-
}
|
|
3027
|
-
validate() {
|
|
3028
|
-
if (Array.isArray(this.contactList)) {
|
|
3029
|
-
$dara.Model.validateArray(this.contactList);
|
|
3030
|
-
}
|
|
3031
|
-
super.validate();
|
|
3032
|
-
}
|
|
3033
|
-
constructor(map) {
|
|
3034
|
-
super(map);
|
|
3035
|
-
}
|
|
3036
|
-
}
|
|
3037
|
-
exports.ListContactResponseBody = ListContactResponseBody;
|
|
3038
|
-
class ListContactResponse extends $dara.Model {
|
|
3039
|
-
static names() {
|
|
3040
|
-
return {
|
|
3041
|
-
headers: 'headers',
|
|
3042
|
-
statusCode: 'statusCode',
|
|
3043
|
-
body: 'body',
|
|
3044
|
-
};
|
|
3045
|
-
}
|
|
3046
|
-
static types() {
|
|
3047
|
-
return {
|
|
3048
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3049
|
-
statusCode: 'number',
|
|
3050
|
-
body: ListContactResponseBody,
|
|
3051
|
-
};
|
|
3052
|
-
}
|
|
3053
|
-
validate() {
|
|
3054
|
-
if (this.headers) {
|
|
3055
|
-
$dara.Model.validateMap(this.headers);
|
|
3056
|
-
}
|
|
3057
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3058
|
-
this.body.validate();
|
|
3059
|
-
}
|
|
3060
|
-
super.validate();
|
|
3061
|
-
}
|
|
3062
|
-
constructor(map) {
|
|
3063
|
-
super(map);
|
|
3064
|
-
}
|
|
3065
|
-
}
|
|
3066
|
-
exports.ListContactResponse = ListContactResponse;
|
|
3067
|
-
class ListCsrRequest extends $dara.Model {
|
|
3068
|
-
static names() {
|
|
3069
|
-
return {
|
|
3070
|
-
algorithm: 'Algorithm',
|
|
3071
|
-
currentPage: 'CurrentPage',
|
|
3072
|
-
keyWord: 'KeyWord',
|
|
3073
|
-
showSize: 'ShowSize',
|
|
3074
|
-
};
|
|
3075
|
-
}
|
|
3076
|
-
static types() {
|
|
3077
|
-
return {
|
|
3078
|
-
algorithm: 'string',
|
|
3079
|
-
currentPage: 'number',
|
|
3080
|
-
keyWord: 'string',
|
|
3081
|
-
showSize: 'number',
|
|
3082
|
-
};
|
|
3083
|
-
}
|
|
3084
|
-
validate() {
|
|
3085
|
-
super.validate();
|
|
3086
|
-
}
|
|
3087
|
-
constructor(map) {
|
|
3088
|
-
super(map);
|
|
3089
|
-
}
|
|
3090
|
-
}
|
|
3091
|
-
exports.ListCsrRequest = ListCsrRequest;
|
|
3092
|
-
class ListCsrResponseBody extends $dara.Model {
|
|
3093
|
-
static names() {
|
|
3094
|
-
return {
|
|
3095
|
-
csrList: 'CsrList',
|
|
3096
|
-
currentPage: 'CurrentPage',
|
|
3097
|
-
requestId: 'RequestId',
|
|
3098
|
-
showSize: 'ShowSize',
|
|
3099
|
-
totalCount: 'TotalCount',
|
|
3100
|
-
};
|
|
3101
|
-
}
|
|
3102
|
-
static types() {
|
|
3103
|
-
return {
|
|
3104
|
-
csrList: { 'type': 'array', 'itemType': ListCsrResponseBodyCsrList },
|
|
3105
|
-
currentPage: 'number',
|
|
3106
|
-
requestId: 'string',
|
|
3107
|
-
showSize: 'number',
|
|
3108
|
-
totalCount: 'number',
|
|
3109
|
-
};
|
|
3110
|
-
}
|
|
3111
|
-
validate() {
|
|
3112
|
-
if (Array.isArray(this.csrList)) {
|
|
3113
|
-
$dara.Model.validateArray(this.csrList);
|
|
3114
|
-
}
|
|
3115
|
-
super.validate();
|
|
3116
|
-
}
|
|
3117
|
-
constructor(map) {
|
|
3118
|
-
super(map);
|
|
3119
|
-
}
|
|
3120
|
-
}
|
|
3121
|
-
exports.ListCsrResponseBody = ListCsrResponseBody;
|
|
3122
|
-
class ListCsrResponse extends $dara.Model {
|
|
3123
|
-
static names() {
|
|
3124
|
-
return {
|
|
3125
|
-
headers: 'headers',
|
|
3126
|
-
statusCode: 'statusCode',
|
|
3127
|
-
body: 'body',
|
|
3128
|
-
};
|
|
3129
|
-
}
|
|
3130
|
-
static types() {
|
|
3131
|
-
return {
|
|
3132
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3133
|
-
statusCode: 'number',
|
|
3134
|
-
body: ListCsrResponseBody,
|
|
3135
|
-
};
|
|
3136
|
-
}
|
|
3137
|
-
validate() {
|
|
3138
|
-
if (this.headers) {
|
|
3139
|
-
$dara.Model.validateMap(this.headers);
|
|
3140
|
-
}
|
|
3141
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3142
|
-
this.body.validate();
|
|
3143
|
-
}
|
|
3144
|
-
super.validate();
|
|
3145
|
-
}
|
|
3146
|
-
constructor(map) {
|
|
3147
|
-
super(map);
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
exports.ListCsrResponse = ListCsrResponse;
|
|
3151
|
-
class ListDeploymentJobRequest extends $dara.Model {
|
|
3152
|
-
static names() {
|
|
3153
|
-
return {
|
|
3154
|
-
currentPage: 'CurrentPage',
|
|
3155
|
-
jobType: 'JobType',
|
|
3156
|
-
showSize: 'ShowSize',
|
|
3157
|
-
status: 'Status',
|
|
3158
|
-
};
|
|
3159
|
-
}
|
|
3160
|
-
static types() {
|
|
3161
|
-
return {
|
|
3162
|
-
currentPage: 'number',
|
|
3163
|
-
jobType: 'string',
|
|
3164
|
-
showSize: 'number',
|
|
3165
|
-
status: 'string',
|
|
3166
|
-
};
|
|
3167
|
-
}
|
|
3168
|
-
validate() {
|
|
3169
|
-
super.validate();
|
|
3170
|
-
}
|
|
3171
|
-
constructor(map) {
|
|
3172
|
-
super(map);
|
|
3173
|
-
}
|
|
3174
|
-
}
|
|
3175
|
-
exports.ListDeploymentJobRequest = ListDeploymentJobRequest;
|
|
3176
|
-
class ListDeploymentJobResponseBody extends $dara.Model {
|
|
3177
|
-
static names() {
|
|
3178
|
-
return {
|
|
3179
|
-
currentPage: 'CurrentPage',
|
|
3180
|
-
data: 'Data',
|
|
3181
|
-
requestId: 'RequestId',
|
|
3182
|
-
showSize: 'ShowSize',
|
|
3183
|
-
total: 'Total',
|
|
3184
|
-
};
|
|
3185
|
-
}
|
|
3186
|
-
static types() {
|
|
3187
|
-
return {
|
|
3188
|
-
currentPage: 'number',
|
|
3189
|
-
data: { 'type': 'array', 'itemType': ListDeploymentJobResponseBodyData },
|
|
3190
|
-
requestId: 'string',
|
|
3191
|
-
showSize: 'number',
|
|
3192
|
-
total: 'number',
|
|
3193
|
-
};
|
|
3194
|
-
}
|
|
3195
|
-
validate() {
|
|
3196
|
-
if (Array.isArray(this.data)) {
|
|
3197
|
-
$dara.Model.validateArray(this.data);
|
|
3198
|
-
}
|
|
3199
|
-
super.validate();
|
|
3200
|
-
}
|
|
3201
|
-
constructor(map) {
|
|
3202
|
-
super(map);
|
|
3203
|
-
}
|
|
3204
|
-
}
|
|
3205
|
-
exports.ListDeploymentJobResponseBody = ListDeploymentJobResponseBody;
|
|
3206
|
-
class ListDeploymentJobResponse extends $dara.Model {
|
|
3207
|
-
static names() {
|
|
3208
|
-
return {
|
|
3209
|
-
headers: 'headers',
|
|
3210
|
-
statusCode: 'statusCode',
|
|
3211
|
-
body: 'body',
|
|
3212
|
-
};
|
|
3213
|
-
}
|
|
3214
|
-
static types() {
|
|
3215
|
-
return {
|
|
3216
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3217
|
-
statusCode: 'number',
|
|
3218
|
-
body: ListDeploymentJobResponseBody,
|
|
3219
|
-
};
|
|
3220
|
-
}
|
|
3221
|
-
validate() {
|
|
3222
|
-
if (this.headers) {
|
|
3223
|
-
$dara.Model.validateMap(this.headers);
|
|
3224
|
-
}
|
|
3225
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3226
|
-
this.body.validate();
|
|
3227
|
-
}
|
|
3228
|
-
super.validate();
|
|
3229
|
-
}
|
|
3230
|
-
constructor(map) {
|
|
3231
|
-
super(map);
|
|
3232
|
-
}
|
|
3233
|
-
}
|
|
3234
|
-
exports.ListDeploymentJobResponse = ListDeploymentJobResponse;
|
|
3235
|
-
class ListDeploymentJobCertRequest extends $dara.Model {
|
|
3236
|
-
static names() {
|
|
3237
|
-
return {
|
|
3238
|
-
jobId: 'JobId',
|
|
3239
|
-
};
|
|
3240
|
-
}
|
|
3241
|
-
static types() {
|
|
3242
|
-
return {
|
|
3243
|
-
jobId: 'number',
|
|
3244
|
-
};
|
|
3245
|
-
}
|
|
3246
|
-
validate() {
|
|
3247
|
-
super.validate();
|
|
3248
|
-
}
|
|
3249
|
-
constructor(map) {
|
|
3250
|
-
super(map);
|
|
3251
|
-
}
|
|
3252
|
-
}
|
|
3253
|
-
exports.ListDeploymentJobCertRequest = ListDeploymentJobCertRequest;
|
|
3254
|
-
class ListDeploymentJobCertResponseBody extends $dara.Model {
|
|
3255
|
-
static names() {
|
|
3256
|
-
return {
|
|
3257
|
-
data: 'Data',
|
|
3258
|
-
requestId: 'RequestId',
|
|
3259
|
-
};
|
|
3260
|
-
}
|
|
3261
|
-
static types() {
|
|
3262
|
-
return {
|
|
3263
|
-
data: { 'type': 'array', 'itemType': ListDeploymentJobCertResponseBodyData },
|
|
3264
|
-
requestId: 'string',
|
|
3265
|
-
};
|
|
3266
|
-
}
|
|
3267
|
-
validate() {
|
|
3268
|
-
if (Array.isArray(this.data)) {
|
|
3269
|
-
$dara.Model.validateArray(this.data);
|
|
3270
|
-
}
|
|
3271
|
-
super.validate();
|
|
3272
|
-
}
|
|
3273
|
-
constructor(map) {
|
|
3274
|
-
super(map);
|
|
3275
|
-
}
|
|
3276
|
-
}
|
|
3277
|
-
exports.ListDeploymentJobCertResponseBody = ListDeploymentJobCertResponseBody;
|
|
3278
|
-
class ListDeploymentJobCertResponse extends $dara.Model {
|
|
3279
|
-
static names() {
|
|
3280
|
-
return {
|
|
3281
|
-
headers: 'headers',
|
|
3282
|
-
statusCode: 'statusCode',
|
|
3283
|
-
body: 'body',
|
|
3284
|
-
};
|
|
3285
|
-
}
|
|
3286
|
-
static types() {
|
|
3287
|
-
return {
|
|
3288
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3289
|
-
statusCode: 'number',
|
|
3290
|
-
body: ListDeploymentJobCertResponseBody,
|
|
3291
|
-
};
|
|
3292
|
-
}
|
|
3293
|
-
validate() {
|
|
3294
|
-
if (this.headers) {
|
|
3295
|
-
$dara.Model.validateMap(this.headers);
|
|
3296
|
-
}
|
|
3297
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3298
|
-
this.body.validate();
|
|
3299
|
-
}
|
|
3300
|
-
super.validate();
|
|
3301
|
-
}
|
|
3302
|
-
constructor(map) {
|
|
3303
|
-
super(map);
|
|
3304
|
-
}
|
|
3305
|
-
}
|
|
3306
|
-
exports.ListDeploymentJobCertResponse = ListDeploymentJobCertResponse;
|
|
3307
|
-
class ListDeploymentJobResourceRequest extends $dara.Model {
|
|
3308
|
-
static names() {
|
|
3309
|
-
return {
|
|
3310
|
-
jobId: 'JobId',
|
|
3311
|
-
};
|
|
3312
|
-
}
|
|
3313
|
-
static types() {
|
|
3314
|
-
return {
|
|
3315
|
-
jobId: 'number',
|
|
3316
|
-
};
|
|
3317
|
-
}
|
|
3318
|
-
validate() {
|
|
3319
|
-
super.validate();
|
|
3320
|
-
}
|
|
3321
|
-
constructor(map) {
|
|
3322
|
-
super(map);
|
|
3323
|
-
}
|
|
3324
|
-
}
|
|
3325
|
-
exports.ListDeploymentJobResourceRequest = ListDeploymentJobResourceRequest;
|
|
3326
|
-
class ListDeploymentJobResourceResponseBody extends $dara.Model {
|
|
3327
|
-
static names() {
|
|
3328
|
-
return {
|
|
3329
|
-
data: 'Data',
|
|
3330
|
-
requestId: 'RequestId',
|
|
3331
|
-
};
|
|
3332
|
-
}
|
|
3333
|
-
static types() {
|
|
3334
|
-
return {
|
|
3335
|
-
data: { 'type': 'array', 'itemType': ListDeploymentJobResourceResponseBodyData },
|
|
3336
|
-
requestId: 'string',
|
|
3337
|
-
};
|
|
3338
|
-
}
|
|
3339
|
-
validate() {
|
|
3340
|
-
if (Array.isArray(this.data)) {
|
|
3341
|
-
$dara.Model.validateArray(this.data);
|
|
3342
|
-
}
|
|
3343
|
-
super.validate();
|
|
3344
|
-
}
|
|
3345
|
-
constructor(map) {
|
|
3346
|
-
super(map);
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
exports.ListDeploymentJobResourceResponseBody = ListDeploymentJobResourceResponseBody;
|
|
3350
|
-
class ListDeploymentJobResourceResponse extends $dara.Model {
|
|
3351
|
-
static names() {
|
|
3352
|
-
return {
|
|
3353
|
-
headers: 'headers',
|
|
3354
|
-
statusCode: 'statusCode',
|
|
3355
|
-
body: 'body',
|
|
3356
|
-
};
|
|
3357
|
-
}
|
|
3358
|
-
static types() {
|
|
3359
|
-
return {
|
|
3360
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3361
|
-
statusCode: 'number',
|
|
3362
|
-
body: ListDeploymentJobResourceResponseBody,
|
|
3363
|
-
};
|
|
3364
|
-
}
|
|
3365
|
-
validate() {
|
|
3366
|
-
if (this.headers) {
|
|
3367
|
-
$dara.Model.validateMap(this.headers);
|
|
3368
|
-
}
|
|
3369
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3370
|
-
this.body.validate();
|
|
3371
|
-
}
|
|
3372
|
-
super.validate();
|
|
3373
|
-
}
|
|
3374
|
-
constructor(map) {
|
|
3375
|
-
super(map);
|
|
3376
|
-
}
|
|
3377
|
-
}
|
|
3378
|
-
exports.ListDeploymentJobResourceResponse = ListDeploymentJobResourceResponse;
|
|
3379
|
-
class ListUserCertificateOrderRequest extends $dara.Model {
|
|
3380
|
-
static names() {
|
|
3381
|
-
return {
|
|
3382
|
-
currentPage: 'CurrentPage',
|
|
3383
|
-
keyword: 'Keyword',
|
|
3384
|
-
orderType: 'OrderType',
|
|
3385
|
-
resourceGroupId: 'ResourceGroupId',
|
|
3386
|
-
showSize: 'ShowSize',
|
|
3387
|
-
status: 'Status',
|
|
3388
|
-
};
|
|
3389
|
-
}
|
|
3390
|
-
static types() {
|
|
3391
|
-
return {
|
|
3392
|
-
currentPage: 'number',
|
|
3393
|
-
keyword: 'string',
|
|
3394
|
-
orderType: 'string',
|
|
3395
|
-
resourceGroupId: 'string',
|
|
3396
|
-
showSize: 'number',
|
|
3397
|
-
status: 'string',
|
|
3398
|
-
};
|
|
3399
|
-
}
|
|
3400
|
-
validate() {
|
|
3401
|
-
super.validate();
|
|
3402
|
-
}
|
|
3403
|
-
constructor(map) {
|
|
3404
|
-
super(map);
|
|
3405
|
-
}
|
|
3406
|
-
}
|
|
3407
|
-
exports.ListUserCertificateOrderRequest = ListUserCertificateOrderRequest;
|
|
3408
|
-
class ListUserCertificateOrderResponseBody extends $dara.Model {
|
|
3409
|
-
static names() {
|
|
3410
|
-
return {
|
|
3411
|
-
certificateOrderList: 'CertificateOrderList',
|
|
3412
|
-
currentPage: 'CurrentPage',
|
|
3413
|
-
requestId: 'RequestId',
|
|
3414
|
-
showSize: 'ShowSize',
|
|
3415
|
-
totalCount: 'TotalCount',
|
|
3416
|
-
};
|
|
3417
|
-
}
|
|
3418
|
-
static types() {
|
|
3419
|
-
return {
|
|
3420
|
-
certificateOrderList: { 'type': 'array', 'itemType': ListUserCertificateOrderResponseBodyCertificateOrderList },
|
|
3421
|
-
currentPage: 'number',
|
|
3422
|
-
requestId: 'string',
|
|
3423
|
-
showSize: 'number',
|
|
3424
|
-
totalCount: 'number',
|
|
3425
|
-
};
|
|
3426
|
-
}
|
|
3427
|
-
validate() {
|
|
3428
|
-
if (Array.isArray(this.certificateOrderList)) {
|
|
3429
|
-
$dara.Model.validateArray(this.certificateOrderList);
|
|
3430
|
-
}
|
|
3431
|
-
super.validate();
|
|
3432
|
-
}
|
|
3433
|
-
constructor(map) {
|
|
3434
|
-
super(map);
|
|
3435
|
-
}
|
|
3436
|
-
}
|
|
3437
|
-
exports.ListUserCertificateOrderResponseBody = ListUserCertificateOrderResponseBody;
|
|
3438
|
-
class ListUserCertificateOrderResponse extends $dara.Model {
|
|
3439
|
-
static names() {
|
|
3440
|
-
return {
|
|
3441
|
-
headers: 'headers',
|
|
3442
|
-
statusCode: 'statusCode',
|
|
3443
|
-
body: 'body',
|
|
3444
|
-
};
|
|
3445
|
-
}
|
|
3446
|
-
static types() {
|
|
3447
|
-
return {
|
|
3448
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3449
|
-
statusCode: 'number',
|
|
3450
|
-
body: ListUserCertificateOrderResponseBody,
|
|
3451
|
-
};
|
|
3452
|
-
}
|
|
3453
|
-
validate() {
|
|
3454
|
-
if (this.headers) {
|
|
3455
|
-
$dara.Model.validateMap(this.headers);
|
|
3456
|
-
}
|
|
3457
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3458
|
-
this.body.validate();
|
|
3459
|
-
}
|
|
3460
|
-
super.validate();
|
|
3461
|
-
}
|
|
3462
|
-
constructor(map) {
|
|
3463
|
-
super(map);
|
|
3464
|
-
}
|
|
3465
|
-
}
|
|
3466
|
-
exports.ListUserCertificateOrderResponse = ListUserCertificateOrderResponse;
|
|
3467
|
-
class ListWorkerResourceRequest extends $dara.Model {
|
|
3468
|
-
static names() {
|
|
3469
|
-
return {
|
|
3470
|
-
cloudProduct: 'CloudProduct',
|
|
3471
|
-
currentPage: 'CurrentPage',
|
|
3472
|
-
jobId: 'JobId',
|
|
3473
|
-
showSize: 'ShowSize',
|
|
3474
|
-
status: 'Status',
|
|
3475
|
-
};
|
|
3476
|
-
}
|
|
3477
|
-
static types() {
|
|
3478
|
-
return {
|
|
3479
|
-
cloudProduct: 'string',
|
|
3480
|
-
currentPage: 'number',
|
|
3481
|
-
jobId: 'number',
|
|
3482
|
-
showSize: 'number',
|
|
3483
|
-
status: 'string',
|
|
3484
|
-
};
|
|
3485
|
-
}
|
|
3486
|
-
validate() {
|
|
3487
|
-
super.validate();
|
|
3488
|
-
}
|
|
3489
|
-
constructor(map) {
|
|
3490
|
-
super(map);
|
|
3491
|
-
}
|
|
3492
|
-
}
|
|
3493
|
-
exports.ListWorkerResourceRequest = ListWorkerResourceRequest;
|
|
3494
|
-
class ListWorkerResourceResponseBody extends $dara.Model {
|
|
3495
|
-
static names() {
|
|
3496
|
-
return {
|
|
3497
|
-
currentPage: 'CurrentPage',
|
|
3498
|
-
data: 'Data',
|
|
3499
|
-
requestId: 'RequestId',
|
|
3500
|
-
showSize: 'ShowSize',
|
|
3501
|
-
total: 'Total',
|
|
3502
|
-
};
|
|
3503
|
-
}
|
|
3504
|
-
static types() {
|
|
3505
|
-
return {
|
|
3506
|
-
currentPage: 'number',
|
|
3507
|
-
data: { 'type': 'array', 'itemType': ListWorkerResourceResponseBodyData },
|
|
3508
|
-
requestId: 'string',
|
|
3509
|
-
showSize: 'number',
|
|
3510
|
-
total: 'number',
|
|
3511
|
-
};
|
|
3512
|
-
}
|
|
3513
|
-
validate() {
|
|
3514
|
-
if (Array.isArray(this.data)) {
|
|
3515
|
-
$dara.Model.validateArray(this.data);
|
|
3516
|
-
}
|
|
3517
|
-
super.validate();
|
|
3518
|
-
}
|
|
3519
|
-
constructor(map) {
|
|
3520
|
-
super(map);
|
|
3521
|
-
}
|
|
3522
|
-
}
|
|
3523
|
-
exports.ListWorkerResourceResponseBody = ListWorkerResourceResponseBody;
|
|
3524
|
-
class ListWorkerResourceResponse extends $dara.Model {
|
|
3525
|
-
static names() {
|
|
3526
|
-
return {
|
|
3527
|
-
headers: 'headers',
|
|
3528
|
-
statusCode: 'statusCode',
|
|
3529
|
-
body: 'body',
|
|
3530
|
-
};
|
|
3531
|
-
}
|
|
3532
|
-
static types() {
|
|
3533
|
-
return {
|
|
3534
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3535
|
-
statusCode: 'number',
|
|
3536
|
-
body: ListWorkerResourceResponseBody,
|
|
3537
|
-
};
|
|
3538
|
-
}
|
|
3539
|
-
validate() {
|
|
3540
|
-
if (this.headers) {
|
|
3541
|
-
$dara.Model.validateMap(this.headers);
|
|
3542
|
-
}
|
|
3543
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3544
|
-
this.body.validate();
|
|
3545
|
-
}
|
|
3546
|
-
super.validate();
|
|
3547
|
-
}
|
|
3548
|
-
constructor(map) {
|
|
3549
|
-
super(map);
|
|
3550
|
-
}
|
|
3551
|
-
}
|
|
3552
|
-
exports.ListWorkerResourceResponse = ListWorkerResourceResponse;
|
|
3553
|
-
class MoveResourceGroupRequest extends $dara.Model {
|
|
3554
|
-
static names() {
|
|
3555
|
-
return {
|
|
3556
|
-
regionId: 'RegionId',
|
|
3557
|
-
resourceGroupId: 'ResourceGroupId',
|
|
3558
|
-
resourceId: 'ResourceId',
|
|
3559
|
-
resourceType: 'ResourceType',
|
|
3560
|
-
};
|
|
3561
|
-
}
|
|
3562
|
-
static types() {
|
|
3563
|
-
return {
|
|
3564
|
-
regionId: 'string',
|
|
3565
|
-
resourceGroupId: 'string',
|
|
3566
|
-
resourceId: 'string',
|
|
3567
|
-
resourceType: 'string',
|
|
3568
|
-
};
|
|
3569
|
-
}
|
|
3570
|
-
validate() {
|
|
3571
|
-
super.validate();
|
|
3572
|
-
}
|
|
3573
|
-
constructor(map) {
|
|
3574
|
-
super(map);
|
|
3575
|
-
}
|
|
3576
|
-
}
|
|
3577
|
-
exports.MoveResourceGroupRequest = MoveResourceGroupRequest;
|
|
3578
|
-
class MoveResourceGroupResponseBody extends $dara.Model {
|
|
3579
|
-
static names() {
|
|
3580
|
-
return {
|
|
3581
|
-
requestId: 'RequestId',
|
|
3582
|
-
};
|
|
3583
|
-
}
|
|
3584
|
-
static types() {
|
|
3585
|
-
return {
|
|
3586
|
-
requestId: 'string',
|
|
3587
|
-
};
|
|
3588
|
-
}
|
|
3589
|
-
validate() {
|
|
3590
|
-
super.validate();
|
|
3591
|
-
}
|
|
3592
|
-
constructor(map) {
|
|
3593
|
-
super(map);
|
|
3594
|
-
}
|
|
3595
|
-
}
|
|
3596
|
-
exports.MoveResourceGroupResponseBody = MoveResourceGroupResponseBody;
|
|
3597
|
-
class MoveResourceGroupResponse extends $dara.Model {
|
|
3598
|
-
static names() {
|
|
3599
|
-
return {
|
|
3600
|
-
headers: 'headers',
|
|
3601
|
-
statusCode: 'statusCode',
|
|
3602
|
-
body: 'body',
|
|
3603
|
-
};
|
|
3604
|
-
}
|
|
3605
|
-
static types() {
|
|
3606
|
-
return {
|
|
3607
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3608
|
-
statusCode: 'number',
|
|
3609
|
-
body: MoveResourceGroupResponseBody,
|
|
3610
|
-
};
|
|
3611
|
-
}
|
|
3612
|
-
validate() {
|
|
3613
|
-
if (this.headers) {
|
|
3614
|
-
$dara.Model.validateMap(this.headers);
|
|
3615
|
-
}
|
|
3616
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3617
|
-
this.body.validate();
|
|
3618
|
-
}
|
|
3619
|
-
super.validate();
|
|
3620
|
-
}
|
|
3621
|
-
constructor(map) {
|
|
3622
|
-
super(map);
|
|
3623
|
-
}
|
|
3624
|
-
}
|
|
3625
|
-
exports.MoveResourceGroupResponse = MoveResourceGroupResponse;
|
|
3626
|
-
class RenewCertificateOrderForPackageRequestRequest extends $dara.Model {
|
|
3627
|
-
static names() {
|
|
3628
|
-
return {
|
|
3629
|
-
csr: 'Csr',
|
|
3630
|
-
orderId: 'OrderId',
|
|
3631
|
-
tags: 'Tags',
|
|
3632
|
-
};
|
|
3633
|
-
}
|
|
3634
|
-
static types() {
|
|
3635
|
-
return {
|
|
3636
|
-
csr: 'string',
|
|
3637
|
-
orderId: 'number',
|
|
3638
|
-
tags: { 'type': 'array', 'itemType': RenewCertificateOrderForPackageRequestRequestTags },
|
|
3639
|
-
};
|
|
3640
|
-
}
|
|
3641
|
-
validate() {
|
|
3642
|
-
if (Array.isArray(this.tags)) {
|
|
3643
|
-
$dara.Model.validateArray(this.tags);
|
|
3644
|
-
}
|
|
3645
|
-
super.validate();
|
|
3646
|
-
}
|
|
3647
|
-
constructor(map) {
|
|
3648
|
-
super(map);
|
|
3649
|
-
}
|
|
3650
|
-
}
|
|
3651
|
-
exports.RenewCertificateOrderForPackageRequestRequest = RenewCertificateOrderForPackageRequestRequest;
|
|
3652
|
-
class RenewCertificateOrderForPackageRequestResponseBody extends $dara.Model {
|
|
3653
|
-
static names() {
|
|
3654
|
-
return {
|
|
3655
|
-
orderId: 'OrderId',
|
|
3656
|
-
requestId: 'RequestId',
|
|
3657
|
-
};
|
|
3658
|
-
}
|
|
3659
|
-
static types() {
|
|
3660
|
-
return {
|
|
3661
|
-
orderId: 'number',
|
|
3662
|
-
requestId: 'string',
|
|
3663
|
-
};
|
|
3664
|
-
}
|
|
3665
|
-
validate() {
|
|
3666
|
-
super.validate();
|
|
3667
|
-
}
|
|
3668
|
-
constructor(map) {
|
|
3669
|
-
super(map);
|
|
3670
|
-
}
|
|
3671
|
-
}
|
|
3672
|
-
exports.RenewCertificateOrderForPackageRequestResponseBody = RenewCertificateOrderForPackageRequestResponseBody;
|
|
3673
|
-
class RenewCertificateOrderForPackageRequestResponse extends $dara.Model {
|
|
3674
|
-
static names() {
|
|
3675
|
-
return {
|
|
3676
|
-
headers: 'headers',
|
|
3677
|
-
statusCode: 'statusCode',
|
|
3678
|
-
body: 'body',
|
|
3679
|
-
};
|
|
3680
|
-
}
|
|
3681
|
-
static types() {
|
|
3682
|
-
return {
|
|
3683
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3684
|
-
statusCode: 'number',
|
|
3685
|
-
body: RenewCertificateOrderForPackageRequestResponseBody,
|
|
3686
|
-
};
|
|
3687
|
-
}
|
|
3688
|
-
validate() {
|
|
3689
|
-
if (this.headers) {
|
|
3690
|
-
$dara.Model.validateMap(this.headers);
|
|
3691
|
-
}
|
|
3692
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3693
|
-
this.body.validate();
|
|
3694
|
-
}
|
|
3695
|
-
super.validate();
|
|
3696
|
-
}
|
|
3697
|
-
constructor(map) {
|
|
3698
|
-
super(map);
|
|
3699
|
-
}
|
|
3700
|
-
}
|
|
3701
|
-
exports.RenewCertificateOrderForPackageRequestResponse = RenewCertificateOrderForPackageRequestResponse;
|
|
3702
|
-
class SignRequest extends $dara.Model {
|
|
3703
|
-
static names() {
|
|
3704
|
-
return {
|
|
3705
|
-
certIdentifier: 'CertIdentifier',
|
|
3706
|
-
message: 'Message',
|
|
3707
|
-
messageType: 'MessageType',
|
|
3708
|
-
signingAlgorithm: 'SigningAlgorithm',
|
|
3709
|
-
};
|
|
3710
|
-
}
|
|
3711
|
-
static types() {
|
|
3712
|
-
return {
|
|
3713
|
-
certIdentifier: 'string',
|
|
3714
|
-
message: 'string',
|
|
3715
|
-
messageType: 'string',
|
|
3716
|
-
signingAlgorithm: 'string',
|
|
3717
|
-
};
|
|
3718
|
-
}
|
|
3719
|
-
validate() {
|
|
3720
|
-
super.validate();
|
|
3721
|
-
}
|
|
3722
|
-
constructor(map) {
|
|
3723
|
-
super(map);
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
exports.SignRequest = SignRequest;
|
|
3727
|
-
class SignResponseBody extends $dara.Model {
|
|
3728
|
-
static names() {
|
|
3729
|
-
return {
|
|
3730
|
-
requestId: 'RequestId',
|
|
3731
|
-
signature: 'Signature',
|
|
3732
|
-
};
|
|
3733
|
-
}
|
|
3734
|
-
static types() {
|
|
3735
|
-
return {
|
|
3736
|
-
requestId: 'string',
|
|
3737
|
-
signature: 'string',
|
|
3738
|
-
};
|
|
3739
|
-
}
|
|
3740
|
-
validate() {
|
|
3741
|
-
super.validate();
|
|
3742
|
-
}
|
|
3743
|
-
constructor(map) {
|
|
3744
|
-
super(map);
|
|
3745
|
-
}
|
|
3746
|
-
}
|
|
3747
|
-
exports.SignResponseBody = SignResponseBody;
|
|
3748
|
-
class SignResponse extends $dara.Model {
|
|
3749
|
-
static names() {
|
|
3750
|
-
return {
|
|
3751
|
-
headers: 'headers',
|
|
3752
|
-
statusCode: 'statusCode',
|
|
3753
|
-
body: 'body',
|
|
3754
|
-
};
|
|
3755
|
-
}
|
|
3756
|
-
static types() {
|
|
3757
|
-
return {
|
|
3758
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3759
|
-
statusCode: 'number',
|
|
3760
|
-
body: SignResponseBody,
|
|
3761
|
-
};
|
|
3762
|
-
}
|
|
3763
|
-
validate() {
|
|
3764
|
-
if (this.headers) {
|
|
3765
|
-
$dara.Model.validateMap(this.headers);
|
|
3766
|
-
}
|
|
3767
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3768
|
-
this.body.validate();
|
|
3769
|
-
}
|
|
3770
|
-
super.validate();
|
|
3771
|
-
}
|
|
3772
|
-
constructor(map) {
|
|
3773
|
-
super(map);
|
|
3774
|
-
}
|
|
3775
|
-
}
|
|
3776
|
-
exports.SignResponse = SignResponse;
|
|
3777
|
-
class UpdateCsrRequest extends $dara.Model {
|
|
3778
|
-
static names() {
|
|
3779
|
-
return {
|
|
3780
|
-
csrId: 'CsrId',
|
|
3781
|
-
key: 'Key',
|
|
3782
|
-
};
|
|
3783
|
-
}
|
|
3784
|
-
static types() {
|
|
3785
|
-
return {
|
|
3786
|
-
csrId: 'number',
|
|
3787
|
-
key: 'string',
|
|
3788
|
-
};
|
|
3789
|
-
}
|
|
3790
|
-
validate() {
|
|
3791
|
-
super.validate();
|
|
3792
|
-
}
|
|
3793
|
-
constructor(map) {
|
|
3794
|
-
super(map);
|
|
3795
|
-
}
|
|
3796
|
-
}
|
|
3797
|
-
exports.UpdateCsrRequest = UpdateCsrRequest;
|
|
3798
|
-
class UpdateCsrResponseBody extends $dara.Model {
|
|
3799
|
-
static names() {
|
|
3800
|
-
return {
|
|
3801
|
-
requestId: 'RequestId',
|
|
3802
|
-
};
|
|
3803
|
-
}
|
|
3804
|
-
static types() {
|
|
3805
|
-
return {
|
|
3806
|
-
requestId: 'string',
|
|
3807
|
-
};
|
|
3808
|
-
}
|
|
3809
|
-
validate() {
|
|
3810
|
-
super.validate();
|
|
3811
|
-
}
|
|
3812
|
-
constructor(map) {
|
|
3813
|
-
super(map);
|
|
3814
|
-
}
|
|
3815
|
-
}
|
|
3816
|
-
exports.UpdateCsrResponseBody = UpdateCsrResponseBody;
|
|
3817
|
-
class UpdateCsrResponse extends $dara.Model {
|
|
3818
|
-
static names() {
|
|
3819
|
-
return {
|
|
3820
|
-
headers: 'headers',
|
|
3821
|
-
statusCode: 'statusCode',
|
|
3822
|
-
body: 'body',
|
|
3823
|
-
};
|
|
3824
|
-
}
|
|
3825
|
-
static types() {
|
|
3826
|
-
return {
|
|
3827
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3828
|
-
statusCode: 'number',
|
|
3829
|
-
body: UpdateCsrResponseBody,
|
|
3830
|
-
};
|
|
3831
|
-
}
|
|
3832
|
-
validate() {
|
|
3833
|
-
if (this.headers) {
|
|
3834
|
-
$dara.Model.validateMap(this.headers);
|
|
3835
|
-
}
|
|
3836
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3837
|
-
this.body.validate();
|
|
3838
|
-
}
|
|
3839
|
-
super.validate();
|
|
3840
|
-
}
|
|
3841
|
-
constructor(map) {
|
|
3842
|
-
super(map);
|
|
3843
|
-
}
|
|
3844
|
-
}
|
|
3845
|
-
exports.UpdateCsrResponse = UpdateCsrResponse;
|
|
3846
|
-
class UpdateDeploymentJobRequest extends $dara.Model {
|
|
3847
|
-
static names() {
|
|
3848
|
-
return {
|
|
3849
|
-
certIds: 'CertIds',
|
|
3850
|
-
contactIds: 'ContactIds',
|
|
3851
|
-
jobId: 'JobId',
|
|
3852
|
-
name: 'Name',
|
|
3853
|
-
resourceIds: 'ResourceIds',
|
|
3854
|
-
scheduleTime: 'ScheduleTime',
|
|
3855
|
-
};
|
|
3856
|
-
}
|
|
3857
|
-
static types() {
|
|
3858
|
-
return {
|
|
3859
|
-
certIds: 'string',
|
|
3860
|
-
contactIds: 'string',
|
|
3861
|
-
jobId: 'number',
|
|
3862
|
-
name: 'string',
|
|
3863
|
-
resourceIds: 'string',
|
|
3864
|
-
scheduleTime: 'number',
|
|
3865
|
-
};
|
|
3866
|
-
}
|
|
3867
|
-
validate() {
|
|
3868
|
-
super.validate();
|
|
3869
|
-
}
|
|
3870
|
-
constructor(map) {
|
|
3871
|
-
super(map);
|
|
3872
|
-
}
|
|
3873
|
-
}
|
|
3874
|
-
exports.UpdateDeploymentJobRequest = UpdateDeploymentJobRequest;
|
|
3875
|
-
class UpdateDeploymentJobResponseBody extends $dara.Model {
|
|
3876
|
-
static names() {
|
|
3877
|
-
return {
|
|
3878
|
-
requestId: 'RequestId',
|
|
3879
|
-
};
|
|
3880
|
-
}
|
|
3881
|
-
static types() {
|
|
3882
|
-
return {
|
|
3883
|
-
requestId: 'string',
|
|
3884
|
-
};
|
|
3885
|
-
}
|
|
3886
|
-
validate() {
|
|
3887
|
-
super.validate();
|
|
3888
|
-
}
|
|
3889
|
-
constructor(map) {
|
|
3890
|
-
super(map);
|
|
3891
|
-
}
|
|
3892
|
-
}
|
|
3893
|
-
exports.UpdateDeploymentJobResponseBody = UpdateDeploymentJobResponseBody;
|
|
3894
|
-
class UpdateDeploymentJobResponse extends $dara.Model {
|
|
3895
|
-
static names() {
|
|
3896
|
-
return {
|
|
3897
|
-
headers: 'headers',
|
|
3898
|
-
statusCode: 'statusCode',
|
|
3899
|
-
body: 'body',
|
|
3900
|
-
};
|
|
3901
|
-
}
|
|
3902
|
-
static types() {
|
|
3903
|
-
return {
|
|
3904
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3905
|
-
statusCode: 'number',
|
|
3906
|
-
body: UpdateDeploymentJobResponseBody,
|
|
3907
|
-
};
|
|
3908
|
-
}
|
|
3909
|
-
validate() {
|
|
3910
|
-
if (this.headers) {
|
|
3911
|
-
$dara.Model.validateMap(this.headers);
|
|
3912
|
-
}
|
|
3913
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3914
|
-
this.body.validate();
|
|
3915
|
-
}
|
|
3916
|
-
super.validate();
|
|
3917
|
-
}
|
|
3918
|
-
constructor(map) {
|
|
3919
|
-
super(map);
|
|
3920
|
-
}
|
|
3921
|
-
}
|
|
3922
|
-
exports.UpdateDeploymentJobResponse = UpdateDeploymentJobResponse;
|
|
3923
|
-
class UpdateDeploymentJobStatusRequest extends $dara.Model {
|
|
3924
|
-
static names() {
|
|
3925
|
-
return {
|
|
3926
|
-
jobId: 'JobId',
|
|
3927
|
-
status: 'Status',
|
|
3928
|
-
};
|
|
3929
|
-
}
|
|
3930
|
-
static types() {
|
|
3931
|
-
return {
|
|
3932
|
-
jobId: 'number',
|
|
3933
|
-
status: 'string',
|
|
3934
|
-
};
|
|
3935
|
-
}
|
|
3936
|
-
validate() {
|
|
3937
|
-
super.validate();
|
|
3938
|
-
}
|
|
3939
|
-
constructor(map) {
|
|
3940
|
-
super(map);
|
|
3941
|
-
}
|
|
3942
|
-
}
|
|
3943
|
-
exports.UpdateDeploymentJobStatusRequest = UpdateDeploymentJobStatusRequest;
|
|
3944
|
-
class UpdateDeploymentJobStatusResponseBody extends $dara.Model {
|
|
3945
|
-
static names() {
|
|
3946
|
-
return {
|
|
3947
|
-
data: 'Data',
|
|
3948
|
-
requestId: 'RequestId',
|
|
3949
|
-
};
|
|
3950
|
-
}
|
|
3951
|
-
static types() {
|
|
3952
|
-
return {
|
|
3953
|
-
data: 'any',
|
|
3954
|
-
requestId: 'string',
|
|
3955
|
-
};
|
|
3956
|
-
}
|
|
3957
|
-
validate() {
|
|
3958
|
-
super.validate();
|
|
3959
|
-
}
|
|
3960
|
-
constructor(map) {
|
|
3961
|
-
super(map);
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
exports.UpdateDeploymentJobStatusResponseBody = UpdateDeploymentJobStatusResponseBody;
|
|
3965
|
-
class UpdateDeploymentJobStatusResponse extends $dara.Model {
|
|
3966
|
-
static names() {
|
|
3967
|
-
return {
|
|
3968
|
-
headers: 'headers',
|
|
3969
|
-
statusCode: 'statusCode',
|
|
3970
|
-
body: 'body',
|
|
3971
|
-
};
|
|
3972
|
-
}
|
|
3973
|
-
static types() {
|
|
3974
|
-
return {
|
|
3975
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3976
|
-
statusCode: 'number',
|
|
3977
|
-
body: UpdateDeploymentJobStatusResponseBody,
|
|
3978
|
-
};
|
|
3979
|
-
}
|
|
3980
|
-
validate() {
|
|
3981
|
-
if (this.headers) {
|
|
3982
|
-
$dara.Model.validateMap(this.headers);
|
|
3983
|
-
}
|
|
3984
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
3985
|
-
this.body.validate();
|
|
3986
|
-
}
|
|
3987
|
-
super.validate();
|
|
3988
|
-
}
|
|
3989
|
-
constructor(map) {
|
|
3990
|
-
super(map);
|
|
3991
|
-
}
|
|
3992
|
-
}
|
|
3993
|
-
exports.UpdateDeploymentJobStatusResponse = UpdateDeploymentJobStatusResponse;
|
|
3994
|
-
class UpdateWorkerResourceStatusRequest extends $dara.Model {
|
|
3995
|
-
static names() {
|
|
3996
|
-
return {
|
|
3997
|
-
jobId: 'JobId',
|
|
3998
|
-
status: 'Status',
|
|
3999
|
-
workerId: 'WorkerId',
|
|
4000
|
-
};
|
|
4001
|
-
}
|
|
4002
|
-
static types() {
|
|
4003
|
-
return {
|
|
4004
|
-
jobId: 'number',
|
|
4005
|
-
status: 'string',
|
|
4006
|
-
workerId: 'number',
|
|
4007
|
-
};
|
|
4008
|
-
}
|
|
4009
|
-
validate() {
|
|
4010
|
-
super.validate();
|
|
4011
|
-
}
|
|
4012
|
-
constructor(map) {
|
|
4013
|
-
super(map);
|
|
4014
|
-
}
|
|
4015
|
-
}
|
|
4016
|
-
exports.UpdateWorkerResourceStatusRequest = UpdateWorkerResourceStatusRequest;
|
|
4017
|
-
class UpdateWorkerResourceStatusResponseBody extends $dara.Model {
|
|
4018
|
-
static names() {
|
|
4019
|
-
return {
|
|
4020
|
-
data: 'Data',
|
|
4021
|
-
requestId: 'RequestId',
|
|
4022
|
-
};
|
|
4023
|
-
}
|
|
4024
|
-
static types() {
|
|
4025
|
-
return {
|
|
4026
|
-
data: 'any',
|
|
4027
|
-
requestId: 'string',
|
|
4028
|
-
};
|
|
4029
|
-
}
|
|
4030
|
-
validate() {
|
|
4031
|
-
super.validate();
|
|
4032
|
-
}
|
|
4033
|
-
constructor(map) {
|
|
4034
|
-
super(map);
|
|
4035
|
-
}
|
|
4036
|
-
}
|
|
4037
|
-
exports.UpdateWorkerResourceStatusResponseBody = UpdateWorkerResourceStatusResponseBody;
|
|
4038
|
-
class UpdateWorkerResourceStatusResponse extends $dara.Model {
|
|
4039
|
-
static names() {
|
|
4040
|
-
return {
|
|
4041
|
-
headers: 'headers',
|
|
4042
|
-
statusCode: 'statusCode',
|
|
4043
|
-
body: 'body',
|
|
4044
|
-
};
|
|
4045
|
-
}
|
|
4046
|
-
static types() {
|
|
4047
|
-
return {
|
|
4048
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4049
|
-
statusCode: 'number',
|
|
4050
|
-
body: UpdateWorkerResourceStatusResponseBody,
|
|
4051
|
-
};
|
|
4052
|
-
}
|
|
4053
|
-
validate() {
|
|
4054
|
-
if (this.headers) {
|
|
4055
|
-
$dara.Model.validateMap(this.headers);
|
|
4056
|
-
}
|
|
4057
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
4058
|
-
this.body.validate();
|
|
4059
|
-
}
|
|
4060
|
-
super.validate();
|
|
4061
|
-
}
|
|
4062
|
-
constructor(map) {
|
|
4063
|
-
super(map);
|
|
4064
|
-
}
|
|
4065
|
-
}
|
|
4066
|
-
exports.UpdateWorkerResourceStatusResponse = UpdateWorkerResourceStatusResponse;
|
|
4067
|
-
class UploadCsrRequest extends $dara.Model {
|
|
4068
|
-
static names() {
|
|
4069
|
-
return {
|
|
4070
|
-
csr: 'Csr',
|
|
4071
|
-
key: 'Key',
|
|
4072
|
-
name: 'Name',
|
|
4073
|
-
};
|
|
4074
|
-
}
|
|
4075
|
-
static types() {
|
|
4076
|
-
return {
|
|
4077
|
-
csr: 'string',
|
|
4078
|
-
key: 'string',
|
|
4079
|
-
name: 'string',
|
|
4080
|
-
};
|
|
4081
|
-
}
|
|
4082
|
-
validate() {
|
|
4083
|
-
super.validate();
|
|
4084
|
-
}
|
|
4085
|
-
constructor(map) {
|
|
4086
|
-
super(map);
|
|
4087
|
-
}
|
|
4088
|
-
}
|
|
4089
|
-
exports.UploadCsrRequest = UploadCsrRequest;
|
|
4090
|
-
class UploadCsrResponseBody extends $dara.Model {
|
|
4091
|
-
static names() {
|
|
4092
|
-
return {
|
|
4093
|
-
csrId: 'CsrId',
|
|
4094
|
-
requestId: 'RequestId',
|
|
4095
|
-
};
|
|
4096
|
-
}
|
|
4097
|
-
static types() {
|
|
4098
|
-
return {
|
|
4099
|
-
csrId: 'number',
|
|
4100
|
-
requestId: 'string',
|
|
4101
|
-
};
|
|
4102
|
-
}
|
|
4103
|
-
validate() {
|
|
4104
|
-
super.validate();
|
|
4105
|
-
}
|
|
4106
|
-
constructor(map) {
|
|
4107
|
-
super(map);
|
|
4108
|
-
}
|
|
4109
|
-
}
|
|
4110
|
-
exports.UploadCsrResponseBody = UploadCsrResponseBody;
|
|
4111
|
-
class UploadCsrResponse extends $dara.Model {
|
|
4112
|
-
static names() {
|
|
4113
|
-
return {
|
|
4114
|
-
headers: 'headers',
|
|
4115
|
-
statusCode: 'statusCode',
|
|
4116
|
-
body: 'body',
|
|
4117
|
-
};
|
|
4118
|
-
}
|
|
4119
|
-
static types() {
|
|
4120
|
-
return {
|
|
4121
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4122
|
-
statusCode: 'number',
|
|
4123
|
-
body: UploadCsrResponseBody,
|
|
4124
|
-
};
|
|
4125
|
-
}
|
|
4126
|
-
validate() {
|
|
4127
|
-
if (this.headers) {
|
|
4128
|
-
$dara.Model.validateMap(this.headers);
|
|
4129
|
-
}
|
|
4130
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
4131
|
-
this.body.validate();
|
|
4132
|
-
}
|
|
4133
|
-
super.validate();
|
|
4134
|
-
}
|
|
4135
|
-
constructor(map) {
|
|
4136
|
-
super(map);
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
exports.UploadCsrResponse = UploadCsrResponse;
|
|
4140
|
-
class UploadUserCertificateRequest extends $dara.Model {
|
|
4141
|
-
static names() {
|
|
4142
|
-
return {
|
|
4143
|
-
cert: 'Cert',
|
|
4144
|
-
encryptCert: 'EncryptCert',
|
|
4145
|
-
encryptPrivateKey: 'EncryptPrivateKey',
|
|
4146
|
-
key: 'Key',
|
|
4147
|
-
name: 'Name',
|
|
4148
|
-
resourceGroupId: 'ResourceGroupId',
|
|
4149
|
-
signCert: 'SignCert',
|
|
4150
|
-
signPrivateKey: 'SignPrivateKey',
|
|
4151
|
-
tags: 'Tags',
|
|
4152
|
-
};
|
|
4153
|
-
}
|
|
4154
|
-
static types() {
|
|
4155
|
-
return {
|
|
4156
|
-
cert: 'string',
|
|
4157
|
-
encryptCert: 'string',
|
|
4158
|
-
encryptPrivateKey: 'string',
|
|
4159
|
-
key: 'string',
|
|
4160
|
-
name: 'string',
|
|
4161
|
-
resourceGroupId: 'string',
|
|
4162
|
-
signCert: 'string',
|
|
4163
|
-
signPrivateKey: 'string',
|
|
4164
|
-
tags: { 'type': 'array', 'itemType': UploadUserCertificateRequestTags },
|
|
4165
|
-
};
|
|
4166
|
-
}
|
|
4167
|
-
validate() {
|
|
4168
|
-
if (Array.isArray(this.tags)) {
|
|
4169
|
-
$dara.Model.validateArray(this.tags);
|
|
4170
|
-
}
|
|
4171
|
-
super.validate();
|
|
4172
|
-
}
|
|
4173
|
-
constructor(map) {
|
|
4174
|
-
super(map);
|
|
4175
|
-
}
|
|
4176
|
-
}
|
|
4177
|
-
exports.UploadUserCertificateRequest = UploadUserCertificateRequest;
|
|
4178
|
-
class UploadUserCertificateResponseBody extends $dara.Model {
|
|
4179
|
-
static names() {
|
|
4180
|
-
return {
|
|
4181
|
-
certId: 'CertId',
|
|
4182
|
-
requestId: 'RequestId',
|
|
4183
|
-
resourceId: 'ResourceId',
|
|
4184
|
-
};
|
|
4185
|
-
}
|
|
4186
|
-
static types() {
|
|
4187
|
-
return {
|
|
4188
|
-
certId: 'number',
|
|
4189
|
-
requestId: 'string',
|
|
4190
|
-
resourceId: 'string',
|
|
4191
|
-
};
|
|
4192
|
-
}
|
|
4193
|
-
validate() {
|
|
4194
|
-
super.validate();
|
|
4195
|
-
}
|
|
4196
|
-
constructor(map) {
|
|
4197
|
-
super(map);
|
|
4198
|
-
}
|
|
4199
|
-
}
|
|
4200
|
-
exports.UploadUserCertificateResponseBody = UploadUserCertificateResponseBody;
|
|
4201
|
-
class UploadUserCertificateResponse extends $dara.Model {
|
|
4202
|
-
static names() {
|
|
4203
|
-
return {
|
|
4204
|
-
headers: 'headers',
|
|
4205
|
-
statusCode: 'statusCode',
|
|
4206
|
-
body: 'body',
|
|
4207
|
-
};
|
|
4208
|
-
}
|
|
4209
|
-
static types() {
|
|
4210
|
-
return {
|
|
4211
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4212
|
-
statusCode: 'number',
|
|
4213
|
-
body: UploadUserCertificateResponseBody,
|
|
4214
|
-
};
|
|
4215
|
-
}
|
|
4216
|
-
validate() {
|
|
4217
|
-
if (this.headers) {
|
|
4218
|
-
$dara.Model.validateMap(this.headers);
|
|
4219
|
-
}
|
|
4220
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
4221
|
-
this.body.validate();
|
|
4222
|
-
}
|
|
4223
|
-
super.validate();
|
|
4224
|
-
}
|
|
4225
|
-
constructor(map) {
|
|
4226
|
-
super(map);
|
|
4227
|
-
}
|
|
4228
|
-
}
|
|
4229
|
-
exports.UploadUserCertificateResponse = UploadUserCertificateResponse;
|
|
4230
|
-
class VerifyRequest extends $dara.Model {
|
|
4231
|
-
static names() {
|
|
4232
|
-
return {
|
|
4233
|
-
certIdentifier: 'CertIdentifier',
|
|
4234
|
-
message: 'Message',
|
|
4235
|
-
messageType: 'MessageType',
|
|
4236
|
-
signatureValue: 'SignatureValue',
|
|
4237
|
-
signingAlgorithm: 'SigningAlgorithm',
|
|
4238
|
-
};
|
|
4239
|
-
}
|
|
4240
|
-
static types() {
|
|
4241
|
-
return {
|
|
4242
|
-
certIdentifier: 'string',
|
|
4243
|
-
message: 'string',
|
|
4244
|
-
messageType: 'string',
|
|
4245
|
-
signatureValue: 'string',
|
|
4246
|
-
signingAlgorithm: 'string',
|
|
4247
|
-
};
|
|
4248
|
-
}
|
|
4249
|
-
validate() {
|
|
4250
|
-
super.validate();
|
|
4251
|
-
}
|
|
4252
|
-
constructor(map) {
|
|
4253
|
-
super(map);
|
|
4254
|
-
}
|
|
4255
|
-
}
|
|
4256
|
-
exports.VerifyRequest = VerifyRequest;
|
|
4257
|
-
class VerifyResponseBody extends $dara.Model {
|
|
4258
|
-
static names() {
|
|
4259
|
-
return {
|
|
4260
|
-
requestId: 'RequestId',
|
|
4261
|
-
signatureValid: 'SignatureValid',
|
|
4262
|
-
};
|
|
4263
|
-
}
|
|
4264
|
-
static types() {
|
|
4265
|
-
return {
|
|
4266
|
-
requestId: 'string',
|
|
4267
|
-
signatureValid: 'boolean',
|
|
4268
|
-
};
|
|
4269
|
-
}
|
|
4270
|
-
validate() {
|
|
4271
|
-
super.validate();
|
|
4272
|
-
}
|
|
4273
|
-
constructor(map) {
|
|
4274
|
-
super(map);
|
|
4275
|
-
}
|
|
4276
|
-
}
|
|
4277
|
-
exports.VerifyResponseBody = VerifyResponseBody;
|
|
4278
|
-
class VerifyResponse extends $dara.Model {
|
|
4279
|
-
static names() {
|
|
4280
|
-
return {
|
|
4281
|
-
headers: 'headers',
|
|
4282
|
-
statusCode: 'statusCode',
|
|
4283
|
-
body: 'body',
|
|
4284
|
-
};
|
|
4285
|
-
}
|
|
4286
|
-
static types() {
|
|
4287
|
-
return {
|
|
4288
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4289
|
-
statusCode: 'number',
|
|
4290
|
-
body: VerifyResponseBody,
|
|
4291
|
-
};
|
|
4292
|
-
}
|
|
4293
|
-
validate() {
|
|
4294
|
-
if (this.headers) {
|
|
4295
|
-
$dara.Model.validateMap(this.headers);
|
|
4296
|
-
}
|
|
4297
|
-
if (this.body && typeof this.body.validate === 'function') {
|
|
4298
|
-
this.body.validate();
|
|
4299
|
-
}
|
|
4300
|
-
super.validate();
|
|
4301
|
-
}
|
|
4302
|
-
constructor(map) {
|
|
4303
|
-
super(map);
|
|
4304
|
-
}
|
|
4305
|
-
}
|
|
4306
|
-
exports.VerifyResponse = VerifyResponse;
|
|
35
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
39
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
+
// This file is auto-generated, don't edit it
|
|
43
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
44
|
+
const openapi_core_1 = __importDefault(require("@alicloud/openapi-core"));
|
|
45
|
+
const openapi_core_2 = require("@alicloud/openapi-core");
|
|
46
|
+
const $_model = __importStar(require("./models/model"));
|
|
47
|
+
__exportStar(require("./models/model"), exports);
|
|
4307
48
|
class Client extends openapi_core_1.default {
|
|
4308
49
|
constructor(config) {
|
|
4309
50
|
super(config);
|
|
@@ -4403,12 +144,7 @@ class Client extends openapi_core_1.default {
|
|
|
4403
144
|
reqBodyType: "formData",
|
|
4404
145
|
bodyType: "json",
|
|
4405
146
|
});
|
|
4406
|
-
|
|
4407
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CancelCertificateForPackageRequestResponse({}));
|
|
4408
|
-
}
|
|
4409
|
-
else {
|
|
4410
|
-
return $dara.cast(await this.execute(params, req, runtime), new CancelCertificateForPackageRequestResponse({}));
|
|
4411
|
-
}
|
|
147
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelCertificateForPackageRequestResponse({}));
|
|
4412
148
|
}
|
|
4413
149
|
/**
|
|
4414
150
|
* Revokes an issued certificate and cancels the application order of the certificate.
|
|
@@ -4453,12 +189,7 @@ class Client extends openapi_core_1.default {
|
|
|
4453
189
|
reqBodyType: "formData",
|
|
4454
190
|
bodyType: "json",
|
|
4455
191
|
});
|
|
4456
|
-
|
|
4457
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CancelOrderRequestResponse({}));
|
|
4458
|
-
}
|
|
4459
|
-
else {
|
|
4460
|
-
return $dara.cast(await this.execute(params, req, runtime), new CancelOrderRequestResponse({}));
|
|
4461
|
-
}
|
|
192
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelOrderRequestResponse({}));
|
|
4462
193
|
}
|
|
4463
194
|
/**
|
|
4464
195
|
* Cancels a certificate application order that is in the pending validation or being reviewed state.
|
|
@@ -4529,12 +260,7 @@ class Client extends openapi_core_1.default {
|
|
|
4529
260
|
reqBodyType: "formData",
|
|
4530
261
|
bodyType: "json",
|
|
4531
262
|
});
|
|
4532
|
-
|
|
4533
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCertificateForPackageRequestResponse({}));
|
|
4534
|
-
}
|
|
4535
|
-
else {
|
|
4536
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCertificateForPackageRequestResponse({}));
|
|
4537
|
-
}
|
|
263
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCertificateForPackageRequestResponse({}));
|
|
4538
264
|
}
|
|
4539
265
|
/**
|
|
4540
266
|
* Submits a certificate application.
|
|
@@ -4602,12 +328,7 @@ class Client extends openapi_core_1.default {
|
|
|
4602
328
|
reqBodyType: "formData",
|
|
4603
329
|
bodyType: "json",
|
|
4604
330
|
});
|
|
4605
|
-
|
|
4606
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCertificateRequestResponse({}));
|
|
4607
|
-
}
|
|
4608
|
-
else {
|
|
4609
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCertificateRequestResponse({}));
|
|
4610
|
-
}
|
|
331
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCertificateRequestResponse({}));
|
|
4611
332
|
}
|
|
4612
333
|
/**
|
|
4613
334
|
* Purchases, applies for, and issues a domain validated (DV) certificate by using extended certificate services.
|
|
@@ -4676,12 +397,7 @@ class Client extends openapi_core_1.default {
|
|
|
4676
397
|
reqBodyType: "formData",
|
|
4677
398
|
bodyType: "json",
|
|
4678
399
|
});
|
|
4679
|
-
|
|
4680
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCertificateWithCsrRequestResponse({}));
|
|
4681
|
-
}
|
|
4682
|
-
else {
|
|
4683
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCertificateWithCsrRequestResponse({}));
|
|
4684
|
-
}
|
|
400
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCertificateWithCsrRequestResponse({}));
|
|
4685
401
|
}
|
|
4686
402
|
/**
|
|
4687
403
|
* Purchases, applies for, and issues a domain validated (DV) certificate by using a custom certificate signing request (CSR) file. You can use extended certificate services to purchase and apply for a DV certificate with a few clicks.
|
|
@@ -4753,12 +469,7 @@ class Client extends openapi_core_1.default {
|
|
|
4753
469
|
reqBodyType: "formData",
|
|
4754
470
|
bodyType: "json",
|
|
4755
471
|
});
|
|
4756
|
-
|
|
4757
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCsrResponse({}));
|
|
4758
|
-
}
|
|
4759
|
-
else {
|
|
4760
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCsrResponse({}));
|
|
4761
|
-
}
|
|
472
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCsrResponse({}));
|
|
4762
473
|
}
|
|
4763
474
|
/**
|
|
4764
475
|
* Creates a certificate signing request (CSR). A CSR file contains the information about an SSL certificate that you want to apply for. The information includes the domain names that you want to bind to the certificate and the name and the geographical location of the certificate holder. When you submit a certificate application to a certificate authority (CA), you must provide a CSR. After the CA approves your certificate application, the CA uses the private key of the root CA to sign your CSR and generates a public key file. The public key file is the SSL certificate that the CA issues to you. The private key of the SSL certificate is generated when you create the CSR.
|
|
@@ -4771,7 +482,10 @@ class Client extends openapi_core_1.default {
|
|
|
4771
482
|
return await this.createCsrWithOptions(request, runtime);
|
|
4772
483
|
}
|
|
4773
484
|
/**
|
|
4774
|
-
* Creates a deployment task.
|
|
485
|
+
* Creates a certificate deployment task. After an SSL certificate is issued, you can create a certificate deployment task to immediately deploy the certificate to an Alibaba Cloud service or deploy the certificate to the service at a specific point in time. Then, the certificate can implement trusted identity authentication and ensure the security of data transmission for your website hosted on the service.
|
|
486
|
+
*
|
|
487
|
+
* @remarks
|
|
488
|
+
* After the task creation is completed, the task will be in the editing state. You need to call the UpdateDeploymentJobStatus interface to change the status to the pending state, otherwise the task will not be executed.
|
|
4775
489
|
*
|
|
4776
490
|
* @param request - CreateDeploymentJobRequest
|
|
4777
491
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4812,15 +526,13 @@ class Client extends openapi_core_1.default {
|
|
|
4812
526
|
reqBodyType: "formData",
|
|
4813
527
|
bodyType: "json",
|
|
4814
528
|
});
|
|
4815
|
-
|
|
4816
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateDeploymentJobResponse({}));
|
|
4817
|
-
}
|
|
4818
|
-
else {
|
|
4819
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateDeploymentJobResponse({}));
|
|
4820
|
-
}
|
|
529
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDeploymentJobResponse({}));
|
|
4821
530
|
}
|
|
4822
531
|
/**
|
|
4823
|
-
* Creates a deployment task.
|
|
532
|
+
* Creates a certificate deployment task. After an SSL certificate is issued, you can create a certificate deployment task to immediately deploy the certificate to an Alibaba Cloud service or deploy the certificate to the service at a specific point in time. Then, the certificate can implement trusted identity authentication and ensure the security of data transmission for your website hosted on the service.
|
|
533
|
+
*
|
|
534
|
+
* @remarks
|
|
535
|
+
* After the task creation is completed, the task will be in the editing state. You need to call the UpdateDeploymentJobStatus interface to change the status to the pending state, otherwise the task will not be executed.
|
|
4824
536
|
*
|
|
4825
537
|
* @param request - CreateDeploymentJobRequest
|
|
4826
538
|
* @returns CreateDeploymentJobResponse
|
|
@@ -4868,12 +580,7 @@ class Client extends openapi_core_1.default {
|
|
|
4868
580
|
reqBodyType: "formData",
|
|
4869
581
|
bodyType: "json",
|
|
4870
582
|
});
|
|
4871
|
-
|
|
4872
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DecryptResponse({}));
|
|
4873
|
-
}
|
|
4874
|
-
else {
|
|
4875
|
-
return $dara.cast(await this.execute(params, req, runtime), new DecryptResponse({}));
|
|
4876
|
-
}
|
|
583
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DecryptResponse({}));
|
|
4877
584
|
}
|
|
4878
585
|
/**
|
|
4879
586
|
* Decrypts a certificate in a certificate repository.
|
|
@@ -4920,12 +627,7 @@ class Client extends openapi_core_1.default {
|
|
|
4920
627
|
reqBodyType: "formData",
|
|
4921
628
|
bodyType: "json",
|
|
4922
629
|
});
|
|
4923
|
-
|
|
4924
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCertificateRequestResponse({}));
|
|
4925
|
-
}
|
|
4926
|
-
else {
|
|
4927
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteCertificateRequestResponse({}));
|
|
4928
|
-
}
|
|
630
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCertificateRequestResponse({}));
|
|
4929
631
|
}
|
|
4930
632
|
/**
|
|
4931
633
|
* Deletes an order in which the application for a domain validated (DV) certificate failed.
|
|
@@ -4969,12 +671,7 @@ class Client extends openapi_core_1.default {
|
|
|
4969
671
|
reqBodyType: "formData",
|
|
4970
672
|
bodyType: "json",
|
|
4971
673
|
});
|
|
4972
|
-
|
|
4973
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCsrResponse({}));
|
|
4974
|
-
}
|
|
4975
|
-
else {
|
|
4976
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteCsrResponse({}));
|
|
4977
|
-
}
|
|
674
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCsrResponse({}));
|
|
4978
675
|
}
|
|
4979
676
|
/**
|
|
4980
677
|
* Deletes a certificate signing request (CSR) file.
|
|
@@ -5013,12 +710,7 @@ class Client extends openapi_core_1.default {
|
|
|
5013
710
|
reqBodyType: "formData",
|
|
5014
711
|
bodyType: "json",
|
|
5015
712
|
});
|
|
5016
|
-
|
|
5017
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteDeploymentJobResponse({}));
|
|
5018
|
-
}
|
|
5019
|
-
else {
|
|
5020
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteDeploymentJobResponse({}));
|
|
5021
|
-
}
|
|
713
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDeploymentJobResponse({}));
|
|
5022
714
|
}
|
|
5023
715
|
/**
|
|
5024
716
|
* Deletes a deployment task.
|
|
@@ -5062,12 +754,7 @@ class Client extends openapi_core_1.default {
|
|
|
5062
754
|
reqBodyType: "formData",
|
|
5063
755
|
bodyType: "json",
|
|
5064
756
|
});
|
|
5065
|
-
|
|
5066
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeletePCACertResponse({}));
|
|
5067
|
-
}
|
|
5068
|
-
else {
|
|
5069
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeletePCACertResponse({}));
|
|
5070
|
-
}
|
|
757
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeletePCACertResponse({}));
|
|
5071
758
|
}
|
|
5072
759
|
/**
|
|
5073
760
|
* Deletes a private certificate from a certificate application repository.
|
|
@@ -5114,12 +801,7 @@ class Client extends openapi_core_1.default {
|
|
|
5114
801
|
reqBodyType: "formData",
|
|
5115
802
|
bodyType: "json",
|
|
5116
803
|
});
|
|
5117
|
-
|
|
5118
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteUserCertificateResponse({}));
|
|
5119
|
-
}
|
|
5120
|
-
else {
|
|
5121
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteUserCertificateResponse({}));
|
|
5122
|
-
}
|
|
804
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteUserCertificateResponse({}));
|
|
5123
805
|
}
|
|
5124
806
|
/**
|
|
5125
807
|
* Deletes an expired or uploaded certificate.
|
|
@@ -5164,12 +846,7 @@ class Client extends openapi_core_1.default {
|
|
|
5164
846
|
reqBodyType: "formData",
|
|
5165
847
|
bodyType: "json",
|
|
5166
848
|
});
|
|
5167
|
-
|
|
5168
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWorkerResourceResponse({}));
|
|
5169
|
-
}
|
|
5170
|
-
else {
|
|
5171
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteWorkerResourceResponse({}));
|
|
5172
|
-
}
|
|
849
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWorkerResourceResponse({}));
|
|
5173
850
|
}
|
|
5174
851
|
/**
|
|
5175
852
|
* Deletes the worker of a deployment task.
|
|
@@ -5212,12 +889,7 @@ class Client extends openapi_core_1.default {
|
|
|
5212
889
|
reqBodyType: "formData",
|
|
5213
890
|
bodyType: "json",
|
|
5214
891
|
});
|
|
5215
|
-
|
|
5216
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeCertificateStateResponse({}));
|
|
5217
|
-
}
|
|
5218
|
-
else {
|
|
5219
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeCertificateStateResponse({}));
|
|
5220
|
-
}
|
|
892
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCertificateStateResponse({}));
|
|
5221
893
|
}
|
|
5222
894
|
/**
|
|
5223
895
|
* Queries the status of a specified certificate application order.
|
|
@@ -5260,12 +932,7 @@ class Client extends openapi_core_1.default {
|
|
|
5260
932
|
reqBodyType: "formData",
|
|
5261
933
|
bodyType: "json",
|
|
5262
934
|
});
|
|
5263
|
-
|
|
5264
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeCloudResourceStatusResponse({}));
|
|
5265
|
-
}
|
|
5266
|
-
else {
|
|
5267
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeCloudResourceStatusResponse({}));
|
|
5268
|
-
}
|
|
935
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudResourceStatusResponse({}));
|
|
5269
936
|
}
|
|
5270
937
|
/**
|
|
5271
938
|
* Queries the number of third-party cloud resources on which you deployed certificates by using a multi-cloud deployment task.
|
|
@@ -5304,12 +971,7 @@ class Client extends openapi_core_1.default {
|
|
|
5304
971
|
reqBodyType: "formData",
|
|
5305
972
|
bodyType: "json",
|
|
5306
973
|
});
|
|
5307
|
-
|
|
5308
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDeploymentJobResponse({}));
|
|
5309
|
-
}
|
|
5310
|
-
else {
|
|
5311
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeDeploymentJobResponse({}));
|
|
5312
|
-
}
|
|
974
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDeploymentJobResponse({}));
|
|
5313
975
|
}
|
|
5314
976
|
/**
|
|
5315
977
|
* Queries the details of a deployment task. You can call the CreateDeploymentJob operation to create a deployment task and obtain the ID of the task.
|
|
@@ -5348,12 +1010,7 @@ class Client extends openapi_core_1.default {
|
|
|
5348
1010
|
reqBodyType: "formData",
|
|
5349
1011
|
bodyType: "json",
|
|
5350
1012
|
});
|
|
5351
|
-
|
|
5352
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDeploymentJobStatusResponse({}));
|
|
5353
|
-
}
|
|
5354
|
-
else {
|
|
5355
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeDeploymentJobStatusResponse({}));
|
|
5356
|
-
}
|
|
1013
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDeploymentJobStatusResponse({}));
|
|
5357
1014
|
}
|
|
5358
1015
|
/**
|
|
5359
1016
|
* Queries the number of worker tasks in a deployment task.
|
|
@@ -5392,12 +1049,7 @@ class Client extends openapi_core_1.default {
|
|
|
5392
1049
|
reqBodyType: "formData",
|
|
5393
1050
|
bodyType: "json",
|
|
5394
1051
|
});
|
|
5395
|
-
|
|
5396
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribePackageStateResponse({}));
|
|
5397
|
-
}
|
|
5398
|
-
else {
|
|
5399
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribePackageStateResponse({}));
|
|
5400
|
-
}
|
|
1052
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePackageStateResponse({}));
|
|
5401
1053
|
}
|
|
5402
1054
|
/**
|
|
5403
1055
|
* Queries the quota for domain validated (DV) certificates that you purchase and the quota usage.
|
|
@@ -5448,12 +1100,7 @@ class Client extends openapi_core_1.default {
|
|
|
5448
1100
|
reqBodyType: "formData",
|
|
5449
1101
|
bodyType: "json",
|
|
5450
1102
|
});
|
|
5451
|
-
|
|
5452
|
-
return $dara.cast(await this.callApi(params, req, runtime), new EncryptResponse({}));
|
|
5453
|
-
}
|
|
5454
|
-
else {
|
|
5455
|
-
return $dara.cast(await this.execute(params, req, runtime), new EncryptResponse({}));
|
|
5456
|
-
}
|
|
1103
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EncryptResponse({}));
|
|
5457
1104
|
}
|
|
5458
1105
|
/**
|
|
5459
1106
|
* Encrypts a certificate in a certificate repository.
|
|
@@ -5491,12 +1138,7 @@ class Client extends openapi_core_1.default {
|
|
|
5491
1138
|
reqBodyType: "formData",
|
|
5492
1139
|
bodyType: "json",
|
|
5493
1140
|
});
|
|
5494
|
-
|
|
5495
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCertWarehouseQuotaResponse({}));
|
|
5496
|
-
}
|
|
5497
|
-
else {
|
|
5498
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCertWarehouseQuotaResponse({}));
|
|
5499
|
-
}
|
|
1141
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCertWarehouseQuotaResponse({}));
|
|
5500
1142
|
}
|
|
5501
1143
|
/**
|
|
5502
1144
|
* Queries the quota for certificate repositories.
|
|
@@ -5536,12 +1178,7 @@ class Client extends openapi_core_1.default {
|
|
|
5536
1178
|
reqBodyType: "formData",
|
|
5537
1179
|
bodyType: "json",
|
|
5538
1180
|
});
|
|
5539
|
-
|
|
5540
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCsrDetailResponse({}));
|
|
5541
|
-
}
|
|
5542
|
-
else {
|
|
5543
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCsrDetailResponse({}));
|
|
5544
|
-
}
|
|
1181
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCsrDetailResponse({}));
|
|
5545
1182
|
}
|
|
5546
1183
|
/**
|
|
5547
1184
|
* Obtains the content of a certificate signing request (CSR) file.
|
|
@@ -5586,12 +1223,7 @@ class Client extends openapi_core_1.default {
|
|
|
5586
1223
|
reqBodyType: "formData",
|
|
5587
1224
|
bodyType: "json",
|
|
5588
1225
|
});
|
|
5589
|
-
|
|
5590
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetUserCertificateDetailResponse({}));
|
|
5591
|
-
}
|
|
5592
|
-
else {
|
|
5593
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetUserCertificateDetailResponse({}));
|
|
5594
|
-
}
|
|
1226
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUserCertificateDetailResponse({}));
|
|
5595
1227
|
}
|
|
5596
1228
|
/**
|
|
5597
1229
|
* Queries the details of a certificate.
|
|
@@ -5654,12 +1286,7 @@ class Client extends openapi_core_1.default {
|
|
|
5654
1286
|
reqBodyType: "formData",
|
|
5655
1287
|
bodyType: "json",
|
|
5656
1288
|
});
|
|
5657
|
-
|
|
5658
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCertResponse({}));
|
|
5659
|
-
}
|
|
5660
|
-
else {
|
|
5661
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCertResponse({}));
|
|
5662
|
-
}
|
|
1289
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCertResponse({}));
|
|
5663
1290
|
}
|
|
5664
1291
|
/**
|
|
5665
1292
|
* Queries the certificates in a certificate repository.
|
|
@@ -5718,12 +1345,7 @@ class Client extends openapi_core_1.default {
|
|
|
5718
1345
|
reqBodyType: "formData",
|
|
5719
1346
|
bodyType: "json",
|
|
5720
1347
|
});
|
|
5721
|
-
|
|
5722
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCertWarehouseResponse({}));
|
|
5723
|
-
}
|
|
5724
|
-
else {
|
|
5725
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCertWarehouseResponse({}));
|
|
5726
|
-
}
|
|
1348
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCertWarehouseResponse({}));
|
|
5727
1349
|
}
|
|
5728
1350
|
/**
|
|
5729
1351
|
* Queries certificate repositories.
|
|
@@ -5776,12 +1398,7 @@ class Client extends openapi_core_1.default {
|
|
|
5776
1398
|
reqBodyType: "formData",
|
|
5777
1399
|
bodyType: "json",
|
|
5778
1400
|
});
|
|
5779
|
-
|
|
5780
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCloudAccessResponse({}));
|
|
5781
|
-
}
|
|
5782
|
-
else {
|
|
5783
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCloudAccessResponse({}));
|
|
5784
|
-
}
|
|
1401
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccessResponse({}));
|
|
5785
1402
|
}
|
|
5786
1403
|
/**
|
|
5787
1404
|
* Queries a list of AccessKey pairs for multi-cloud deployment.
|
|
@@ -5802,7 +1419,7 @@ class Client extends openapi_core_1.default {
|
|
|
5802
1419
|
*/
|
|
5803
1420
|
async listCloudResourcesWithOptions(tmpReq, runtime) {
|
|
5804
1421
|
tmpReq.validate();
|
|
5805
|
-
let request = new ListCloudResourcesShrinkRequest({});
|
|
1422
|
+
let request = new $_model.ListCloudResourcesShrinkRequest({});
|
|
5806
1423
|
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
5807
1424
|
if (!$dara.isNull(tmpReq.certIds)) {
|
|
5808
1425
|
request.certIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.certIds, "CertIds", "json");
|
|
@@ -5843,12 +1460,7 @@ class Client extends openapi_core_1.default {
|
|
|
5843
1460
|
reqBodyType: "formData",
|
|
5844
1461
|
bodyType: "json",
|
|
5845
1462
|
});
|
|
5846
|
-
|
|
5847
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCloudResourcesResponse({}));
|
|
5848
|
-
}
|
|
5849
|
-
else {
|
|
5850
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCloudResourcesResponse({}));
|
|
5851
|
-
}
|
|
1463
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudResourcesResponse({}));
|
|
5852
1464
|
}
|
|
5853
1465
|
/**
|
|
5854
1466
|
* Queries the certificate resources of a cloud service provider and cloud services.
|
|
@@ -5893,12 +1505,7 @@ class Client extends openapi_core_1.default {
|
|
|
5893
1505
|
reqBodyType: "formData",
|
|
5894
1506
|
bodyType: "json",
|
|
5895
1507
|
});
|
|
5896
|
-
|
|
5897
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListContactResponse({}));
|
|
5898
|
-
}
|
|
5899
|
-
else {
|
|
5900
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListContactResponse({}));
|
|
5901
|
-
}
|
|
1508
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListContactResponse({}));
|
|
5902
1509
|
}
|
|
5903
1510
|
/**
|
|
5904
1511
|
* Queries a list of contacts.
|
|
@@ -5946,12 +1553,7 @@ class Client extends openapi_core_1.default {
|
|
|
5946
1553
|
reqBodyType: "formData",
|
|
5947
1554
|
bodyType: "json",
|
|
5948
1555
|
});
|
|
5949
|
-
|
|
5950
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCsrResponse({}));
|
|
5951
|
-
}
|
|
5952
|
-
else {
|
|
5953
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCsrResponse({}));
|
|
5954
|
-
}
|
|
1556
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCsrResponse({}));
|
|
5955
1557
|
}
|
|
5956
1558
|
/**
|
|
5957
1559
|
* Queries certificate signing requests (CSRs).
|
|
@@ -5999,12 +1601,7 @@ class Client extends openapi_core_1.default {
|
|
|
5999
1601
|
reqBodyType: "formData",
|
|
6000
1602
|
bodyType: "json",
|
|
6001
1603
|
});
|
|
6002
|
-
|
|
6003
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListDeploymentJobResponse({}));
|
|
6004
|
-
}
|
|
6005
|
-
else {
|
|
6006
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListDeploymentJobResponse({}));
|
|
6007
|
-
}
|
|
1604
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDeploymentJobResponse({}));
|
|
6008
1605
|
}
|
|
6009
1606
|
/**
|
|
6010
1607
|
* Queries a list of deployment tasks that are created.
|
|
@@ -6043,12 +1640,7 @@ class Client extends openapi_core_1.default {
|
|
|
6043
1640
|
reqBodyType: "formData",
|
|
6044
1641
|
bodyType: "json",
|
|
6045
1642
|
});
|
|
6046
|
-
|
|
6047
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListDeploymentJobCertResponse({}));
|
|
6048
|
-
}
|
|
6049
|
-
else {
|
|
6050
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListDeploymentJobCertResponse({}));
|
|
6051
|
-
}
|
|
1643
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDeploymentJobCertResponse({}));
|
|
6052
1644
|
}
|
|
6053
1645
|
/**
|
|
6054
1646
|
* Queries the basic information about a deployment task. After you create a deployment task, you can call this operation to obtain the basic information about the deployment task, including the instance ID, type, and name of the certificate.
|
|
@@ -6087,12 +1679,7 @@ class Client extends openapi_core_1.default {
|
|
|
6087
1679
|
reqBodyType: "formData",
|
|
6088
1680
|
bodyType: "json",
|
|
6089
1681
|
});
|
|
6090
|
-
|
|
6091
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListDeploymentJobResourceResponse({}));
|
|
6092
|
-
}
|
|
6093
|
-
else {
|
|
6094
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListDeploymentJobResourceResponse({}));
|
|
6095
|
-
}
|
|
1682
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDeploymentJobResourceResponse({}));
|
|
6096
1683
|
}
|
|
6097
1684
|
/**
|
|
6098
1685
|
* Queries the cloud resources of cloud services in a deployment task.
|
|
@@ -6151,12 +1738,7 @@ class Client extends openapi_core_1.default {
|
|
|
6151
1738
|
reqBodyType: "formData",
|
|
6152
1739
|
bodyType: "json",
|
|
6153
1740
|
});
|
|
6154
|
-
|
|
6155
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListUserCertificateOrderResponse({}));
|
|
6156
|
-
}
|
|
6157
|
-
else {
|
|
6158
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListUserCertificateOrderResponse({}));
|
|
6159
|
-
}
|
|
1741
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUserCertificateOrderResponse({}));
|
|
6160
1742
|
}
|
|
6161
1743
|
/**
|
|
6162
1744
|
* Queries the certificates or certificate orders of users.
|
|
@@ -6212,12 +1794,7 @@ class Client extends openapi_core_1.default {
|
|
|
6212
1794
|
reqBodyType: "formData",
|
|
6213
1795
|
bodyType: "json",
|
|
6214
1796
|
});
|
|
6215
|
-
|
|
6216
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWorkerResourceResponse({}));
|
|
6217
|
-
}
|
|
6218
|
-
else {
|
|
6219
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWorkerResourceResponse({}));
|
|
6220
|
-
}
|
|
1797
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWorkerResourceResponse({}));
|
|
6221
1798
|
}
|
|
6222
1799
|
/**
|
|
6223
1800
|
* Queries the details about the worker tasks of a deployment task. Alibaba Cloud allows you to deploy multiple certificates at a time. Therefore, a deployment task may include multiple worker tasks in multiple cloud services. A worker task refers to a task that deploys a certificate to a cloud resource in a cloud service.
|
|
@@ -6265,12 +1842,7 @@ class Client extends openapi_core_1.default {
|
|
|
6265
1842
|
reqBodyType: "formData",
|
|
6266
1843
|
bodyType: "json",
|
|
6267
1844
|
});
|
|
6268
|
-
|
|
6269
|
-
return $dara.cast(await this.callApi(params, req, runtime), new MoveResourceGroupResponse({}));
|
|
6270
|
-
}
|
|
6271
|
-
else {
|
|
6272
|
-
return $dara.cast(await this.execute(params, req, runtime), new MoveResourceGroupResponse({}));
|
|
6273
|
-
}
|
|
1845
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MoveResourceGroupResponse({}));
|
|
6274
1846
|
}
|
|
6275
1847
|
/**
|
|
6276
1848
|
* Changes the resource group to which a certificate or certificate order belongs.
|
|
@@ -6319,12 +1891,7 @@ class Client extends openapi_core_1.default {
|
|
|
6319
1891
|
reqBodyType: "formData",
|
|
6320
1892
|
bodyType: "json",
|
|
6321
1893
|
});
|
|
6322
|
-
|
|
6323
|
-
return $dara.cast(await this.callApi(params, req, runtime), new RenewCertificateOrderForPackageRequestResponse({}));
|
|
6324
|
-
}
|
|
6325
|
-
else {
|
|
6326
|
-
return $dara.cast(await this.execute(params, req, runtime), new RenewCertificateOrderForPackageRequestResponse({}));
|
|
6327
|
-
}
|
|
1894
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RenewCertificateOrderForPackageRequestResponse({}));
|
|
6328
1895
|
}
|
|
6329
1896
|
/**
|
|
6330
1897
|
* Submits a renewal application for an issued certificate.
|
|
@@ -6381,12 +1948,7 @@ class Client extends openapi_core_1.default {
|
|
|
6381
1948
|
reqBodyType: "formData",
|
|
6382
1949
|
bodyType: "json",
|
|
6383
1950
|
});
|
|
6384
|
-
|
|
6385
|
-
return $dara.cast(await this.callApi(params, req, runtime), new SignResponse({}));
|
|
6386
|
-
}
|
|
6387
|
-
else {
|
|
6388
|
-
return $dara.cast(await this.execute(params, req, runtime), new SignResponse({}));
|
|
6389
|
-
}
|
|
1951
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SignResponse({}));
|
|
6390
1952
|
}
|
|
6391
1953
|
/**
|
|
6392
1954
|
* Signs a private certificate in a certificate application repository.
|
|
@@ -6433,12 +1995,7 @@ class Client extends openapi_core_1.default {
|
|
|
6433
1995
|
reqBodyType: "formData",
|
|
6434
1996
|
bodyType: "json",
|
|
6435
1997
|
});
|
|
6436
|
-
|
|
6437
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCsrResponse({}));
|
|
6438
|
-
}
|
|
6439
|
-
else {
|
|
6440
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCsrResponse({}));
|
|
6441
|
-
}
|
|
1998
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCsrResponse({}));
|
|
6442
1999
|
}
|
|
6443
2000
|
/**
|
|
6444
2001
|
* Updates the private key of a certificate signing request (CSR).
|
|
@@ -6492,12 +2049,7 @@ class Client extends openapi_core_1.default {
|
|
|
6492
2049
|
reqBodyType: "formData",
|
|
6493
2050
|
bodyType: "json",
|
|
6494
2051
|
});
|
|
6495
|
-
|
|
6496
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateDeploymentJobResponse({}));
|
|
6497
|
-
}
|
|
6498
|
-
else {
|
|
6499
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateDeploymentJobResponse({}));
|
|
6500
|
-
}
|
|
2052
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDeploymentJobResponse({}));
|
|
6501
2053
|
}
|
|
6502
2054
|
/**
|
|
6503
2055
|
* Updates a deployment task.
|
|
@@ -6539,12 +2091,7 @@ class Client extends openapi_core_1.default {
|
|
|
6539
2091
|
reqBodyType: "formData",
|
|
6540
2092
|
bodyType: "json",
|
|
6541
2093
|
});
|
|
6542
|
-
|
|
6543
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateDeploymentJobStatusResponse({}));
|
|
6544
|
-
}
|
|
6545
|
-
else {
|
|
6546
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateDeploymentJobStatusResponse({}));
|
|
6547
|
-
}
|
|
2094
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDeploymentJobStatusResponse({}));
|
|
6548
2095
|
}
|
|
6549
2096
|
/**
|
|
6550
2097
|
* Updates the status of a deployment task.
|
|
@@ -6589,12 +2136,7 @@ class Client extends openapi_core_1.default {
|
|
|
6589
2136
|
reqBodyType: "formData",
|
|
6590
2137
|
bodyType: "json",
|
|
6591
2138
|
});
|
|
6592
|
-
|
|
6593
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWorkerResourceStatusResponse({}));
|
|
6594
|
-
}
|
|
6595
|
-
else {
|
|
6596
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateWorkerResourceStatusResponse({}));
|
|
6597
|
-
}
|
|
2139
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateWorkerResourceStatusResponse({}));
|
|
6598
2140
|
}
|
|
6599
2141
|
/**
|
|
6600
2142
|
* Rolls back or executes a worker task in a deployment task.
|
|
@@ -6639,12 +2181,7 @@ class Client extends openapi_core_1.default {
|
|
|
6639
2181
|
reqBodyType: "formData",
|
|
6640
2182
|
bodyType: "json",
|
|
6641
2183
|
});
|
|
6642
|
-
|
|
6643
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadCsrResponse({}));
|
|
6644
|
-
}
|
|
6645
|
-
else {
|
|
6646
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadCsrResponse({}));
|
|
6647
|
-
}
|
|
2184
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadCsrResponse({}));
|
|
6648
2185
|
}
|
|
6649
2186
|
/**
|
|
6650
2187
|
* Uploads a certificate signing request (CSR) file
|
|
@@ -6710,12 +2247,7 @@ class Client extends openapi_core_1.default {
|
|
|
6710
2247
|
reqBodyType: "formData",
|
|
6711
2248
|
bodyType: "json",
|
|
6712
2249
|
});
|
|
6713
|
-
|
|
6714
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadUserCertificateResponse({}));
|
|
6715
|
-
}
|
|
6716
|
-
else {
|
|
6717
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadUserCertificateResponse({}));
|
|
6718
|
-
}
|
|
2250
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadUserCertificateResponse({}));
|
|
6719
2251
|
}
|
|
6720
2252
|
/**
|
|
6721
2253
|
* Uploads a certificate.
|
|
@@ -6774,12 +2306,7 @@ class Client extends openapi_core_1.default {
|
|
|
6774
2306
|
reqBodyType: "formData",
|
|
6775
2307
|
bodyType: "json",
|
|
6776
2308
|
});
|
|
6777
|
-
|
|
6778
|
-
return $dara.cast(await this.callApi(params, req, runtime), new VerifyResponse({}));
|
|
6779
|
-
}
|
|
6780
|
-
else {
|
|
6781
|
-
return $dara.cast(await this.execute(params, req, runtime), new VerifyResponse({}));
|
|
6782
|
-
}
|
|
2309
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.VerifyResponse({}));
|
|
6783
2310
|
}
|
|
6784
2311
|
/**
|
|
6785
2312
|
* Verifies the signature of a private certificate in a certificate application repository.
|