@alicloud/cas20200407 1.1.0 → 1.2.0
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 +980 -160
- package/dist/client.js +1769 -590
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +1544 -181
package/dist/client.d.ts
CHANGED
|
@@ -718,6 +718,105 @@ export declare class DescribeCertificateStateResponse extends $tea.Model {
|
|
|
718
718
|
[key: string]: any;
|
|
719
719
|
});
|
|
720
720
|
}
|
|
721
|
+
export declare class DescribeCloudResourceStatusRequest extends $tea.Model {
|
|
722
|
+
secretId?: string;
|
|
723
|
+
static names(): {
|
|
724
|
+
[key: string]: string;
|
|
725
|
+
};
|
|
726
|
+
static types(): {
|
|
727
|
+
[key: string]: any;
|
|
728
|
+
};
|
|
729
|
+
constructor(map?: {
|
|
730
|
+
[key: string]: any;
|
|
731
|
+
});
|
|
732
|
+
}
|
|
733
|
+
export declare class DescribeCloudResourceStatusResponseBody extends $tea.Model {
|
|
734
|
+
data?: DescribeCloudResourceStatusResponseBodyData[];
|
|
735
|
+
requestId?: string;
|
|
736
|
+
static names(): {
|
|
737
|
+
[key: string]: string;
|
|
738
|
+
};
|
|
739
|
+
static types(): {
|
|
740
|
+
[key: string]: any;
|
|
741
|
+
};
|
|
742
|
+
constructor(map?: {
|
|
743
|
+
[key: string]: any;
|
|
744
|
+
});
|
|
745
|
+
}
|
|
746
|
+
export declare class DescribeCloudResourceStatusResponse extends $tea.Model {
|
|
747
|
+
headers?: {
|
|
748
|
+
[key: string]: string;
|
|
749
|
+
};
|
|
750
|
+
statusCode?: number;
|
|
751
|
+
body?: DescribeCloudResourceStatusResponseBody;
|
|
752
|
+
static names(): {
|
|
753
|
+
[key: string]: string;
|
|
754
|
+
};
|
|
755
|
+
static types(): {
|
|
756
|
+
[key: string]: any;
|
|
757
|
+
};
|
|
758
|
+
constructor(map?: {
|
|
759
|
+
[key: string]: any;
|
|
760
|
+
});
|
|
761
|
+
}
|
|
762
|
+
export declare class DescribeDeploymentJobRequest extends $tea.Model {
|
|
763
|
+
jobId?: number;
|
|
764
|
+
static names(): {
|
|
765
|
+
[key: string]: string;
|
|
766
|
+
};
|
|
767
|
+
static types(): {
|
|
768
|
+
[key: string]: any;
|
|
769
|
+
};
|
|
770
|
+
constructor(map?: {
|
|
771
|
+
[key: string]: any;
|
|
772
|
+
});
|
|
773
|
+
}
|
|
774
|
+
export declare class DescribeDeploymentJobResponseBody extends $tea.Model {
|
|
775
|
+
casContacts?: DescribeDeploymentJobResponseBodyCasContacts[];
|
|
776
|
+
certDomain?: string;
|
|
777
|
+
certType?: string;
|
|
778
|
+
config?: string;
|
|
779
|
+
del?: number;
|
|
780
|
+
endTime?: string;
|
|
781
|
+
gmtCreate?: string;
|
|
782
|
+
gmtModified?: string;
|
|
783
|
+
id?: number;
|
|
784
|
+
instanceId?: string;
|
|
785
|
+
jobType?: string;
|
|
786
|
+
name?: string;
|
|
787
|
+
productName?: string;
|
|
788
|
+
requestId?: string;
|
|
789
|
+
rollback?: number;
|
|
790
|
+
scheduleTime?: string;
|
|
791
|
+
startTime?: string;
|
|
792
|
+
status?: string;
|
|
793
|
+
userId?: number;
|
|
794
|
+
static names(): {
|
|
795
|
+
[key: string]: string;
|
|
796
|
+
};
|
|
797
|
+
static types(): {
|
|
798
|
+
[key: string]: any;
|
|
799
|
+
};
|
|
800
|
+
constructor(map?: {
|
|
801
|
+
[key: string]: any;
|
|
802
|
+
});
|
|
803
|
+
}
|
|
804
|
+
export declare class DescribeDeploymentJobResponse extends $tea.Model {
|
|
805
|
+
headers?: {
|
|
806
|
+
[key: string]: string;
|
|
807
|
+
};
|
|
808
|
+
statusCode?: number;
|
|
809
|
+
body?: DescribeDeploymentJobResponseBody;
|
|
810
|
+
static names(): {
|
|
811
|
+
[key: string]: string;
|
|
812
|
+
};
|
|
813
|
+
static types(): {
|
|
814
|
+
[key: string]: any;
|
|
815
|
+
};
|
|
816
|
+
constructor(map?: {
|
|
817
|
+
[key: string]: any;
|
|
818
|
+
});
|
|
819
|
+
}
|
|
721
820
|
export declare class DescribeDeploymentJobStatusRequest extends $tea.Model {
|
|
722
821
|
jobId?: number;
|
|
723
822
|
static names(): {
|
|
@@ -1093,6 +1192,53 @@ export declare class ListCertWarehouseResponse extends $tea.Model {
|
|
|
1093
1192
|
[key: string]: any;
|
|
1094
1193
|
});
|
|
1095
1194
|
}
|
|
1195
|
+
export declare class ListCloudAccessRequest extends $tea.Model {
|
|
1196
|
+
cloudName?: string;
|
|
1197
|
+
currentPage?: number;
|
|
1198
|
+
secretId?: string;
|
|
1199
|
+
showSize?: number;
|
|
1200
|
+
static names(): {
|
|
1201
|
+
[key: string]: string;
|
|
1202
|
+
};
|
|
1203
|
+
static types(): {
|
|
1204
|
+
[key: string]: any;
|
|
1205
|
+
};
|
|
1206
|
+
constructor(map?: {
|
|
1207
|
+
[key: string]: any;
|
|
1208
|
+
});
|
|
1209
|
+
}
|
|
1210
|
+
export declare class ListCloudAccessResponseBody extends $tea.Model {
|
|
1211
|
+
cloudAccessList?: ListCloudAccessResponseBodyCloudAccessList[];
|
|
1212
|
+
currentPage?: number;
|
|
1213
|
+
requestId?: string;
|
|
1214
|
+
showSize?: number;
|
|
1215
|
+
totalCount?: number;
|
|
1216
|
+
static names(): {
|
|
1217
|
+
[key: string]: string;
|
|
1218
|
+
};
|
|
1219
|
+
static types(): {
|
|
1220
|
+
[key: string]: any;
|
|
1221
|
+
};
|
|
1222
|
+
constructor(map?: {
|
|
1223
|
+
[key: string]: any;
|
|
1224
|
+
});
|
|
1225
|
+
}
|
|
1226
|
+
export declare class ListCloudAccessResponse extends $tea.Model {
|
|
1227
|
+
headers?: {
|
|
1228
|
+
[key: string]: string;
|
|
1229
|
+
};
|
|
1230
|
+
statusCode?: number;
|
|
1231
|
+
body?: ListCloudAccessResponseBody;
|
|
1232
|
+
static names(): {
|
|
1233
|
+
[key: string]: string;
|
|
1234
|
+
};
|
|
1235
|
+
static types(): {
|
|
1236
|
+
[key: string]: any;
|
|
1237
|
+
};
|
|
1238
|
+
constructor(map?: {
|
|
1239
|
+
[key: string]: any;
|
|
1240
|
+
});
|
|
1241
|
+
}
|
|
1096
1242
|
export declare class ListCloudResourcesRequest extends $tea.Model {
|
|
1097
1243
|
cloudName?: string;
|
|
1098
1244
|
cloudProduct?: string;
|
|
@@ -1142,6 +1288,53 @@ export declare class ListCloudResourcesResponse extends $tea.Model {
|
|
|
1142
1288
|
[key: string]: any;
|
|
1143
1289
|
});
|
|
1144
1290
|
}
|
|
1291
|
+
export declare class ListContactRequest extends $tea.Model {
|
|
1292
|
+
currentPage?: number;
|
|
1293
|
+
keyword?: string;
|
|
1294
|
+
showSize?: number;
|
|
1295
|
+
static names(): {
|
|
1296
|
+
[key: string]: string;
|
|
1297
|
+
};
|
|
1298
|
+
static types(): {
|
|
1299
|
+
[key: string]: any;
|
|
1300
|
+
};
|
|
1301
|
+
constructor(map?: {
|
|
1302
|
+
[key: string]: any;
|
|
1303
|
+
});
|
|
1304
|
+
}
|
|
1305
|
+
export declare class ListContactResponseBody extends $tea.Model {
|
|
1306
|
+
contactList?: ListContactResponseBodyContactList[];
|
|
1307
|
+
currentPage?: number;
|
|
1308
|
+
keyword?: string;
|
|
1309
|
+
requestId?: string;
|
|
1310
|
+
showSize?: number;
|
|
1311
|
+
totalCount?: number;
|
|
1312
|
+
static names(): {
|
|
1313
|
+
[key: string]: string;
|
|
1314
|
+
};
|
|
1315
|
+
static types(): {
|
|
1316
|
+
[key: string]: any;
|
|
1317
|
+
};
|
|
1318
|
+
constructor(map?: {
|
|
1319
|
+
[key: string]: any;
|
|
1320
|
+
});
|
|
1321
|
+
}
|
|
1322
|
+
export declare class ListContactResponse extends $tea.Model {
|
|
1323
|
+
headers?: {
|
|
1324
|
+
[key: string]: string;
|
|
1325
|
+
};
|
|
1326
|
+
statusCode?: number;
|
|
1327
|
+
body?: ListContactResponseBody;
|
|
1328
|
+
static names(): {
|
|
1329
|
+
[key: string]: string;
|
|
1330
|
+
};
|
|
1331
|
+
static types(): {
|
|
1332
|
+
[key: string]: any;
|
|
1333
|
+
};
|
|
1334
|
+
constructor(map?: {
|
|
1335
|
+
[key: string]: any;
|
|
1336
|
+
});
|
|
1337
|
+
}
|
|
1145
1338
|
export declare class ListCsrRequest extends $tea.Model {
|
|
1146
1339
|
algorithm?: string;
|
|
1147
1340
|
currentPage?: number;
|
|
@@ -1367,6 +1560,97 @@ export declare class ListUserCertificateOrderResponse extends $tea.Model {
|
|
|
1367
1560
|
[key: string]: any;
|
|
1368
1561
|
});
|
|
1369
1562
|
}
|
|
1563
|
+
export declare class ListWorkerResourceRequest extends $tea.Model {
|
|
1564
|
+
cloudProduct?: string;
|
|
1565
|
+
currentPage?: number;
|
|
1566
|
+
jobId?: number;
|
|
1567
|
+
showSize?: number;
|
|
1568
|
+
status?: string;
|
|
1569
|
+
static names(): {
|
|
1570
|
+
[key: string]: string;
|
|
1571
|
+
};
|
|
1572
|
+
static types(): {
|
|
1573
|
+
[key: string]: any;
|
|
1574
|
+
};
|
|
1575
|
+
constructor(map?: {
|
|
1576
|
+
[key: string]: any;
|
|
1577
|
+
});
|
|
1578
|
+
}
|
|
1579
|
+
export declare class ListWorkerResourceResponseBody extends $tea.Model {
|
|
1580
|
+
currentPage?: number;
|
|
1581
|
+
data?: ListWorkerResourceResponseBodyData[];
|
|
1582
|
+
requestId?: string;
|
|
1583
|
+
showSize?: number;
|
|
1584
|
+
total?: number;
|
|
1585
|
+
static names(): {
|
|
1586
|
+
[key: string]: string;
|
|
1587
|
+
};
|
|
1588
|
+
static types(): {
|
|
1589
|
+
[key: string]: any;
|
|
1590
|
+
};
|
|
1591
|
+
constructor(map?: {
|
|
1592
|
+
[key: string]: any;
|
|
1593
|
+
});
|
|
1594
|
+
}
|
|
1595
|
+
export declare class ListWorkerResourceResponse extends $tea.Model {
|
|
1596
|
+
headers?: {
|
|
1597
|
+
[key: string]: string;
|
|
1598
|
+
};
|
|
1599
|
+
statusCode?: number;
|
|
1600
|
+
body?: ListWorkerResourceResponseBody;
|
|
1601
|
+
static names(): {
|
|
1602
|
+
[key: string]: string;
|
|
1603
|
+
};
|
|
1604
|
+
static types(): {
|
|
1605
|
+
[key: string]: any;
|
|
1606
|
+
};
|
|
1607
|
+
constructor(map?: {
|
|
1608
|
+
[key: string]: any;
|
|
1609
|
+
});
|
|
1610
|
+
}
|
|
1611
|
+
export declare class MoveResourceGroupRequest extends $tea.Model {
|
|
1612
|
+
regionId?: string;
|
|
1613
|
+
resourceGroupId?: string;
|
|
1614
|
+
resourceId?: string;
|
|
1615
|
+
resourceType?: string;
|
|
1616
|
+
static names(): {
|
|
1617
|
+
[key: string]: string;
|
|
1618
|
+
};
|
|
1619
|
+
static types(): {
|
|
1620
|
+
[key: string]: any;
|
|
1621
|
+
};
|
|
1622
|
+
constructor(map?: {
|
|
1623
|
+
[key: string]: any;
|
|
1624
|
+
});
|
|
1625
|
+
}
|
|
1626
|
+
export declare class MoveResourceGroupResponseBody extends $tea.Model {
|
|
1627
|
+
requestId?: string;
|
|
1628
|
+
static names(): {
|
|
1629
|
+
[key: string]: string;
|
|
1630
|
+
};
|
|
1631
|
+
static types(): {
|
|
1632
|
+
[key: string]: any;
|
|
1633
|
+
};
|
|
1634
|
+
constructor(map?: {
|
|
1635
|
+
[key: string]: any;
|
|
1636
|
+
});
|
|
1637
|
+
}
|
|
1638
|
+
export declare class MoveResourceGroupResponse extends $tea.Model {
|
|
1639
|
+
headers?: {
|
|
1640
|
+
[key: string]: string;
|
|
1641
|
+
};
|
|
1642
|
+
statusCode?: number;
|
|
1643
|
+
body?: MoveResourceGroupResponseBody;
|
|
1644
|
+
static names(): {
|
|
1645
|
+
[key: string]: string;
|
|
1646
|
+
};
|
|
1647
|
+
static types(): {
|
|
1648
|
+
[key: string]: any;
|
|
1649
|
+
};
|
|
1650
|
+
constructor(map?: {
|
|
1651
|
+
[key: string]: any;
|
|
1652
|
+
});
|
|
1653
|
+
}
|
|
1370
1654
|
export declare class RenewCertificateOrderForPackageRequestRequest extends $tea.Model {
|
|
1371
1655
|
csr?: string;
|
|
1372
1656
|
orderId?: number;
|
|
@@ -1844,6 +2128,35 @@ export declare class VerifyResponse extends $tea.Model {
|
|
|
1844
2128
|
[key: string]: any;
|
|
1845
2129
|
});
|
|
1846
2130
|
}
|
|
2131
|
+
export declare class DescribeCloudResourceStatusResponseBodyData extends $tea.Model {
|
|
2132
|
+
cloudName?: string;
|
|
2133
|
+
cloudProduct?: string;
|
|
2134
|
+
totalCount?: number;
|
|
2135
|
+
static names(): {
|
|
2136
|
+
[key: string]: string;
|
|
2137
|
+
};
|
|
2138
|
+
static types(): {
|
|
2139
|
+
[key: string]: any;
|
|
2140
|
+
};
|
|
2141
|
+
constructor(map?: {
|
|
2142
|
+
[key: string]: any;
|
|
2143
|
+
});
|
|
2144
|
+
}
|
|
2145
|
+
export declare class DescribeDeploymentJobResponseBodyCasContacts extends $tea.Model {
|
|
2146
|
+
email?: string;
|
|
2147
|
+
id?: string;
|
|
2148
|
+
mobile?: string;
|
|
2149
|
+
name?: string;
|
|
2150
|
+
static names(): {
|
|
2151
|
+
[key: string]: string;
|
|
2152
|
+
};
|
|
2153
|
+
static types(): {
|
|
2154
|
+
[key: string]: any;
|
|
2155
|
+
};
|
|
2156
|
+
constructor(map?: {
|
|
2157
|
+
[key: string]: any;
|
|
2158
|
+
});
|
|
2159
|
+
}
|
|
1847
2160
|
export declare class DescribeDeploymentJobStatusResponseBodyProductWorkerCount extends $tea.Model {
|
|
1848
2161
|
count?: number;
|
|
1849
2162
|
productName?: string;
|
|
@@ -1899,6 +2212,21 @@ export declare class ListCertWarehouseResponseBodyCertWarehouseList extends $tea
|
|
|
1899
2212
|
[key: string]: any;
|
|
1900
2213
|
});
|
|
1901
2214
|
}
|
|
2215
|
+
export declare class ListCloudAccessResponseBodyCloudAccessList extends $tea.Model {
|
|
2216
|
+
accessId?: number;
|
|
2217
|
+
cloudName?: string;
|
|
2218
|
+
secretId?: string;
|
|
2219
|
+
serviceStatus?: string;
|
|
2220
|
+
static names(): {
|
|
2221
|
+
[key: string]: string;
|
|
2222
|
+
};
|
|
2223
|
+
static types(): {
|
|
2224
|
+
[key: string]: any;
|
|
2225
|
+
};
|
|
2226
|
+
constructor(map?: {
|
|
2227
|
+
[key: string]: any;
|
|
2228
|
+
});
|
|
2229
|
+
}
|
|
1902
2230
|
export declare class ListCloudResourcesResponseBodyData extends $tea.Model {
|
|
1903
2231
|
certEndTime?: string;
|
|
1904
2232
|
certId?: number;
|
|
@@ -1931,6 +2259,24 @@ export declare class ListCloudResourcesResponseBodyData extends $tea.Model {
|
|
|
1931
2259
|
[key: string]: any;
|
|
1932
2260
|
});
|
|
1933
2261
|
}
|
|
2262
|
+
export declare class ListContactResponseBodyContactList extends $tea.Model {
|
|
2263
|
+
contactId?: number;
|
|
2264
|
+
email?: string;
|
|
2265
|
+
emailStatus?: number;
|
|
2266
|
+
mobile?: string;
|
|
2267
|
+
mobileStatus?: number;
|
|
2268
|
+
name?: string;
|
|
2269
|
+
webhooks?: string;
|
|
2270
|
+
static names(): {
|
|
2271
|
+
[key: string]: string;
|
|
2272
|
+
};
|
|
2273
|
+
static types(): {
|
|
2274
|
+
[key: string]: any;
|
|
2275
|
+
};
|
|
2276
|
+
constructor(map?: {
|
|
2277
|
+
[key: string]: any;
|
|
2278
|
+
});
|
|
2279
|
+
}
|
|
1934
2280
|
export declare class ListCsrResponseBodyCsrList extends $tea.Model {
|
|
1935
2281
|
algorithm?: string;
|
|
1936
2282
|
commonName?: string;
|
|
@@ -2087,307 +2433,781 @@ export declare class ListUserCertificateOrderResponseBodyCertificateOrderList ex
|
|
|
2087
2433
|
[key: string]: any;
|
|
2088
2434
|
});
|
|
2089
2435
|
}
|
|
2436
|
+
export declare class ListWorkerResourceResponseBodyData extends $tea.Model {
|
|
2437
|
+
certDomain?: string;
|
|
2438
|
+
certId?: number;
|
|
2439
|
+
certInstanceId?: string;
|
|
2440
|
+
certName?: string;
|
|
2441
|
+
cloudName?: string;
|
|
2442
|
+
cloudProduct?: string;
|
|
2443
|
+
cloudRegion?: string;
|
|
2444
|
+
defaultResource?: boolean;
|
|
2445
|
+
gmtCreate?: string;
|
|
2446
|
+
gmtModified?: string;
|
|
2447
|
+
id?: number;
|
|
2448
|
+
instanceId?: string;
|
|
2449
|
+
jobId?: number;
|
|
2450
|
+
listenerId?: string;
|
|
2451
|
+
namespaceId?: string;
|
|
2452
|
+
orderId?: number;
|
|
2453
|
+
port?: number;
|
|
2454
|
+
regionId?: string;
|
|
2455
|
+
resourceCertId?: number;
|
|
2456
|
+
resourceDomain?: string;
|
|
2457
|
+
resourceId?: number;
|
|
2458
|
+
status?: string;
|
|
2459
|
+
userId?: number;
|
|
2460
|
+
static names(): {
|
|
2461
|
+
[key: string]: string;
|
|
2462
|
+
};
|
|
2463
|
+
static types(): {
|
|
2464
|
+
[key: string]: any;
|
|
2465
|
+
};
|
|
2466
|
+
constructor(map?: {
|
|
2467
|
+
[key: string]: any;
|
|
2468
|
+
});
|
|
2469
|
+
}
|
|
2090
2470
|
export default class Client extends OpenApi {
|
|
2091
2471
|
constructor(config: $OpenApi.Config);
|
|
2092
2472
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2093
2473
|
[key: string]: string;
|
|
2094
2474
|
}, endpoint: string): string;
|
|
2095
2475
|
/**
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2476
|
+
* @summary You can call the CancelCertificateForPackageRequest operation to cancel a certificate application order and revoke the issued certificate in the order. You can call this operation only when the certificate application order is in the **issued** state.
|
|
2477
|
+
* > You can call the [DescribeCertificateState](https://help.aliyun.com/document_detail/164111.html) operation to query the status of a certificate application order. If the value of the **Type** response parameter is **certificate**, the certificate is issued.
|
|
2478
|
+
* If a certificate is revoked within 30 calendar days after the issuance date, the consumed certificate quota is returned to you. Otherwise, the consumed certificate quota is not returned.
|
|
2479
|
+
*
|
|
2480
|
+
* @description Revokes an issued certificate and cancels the application order of the certificate.
|
|
2481
|
+
*
|
|
2482
|
+
* @param request CancelCertificateForPackageRequestRequest
|
|
2483
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2484
|
+
* @return CancelCertificateForPackageRequestResponse
|
|
2101
2485
|
*/
|
|
2102
2486
|
cancelCertificateForPackageRequestWithOptions(request: CancelCertificateForPackageRequestRequest, runtime: $Util.RuntimeOptions): Promise<CancelCertificateForPackageRequestResponse>;
|
|
2103
2487
|
/**
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2488
|
+
* @summary You can call the CancelCertificateForPackageRequest operation to cancel a certificate application order and revoke the issued certificate in the order. You can call this operation only when the certificate application order is in the **issued** state.
|
|
2489
|
+
* > You can call the [DescribeCertificateState](https://help.aliyun.com/document_detail/164111.html) operation to query the status of a certificate application order. If the value of the **Type** response parameter is **certificate**, the certificate is issued.
|
|
2490
|
+
* If a certificate is revoked within 30 calendar days after the issuance date, the consumed certificate quota is returned to you. Otherwise, the consumed certificate quota is not returned.
|
|
2491
|
+
*
|
|
2492
|
+
* @description Revokes an issued certificate and cancels the application order of the certificate.
|
|
2493
|
+
*
|
|
2494
|
+
* @param request CancelCertificateForPackageRequestRequest
|
|
2495
|
+
* @return CancelCertificateForPackageRequestResponse
|
|
2108
2496
|
*/
|
|
2109
2497
|
cancelCertificateForPackageRequest(request: CancelCertificateForPackageRequestRequest): Promise<CancelCertificateForPackageRequestResponse>;
|
|
2110
2498
|
/**
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2499
|
+
* @summary Cancels a certificate application order that is in the pending validation or being reviewed state.
|
|
2500
|
+
*
|
|
2501
|
+
* @description You can call the CancelOrderRequest operation to cancel a certificate application order only in the following scenarios:
|
|
2502
|
+
* * The order is in the **pending validation** state. You have submitted a certificate application but the verification of the domain name ownership is not complete.
|
|
2503
|
+
* * The order is in the **being reviewed** state. You have submitted a certificate application and the verification of the domain name ownership is complete, but the certificate authority (CA) does not complete the review of the certificate application.
|
|
2504
|
+
* After a certificate application order is canceled, the status of the order changes to the **pending application** state. In this case, you can call the [DeleteCertificateRequest](https://help.aliyun.com/document_detail/164109.html) operation to delete the certificate application order. Then, the consumed certificate quota is returned to you.
|
|
2505
|
+
*
|
|
2506
|
+
* @param request CancelOrderRequestRequest
|
|
2507
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2508
|
+
* @return CancelOrderRequestResponse
|
|
2119
2509
|
*/
|
|
2120
2510
|
cancelOrderRequestWithOptions(request: CancelOrderRequestRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRequestResponse>;
|
|
2121
2511
|
/**
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2512
|
+
* @summary Cancels a certificate application order that is in the pending validation or being reviewed state.
|
|
2513
|
+
*
|
|
2514
|
+
* @description You can call the CancelOrderRequest operation to cancel a certificate application order only in the following scenarios:
|
|
2515
|
+
* * The order is in the **pending validation** state. You have submitted a certificate application but the verification of the domain name ownership is not complete.
|
|
2516
|
+
* * The order is in the **being reviewed** state. You have submitted a certificate application and the verification of the domain name ownership is complete, but the certificate authority (CA) does not complete the review of the certificate application.
|
|
2517
|
+
* After a certificate application order is canceled, the status of the order changes to the **pending application** state. In this case, you can call the [DeleteCertificateRequest](https://help.aliyun.com/document_detail/164109.html) operation to delete the certificate application order. Then, the consumed certificate quota is returned to you.
|
|
2518
|
+
*
|
|
2519
|
+
* @param request CancelOrderRequestRequest
|
|
2520
|
+
* @return CancelOrderRequestResponse
|
|
2129
2521
|
*/
|
|
2130
2522
|
cancelOrderRequest(request: CancelOrderRequestRequest): Promise<CancelOrderRequestResponse>;
|
|
2131
2523
|
/**
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2524
|
+
* @summary Submits a certificate application.
|
|
2525
|
+
*
|
|
2526
|
+
* @description * Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see [Purchase a certificate resource plan](https://help.aliyun.com/document_detail/28542.html). You can call the [DescribePackageState](https://help.aliyun.com/document_detail/455800.html) operation to query the usage of certificate resource plans of specified specifications, including the total number of certificate resource plans that you purchase, the number of certificate applications that are submitted, and the number of certificates that are issued.
|
|
2527
|
+
* * After you call this operation to submit a certificate application and the certificate is issued, the certificate quota provided by the resource plan that you purchased is consumed. When you call this operation, you can use the **ProductCode** parameter to specify the specifications of the certificate that you want to apply for.
|
|
2528
|
+
* * After you call this operation to submit a certificate application, you also need to call the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to obtain the information that is required to complete the verification of the domain name ownership, and complete the verification. If you use the DNS verification method, you must complete the verification in the management platform of the domain name. If you use the file verification method, you must complete the verification in the DNS server. Then, the certificate application order will be reviewed by the certificate authority (CA).
|
|
2529
|
+
*
|
|
2530
|
+
* @param request CreateCertificateForPackageRequestRequest
|
|
2531
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2532
|
+
* @return CreateCertificateForPackageRequestResponse
|
|
2139
2533
|
*/
|
|
2140
2534
|
createCertificateForPackageRequestWithOptions(request: CreateCertificateForPackageRequestRequest, runtime: $Util.RuntimeOptions): Promise<CreateCertificateForPackageRequestResponse>;
|
|
2141
2535
|
/**
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2536
|
+
* @summary Submits a certificate application.
|
|
2537
|
+
*
|
|
2538
|
+
* @description * Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see [Purchase a certificate resource plan](https://help.aliyun.com/document_detail/28542.html). You can call the [DescribePackageState](https://help.aliyun.com/document_detail/455800.html) operation to query the usage of certificate resource plans of specified specifications, including the total number of certificate resource plans that you purchase, the number of certificate applications that are submitted, and the number of certificates that are issued.
|
|
2539
|
+
* * After you call this operation to submit a certificate application and the certificate is issued, the certificate quota provided by the resource plan that you purchased is consumed. When you call this operation, you can use the **ProductCode** parameter to specify the specifications of the certificate that you want to apply for.
|
|
2540
|
+
* * After you call this operation to submit a certificate application, you also need to call the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to obtain the information that is required to complete the verification of the domain name ownership, and complete the verification. If you use the DNS verification method, you must complete the verification in the management platform of the domain name. If you use the file verification method, you must complete the verification in the DNS server. Then, the certificate application order will be reviewed by the certificate authority (CA).
|
|
2541
|
+
*
|
|
2542
|
+
* @param request CreateCertificateForPackageRequestRequest
|
|
2543
|
+
* @return CreateCertificateForPackageRequestResponse
|
|
2148
2544
|
*/
|
|
2149
2545
|
createCertificateForPackageRequest(request: CreateCertificateForPackageRequestRequest): Promise<CreateCertificateForPackageRequestResponse>;
|
|
2150
2546
|
/**
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2547
|
+
* @summary Purchases, applies for, and issues a domain validated (DV) certificate by using extended certificate services.
|
|
2548
|
+
*
|
|
2549
|
+
* @description * You can call this operation to apply for only DV certificates. If you want to apply for an organization validated (OV) or extended validation (EV) certificate, we recommend that you call the [CreateCertificateForPackageRequest](https://help.aliyun.com/document_detail/455296.html) operation. This operation allows you to apply for certificates of all specifications and specify the method to generate a certificate signing request (CSR) file.
|
|
2550
|
+
* * Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see [Purchase a certificate resource plan](https://help.aliyun.com/document_detail/28542.html). You can call the [DescribePackageState](https://help.aliyun.com/document_detail/455803.html) operation to query the usage of certificate resource plans of specified specifications, including the total number of purchased certificate resource plans of the specified specifications, the number of times that certificate applications have been submitted, and the number of times that certificates have been issued.
|
|
2551
|
+
* * When you call this operation, you can use the **ProductCode** parameter to specify the specifications of the certificate.
|
|
2552
|
+
* * After you call this operation to submit a certificate application, Certificate Management Service automatically creates a CSR file for your application and consumes the certificate quota in the certificate resource plans of the specified specifications that you purchased. After you call this operation, you also need to call the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to obtain the information that is required to complete domain name verification, and manually complete the verification. If you use the DNS verification method, you must complete the verification on the management platform of the domain name. If you use the file verification method, you must complete the verification on your DNS server. Then, the certificate authority (CA) will review your certificate application.
|
|
2553
|
+
*
|
|
2554
|
+
* @param request CreateCertificateRequestRequest
|
|
2555
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2556
|
+
* @return CreateCertificateRequestResponse
|
|
2159
2557
|
*/
|
|
2160
2558
|
createCertificateRequestWithOptions(request: CreateCertificateRequestRequest, runtime: $Util.RuntimeOptions): Promise<CreateCertificateRequestResponse>;
|
|
2161
2559
|
/**
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2560
|
+
* @summary Purchases, applies for, and issues a domain validated (DV) certificate by using extended certificate services.
|
|
2561
|
+
*
|
|
2562
|
+
* @description * You can call this operation to apply for only DV certificates. If you want to apply for an organization validated (OV) or extended validation (EV) certificate, we recommend that you call the [CreateCertificateForPackageRequest](https://help.aliyun.com/document_detail/455296.html) operation. This operation allows you to apply for certificates of all specifications and specify the method to generate a certificate signing request (CSR) file.
|
|
2563
|
+
* * Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see [Purchase a certificate resource plan](https://help.aliyun.com/document_detail/28542.html). You can call the [DescribePackageState](https://help.aliyun.com/document_detail/455803.html) operation to query the usage of certificate resource plans of specified specifications, including the total number of purchased certificate resource plans of the specified specifications, the number of times that certificate applications have been submitted, and the number of times that certificates have been issued.
|
|
2564
|
+
* * When you call this operation, you can use the **ProductCode** parameter to specify the specifications of the certificate.
|
|
2565
|
+
* * After you call this operation to submit a certificate application, Certificate Management Service automatically creates a CSR file for your application and consumes the certificate quota in the certificate resource plans of the specified specifications that you purchased. After you call this operation, you also need to call the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to obtain the information that is required to complete domain name verification, and manually complete the verification. If you use the DNS verification method, you must complete the verification on the management platform of the domain name. If you use the file verification method, you must complete the verification on your DNS server. Then, the certificate authority (CA) will review your certificate application.
|
|
2566
|
+
*
|
|
2567
|
+
* @param request CreateCertificateRequestRequest
|
|
2568
|
+
* @return CreateCertificateRequestResponse
|
|
2169
2569
|
*/
|
|
2170
2570
|
createCertificateRequest(request: CreateCertificateRequestRequest): Promise<CreateCertificateRequestResponse>;
|
|
2171
2571
|
/**
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2572
|
+
* @summary 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.
|
|
2573
|
+
*
|
|
2574
|
+
* @description * You can call the CreateCertificateWithCsrRequest operation to apply only for DV certificates. We recommend that you call the [CreateCertificateForPackageRequest](https://help.aliyun.com/document_detail/455296.html) operation to submit a certificate application. This operation allows you to apply for certificates of all specifications and specify the method to generate a CSR file.
|
|
2575
|
+
* * Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see [Purchase a certificate resource plan](https://help.aliyun.com/document_detail/28542.html). You can call the [DescribePackageState](https://help.aliyun.com/document_detail/164110.html) operation to query the usage of certificate resource plans of specified specifications. The usage information includes the total number of purchased certificate resource plans of the specified specifications, the number of times that certificate applications are submitted, and the number of times that certificates are issued.
|
|
2576
|
+
* * When you call this operation, you can use the **ProductCode** parameter to specify the specifications of the certificate.
|
|
2577
|
+
* * After you call this operation to submit a certificate application, the certificate quota of the required specifications that you purchased is consumed. After you call this operation, you also need to call the [DescribeCertificateState](https://help.aliyun.com/document_detail/164111.html) operation to obtain the information that is required to complete domain name verification, and manually complete the verification. If you use the DNS verification method, you must complete the verification on the management platform of the domain name. If you use the file verification method, you must complete the verification on your DNS server. The certificate authority (CA) starts to review your certificate application only after the domain name verification is complete.
|
|
2578
|
+
*
|
|
2579
|
+
* @param request CreateCertificateWithCsrRequestRequest
|
|
2580
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2581
|
+
* @return CreateCertificateWithCsrRequestResponse
|
|
2180
2582
|
*/
|
|
2181
2583
|
createCertificateWithCsrRequestWithOptions(request: CreateCertificateWithCsrRequestRequest, runtime: $Util.RuntimeOptions): Promise<CreateCertificateWithCsrRequestResponse>;
|
|
2182
2584
|
/**
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2585
|
+
* @summary 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.
|
|
2586
|
+
*
|
|
2587
|
+
* @description * You can call the CreateCertificateWithCsrRequest operation to apply only for DV certificates. We recommend that you call the [CreateCertificateForPackageRequest](https://help.aliyun.com/document_detail/455296.html) operation to submit a certificate application. This operation allows you to apply for certificates of all specifications and specify the method to generate a CSR file.
|
|
2588
|
+
* * Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see [Purchase a certificate resource plan](https://help.aliyun.com/document_detail/28542.html). You can call the [DescribePackageState](https://help.aliyun.com/document_detail/164110.html) operation to query the usage of certificate resource plans of specified specifications. The usage information includes the total number of purchased certificate resource plans of the specified specifications, the number of times that certificate applications are submitted, and the number of times that certificates are issued.
|
|
2589
|
+
* * When you call this operation, you can use the **ProductCode** parameter to specify the specifications of the certificate.
|
|
2590
|
+
* * After you call this operation to submit a certificate application, the certificate quota of the required specifications that you purchased is consumed. After you call this operation, you also need to call the [DescribeCertificateState](https://help.aliyun.com/document_detail/164111.html) operation to obtain the information that is required to complete domain name verification, and manually complete the verification. If you use the DNS verification method, you must complete the verification on the management platform of the domain name. If you use the file verification method, you must complete the verification on your DNS server. The certificate authority (CA) starts to review your certificate application only after the domain name verification is complete.
|
|
2591
|
+
*
|
|
2592
|
+
* @param request CreateCertificateWithCsrRequestRequest
|
|
2593
|
+
* @return CreateCertificateWithCsrRequestResponse
|
|
2190
2594
|
*/
|
|
2191
2595
|
createCertificateWithCsrRequest(request: CreateCertificateWithCsrRequestRequest): Promise<CreateCertificateWithCsrRequestResponse>;
|
|
2596
|
+
/**
|
|
2597
|
+
* @param request CreateCsrRequest
|
|
2598
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2599
|
+
* @return CreateCsrResponse
|
|
2600
|
+
*/
|
|
2192
2601
|
createCsrWithOptions(request: CreateCsrRequest, runtime: $Util.RuntimeOptions): Promise<CreateCsrResponse>;
|
|
2602
|
+
/**
|
|
2603
|
+
* @param request CreateCsrRequest
|
|
2604
|
+
* @return CreateCsrResponse
|
|
2605
|
+
*/
|
|
2193
2606
|
createCsr(request: CreateCsrRequest): Promise<CreateCsrResponse>;
|
|
2607
|
+
/**
|
|
2608
|
+
* @summary 创建部署任务
|
|
2609
|
+
*
|
|
2610
|
+
* @param request CreateDeploymentJobRequest
|
|
2611
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2612
|
+
* @return CreateDeploymentJobResponse
|
|
2613
|
+
*/
|
|
2194
2614
|
createDeploymentJobWithOptions(request: CreateDeploymentJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateDeploymentJobResponse>;
|
|
2615
|
+
/**
|
|
2616
|
+
* @summary 创建部署任务
|
|
2617
|
+
*
|
|
2618
|
+
* @param request CreateDeploymentJobRequest
|
|
2619
|
+
* @return CreateDeploymentJobResponse
|
|
2620
|
+
*/
|
|
2195
2621
|
createDeploymentJob(request: CreateDeploymentJobRequest): Promise<CreateDeploymentJobResponse>;
|
|
2622
|
+
/**
|
|
2623
|
+
* @param request CreateWHClientCertificateRequest
|
|
2624
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2625
|
+
* @return CreateWHClientCertificateResponse
|
|
2626
|
+
*/
|
|
2196
2627
|
createWHClientCertificateWithOptions(request: CreateWHClientCertificateRequest, runtime: $Util.RuntimeOptions): Promise<CreateWHClientCertificateResponse>;
|
|
2628
|
+
/**
|
|
2629
|
+
* @param request CreateWHClientCertificateRequest
|
|
2630
|
+
* @return CreateWHClientCertificateResponse
|
|
2631
|
+
*/
|
|
2197
2632
|
createWHClientCertificate(request: CreateWHClientCertificateRequest): Promise<CreateWHClientCertificateResponse>;
|
|
2633
|
+
/**
|
|
2634
|
+
* @param request DecryptRequest
|
|
2635
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2636
|
+
* @return DecryptResponse
|
|
2637
|
+
*/
|
|
2198
2638
|
decryptWithOptions(request: DecryptRequest, runtime: $Util.RuntimeOptions): Promise<DecryptResponse>;
|
|
2639
|
+
/**
|
|
2640
|
+
* @param request DecryptRequest
|
|
2641
|
+
* @return DecryptResponse
|
|
2642
|
+
*/
|
|
2199
2643
|
decrypt(request: DecryptRequest): Promise<DecryptResponse>;
|
|
2200
2644
|
/**
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2645
|
+
* @summary Deletes an order in which the application for a domain validated (DV) certificate failed.
|
|
2646
|
+
*
|
|
2647
|
+
* @description You can call this operation to delete a certificate application order only in the following scenarios:
|
|
2648
|
+
* * The status of the order is review failed. You have called the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to query the status of the certificate application order and the value of the **Type** parameter is **verify_fail**.
|
|
2649
|
+
* * The status of the order is **pending application**. You have called the [CancelOrderRequest](https://help.aliyun.com/document_detail/455299.html) operation to cancel a certificate application order whose status is pending review or being reviewed. The status of the certificate application order that is canceled in this case changes to **pending application**.
|
|
2650
|
+
*
|
|
2651
|
+
* @param request DeleteCertificateRequestRequest
|
|
2652
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2653
|
+
* @return DeleteCertificateRequestResponse
|
|
2208
2654
|
*/
|
|
2209
2655
|
deleteCertificateRequestWithOptions(request: DeleteCertificateRequestRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCertificateRequestResponse>;
|
|
2210
2656
|
/**
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2657
|
+
* @summary Deletes an order in which the application for a domain validated (DV) certificate failed.
|
|
2658
|
+
*
|
|
2659
|
+
* @description You can call this operation to delete a certificate application order only in the following scenarios:
|
|
2660
|
+
* * The status of the order is review failed. You have called the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to query the status of the certificate application order and the value of the **Type** parameter is **verify_fail**.
|
|
2661
|
+
* * The status of the order is **pending application**. You have called the [CancelOrderRequest](https://help.aliyun.com/document_detail/455299.html) operation to cancel a certificate application order whose status is pending review or being reviewed. The status of the certificate application order that is canceled in this case changes to **pending application**.
|
|
2662
|
+
*
|
|
2663
|
+
* @param request DeleteCertificateRequestRequest
|
|
2664
|
+
* @return DeleteCertificateRequestResponse
|
|
2217
2665
|
*/
|
|
2218
2666
|
deleteCertificateRequest(request: DeleteCertificateRequestRequest): Promise<DeleteCertificateRequestResponse>;
|
|
2667
|
+
/**
|
|
2668
|
+
* @param request DeleteCsrRequest
|
|
2669
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2670
|
+
* @return DeleteCsrResponse
|
|
2671
|
+
*/
|
|
2219
2672
|
deleteCsrWithOptions(request: DeleteCsrRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCsrResponse>;
|
|
2673
|
+
/**
|
|
2674
|
+
* @param request DeleteCsrRequest
|
|
2675
|
+
* @return DeleteCsrResponse
|
|
2676
|
+
*/
|
|
2220
2677
|
deleteCsr(request: DeleteCsrRequest): Promise<DeleteCsrResponse>;
|
|
2678
|
+
/**
|
|
2679
|
+
* @summary 删除部署任务
|
|
2680
|
+
*
|
|
2681
|
+
* @param request DeleteDeploymentJobRequest
|
|
2682
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2683
|
+
* @return DeleteDeploymentJobResponse
|
|
2684
|
+
*/
|
|
2221
2685
|
deleteDeploymentJobWithOptions(request: DeleteDeploymentJobRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDeploymentJobResponse>;
|
|
2686
|
+
/**
|
|
2687
|
+
* @summary 删除部署任务
|
|
2688
|
+
*
|
|
2689
|
+
* @param request DeleteDeploymentJobRequest
|
|
2690
|
+
* @return DeleteDeploymentJobResponse
|
|
2691
|
+
*/
|
|
2222
2692
|
deleteDeploymentJob(request: DeleteDeploymentJobRequest): Promise<DeleteDeploymentJobResponse>;
|
|
2693
|
+
/**
|
|
2694
|
+
* @param request DeletePCACertRequest
|
|
2695
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2696
|
+
* @return DeletePCACertResponse
|
|
2697
|
+
*/
|
|
2223
2698
|
deletePCACertWithOptions(request: DeletePCACertRequest, runtime: $Util.RuntimeOptions): Promise<DeletePCACertResponse>;
|
|
2699
|
+
/**
|
|
2700
|
+
* @param request DeletePCACertRequest
|
|
2701
|
+
* @return DeletePCACertResponse
|
|
2702
|
+
*/
|
|
2224
2703
|
deletePCACert(request: DeletePCACertRequest): Promise<DeletePCACertResponse>;
|
|
2225
2704
|
/**
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2705
|
+
* @summary Deletes an expired or uploaded certificate.
|
|
2706
|
+
*
|
|
2707
|
+
* @description You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2708
|
+
*
|
|
2709
|
+
* @param request DeleteUserCertificateRequest
|
|
2710
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2711
|
+
* @return DeleteUserCertificateResponse
|
|
2231
2712
|
*/
|
|
2232
2713
|
deleteUserCertificateWithOptions(request: DeleteUserCertificateRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUserCertificateResponse>;
|
|
2233
2714
|
/**
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2715
|
+
* @summary Deletes an expired or uploaded certificate.
|
|
2716
|
+
*
|
|
2717
|
+
* @description You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2718
|
+
*
|
|
2719
|
+
* @param request DeleteUserCertificateRequest
|
|
2720
|
+
* @return DeleteUserCertificateResponse
|
|
2238
2721
|
*/
|
|
2239
2722
|
deleteUserCertificate(request: DeleteUserCertificateRequest): Promise<DeleteUserCertificateResponse>;
|
|
2723
|
+
/**
|
|
2724
|
+
* @summary 删除部署任务worker
|
|
2725
|
+
*
|
|
2726
|
+
* @param request DeleteWorkerResourceRequest
|
|
2727
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2728
|
+
* @return DeleteWorkerResourceResponse
|
|
2729
|
+
*/
|
|
2240
2730
|
deleteWorkerResourceWithOptions(request: DeleteWorkerResourceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWorkerResourceResponse>;
|
|
2731
|
+
/**
|
|
2732
|
+
* @summary 删除部署任务worker
|
|
2733
|
+
*
|
|
2734
|
+
* @param request DeleteWorkerResourceRequest
|
|
2735
|
+
* @return DeleteWorkerResourceResponse
|
|
2736
|
+
*/
|
|
2241
2737
|
deleteWorkerResource(request: DeleteWorkerResourceRequest): Promise<DeleteWorkerResourceResponse>;
|
|
2242
2738
|
/**
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2739
|
+
* @summary Queries the status of a specified certificate application order.
|
|
2740
|
+
*
|
|
2741
|
+
* @description If you do not complete the verification of the domain name ownership after you submit a certificate application, you can call this operation to obtain the information that is required to complete the verification. You can complete the verification of the domain name ownership based on the data returned. If you use the DNS verification method, you must complete the verification on the management platform of the domain name. If you use the file verification method, you must complete the verification on the DNS server.
|
|
2742
|
+
* The certificate authority (CA) reviews your certificate application only after you complete the verification of the domain name ownership. After the CA approves your certificate application, the CA issues the certificate. If a certificate is issued, you can call this operation to obtain the CA certificate and private key of the certificate.
|
|
2743
|
+
*
|
|
2744
|
+
* @param request DescribeCertificateStateRequest
|
|
2745
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2746
|
+
* @return DescribeCertificateStateResponse
|
|
2249
2747
|
*/
|
|
2250
2748
|
describeCertificateStateWithOptions(request: DescribeCertificateStateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertificateStateResponse>;
|
|
2251
2749
|
/**
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2750
|
+
* @summary Queries the status of a specified certificate application order.
|
|
2751
|
+
*
|
|
2752
|
+
* @description If you do not complete the verification of the domain name ownership after you submit a certificate application, you can call this operation to obtain the information that is required to complete the verification. You can complete the verification of the domain name ownership based on the data returned. If you use the DNS verification method, you must complete the verification on the management platform of the domain name. If you use the file verification method, you must complete the verification on the DNS server.
|
|
2753
|
+
* The certificate authority (CA) reviews your certificate application only after you complete the verification of the domain name ownership. After the CA approves your certificate application, the CA issues the certificate. If a certificate is issued, you can call this operation to obtain the CA certificate and private key of the certificate.
|
|
2754
|
+
*
|
|
2755
|
+
* @param request DescribeCertificateStateRequest
|
|
2756
|
+
* @return DescribeCertificateStateResponse
|
|
2257
2757
|
*/
|
|
2258
2758
|
describeCertificateState(request: DescribeCertificateStateRequest): Promise<DescribeCertificateStateResponse>;
|
|
2759
|
+
/**
|
|
2760
|
+
* @summary 云产品分组-获取用户资源计数
|
|
2761
|
+
*
|
|
2762
|
+
* @param request DescribeCloudResourceStatusRequest
|
|
2763
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2764
|
+
* @return DescribeCloudResourceStatusResponse
|
|
2765
|
+
*/
|
|
2766
|
+
describeCloudResourceStatusWithOptions(request: DescribeCloudResourceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudResourceStatusResponse>;
|
|
2767
|
+
/**
|
|
2768
|
+
* @summary 云产品分组-获取用户资源计数
|
|
2769
|
+
*
|
|
2770
|
+
* @param request DescribeCloudResourceStatusRequest
|
|
2771
|
+
* @return DescribeCloudResourceStatusResponse
|
|
2772
|
+
*/
|
|
2773
|
+
describeCloudResourceStatus(request: DescribeCloudResourceStatusRequest): Promise<DescribeCloudResourceStatusResponse>;
|
|
2774
|
+
/**
|
|
2775
|
+
* @summary 获取部署任务详情
|
|
2776
|
+
*
|
|
2777
|
+
* @param request DescribeDeploymentJobRequest
|
|
2778
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2779
|
+
* @return DescribeDeploymentJobResponse
|
|
2780
|
+
*/
|
|
2781
|
+
describeDeploymentJobWithOptions(request: DescribeDeploymentJobRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeploymentJobResponse>;
|
|
2782
|
+
/**
|
|
2783
|
+
* @summary 获取部署任务详情
|
|
2784
|
+
*
|
|
2785
|
+
* @param request DescribeDeploymentJobRequest
|
|
2786
|
+
* @return DescribeDeploymentJobResponse
|
|
2787
|
+
*/
|
|
2788
|
+
describeDeploymentJob(request: DescribeDeploymentJobRequest): Promise<DescribeDeploymentJobResponse>;
|
|
2789
|
+
/**
|
|
2790
|
+
* @summary 查询任务状态
|
|
2791
|
+
*
|
|
2792
|
+
* @param request DescribeDeploymentJobStatusRequest
|
|
2793
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2794
|
+
* @return DescribeDeploymentJobStatusResponse
|
|
2795
|
+
*/
|
|
2259
2796
|
describeDeploymentJobStatusWithOptions(request: DescribeDeploymentJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeploymentJobStatusResponse>;
|
|
2797
|
+
/**
|
|
2798
|
+
* @summary 查询任务状态
|
|
2799
|
+
*
|
|
2800
|
+
* @param request DescribeDeploymentJobStatusRequest
|
|
2801
|
+
* @return DescribeDeploymentJobStatusResponse
|
|
2802
|
+
*/
|
|
2260
2803
|
describeDeploymentJobStatus(request: DescribeDeploymentJobStatusRequest): Promise<DescribeDeploymentJobStatusResponse>;
|
|
2804
|
+
/**
|
|
2805
|
+
* @summary Queries the number and usage of purchased domain validated (DV) certificates.
|
|
2806
|
+
*
|
|
2807
|
+
* @param request DescribePackageStateRequest
|
|
2808
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2809
|
+
* @return DescribePackageStateResponse
|
|
2810
|
+
*/
|
|
2261
2811
|
describePackageStateWithOptions(request: DescribePackageStateRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackageStateResponse>;
|
|
2812
|
+
/**
|
|
2813
|
+
* @summary Queries the number and usage of purchased domain validated (DV) certificates.
|
|
2814
|
+
*
|
|
2815
|
+
* @param request DescribePackageStateRequest
|
|
2816
|
+
* @return DescribePackageStateResponse
|
|
2817
|
+
*/
|
|
2262
2818
|
describePackageState(request: DescribePackageStateRequest): Promise<DescribePackageStateResponse>;
|
|
2819
|
+
/**
|
|
2820
|
+
* @param request EncryptRequest
|
|
2821
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2822
|
+
* @return EncryptResponse
|
|
2823
|
+
*/
|
|
2263
2824
|
encryptWithOptions(request: EncryptRequest, runtime: $Util.RuntimeOptions): Promise<EncryptResponse>;
|
|
2825
|
+
/**
|
|
2826
|
+
* @param request EncryptRequest
|
|
2827
|
+
* @return EncryptResponse
|
|
2828
|
+
*/
|
|
2264
2829
|
encrypt(request: EncryptRequest): Promise<EncryptResponse>;
|
|
2830
|
+
/**
|
|
2831
|
+
* @param request GetCertWarehouseQuotaRequest
|
|
2832
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2833
|
+
* @return GetCertWarehouseQuotaResponse
|
|
2834
|
+
*/
|
|
2265
2835
|
getCertWarehouseQuotaWithOptions(runtime: $Util.RuntimeOptions): Promise<GetCertWarehouseQuotaResponse>;
|
|
2836
|
+
/**
|
|
2837
|
+
* @return GetCertWarehouseQuotaResponse
|
|
2838
|
+
*/
|
|
2266
2839
|
getCertWarehouseQuota(): Promise<GetCertWarehouseQuotaResponse>;
|
|
2840
|
+
/**
|
|
2841
|
+
* @param request GetCsrDetailRequest
|
|
2842
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2843
|
+
* @return GetCsrDetailResponse
|
|
2844
|
+
*/
|
|
2267
2845
|
getCsrDetailWithOptions(request: GetCsrDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetCsrDetailResponse>;
|
|
2846
|
+
/**
|
|
2847
|
+
* @param request GetCsrDetailRequest
|
|
2848
|
+
* @return GetCsrDetailResponse
|
|
2849
|
+
*/
|
|
2268
2850
|
getCsrDetail(request: GetCsrDetailRequest): Promise<GetCsrDetailResponse>;
|
|
2269
2851
|
/**
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2852
|
+
* @summary Queries the details of a certificate.
|
|
2853
|
+
*
|
|
2854
|
+
* @description You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2855
|
+
*
|
|
2856
|
+
* @param request GetUserCertificateDetailRequest
|
|
2857
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2858
|
+
* @return GetUserCertificateDetailResponse
|
|
2275
2859
|
*/
|
|
2276
2860
|
getUserCertificateDetailWithOptions(request: GetUserCertificateDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetUserCertificateDetailResponse>;
|
|
2277
2861
|
/**
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2862
|
+
* @summary Queries the details of a certificate.
|
|
2863
|
+
*
|
|
2864
|
+
* @description You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2865
|
+
*
|
|
2866
|
+
* @param request GetUserCertificateDetailRequest
|
|
2867
|
+
* @return GetUserCertificateDetailResponse
|
|
2282
2868
|
*/
|
|
2283
2869
|
getUserCertificateDetail(request: GetUserCertificateDetailRequest): Promise<GetUserCertificateDetailResponse>;
|
|
2284
2870
|
/**
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2871
|
+
* @summary Queries the certificates in a certificate repository.
|
|
2872
|
+
*
|
|
2873
|
+
* @description You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2874
|
+
*
|
|
2875
|
+
* @param request ListCertRequest
|
|
2876
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2877
|
+
* @return ListCertResponse
|
|
2290
2878
|
*/
|
|
2291
2879
|
listCertWithOptions(request: ListCertRequest, runtime: $Util.RuntimeOptions): Promise<ListCertResponse>;
|
|
2292
2880
|
/**
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2881
|
+
* @summary Queries the certificates in a certificate repository.
|
|
2882
|
+
*
|
|
2883
|
+
* @description You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2884
|
+
*
|
|
2885
|
+
* @param request ListCertRequest
|
|
2886
|
+
* @return ListCertResponse
|
|
2297
2887
|
*/
|
|
2298
2888
|
listCert(request: ListCertRequest): Promise<ListCertResponse>;
|
|
2889
|
+
/**
|
|
2890
|
+
* @param request ListCertWarehouseRequest
|
|
2891
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2892
|
+
* @return ListCertWarehouseResponse
|
|
2893
|
+
*/
|
|
2299
2894
|
listCertWarehouseWithOptions(request: ListCertWarehouseRequest, runtime: $Util.RuntimeOptions): Promise<ListCertWarehouseResponse>;
|
|
2895
|
+
/**
|
|
2896
|
+
* @param request ListCertWarehouseRequest
|
|
2897
|
+
* @return ListCertWarehouseResponse
|
|
2898
|
+
*/
|
|
2300
2899
|
listCertWarehouse(request: ListCertWarehouseRequest): Promise<ListCertWarehouseResponse>;
|
|
2900
|
+
/**
|
|
2901
|
+
* @summary 云授权ak查询
|
|
2902
|
+
*
|
|
2903
|
+
* @param request ListCloudAccessRequest
|
|
2904
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2905
|
+
* @return ListCloudAccessResponse
|
|
2906
|
+
*/
|
|
2907
|
+
listCloudAccessWithOptions(request: ListCloudAccessRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudAccessResponse>;
|
|
2908
|
+
/**
|
|
2909
|
+
* @summary 云授权ak查询
|
|
2910
|
+
*
|
|
2911
|
+
* @param request ListCloudAccessRequest
|
|
2912
|
+
* @return ListCloudAccessResponse
|
|
2913
|
+
*/
|
|
2914
|
+
listCloudAccess(request: ListCloudAccessRequest): Promise<ListCloudAccessResponse>;
|
|
2915
|
+
/**
|
|
2916
|
+
* @summary 可选择的资源-查询云资源列表
|
|
2917
|
+
*
|
|
2918
|
+
* @param request ListCloudResourcesRequest
|
|
2919
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2920
|
+
* @return ListCloudResourcesResponse
|
|
2921
|
+
*/
|
|
2301
2922
|
listCloudResourcesWithOptions(request: ListCloudResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudResourcesResponse>;
|
|
2923
|
+
/**
|
|
2924
|
+
* @summary 可选择的资源-查询云资源列表
|
|
2925
|
+
*
|
|
2926
|
+
* @param request ListCloudResourcesRequest
|
|
2927
|
+
* @return ListCloudResourcesResponse
|
|
2928
|
+
*/
|
|
2302
2929
|
listCloudResources(request: ListCloudResourcesRequest): Promise<ListCloudResourcesResponse>;
|
|
2930
|
+
/**
|
|
2931
|
+
* @summary 获取联系人列表
|
|
2932
|
+
*
|
|
2933
|
+
* @param request ListContactRequest
|
|
2934
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2935
|
+
* @return ListContactResponse
|
|
2936
|
+
*/
|
|
2937
|
+
listContactWithOptions(request: ListContactRequest, runtime: $Util.RuntimeOptions): Promise<ListContactResponse>;
|
|
2938
|
+
/**
|
|
2939
|
+
* @summary 获取联系人列表
|
|
2940
|
+
*
|
|
2941
|
+
* @param request ListContactRequest
|
|
2942
|
+
* @return ListContactResponse
|
|
2943
|
+
*/
|
|
2944
|
+
listContact(request: ListContactRequest): Promise<ListContactResponse>;
|
|
2945
|
+
/**
|
|
2946
|
+
* @param request ListCsrRequest
|
|
2947
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2948
|
+
* @return ListCsrResponse
|
|
2949
|
+
*/
|
|
2303
2950
|
listCsrWithOptions(request: ListCsrRequest, runtime: $Util.RuntimeOptions): Promise<ListCsrResponse>;
|
|
2951
|
+
/**
|
|
2952
|
+
* @param request ListCsrRequest
|
|
2953
|
+
* @return ListCsrResponse
|
|
2954
|
+
*/
|
|
2304
2955
|
listCsr(request: ListCsrRequest): Promise<ListCsrResponse>;
|
|
2956
|
+
/**
|
|
2957
|
+
* @summary 获取部署任务列表
|
|
2958
|
+
*
|
|
2959
|
+
* @param request ListDeploymentJobRequest
|
|
2960
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2961
|
+
* @return ListDeploymentJobResponse
|
|
2962
|
+
*/
|
|
2305
2963
|
listDeploymentJobWithOptions(request: ListDeploymentJobRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentJobResponse>;
|
|
2964
|
+
/**
|
|
2965
|
+
* @summary 获取部署任务列表
|
|
2966
|
+
*
|
|
2967
|
+
* @param request ListDeploymentJobRequest
|
|
2968
|
+
* @return ListDeploymentJobResponse
|
|
2969
|
+
*/
|
|
2306
2970
|
listDeploymentJob(request: ListDeploymentJobRequest): Promise<ListDeploymentJobResponse>;
|
|
2971
|
+
/**
|
|
2972
|
+
* @summary 获取部署任务的证书列表
|
|
2973
|
+
*
|
|
2974
|
+
* @param request ListDeploymentJobCertRequest
|
|
2975
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2976
|
+
* @return ListDeploymentJobCertResponse
|
|
2977
|
+
*/
|
|
2307
2978
|
listDeploymentJobCertWithOptions(request: ListDeploymentJobCertRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentJobCertResponse>;
|
|
2979
|
+
/**
|
|
2980
|
+
* @summary 获取部署任务的证书列表
|
|
2981
|
+
*
|
|
2982
|
+
* @param request ListDeploymentJobCertRequest
|
|
2983
|
+
* @return ListDeploymentJobCertResponse
|
|
2984
|
+
*/
|
|
2308
2985
|
listDeploymentJobCert(request: ListDeploymentJobCertRequest): Promise<ListDeploymentJobCertResponse>;
|
|
2986
|
+
/**
|
|
2987
|
+
* @summary 部署任务的资源列表
|
|
2988
|
+
*
|
|
2989
|
+
* @param request ListDeploymentJobResourceRequest
|
|
2990
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2991
|
+
* @return ListDeploymentJobResourceResponse
|
|
2992
|
+
*/
|
|
2309
2993
|
listDeploymentJobResourceWithOptions(request: ListDeploymentJobResourceRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentJobResourceResponse>;
|
|
2994
|
+
/**
|
|
2995
|
+
* @summary 部署任务的资源列表
|
|
2996
|
+
*
|
|
2997
|
+
* @param request ListDeploymentJobResourceRequest
|
|
2998
|
+
* @return ListDeploymentJobResourceResponse
|
|
2999
|
+
*/
|
|
2310
3000
|
listDeploymentJobResource(request: ListDeploymentJobResourceRequest): Promise<ListDeploymentJobResourceResponse>;
|
|
2311
3001
|
/**
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
3002
|
+
* @summary Queries the certificates or certificate orders of users.
|
|
3003
|
+
*
|
|
3004
|
+
* @description You can call the ListUserCertificateOrder operation to query the certificates or certificate orders of users. If you set OrderType to CERT or UPLOAD, certificates are returned. If you set OrderType to CPACK or BUY, certificate orders are returned.
|
|
3005
|
+
* ## Limits
|
|
3006
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3007
|
+
*
|
|
3008
|
+
* @param request ListUserCertificateOrderRequest
|
|
3009
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3010
|
+
* @return ListUserCertificateOrderResponse
|
|
2319
3011
|
*/
|
|
2320
3012
|
listUserCertificateOrderWithOptions(request: ListUserCertificateOrderRequest, runtime: $Util.RuntimeOptions): Promise<ListUserCertificateOrderResponse>;
|
|
2321
3013
|
/**
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
3014
|
+
* @summary Queries the certificates or certificate orders of users.
|
|
3015
|
+
*
|
|
3016
|
+
* @description You can call the ListUserCertificateOrder operation to query the certificates or certificate orders of users. If you set OrderType to CERT or UPLOAD, certificates are returned. If you set OrderType to CPACK or BUY, certificate orders are returned.
|
|
3017
|
+
* ## Limits
|
|
3018
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3019
|
+
*
|
|
3020
|
+
* @param request ListUserCertificateOrderRequest
|
|
3021
|
+
* @return ListUserCertificateOrderResponse
|
|
2328
3022
|
*/
|
|
2329
3023
|
listUserCertificateOrder(request: ListUserCertificateOrderRequest): Promise<ListUserCertificateOrderResponse>;
|
|
2330
3024
|
/**
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
3025
|
+
* @summary 查询部署任务worker
|
|
3026
|
+
*
|
|
3027
|
+
* @param request ListWorkerResourceRequest
|
|
3028
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3029
|
+
* @return ListWorkerResourceResponse
|
|
3030
|
+
*/
|
|
3031
|
+
listWorkerResourceWithOptions(request: ListWorkerResourceRequest, runtime: $Util.RuntimeOptions): Promise<ListWorkerResourceResponse>;
|
|
3032
|
+
/**
|
|
3033
|
+
* @summary 查询部署任务worker
|
|
3034
|
+
*
|
|
3035
|
+
* @param request ListWorkerResourceRequest
|
|
3036
|
+
* @return ListWorkerResourceResponse
|
|
3037
|
+
*/
|
|
3038
|
+
listWorkerResource(request: ListWorkerResourceRequest): Promise<ListWorkerResourceResponse>;
|
|
3039
|
+
/**
|
|
3040
|
+
* @summary Move Resource Group
|
|
3041
|
+
*
|
|
3042
|
+
* @param request MoveResourceGroupRequest
|
|
3043
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3044
|
+
* @return MoveResourceGroupResponse
|
|
3045
|
+
*/
|
|
3046
|
+
moveResourceGroupWithOptions(request: MoveResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveResourceGroupResponse>;
|
|
3047
|
+
/**
|
|
3048
|
+
* @summary Move Resource Group
|
|
3049
|
+
*
|
|
3050
|
+
* @param request MoveResourceGroupRequest
|
|
3051
|
+
* @return MoveResourceGroupResponse
|
|
3052
|
+
*/
|
|
3053
|
+
moveResourceGroup(request: MoveResourceGroupRequest): Promise<MoveResourceGroupResponse>;
|
|
3054
|
+
/**
|
|
3055
|
+
* @summary Submits a renewal application for the certificate order of an issued certificate.
|
|
3056
|
+
*
|
|
3057
|
+
* @description You can call this operation to submit a renewal application for a certificate only when the order of the certificate is in the expiring state. After the renewal is complete, a new certificate order whose status is pending application is generated. You must submit a certificate application for the new certificate order and install the new certificate after the new certificate is issued.
|
|
3058
|
+
* > You can call the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to query the status of a certificate application order. If the value of the **Type** response parameter is **certificate**, the certificate is issued.
|
|
3059
|
+
*
|
|
3060
|
+
* @param request RenewCertificateOrderForPackageRequestRequest
|
|
3061
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3062
|
+
* @return RenewCertificateOrderForPackageRequestResponse
|
|
2337
3063
|
*/
|
|
2338
3064
|
renewCertificateOrderForPackageRequestWithOptions(request: RenewCertificateOrderForPackageRequestRequest, runtime: $Util.RuntimeOptions): Promise<RenewCertificateOrderForPackageRequestResponse>;
|
|
2339
3065
|
/**
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
3066
|
+
* @summary Submits a renewal application for the certificate order of an issued certificate.
|
|
3067
|
+
*
|
|
3068
|
+
* @description You can call this operation to submit a renewal application for a certificate only when the order of the certificate is in the expiring state. After the renewal is complete, a new certificate order whose status is pending application is generated. You must submit a certificate application for the new certificate order and install the new certificate after the new certificate is issued.
|
|
3069
|
+
* > You can call the [DescribeCertificateState](https://help.aliyun.com/document_detail/455800.html) operation to query the status of a certificate application order. If the value of the **Type** response parameter is **certificate**, the certificate is issued.
|
|
3070
|
+
*
|
|
3071
|
+
* @param request RenewCertificateOrderForPackageRequestRequest
|
|
3072
|
+
* @return RenewCertificateOrderForPackageRequestResponse
|
|
2345
3073
|
*/
|
|
2346
3074
|
renewCertificateOrderForPackageRequest(request: RenewCertificateOrderForPackageRequestRequest): Promise<RenewCertificateOrderForPackageRequestResponse>;
|
|
3075
|
+
/**
|
|
3076
|
+
* @param request RevokeWHClientCertificateRequest
|
|
3077
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3078
|
+
* @return RevokeWHClientCertificateResponse
|
|
3079
|
+
*/
|
|
2347
3080
|
revokeWHClientCertificateWithOptions(request: RevokeWHClientCertificateRequest, runtime: $Util.RuntimeOptions): Promise<RevokeWHClientCertificateResponse>;
|
|
3081
|
+
/**
|
|
3082
|
+
* @param request RevokeWHClientCertificateRequest
|
|
3083
|
+
* @return RevokeWHClientCertificateResponse
|
|
3084
|
+
*/
|
|
2348
3085
|
revokeWHClientCertificate(request: RevokeWHClientCertificateRequest): Promise<RevokeWHClientCertificateResponse>;
|
|
3086
|
+
/**
|
|
3087
|
+
* @param request SignRequest
|
|
3088
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3089
|
+
* @return SignResponse
|
|
3090
|
+
*/
|
|
2349
3091
|
signWithOptions(request: SignRequest, runtime: $Util.RuntimeOptions): Promise<SignResponse>;
|
|
3092
|
+
/**
|
|
3093
|
+
* @param request SignRequest
|
|
3094
|
+
* @return SignResponse
|
|
3095
|
+
*/
|
|
2350
3096
|
sign(request: SignRequest): Promise<SignResponse>;
|
|
3097
|
+
/**
|
|
3098
|
+
* @param request UpdateCsrRequest
|
|
3099
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3100
|
+
* @return UpdateCsrResponse
|
|
3101
|
+
*/
|
|
2351
3102
|
updateCsrWithOptions(request: UpdateCsrRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCsrResponse>;
|
|
3103
|
+
/**
|
|
3104
|
+
* @param request UpdateCsrRequest
|
|
3105
|
+
* @return UpdateCsrResponse
|
|
3106
|
+
*/
|
|
2352
3107
|
updateCsr(request: UpdateCsrRequest): Promise<UpdateCsrResponse>;
|
|
3108
|
+
/**
|
|
3109
|
+
* @summary 更新部署任务
|
|
3110
|
+
*
|
|
3111
|
+
* @param request UpdateDeploymentJobRequest
|
|
3112
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3113
|
+
* @return UpdateDeploymentJobResponse
|
|
3114
|
+
*/
|
|
2353
3115
|
updateDeploymentJobWithOptions(request: UpdateDeploymentJobRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDeploymentJobResponse>;
|
|
3116
|
+
/**
|
|
3117
|
+
* @summary 更新部署任务
|
|
3118
|
+
*
|
|
3119
|
+
* @param request UpdateDeploymentJobRequest
|
|
3120
|
+
* @return UpdateDeploymentJobResponse
|
|
3121
|
+
*/
|
|
2354
3122
|
updateDeploymentJob(request: UpdateDeploymentJobRequest): Promise<UpdateDeploymentJobResponse>;
|
|
3123
|
+
/**
|
|
3124
|
+
* @summary 更新任务部署任务状态
|
|
3125
|
+
*
|
|
3126
|
+
* @param request UpdateDeploymentJobStatusRequest
|
|
3127
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3128
|
+
* @return UpdateDeploymentJobStatusResponse
|
|
3129
|
+
*/
|
|
2355
3130
|
updateDeploymentJobStatusWithOptions(request: UpdateDeploymentJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDeploymentJobStatusResponse>;
|
|
3131
|
+
/**
|
|
3132
|
+
* @summary 更新任务部署任务状态
|
|
3133
|
+
*
|
|
3134
|
+
* @param request UpdateDeploymentJobStatusRequest
|
|
3135
|
+
* @return UpdateDeploymentJobStatusResponse
|
|
3136
|
+
*/
|
|
2356
3137
|
updateDeploymentJobStatus(request: UpdateDeploymentJobStatusRequest): Promise<UpdateDeploymentJobStatusResponse>;
|
|
3138
|
+
/**
|
|
3139
|
+
* @summary 更新部署任务worker状态
|
|
3140
|
+
*
|
|
3141
|
+
* @param request UpdateWorkerResourceStatusRequest
|
|
3142
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3143
|
+
* @return UpdateWorkerResourceStatusResponse
|
|
3144
|
+
*/
|
|
2357
3145
|
updateWorkerResourceStatusWithOptions(request: UpdateWorkerResourceStatusRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWorkerResourceStatusResponse>;
|
|
3146
|
+
/**
|
|
3147
|
+
* @summary 更新部署任务worker状态
|
|
3148
|
+
*
|
|
3149
|
+
* @param request UpdateWorkerResourceStatusRequest
|
|
3150
|
+
* @return UpdateWorkerResourceStatusResponse
|
|
3151
|
+
*/
|
|
2358
3152
|
updateWorkerResourceStatus(request: UpdateWorkerResourceStatusRequest): Promise<UpdateWorkerResourceStatusResponse>;
|
|
3153
|
+
/**
|
|
3154
|
+
* @param request UploadCsrRequest
|
|
3155
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3156
|
+
* @return UploadCsrResponse
|
|
3157
|
+
*/
|
|
2359
3158
|
uploadCsrWithOptions(request: UploadCsrRequest, runtime: $Util.RuntimeOptions): Promise<UploadCsrResponse>;
|
|
3159
|
+
/**
|
|
3160
|
+
* @param request UploadCsrRequest
|
|
3161
|
+
* @return UploadCsrResponse
|
|
3162
|
+
*/
|
|
2360
3163
|
uploadCsr(request: UploadCsrRequest): Promise<UploadCsrResponse>;
|
|
2361
3164
|
/**
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
3165
|
+
* @summary The private key of the certificate.
|
|
3166
|
+
*
|
|
3167
|
+
* @description The unique identifier of the certificate.
|
|
3168
|
+
*
|
|
3169
|
+
* @param request UploadPCACertRequest
|
|
3170
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3171
|
+
* @return UploadPCACertResponse
|
|
2367
3172
|
*/
|
|
2368
3173
|
uploadPCACertWithOptions(request: UploadPCACertRequest, runtime: $Util.RuntimeOptions): Promise<UploadPCACertResponse>;
|
|
2369
3174
|
/**
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
3175
|
+
* @summary The private key of the certificate.
|
|
3176
|
+
*
|
|
3177
|
+
* @description The unique identifier of the certificate.
|
|
3178
|
+
*
|
|
3179
|
+
* @param request UploadPCACertRequest
|
|
3180
|
+
* @return UploadPCACertResponse
|
|
2374
3181
|
*/
|
|
2375
3182
|
uploadPCACert(request: UploadPCACertRequest): Promise<UploadPCACertResponse>;
|
|
2376
3183
|
/**
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
3184
|
+
* @summary Uploads a certificate.
|
|
3185
|
+
*
|
|
3186
|
+
* @description You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3187
|
+
*
|
|
3188
|
+
* @param request UploadUserCertificateRequest
|
|
3189
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3190
|
+
* @return UploadUserCertificateResponse
|
|
2382
3191
|
*/
|
|
2383
3192
|
uploadUserCertificateWithOptions(request: UploadUserCertificateRequest, runtime: $Util.RuntimeOptions): Promise<UploadUserCertificateResponse>;
|
|
2384
3193
|
/**
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
3194
|
+
* @summary Uploads a certificate.
|
|
3195
|
+
*
|
|
3196
|
+
* @description You can call this operation up to 100 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
3197
|
+
*
|
|
3198
|
+
* @param request UploadUserCertificateRequest
|
|
3199
|
+
* @return UploadUserCertificateResponse
|
|
2389
3200
|
*/
|
|
2390
3201
|
uploadUserCertificate(request: UploadUserCertificateRequest): Promise<UploadUserCertificateResponse>;
|
|
3202
|
+
/**
|
|
3203
|
+
* @param request VerifyRequest
|
|
3204
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3205
|
+
* @return VerifyResponse
|
|
3206
|
+
*/
|
|
2391
3207
|
verifyWithOptions(request: VerifyRequest, runtime: $Util.RuntimeOptions): Promise<VerifyResponse>;
|
|
3208
|
+
/**
|
|
3209
|
+
* @param request VerifyRequest
|
|
3210
|
+
* @return VerifyResponse
|
|
3211
|
+
*/
|
|
2392
3212
|
verify(request: VerifyRequest): Promise<VerifyResponse>;
|
|
2393
3213
|
}
|