tencentcloud-sdk-nodejs-intl-en 3.0.1120 → 3.0.1121
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/package.json +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +46 -25
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +210 -351
- package/tencentcloud/ocr/v20181119/models.js +7 -0
- package/tencentcloud/ssl/v20191205/models.js +1133 -326
- package/tencentcloud/ssl/v20191205/ssl_client.js +10 -6
- package/tencentcloud/trtc/v20190722/models.js +10 -2
|
@@ -25,7 +25,7 @@ class DescribeCertificateBindResourceTaskDetailRequest extends AbstractModel {
|
|
|
25
25
|
super();
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Task id, which can be used to query the result of binding cloud resources according to the task id obtained from createcertificatebindresourcesynctask.
|
|
29
29
|
* @type {string || null}
|
|
30
30
|
*/
|
|
31
31
|
this.TaskId = null;
|
|
@@ -37,19 +37,31 @@ class DescribeCertificateBindResourceTaskDetailRequest extends AbstractModel {
|
|
|
37
37
|
this.Limit = null;
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Current offset, default is 0.
|
|
41
41
|
* @type {string || null}
|
|
42
42
|
*/
|
|
43
43
|
this.Offset = null;
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Result detail of queried resource type. if not provided, all will be queried. valid values include:.
|
|
47
|
+
- clb.
|
|
48
|
+
- cdn.
|
|
49
|
+
- ddos.
|
|
50
|
+
- live.
|
|
51
|
+
- vod.
|
|
52
|
+
- waf.
|
|
53
|
+
- apigateway.
|
|
54
|
+
- teo.
|
|
55
|
+
- tke.
|
|
56
|
+
- cos.
|
|
57
|
+
- tse.
|
|
58
|
+
- tcb.
|
|
47
59
|
* @type {Array.<string> || null}
|
|
48
60
|
*/
|
|
49
61
|
this.ResourceTypes = null;
|
|
50
62
|
|
|
51
63
|
/**
|
|
52
|
-
*
|
|
64
|
+
* Data of querying region list. clb, tke, waf, api gateway, tcb, cos, and tse support region query, while other resource types do not support.
|
|
53
65
|
* @type {Array.<string> || null}
|
|
54
66
|
*/
|
|
55
67
|
this.Regions = null;
|
|
@@ -435,374 +447,429 @@ class Certificates extends AbstractModel {
|
|
|
435
447
|
super();
|
|
436
448
|
|
|
437
449
|
/**
|
|
438
|
-
* User
|
|
439
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
450
|
+
* User uin.
|
|
440
451
|
* @type {string || null}
|
|
441
452
|
*/
|
|
442
453
|
this.OwnerUin = null;
|
|
443
454
|
|
|
444
455
|
/**
|
|
445
|
-
* Project
|
|
446
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
456
|
+
* Project id.
|
|
447
457
|
* @type {string || null}
|
|
448
458
|
*/
|
|
449
459
|
this.ProjectId = null;
|
|
450
460
|
|
|
451
461
|
/**
|
|
452
|
-
* Certificate source
|
|
453
|
-
|
|
462
|
+
* Certificate source:.
|
|
463
|
+
trustasia.
|
|
464
|
+
upload.
|
|
465
|
+
wosign.
|
|
466
|
+
sheca.
|
|
454
467
|
* @type {string || null}
|
|
455
468
|
*/
|
|
456
469
|
this.From = null;
|
|
457
470
|
|
|
458
471
|
/**
|
|
459
|
-
*
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
472
|
+
* Certificate package type:.
|
|
473
|
+
Null: user uploads a certificate (without package type),.
|
|
474
|
+
2: trustasia tls rsa ca,.
|
|
475
|
+
3: securesite enhanced enterprise edition (ev pro),.
|
|
476
|
+
4: securesite enhanced (ev).
|
|
477
|
+
5: securesite enterprise professional edition (ov pro).
|
|
478
|
+
6: securesite enterprise (ov).
|
|
479
|
+
7: securesite enterprise (ov) wildcard.
|
|
480
|
+
8: geotrust enhanced (ev).
|
|
481
|
+
9: geotrust enterprise (ov) cert.
|
|
482
|
+
10: geotrust enterprise (ov) wildcard cert.
|
|
483
|
+
11: trustasia domain name-based multiple domain names ssl certificate.
|
|
484
|
+
12: trustasia domain name-based (dv) wildcard cert.
|
|
485
|
+
13: trustasia enterprise wildcard (ov) ssl certificate (d3).
|
|
486
|
+
14: trustasia enterprise (ov) ssl certificate (d3).
|
|
487
|
+
15: trustasia enterprise multiple domain names (ov) ssl certificate (d3).
|
|
488
|
+
16: trustasia enhanced (ev) ssl certificate (d3).
|
|
489
|
+
17: trustasia enhanced multiple domain names (ev) ssl certificate (d3).
|
|
490
|
+
18: globalsign enterprise (ov) ssl certificate.
|
|
491
|
+
19: globalsign enterprise wildcard (ov) ssl certificate.
|
|
492
|
+
20: globalsign enhanced (ev) ssl certificate.
|
|
493
|
+
21: trustasia enterprise wildcard multiple domain names (ov) ssl certificate (d3).
|
|
494
|
+
22: globalsign enterprise multiple domain names (ov) ssl certificate.
|
|
495
|
+
23: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
|
|
496
|
+
24: globalsign enhanced multiple domain name (ev) ssl certificate.
|
|
497
|
+
25: wotrus domain name cert.
|
|
498
|
+
26: wotrus domain name multiple domain name cert.
|
|
499
|
+
27: wotrus domain name wildcard cert.
|
|
500
|
+
28: wotrus enterprise cert.
|
|
501
|
+
29: wotrus enterprise multi - domain name certificate.
|
|
502
|
+
30: wotrus enterprise wildcard certificate.
|
|
503
|
+
31: wotrus enhanced certificate.
|
|
504
|
+
32: wotrus enhanced multi - domain name certificate.
|
|
505
|
+
33: wotrus - national cryptography domain - type certificate.
|
|
506
|
+
34: wotrus-national cryptography domain certificate (multiple domain names).
|
|
507
|
+
35: wotrus-national cryptography domain certificate (wildcard).
|
|
508
|
+
37: wotrus-national cryptography enterprise certificate.
|
|
509
|
+
38: wotrus-national cryptography enterprise certificate (multiple domain names).
|
|
510
|
+
39: wotrus-national cryptography enterprise certificate (wildcard).
|
|
511
|
+
40: wotrus - enhanced national cryptography certificate.
|
|
512
|
+
41: wotrus - enhanced national cryptography certificate (multiple domain names).
|
|
513
|
+
42: trustasia - domain name type certificate (wildcard multiple domain names).
|
|
514
|
+
43: DNSPod - enterprise (ov) ssl certificate.
|
|
515
|
+
44: DNSPod - enterprise (ov) wildcard ssl certificate.
|
|
516
|
+
45: DNSPod - enterprise (ov) multiple domain names ssl certificate.
|
|
517
|
+
46: DNSPod - enhanced (ev) ssl certificate.
|
|
518
|
+
47: DNSPod - enhanced (ev) multiple domain names ssl certificate.
|
|
519
|
+
48: DNSPod - domain name-based (dv) ssl certificate.
|
|
520
|
+
49: DNSPod - domain name-based (dv) wildcard ssl certificate.
|
|
521
|
+
50: DNSPod - domain name-based (dv) multiple domain names ssl certificate.
|
|
522
|
+
51: DNSPod (national cryptography) - enterprise (ov) ssl certificate.
|
|
523
|
+
52: DNSPod (national cryptography) - enterprise (ov) wildcard ssl certificate.
|
|
524
|
+
53: DNSPod (national cryptography) - enterprise (ov) multiple domain names ssl certificate.
|
|
525
|
+
54: DNSPod (national cryptography) - domain name-based (dv) ssl certificate.
|
|
526
|
+
55: DNSPod (national cryptography) - domain name-based (dv) wildcard ssl certificate.
|
|
527
|
+
56: DNSPod (national cryptography) - domain name-based (dv) multiple domain names ssl certificate.
|
|
528
|
+
57: securesite enterprise professional edition multiple domain names (ov pro).
|
|
529
|
+
58: securesite enterprise multiple domain names (ov).
|
|
530
|
+
59: securesite enhanced professional edition multiple domain names (ev pro).
|
|
531
|
+
60: securesite enhanced multiple domain names (ev).
|
|
532
|
+
61: geotrust enhanced multiple domain names (ev).
|
|
533
|
+
75: securesite enterprise (ov).
|
|
534
|
+
76: securesite enterprise (ov) wildcard.
|
|
535
|
+
77: securesite enhanced (ev).
|
|
536
|
+
78: geotrust enterprise (ov).
|
|
537
|
+
79: geotrust enterprise wildcard (ov).
|
|
538
|
+
80: geotrust enhanced (ev).
|
|
539
|
+
81: globalsign enterprise (ov) ssl certificate.
|
|
540
|
+
82: globalsign enterprise wildcard (ov) ssl certificate.
|
|
541
|
+
83: trustasia c1 dv free.
|
|
542
|
+
85: globalsign enhanced (ev) ssl certificate.
|
|
543
|
+
88: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
|
|
544
|
+
89: globalsign enterprise multiple domain names (ov) ssl certificate.
|
|
545
|
+
90: globalsign enhanced multiple domain names (ev) ssl certificate.
|
|
546
|
+
91: geotrust enhanced multiple domain names (ev).
|
|
547
|
+
92: securesite enterprise pro multiple domain names (ov pro).
|
|
548
|
+
93: securesite enterprise multiple domain names (ov).
|
|
549
|
+
94: securesite enhanced pro multiple domain names (ev pro).
|
|
550
|
+
95: securesite enhanced multiple domain names (ev).
|
|
551
|
+
96: securesite ev pro.
|
|
552
|
+
97: securesite enterprise professional edition (ov pro).
|
|
553
|
+
98: cfca enterprise (ov) ssl certificate.
|
|
554
|
+
99: cfca enterprise ov ssl certificate for multiple domain names.
|
|
555
|
+
100: cfca ov wildcard ssl certificate.
|
|
556
|
+
101: cfca enhanced (ev) ssl certificate.
|
|
463
557
|
* @type {string || null}
|
|
464
558
|
*/
|
|
465
559
|
this.PackageType = null;
|
|
466
560
|
|
|
467
561
|
/**
|
|
468
|
-
* Certificate type.
|
|
469
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
562
|
+
* Certificate type. ca = client certificate; svr = server certificate.
|
|
470
563
|
* @type {string || null}
|
|
471
564
|
*/
|
|
472
565
|
this.CertificateType = null;
|
|
473
566
|
|
|
474
567
|
/**
|
|
475
|
-
*
|
|
476
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
568
|
+
* Certificate product name.
|
|
477
569
|
* @type {string || null}
|
|
478
570
|
*/
|
|
479
571
|
this.ProductZhName = null;
|
|
480
572
|
|
|
481
573
|
/**
|
|
482
|
-
* Primary domain name
|
|
483
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
574
|
+
* Primary domain name.
|
|
484
575
|
* @type {string || null}
|
|
485
576
|
*/
|
|
486
577
|
this.Domain = null;
|
|
487
578
|
|
|
488
579
|
/**
|
|
489
|
-
*
|
|
490
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
580
|
+
* Remark name.
|
|
491
581
|
* @type {string || null}
|
|
492
582
|
*/
|
|
493
583
|
this.Alias = null;
|
|
494
584
|
|
|
495
585
|
/**
|
|
496
|
-
*
|
|
497
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
586
|
+
* Certificate status: 0 = under review, 1 = approved, 2 = review failed, 3 = expired, 4 = dns record added automatically, 5 = enterprise certificate, pending documentation submission, 6 = order cancellation in progress, 7 = canceled, 8 = documents submitted, pending upload of confirmation letter, 9 = certificate revocation in progress, 10 = revoked, 11 = reissue in progress, 12 = pending upload of revocation confirmation letter, 13 = free certificate pending documentation submission, 14 = certificate refunded, 15 = certificate migration in progress.
|
|
498
587
|
* @type {number || null}
|
|
499
588
|
*/
|
|
500
589
|
this.Status = null;
|
|
501
590
|
|
|
502
591
|
/**
|
|
503
|
-
*
|
|
504
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
592
|
+
* Certificate extended information.
|
|
505
593
|
* @type {CertificateExtra || null}
|
|
506
594
|
*/
|
|
507
595
|
this.CertificateExtra = null;
|
|
508
596
|
|
|
509
597
|
/**
|
|
510
|
-
* Vulnerability scanning status
|
|
511
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
598
|
+
* Vulnerability scanning status: INACTIVE = not enabled, ACTIVE = enabled.
|
|
512
599
|
* @type {string || null}
|
|
513
600
|
*/
|
|
514
601
|
this.VulnerabilityStatus = null;
|
|
515
602
|
|
|
516
603
|
/**
|
|
517
|
-
* Status information
|
|
518
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
604
|
+
* Status information.
|
|
519
605
|
* @type {string || null}
|
|
520
606
|
*/
|
|
521
607
|
this.StatusMsg = null;
|
|
522
608
|
|
|
523
609
|
/**
|
|
524
|
-
* Validation type
|
|
525
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
610
|
+
* Validation type: DNS_AUTO = automatic dns validation, DNS = manual dns validation, FILE = file verification, DNS_PROXY = dns proxy validation, FILE_PROXY = file proxy verification.
|
|
526
611
|
* @type {string || null}
|
|
527
612
|
*/
|
|
528
613
|
this.VerifyType = null;
|
|
529
614
|
|
|
530
615
|
/**
|
|
531
|
-
*
|
|
532
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
616
|
+
* Certificate validation time.
|
|
533
617
|
* @type {string || null}
|
|
534
618
|
*/
|
|
535
619
|
this.CertBeginTime = null;
|
|
536
620
|
|
|
537
621
|
/**
|
|
538
|
-
*
|
|
539
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
622
|
+
* Certificate expiration time.
|
|
540
623
|
* @type {string || null}
|
|
541
624
|
*/
|
|
542
625
|
this.CertEndTime = null;
|
|
543
626
|
|
|
544
627
|
/**
|
|
545
|
-
*
|
|
546
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
628
|
+
* Certificate validity period (month).
|
|
547
629
|
* @type {string || null}
|
|
548
630
|
*/
|
|
549
631
|
this.ValidityPeriod = null;
|
|
550
632
|
|
|
551
633
|
/**
|
|
552
|
-
* Creation time
|
|
553
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
634
|
+
* Creation time.
|
|
554
635
|
* @type {string || null}
|
|
555
636
|
*/
|
|
556
637
|
this.InsertTime = null;
|
|
557
638
|
|
|
558
639
|
/**
|
|
559
|
-
* Certificate
|
|
560
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
640
|
+
* Certificate id.
|
|
561
641
|
* @type {string || null}
|
|
562
642
|
*/
|
|
563
643
|
this.CertificateId = null;
|
|
564
644
|
|
|
565
645
|
/**
|
|
566
|
-
*
|
|
567
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
646
|
+
* Multiple domain names contained in the certificate (including the primary domain name).
|
|
568
647
|
* @type {Array.<string> || null}
|
|
569
648
|
*/
|
|
570
649
|
this.SubjectAltName = null;
|
|
571
650
|
|
|
572
651
|
/**
|
|
573
|
-
* Certificate type name
|
|
574
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
652
|
+
* Certificate type name.
|
|
575
653
|
* @type {string || null}
|
|
576
654
|
*/
|
|
577
655
|
this.PackageTypeName = null;
|
|
578
656
|
|
|
579
657
|
/**
|
|
580
|
-
* Status
|
|
581
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
658
|
+
* Status name.
|
|
582
659
|
* @type {string || null}
|
|
583
660
|
*/
|
|
584
661
|
this.StatusName = null;
|
|
585
662
|
|
|
586
663
|
/**
|
|
587
|
-
*
|
|
588
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
664
|
+
* Specifies whether the customer is a vip customer. true indicates yes and false indicates no.
|
|
589
665
|
* @type {boolean || null}
|
|
590
666
|
*/
|
|
591
667
|
this.IsVip = null;
|
|
592
668
|
|
|
593
669
|
/**
|
|
594
|
-
*
|
|
595
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
670
|
+
* Specifies whether it is a dv version certificate. true indicates yes and false indicates no.
|
|
596
671
|
* @type {boolean || null}
|
|
597
672
|
*/
|
|
598
673
|
this.IsDv = null;
|
|
599
674
|
|
|
600
675
|
/**
|
|
601
|
-
*
|
|
602
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
676
|
+
* Specifies whether it is a wildcard domain name certificate. true indicates yes and false indicates no.
|
|
603
677
|
* @type {boolean || null}
|
|
604
678
|
*/
|
|
605
679
|
this.IsWildcard = null;
|
|
606
680
|
|
|
607
681
|
/**
|
|
608
|
-
* Whether the vulnerability scanning feature is enabled
|
|
609
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
682
|
+
* Whether the vulnerability scanning feature is enabled.
|
|
610
683
|
* @type {boolean || null}
|
|
611
684
|
*/
|
|
612
685
|
this.IsVulnerability = null;
|
|
613
686
|
|
|
614
687
|
/**
|
|
615
|
-
* Whether it
|
|
616
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
688
|
+
* Whether it is renewable.
|
|
617
689
|
* @type {boolean || null}
|
|
618
690
|
*/
|
|
619
691
|
this.RenewAble = null;
|
|
620
692
|
|
|
621
693
|
/**
|
|
622
|
-
* Project information
|
|
623
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
694
|
+
* Project information.
|
|
624
695
|
* @type {ProjectInfo || null}
|
|
625
696
|
*/
|
|
626
697
|
this.ProjectInfo = null;
|
|
627
698
|
|
|
628
699
|
/**
|
|
629
|
-
* Associated
|
|
630
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
700
|
+
* Associated cloud resources are temporarily unavailable.
|
|
631
701
|
* @type {Array.<string> || null}
|
|
632
702
|
*/
|
|
633
703
|
this.BoundResource = null;
|
|
634
704
|
|
|
635
705
|
/**
|
|
636
|
-
* Whether
|
|
637
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
706
|
+
* Whether it can be deployed.
|
|
638
707
|
* @type {boolean || null}
|
|
639
708
|
*/
|
|
640
709
|
this.Deployable = null;
|
|
641
710
|
|
|
642
711
|
/**
|
|
643
|
-
*
|
|
644
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
712
|
+
* Tag list.
|
|
645
713
|
* @type {Array.<Tags> || null}
|
|
646
714
|
*/
|
|
647
715
|
this.Tags = null;
|
|
648
716
|
|
|
649
717
|
/**
|
|
650
|
-
* Whether
|
|
651
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
718
|
+
* Whether expiration notice has been ignored.
|
|
652
719
|
* @type {boolean || null}
|
|
653
720
|
*/
|
|
654
721
|
this.IsIgnore = null;
|
|
655
722
|
|
|
656
723
|
/**
|
|
657
|
-
* Whether
|
|
658
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
724
|
+
* Whether it is a China SM certificate.
|
|
659
725
|
* @type {boolean || null}
|
|
660
726
|
*/
|
|
661
727
|
this.IsSM = null;
|
|
662
728
|
|
|
663
729
|
/**
|
|
664
|
-
* Certificate algorithm
|
|
665
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
730
|
+
* Certificate algorithm.
|
|
666
731
|
* @type {string || null}
|
|
667
732
|
*/
|
|
668
733
|
this.EncryptAlgorithm = null;
|
|
669
734
|
|
|
670
735
|
/**
|
|
671
|
-
* Encryption algorithm
|
|
672
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
736
|
+
* Encryption algorithm for upload ca certificate.
|
|
673
737
|
* @type {Array.<string> || null}
|
|
674
738
|
*/
|
|
675
739
|
this.CAEncryptAlgorithms = null;
|
|
676
740
|
|
|
677
741
|
/**
|
|
678
|
-
* Expiration time
|
|
679
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
742
|
+
* Expiration time for upload ca certificate.
|
|
680
743
|
* @type {Array.<string> || null}
|
|
681
744
|
*/
|
|
682
745
|
this.CAEndTimes = null;
|
|
683
746
|
|
|
684
747
|
/**
|
|
685
|
-
*
|
|
686
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
748
|
+
* Common name of the upload ca certificate.
|
|
687
749
|
* @type {Array.<string> || null}
|
|
688
750
|
*/
|
|
689
751
|
this.CACommonNames = null;
|
|
690
752
|
|
|
691
753
|
/**
|
|
692
|
-
*
|
|
693
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
754
|
+
* Certificate prereview information.
|
|
694
755
|
* @type {PreAuditInfo || null}
|
|
695
756
|
*/
|
|
696
757
|
this.PreAuditInfo = null;
|
|
697
758
|
|
|
698
759
|
/**
|
|
699
|
-
* Whether auto-
|
|
700
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
760
|
+
* Whether to auto-renew.
|
|
701
761
|
* @type {number || null}
|
|
702
762
|
*/
|
|
703
763
|
this.AutoRenewFlag = null;
|
|
704
764
|
|
|
705
765
|
/**
|
|
706
|
-
*
|
|
707
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
766
|
+
* Hosting status: 0, hosting; 5, resource replacement; 10, hosting completed; -1, not hosted.
|
|
708
767
|
* @type {number || null}
|
|
709
768
|
*/
|
|
710
769
|
this.HostingStatus = null;
|
|
711
770
|
|
|
712
771
|
/**
|
|
713
|
-
*
|
|
714
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
772
|
+
* Hosting completion time.
|
|
715
773
|
* @type {string || null}
|
|
716
774
|
*/
|
|
717
775
|
this.HostingCompleteTime = null;
|
|
718
776
|
|
|
719
777
|
/**
|
|
720
|
-
*
|
|
721
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
778
|
+
* Manage the new certificate id.
|
|
722
779
|
* @type {string || null}
|
|
723
780
|
*/
|
|
724
781
|
this.HostingRenewCertId = null;
|
|
725
782
|
|
|
726
783
|
/**
|
|
727
|
-
* Existing
|
|
728
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
784
|
+
* Existing renewal certificate id.
|
|
729
785
|
* @type {string || null}
|
|
730
786
|
*/
|
|
731
787
|
this.HasRenewOrder = null;
|
|
732
788
|
|
|
733
789
|
/**
|
|
734
|
-
*
|
|
735
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
790
|
+
* Indicates whether the original certificate is deleted during reissue.
|
|
736
791
|
* @type {boolean || null}
|
|
737
792
|
*/
|
|
738
793
|
this.ReplaceOriCertIsDelete = null;
|
|
739
794
|
|
|
740
795
|
/**
|
|
741
|
-
*
|
|
742
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
796
|
+
* Indicates whether it is about to expire. a certificate is about to expire if it will expire within 30 days.
|
|
743
797
|
* @type {boolean || null}
|
|
744
798
|
*/
|
|
745
799
|
this.IsExpiring = null;
|
|
746
800
|
|
|
747
801
|
/**
|
|
748
|
-
*
|
|
749
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
802
|
+
* Add validation expiration date for DV certificate
|
|
750
803
|
* @type {string || null}
|
|
751
804
|
*/
|
|
752
805
|
this.DVAuthDeadline = null;
|
|
753
806
|
|
|
754
807
|
/**
|
|
755
|
-
* Domain
|
|
756
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
808
|
+
* Domain verification passed time.
|
|
757
809
|
* @type {string || null}
|
|
758
810
|
*/
|
|
759
811
|
this.ValidationPassedTime = null;
|
|
760
812
|
|
|
761
813
|
/**
|
|
762
|
-
* Multiple domain names with
|
|
763
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
814
|
+
* Multiple domain names associated with the certificate.
|
|
764
815
|
* @type {Array.<string> || null}
|
|
765
816
|
*/
|
|
766
817
|
this.CertSANs = null;
|
|
767
818
|
|
|
768
819
|
/**
|
|
769
|
-
* Domain
|
|
770
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
820
|
+
* Domain verification rejection information.
|
|
771
821
|
* @type {string || null}
|
|
772
822
|
*/
|
|
773
823
|
this.AwaitingValidationMsg = null;
|
|
774
824
|
|
|
775
825
|
/**
|
|
776
|
-
* Whether
|
|
777
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
826
|
+
* Whether to allow downloading.
|
|
778
827
|
* @type {boolean || null}
|
|
779
828
|
*/
|
|
780
829
|
this.AllowDownload = null;
|
|
781
830
|
|
|
782
831
|
/**
|
|
783
|
-
*
|
|
832
|
+
* Whether all certificate domain names are managed and resolved by dnspod.
|
|
784
833
|
* @type {boolean || null}
|
|
785
834
|
*/
|
|
786
835
|
this.IsDNSPODResolve = null;
|
|
787
836
|
|
|
788
837
|
/**
|
|
789
|
-
*
|
|
838
|
+
* Whether the certificate is purchased with benefit points.
|
|
790
839
|
* @type {boolean || null}
|
|
791
840
|
*/
|
|
792
841
|
this.IsPackage = null;
|
|
793
842
|
|
|
794
843
|
/**
|
|
795
|
-
*
|
|
844
|
+
* Whether there is a private key password.
|
|
796
845
|
* @type {boolean || null}
|
|
797
846
|
*/
|
|
798
847
|
this.KeyPasswordCustomFlag = null;
|
|
799
848
|
|
|
800
849
|
/**
|
|
801
|
-
*
|
|
850
|
+
* Types of web servers supported for download: nginx, apache, iis, tomcat, jks, root, other.
|
|
802
851
|
* @type {SupportDownloadType || null}
|
|
803
852
|
*/
|
|
804
853
|
this.SupportDownloadType = null;
|
|
805
854
|
|
|
855
|
+
/**
|
|
856
|
+
* Certificate revocation completion time.
|
|
857
|
+
* @type {string || null}
|
|
858
|
+
*/
|
|
859
|
+
this.CertRevokedTime = null;
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Hosted resource type list.
|
|
863
|
+
* @type {Array.<string> || null}
|
|
864
|
+
*/
|
|
865
|
+
this.HostingResourceTypes = null;
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* Managed configuration information.
|
|
869
|
+
* @type {HostingConfig || null}
|
|
870
|
+
*/
|
|
871
|
+
this.HostingConfig = null;
|
|
872
|
+
|
|
806
873
|
}
|
|
807
874
|
|
|
808
875
|
/**
|
|
@@ -893,6 +960,14 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
893
960
|
obj.deserialize(params.SupportDownloadType)
|
|
894
961
|
this.SupportDownloadType = obj;
|
|
895
962
|
}
|
|
963
|
+
this.CertRevokedTime = 'CertRevokedTime' in params ? params.CertRevokedTime : null;
|
|
964
|
+
this.HostingResourceTypes = 'HostingResourceTypes' in params ? params.HostingResourceTypes : null;
|
|
965
|
+
|
|
966
|
+
if (params.HostingConfig) {
|
|
967
|
+
let obj = new HostingConfig();
|
|
968
|
+
obj.deserialize(params.HostingConfig)
|
|
969
|
+
this.HostingConfig = obj;
|
|
970
|
+
}
|
|
896
971
|
|
|
897
972
|
}
|
|
898
973
|
}
|
|
@@ -906,14 +981,13 @@ class CertificateExtra extends AbstractModel {
|
|
|
906
981
|
super();
|
|
907
982
|
|
|
908
983
|
/**
|
|
909
|
-
*
|
|
910
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
984
|
+
* Quantity of configurable domain names for the certificate.
|
|
911
985
|
* @type {string || null}
|
|
912
986
|
*/
|
|
913
987
|
this.DomainNumber = null;
|
|
914
988
|
|
|
915
989
|
/**
|
|
916
|
-
*
|
|
990
|
+
* Renew the original certificate id.
|
|
917
991
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
918
992
|
* @type {string || null}
|
|
919
993
|
*/
|
|
@@ -927,29 +1001,27 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
927
1001
|
this.ReplacedBy = null;
|
|
928
1002
|
|
|
929
1003
|
/**
|
|
930
|
-
*
|
|
1004
|
+
* Reissue certificate id.
|
|
931
1005
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
932
1006
|
* @type {string || null}
|
|
933
1007
|
*/
|
|
934
1008
|
this.ReplacedFor = null;
|
|
935
1009
|
|
|
936
1010
|
/**
|
|
937
|
-
*
|
|
1011
|
+
* Renewal certificate id.
|
|
938
1012
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
939
1013
|
* @type {string || null}
|
|
940
1014
|
*/
|
|
941
1015
|
this.RenewOrder = null;
|
|
942
1016
|
|
|
943
1017
|
/**
|
|
944
|
-
* Whether
|
|
945
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1018
|
+
* Whether it is a China SM certificate.
|
|
946
1019
|
* @type {number || null}
|
|
947
1020
|
*/
|
|
948
1021
|
this.SMCert = null;
|
|
949
1022
|
|
|
950
1023
|
/**
|
|
951
|
-
* Company type
|
|
952
|
-
Note: This field may return null, indicating that no valid value can be obtained.
|
|
1024
|
+
* Company type, valid values: 1 (individual); 2 (company).
|
|
953
1025
|
* @type {number || null}
|
|
954
1026
|
*/
|
|
955
1027
|
this.CompanyType = null;
|
|
@@ -995,6 +1067,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
995
1067
|
*/
|
|
996
1068
|
this.TotalCount = null;
|
|
997
1069
|
|
|
1070
|
+
/**
|
|
1071
|
+
* Whether to query exceptions.
|
|
1072
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1073
|
+
* @type {string || null}
|
|
1074
|
+
*/
|
|
1075
|
+
this.Error = null;
|
|
1076
|
+
|
|
998
1077
|
}
|
|
999
1078
|
|
|
1000
1079
|
/**
|
|
@@ -1014,6 +1093,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1014
1093
|
}
|
|
1015
1094
|
}
|
|
1016
1095
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
1096
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
1017
1097
|
|
|
1018
1098
|
}
|
|
1019
1099
|
}
|
|
@@ -1084,13 +1164,13 @@ class CdnInstanceDetail extends AbstractModel {
|
|
|
1084
1164
|
this.CertId = null;
|
|
1085
1165
|
|
|
1086
1166
|
/**
|
|
1087
|
-
*
|
|
1167
|
+
* Domain name status: rejected - the domain name failed the review or its registration has expired/been canceled; processing - deploying; online - started; offline - closed.
|
|
1088
1168
|
* @type {string || null}
|
|
1089
1169
|
*/
|
|
1090
1170
|
this.Status = null;
|
|
1091
1171
|
|
|
1092
1172
|
/**
|
|
1093
|
-
*
|
|
1173
|
+
* Domain billing status, where on indicates enable and off indicates disable.
|
|
1094
1174
|
* @type {string || null}
|
|
1095
1175
|
*/
|
|
1096
1176
|
this.HttpsBillingSwitch = null;
|
|
@@ -1312,22 +1392,19 @@ class ClbListener extends AbstractModel {
|
|
|
1312
1392
|
this.Protocol = null;
|
|
1313
1393
|
|
|
1314
1394
|
/**
|
|
1315
|
-
*
|
|
1316
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1395
|
+
* Data of certificate bound to the listener.
|
|
1317
1396
|
* @type {Certificate || null}
|
|
1318
1397
|
*/
|
|
1319
1398
|
this.Certificate = null;
|
|
1320
1399
|
|
|
1321
1400
|
/**
|
|
1322
|
-
*
|
|
1323
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1401
|
+
* List of listener rules.
|
|
1324
1402
|
* @type {Array.<ClbListenerRule> || null}
|
|
1325
1403
|
*/
|
|
1326
1404
|
this.Rules = null;
|
|
1327
1405
|
|
|
1328
1406
|
/**
|
|
1329
|
-
*
|
|
1330
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1407
|
+
* Domain list not matched.
|
|
1331
1408
|
* @type {Array.<string> || null}
|
|
1332
1409
|
*/
|
|
1333
1410
|
this.NoMatchDomains = null;
|
|
@@ -1365,6 +1442,63 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1365
1442
|
}
|
|
1366
1443
|
}
|
|
1367
1444
|
|
|
1445
|
+
/**
|
|
1446
|
+
* COS instance details - asynchronous association of cloud resource data structure.
|
|
1447
|
+
* @class
|
|
1448
|
+
*/
|
|
1449
|
+
class COSInstanceList extends AbstractModel {
|
|
1450
|
+
constructor(){
|
|
1451
|
+
super();
|
|
1452
|
+
|
|
1453
|
+
/**
|
|
1454
|
+
* Region.
|
|
1455
|
+
* @type {string || null}
|
|
1456
|
+
*/
|
|
1457
|
+
this.Region = null;
|
|
1458
|
+
|
|
1459
|
+
/**
|
|
1460
|
+
* Instance details.
|
|
1461
|
+
* @type {Array.<CosInstanceDetail> || null}
|
|
1462
|
+
*/
|
|
1463
|
+
this.InstanceList = null;
|
|
1464
|
+
|
|
1465
|
+
/**
|
|
1466
|
+
* Total number under the region.
|
|
1467
|
+
* @type {number || null}
|
|
1468
|
+
*/
|
|
1469
|
+
this.TotalCount = null;
|
|
1470
|
+
|
|
1471
|
+
/**
|
|
1472
|
+
* Error message.
|
|
1473
|
+
* @type {string || null}
|
|
1474
|
+
*/
|
|
1475
|
+
this.Error = null;
|
|
1476
|
+
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* @private
|
|
1481
|
+
*/
|
|
1482
|
+
deserialize(params) {
|
|
1483
|
+
if (!params) {
|
|
1484
|
+
return;
|
|
1485
|
+
}
|
|
1486
|
+
this.Region = 'Region' in params ? params.Region : null;
|
|
1487
|
+
|
|
1488
|
+
if (params.InstanceList) {
|
|
1489
|
+
this.InstanceList = new Array();
|
|
1490
|
+
for (let z in params.InstanceList) {
|
|
1491
|
+
let obj = new CosInstanceDetail();
|
|
1492
|
+
obj.deserialize(params.InstanceList[z]);
|
|
1493
|
+
this.InstanceList.push(obj);
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
1497
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
1498
|
+
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1368
1502
|
/**
|
|
1369
1503
|
* Content of the `DvAuths` parameter
|
|
1370
1504
|
* @class
|
|
@@ -1374,42 +1508,45 @@ class DvAuths extends AbstractModel {
|
|
|
1374
1508
|
super();
|
|
1375
1509
|
|
|
1376
1510
|
/**
|
|
1377
|
-
*
|
|
1511
|
+
* Certificate domain name verification record key.
|
|
1378
1512
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1379
1513
|
* @type {string || null}
|
|
1380
1514
|
*/
|
|
1381
1515
|
this.DvAuthKey = null;
|
|
1382
1516
|
|
|
1383
1517
|
/**
|
|
1384
|
-
*
|
|
1518
|
+
* Certificate domain name verification record value.
|
|
1385
1519
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1386
1520
|
* @type {string || null}
|
|
1387
1521
|
*/
|
|
1388
1522
|
this.DvAuthValue = null;
|
|
1389
1523
|
|
|
1390
1524
|
/**
|
|
1391
|
-
*
|
|
1525
|
+
* Certificate domain name verification domain value.
|
|
1392
1526
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1393
1527
|
* @type {string || null}
|
|
1394
1528
|
*/
|
|
1395
1529
|
this.DvAuthDomain = null;
|
|
1396
1530
|
|
|
1397
1531
|
/**
|
|
1398
|
-
*
|
|
1532
|
+
* Certificate domain name verification file path, used only for file and file_proxy.
|
|
1399
1533
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1400
1534
|
* @type {string || null}
|
|
1401
1535
|
*/
|
|
1402
1536
|
this.DvAuthPath = null;
|
|
1403
1537
|
|
|
1404
1538
|
/**
|
|
1405
|
-
*
|
|
1539
|
+
* Certificate domain name verification subdomain.
|
|
1406
1540
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1407
1541
|
* @type {string || null}
|
|
1408
1542
|
*/
|
|
1409
1543
|
this.DvAuthSubDomain = null;
|
|
1410
1544
|
|
|
1411
1545
|
/**
|
|
1412
|
-
*
|
|
1546
|
+
* Certificate domain verification type, valid values:.
|
|
1547
|
+
TXT: add txt record for dns domain verification.
|
|
1548
|
+
FILE: domain file verification.
|
|
1549
|
+
CNAME: add cname record for dns domain verification.
|
|
1413
1550
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1414
1551
|
* @type {string || null}
|
|
1415
1552
|
*/
|
|
@@ -1641,7 +1778,7 @@ class DescribeCertificateOperateLogsRequest extends AbstractModel {
|
|
|
1641
1778
|
this.Offset = null;
|
|
1642
1779
|
|
|
1643
1780
|
/**
|
|
1644
|
-
* Number of requested logs
|
|
1781
|
+
* Number of requested logs, 20 by default, with a maximum value of 1000. if it exceeds 1000, it will be treated as 1000.
|
|
1645
1782
|
* @type {number || null}
|
|
1646
1783
|
*/
|
|
1647
1784
|
this.Limit = null;
|
|
@@ -1725,12 +1862,17 @@ class DdosInstanceList extends AbstractModel {
|
|
|
1725
1862
|
this.TotalCount = null;
|
|
1726
1863
|
|
|
1727
1864
|
/**
|
|
1728
|
-
*
|
|
1729
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1865
|
+
* DDOS instance details.
|
|
1730
1866
|
* @type {Array.<DdosInstanceDetail> || null}
|
|
1731
1867
|
*/
|
|
1732
1868
|
this.InstanceList = null;
|
|
1733
1869
|
|
|
1870
|
+
/**
|
|
1871
|
+
* Whether to query exceptions.
|
|
1872
|
+
* @type {string || null}
|
|
1873
|
+
*/
|
|
1874
|
+
this.Error = null;
|
|
1875
|
+
|
|
1734
1876
|
}
|
|
1735
1877
|
|
|
1736
1878
|
/**
|
|
@@ -1750,6 +1892,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1750
1892
|
this.InstanceList.push(obj);
|
|
1751
1893
|
}
|
|
1752
1894
|
}
|
|
1895
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
1753
1896
|
|
|
1754
1897
|
}
|
|
1755
1898
|
}
|
|
@@ -1805,7 +1948,7 @@ class DescribeCSRSetResponse extends AbstractModel {
|
|
|
1805
1948
|
}
|
|
1806
1949
|
|
|
1807
1950
|
/**
|
|
1808
|
-
*
|
|
1951
|
+
* Details of update records.
|
|
1809
1952
|
* @class
|
|
1810
1953
|
*/
|
|
1811
1954
|
class UpdateRecordDetails extends AbstractModel {
|
|
@@ -1813,19 +1956,31 @@ class UpdateRecordDetails extends AbstractModel {
|
|
|
1813
1956
|
super();
|
|
1814
1957
|
|
|
1815
1958
|
/**
|
|
1816
|
-
*
|
|
1959
|
+
* Type of cloud resource for updating old and new certs.
|
|
1960
|
+
- clb.
|
|
1961
|
+
- cdn.
|
|
1962
|
+
- ddos.
|
|
1963
|
+
- live.
|
|
1964
|
+
- vod.
|
|
1965
|
+
- waf.
|
|
1966
|
+
- apigateway.
|
|
1967
|
+
- teo.
|
|
1968
|
+
- tke.
|
|
1969
|
+
- cos.
|
|
1970
|
+
- tse.
|
|
1971
|
+
- tcb.
|
|
1817
1972
|
* @type {string || null}
|
|
1818
1973
|
*/
|
|
1819
1974
|
this.ResourceType = null;
|
|
1820
1975
|
|
|
1821
1976
|
/**
|
|
1822
|
-
*
|
|
1977
|
+
* The update details of the cloud resource.
|
|
1823
1978
|
* @type {Array.<UpdateRecordDetail> || null}
|
|
1824
1979
|
*/
|
|
1825
1980
|
this.List = null;
|
|
1826
1981
|
|
|
1827
1982
|
/**
|
|
1828
|
-
*
|
|
1983
|
+
* The update of the total number of cloud resources.
|
|
1829
1984
|
* @type {number || null}
|
|
1830
1985
|
*/
|
|
1831
1986
|
this.TotalCount = null;
|
|
@@ -1911,7 +2066,7 @@ class ModifyCertificateResubmitRequest extends AbstractModel {
|
|
|
1911
2066
|
}
|
|
1912
2067
|
|
|
1913
2068
|
/**
|
|
1914
|
-
*
|
|
2069
|
+
* Supported types for download.
|
|
1915
2070
|
* @class
|
|
1916
2071
|
*/
|
|
1917
2072
|
class SupportDownloadType extends AbstractModel {
|
|
@@ -1919,43 +2074,43 @@ class SupportDownloadType extends AbstractModel {
|
|
|
1919
2074
|
super();
|
|
1920
2075
|
|
|
1921
2076
|
/**
|
|
1922
|
-
*
|
|
2077
|
+
* Whether the available format of nginx can be downloaded.
|
|
1923
2078
|
* @type {boolean || null}
|
|
1924
2079
|
*/
|
|
1925
2080
|
this.NGINX = null;
|
|
1926
2081
|
|
|
1927
2082
|
/**
|
|
1928
|
-
*
|
|
2083
|
+
* Whether the available format of apache can be downloaded.
|
|
1929
2084
|
* @type {boolean || null}
|
|
1930
2085
|
*/
|
|
1931
2086
|
this.APACHE = null;
|
|
1932
2087
|
|
|
1933
2088
|
/**
|
|
1934
|
-
*
|
|
2089
|
+
* Whether the available format of tomcat can be downloaded.
|
|
1935
2090
|
* @type {boolean || null}
|
|
1936
2091
|
*/
|
|
1937
2092
|
this.TOMCAT = null;
|
|
1938
2093
|
|
|
1939
2094
|
/**
|
|
1940
|
-
*
|
|
2095
|
+
* Whether the available format of iis can be downloaded.
|
|
1941
2096
|
* @type {boolean || null}
|
|
1942
2097
|
*/
|
|
1943
2098
|
this.IIS = null;
|
|
1944
2099
|
|
|
1945
2100
|
/**
|
|
1946
|
-
*
|
|
2101
|
+
* Indicates whether the jks format can be downloaded.
|
|
1947
2102
|
* @type {boolean || null}
|
|
1948
2103
|
*/
|
|
1949
2104
|
this.JKS = null;
|
|
1950
2105
|
|
|
1951
2106
|
/**
|
|
1952
|
-
*
|
|
2107
|
+
* Indicates whether other formats can be downloaded.
|
|
1953
2108
|
* @type {boolean || null}
|
|
1954
2109
|
*/
|
|
1955
2110
|
this.OTHER = null;
|
|
1956
2111
|
|
|
1957
2112
|
/**
|
|
1958
|
-
*
|
|
2113
|
+
* Indicates whether the root certificate can be downloaded.
|
|
1959
2114
|
* @type {boolean || null}
|
|
1960
2115
|
*/
|
|
1961
2116
|
this.ROOT = null;
|
|
@@ -2017,19 +2172,19 @@ class UpdateRecordDetail extends AbstractModel {
|
|
|
2017
2172
|
super();
|
|
2018
2173
|
|
|
2019
2174
|
/**
|
|
2020
|
-
*
|
|
2175
|
+
* Update detail record id.
|
|
2021
2176
|
* @type {number || null}
|
|
2022
2177
|
*/
|
|
2023
2178
|
this.Id = null;
|
|
2024
2179
|
|
|
2025
2180
|
/**
|
|
2026
|
-
* New certificate
|
|
2181
|
+
* New and old certificate update - new certificate id.
|
|
2027
2182
|
* @type {string || null}
|
|
2028
2183
|
*/
|
|
2029
2184
|
this.CertId = null;
|
|
2030
2185
|
|
|
2031
2186
|
/**
|
|
2032
|
-
* Old certificate
|
|
2187
|
+
* Old and new certificate update - old certificate id.
|
|
2033
2188
|
* @type {string || null}
|
|
2034
2189
|
*/
|
|
2035
2190
|
this.OldCertId = null;
|
|
@@ -2042,7 +2197,19 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2042
2197
|
this.Domains = null;
|
|
2043
2198
|
|
|
2044
2199
|
/**
|
|
2045
|
-
*
|
|
2200
|
+
* Type of cloud resource for updating old and new certs.
|
|
2201
|
+
- clb.
|
|
2202
|
+
- cdn.
|
|
2203
|
+
- ddos.
|
|
2204
|
+
- live.
|
|
2205
|
+
- vod.
|
|
2206
|
+
- waf.
|
|
2207
|
+
- apigateway.
|
|
2208
|
+
- teo.
|
|
2209
|
+
- tke.
|
|
2210
|
+
- cos.
|
|
2211
|
+
- tse.
|
|
2212
|
+
- tcb.
|
|
2046
2213
|
* @type {string || null}
|
|
2047
2214
|
*/
|
|
2048
2215
|
this.ResourceType = null;
|
|
@@ -2055,7 +2222,14 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2055
2222
|
this.Region = null;
|
|
2056
2223
|
|
|
2057
2224
|
/**
|
|
2058
|
-
* Deployment status
|
|
2225
|
+
* Deployment status. valid values:.
|
|
2226
|
+
0: To be deployed.
|
|
2227
|
+
1: Deployment successful.
|
|
2228
|
+
2: Deployment failed.
|
|
2229
|
+
3: Deploying.
|
|
2230
|
+
4: Rollback succeeded.
|
|
2231
|
+
5: Rollback failure.
|
|
2232
|
+
6: No resource, no need for deployment.
|
|
2059
2233
|
* @type {number || null}
|
|
2060
2234
|
*/
|
|
2061
2235
|
this.Status = null;
|
|
@@ -2163,6 +2337,13 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2163
2337
|
*/
|
|
2164
2338
|
this.TCBType = null;
|
|
2165
2339
|
|
|
2340
|
+
/**
|
|
2341
|
+
* Listener url (only for CLB).
|
|
2342
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2343
|
+
* @type {string || null}
|
|
2344
|
+
*/
|
|
2345
|
+
this.Url = null;
|
|
2346
|
+
|
|
2166
2347
|
}
|
|
2167
2348
|
|
|
2168
2349
|
/**
|
|
@@ -2194,6 +2375,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2194
2375
|
this.SecretName = 'SecretName' in params ? params.SecretName : null;
|
|
2195
2376
|
this.EnvId = 'EnvId' in params ? params.EnvId : null;
|
|
2196
2377
|
this.TCBType = 'TCBType' in params ? params.TCBType : null;
|
|
2378
|
+
this.Url = 'Url' in params ? params.Url : null;
|
|
2197
2379
|
|
|
2198
2380
|
}
|
|
2199
2381
|
}
|
|
@@ -2250,7 +2432,7 @@ class ApplyCertificateResponse extends AbstractModel {
|
|
|
2250
2432
|
super();
|
|
2251
2433
|
|
|
2252
2434
|
/**
|
|
2253
|
-
*
|
|
2435
|
+
* The newly applied certificate id.
|
|
2254
2436
|
* @type {string || null}
|
|
2255
2437
|
*/
|
|
2256
2438
|
this.CertificateId = null;
|
|
@@ -2311,6 +2493,63 @@ class CreateCertificateBindResourceSyncTaskRequest extends AbstractModel {
|
|
|
2311
2493
|
}
|
|
2312
2494
|
}
|
|
2313
2495
|
|
|
2496
|
+
/**
|
|
2497
|
+
* COS instance description.
|
|
2498
|
+
* @class
|
|
2499
|
+
*/
|
|
2500
|
+
class CosInstanceDetail extends AbstractModel {
|
|
2501
|
+
constructor(){
|
|
2502
|
+
super();
|
|
2503
|
+
|
|
2504
|
+
/**
|
|
2505
|
+
* Domain name.
|
|
2506
|
+
* @type {string || null}
|
|
2507
|
+
*/
|
|
2508
|
+
this.Domain = null;
|
|
2509
|
+
|
|
2510
|
+
/**
|
|
2511
|
+
* Bound certificate id.
|
|
2512
|
+
* @type {string || null}
|
|
2513
|
+
*/
|
|
2514
|
+
this.CertId = null;
|
|
2515
|
+
|
|
2516
|
+
/**
|
|
2517
|
+
* ENABLED: domain name online status.
|
|
2518
|
+
DISABLED: domain name offline status.
|
|
2519
|
+
* @type {string || null}
|
|
2520
|
+
*/
|
|
2521
|
+
this.Status = null;
|
|
2522
|
+
|
|
2523
|
+
/**
|
|
2524
|
+
* bucket name.
|
|
2525
|
+
* @type {string || null}
|
|
2526
|
+
*/
|
|
2527
|
+
this.Bucket = null;
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* bucket region.
|
|
2531
|
+
* @type {string || null}
|
|
2532
|
+
*/
|
|
2533
|
+
this.Region = null;
|
|
2534
|
+
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
/**
|
|
2538
|
+
* @private
|
|
2539
|
+
*/
|
|
2540
|
+
deserialize(params) {
|
|
2541
|
+
if (!params) {
|
|
2542
|
+
return;
|
|
2543
|
+
}
|
|
2544
|
+
this.Domain = 'Domain' in params ? params.Domain : null;
|
|
2545
|
+
this.CertId = 'CertId' in params ? params.CertId : null;
|
|
2546
|
+
this.Status = 'Status' in params ? params.Status : null;
|
|
2547
|
+
this.Bucket = 'Bucket' in params ? params.Bucket : null;
|
|
2548
|
+
this.Region = 'Region' in params ? params.Region : null;
|
|
2549
|
+
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2314
2553
|
/**
|
|
2315
2554
|
* UploadConfirmLetter response structure.
|
|
2316
2555
|
* @class
|
|
@@ -2362,19 +2601,19 @@ class DescribeHostUpdateRecordDetailRequest extends AbstractModel {
|
|
|
2362
2601
|
super();
|
|
2363
2602
|
|
|
2364
2603
|
/**
|
|
2365
|
-
*
|
|
2604
|
+
* Deployment record id, which is the record id returned by calling the UpdateCertificateInstance api, or the record id returned by calling the UpdateCertificateRecordRollback rollback api.
|
|
2366
2605
|
* @type {string || null}
|
|
2367
2606
|
*/
|
|
2368
2607
|
this.DeployRecordId = null;
|
|
2369
2608
|
|
|
2370
2609
|
/**
|
|
2371
|
-
* Number per page
|
|
2610
|
+
* Number of items per page. the default is 10. the maximum value is 200.
|
|
2372
2611
|
* @type {string || null}
|
|
2373
2612
|
*/
|
|
2374
2613
|
this.Limit = null;
|
|
2375
2614
|
|
|
2376
2615
|
/**
|
|
2377
|
-
*
|
|
2616
|
+
* Pagination offset, starting from 0. default is 0.
|
|
2378
2617
|
* @type {string || null}
|
|
2379
2618
|
*/
|
|
2380
2619
|
this.Offset = null;
|
|
@@ -2522,8 +2761,7 @@ class ClbInstanceDetail extends AbstractModel {
|
|
|
2522
2761
|
this.LoadBalancerName = null;
|
|
2523
2762
|
|
|
2524
2763
|
/**
|
|
2525
|
-
*
|
|
2526
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2764
|
+
* CLB listener list.
|
|
2527
2765
|
* @type {Array.<ClbListener> || null}
|
|
2528
2766
|
*/
|
|
2529
2767
|
this.Listeners = null;
|
|
@@ -2553,7 +2791,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2553
2791
|
}
|
|
2554
2792
|
|
|
2555
2793
|
/**
|
|
2556
|
-
*
|
|
2794
|
+
* Update the progress of asynchronous task.
|
|
2557
2795
|
* @class
|
|
2558
2796
|
*/
|
|
2559
2797
|
class UpdateSyncProgress extends AbstractModel {
|
|
@@ -2561,19 +2799,22 @@ class UpdateSyncProgress extends AbstractModel {
|
|
|
2561
2799
|
super();
|
|
2562
2800
|
|
|
2563
2801
|
/**
|
|
2564
|
-
*
|
|
2802
|
+
* Resource type.
|
|
2803
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2565
2804
|
* @type {string || null}
|
|
2566
2805
|
*/
|
|
2567
2806
|
this.ResourceType = null;
|
|
2568
2807
|
|
|
2569
2808
|
/**
|
|
2570
|
-
*
|
|
2809
|
+
* Region result list.
|
|
2810
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2571
2811
|
* @type {Array.<UpdateSyncProgressRegion> || null}
|
|
2572
2812
|
*/
|
|
2573
2813
|
this.UpdateSyncProgressRegions = null;
|
|
2574
2814
|
|
|
2575
2815
|
/**
|
|
2576
|
-
*
|
|
2816
|
+
* Asynchronous update progress status: 0, pending, 1 processed, 3 processing.
|
|
2817
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2577
2818
|
* @type {number || null}
|
|
2578
2819
|
*/
|
|
2579
2820
|
this.Status = null;
|
|
@@ -2622,6 +2863,60 @@ class OperationLog extends AbstractModel {
|
|
|
2622
2863
|
*/
|
|
2623
2864
|
this.CreatedOn = null;
|
|
2624
2865
|
|
|
2866
|
+
/**
|
|
2867
|
+
* Root account.
|
|
2868
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2869
|
+
* @type {string || null}
|
|
2870
|
+
*/
|
|
2871
|
+
this.Uin = null;
|
|
2872
|
+
|
|
2873
|
+
/**
|
|
2874
|
+
* Sub-Account.
|
|
2875
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2876
|
+
* @type {string || null}
|
|
2877
|
+
*/
|
|
2878
|
+
this.SubAccountUin = null;
|
|
2879
|
+
|
|
2880
|
+
/**
|
|
2881
|
+
* Certificate id.
|
|
2882
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2883
|
+
* @type {string || null}
|
|
2884
|
+
*/
|
|
2885
|
+
this.CertId = null;
|
|
2886
|
+
|
|
2887
|
+
/**
|
|
2888
|
+
* Each operation type corresponds to a specific operation description. the following is a textual explanation of each operation type and its description:.
|
|
2889
|
+
1. apply: indicates applying for a free cert.
|
|
2890
|
+
2. delete: indicates a deletion.
|
|
2891
|
+
3. download - represents the download operation.
|
|
2892
|
+
4. upload: indicates an upload operation.
|
|
2893
|
+
5. revoke: indicates revoking a cert.
|
|
2894
|
+
6. cancelRevoke - indicates canceling the revocation operation.
|
|
2895
|
+
7. updateAlias - indicates updating the remark information.
|
|
2896
|
+
8. changeProject - indicates assigning the certificate to a certain project.
|
|
2897
|
+
9. uploadConfirmLetter - indicates uploading the confirmation letter.
|
|
2898
|
+
10. cancel - indicates canceling the order operation.
|
|
2899
|
+
11. replace - specifies reissuing a certificate.
|
|
2900
|
+
12. downloadConfirmLetter - specifies downloading a certificate revocation confirmation letter.
|
|
2901
|
+
13. editRevokeLetter - specifies uploading a certificate revocation confirmation letter.
|
|
2902
|
+
14. renewVIP - specifies renewing a paid certificate.
|
|
2903
|
+
15. applyVIP - specifies applying for a paid certificate.
|
|
2904
|
+
16. submitInfo - specifies submitting documentation.
|
|
2905
|
+
17. downloadConfirmLetter - specifies downloading the confirmation letter template.
|
|
2906
|
+
18. uploadFromYunAPI - indicates uploading via the cloud api.
|
|
2907
|
+
19. transferIn - indicates the certificate transfer to operation.
|
|
2908
|
+
20. transferOut - indicates the certificate transfer operation.
|
|
2909
|
+
21. refund - indicates applying for a refund.
|
|
2910
|
+
22. multiYearsRenew - indicates multi-year auto-renewal.
|
|
2911
|
+
23. modifyDownloadLimit - indicates modifying the download limit switch.
|
|
2912
|
+
24. issued - indicates certificate issuance.
|
|
2913
|
+
25. domainValidationPassed - indicates domain verification completed.
|
|
2914
|
+
26. Resubmit - indicates reapplying for a certificate.
|
|
2915
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2916
|
+
* @type {string || null}
|
|
2917
|
+
*/
|
|
2918
|
+
this.Type = null;
|
|
2919
|
+
|
|
2625
2920
|
}
|
|
2626
2921
|
|
|
2627
2922
|
/**
|
|
@@ -2633,6 +2928,10 @@ class OperationLog extends AbstractModel {
|
|
|
2633
2928
|
}
|
|
2634
2929
|
this.Action = 'Action' in params ? params.Action : null;
|
|
2635
2930
|
this.CreatedOn = 'CreatedOn' in params ? params.CreatedOn : null;
|
|
2931
|
+
this.Uin = 'Uin' in params ? params.Uin : null;
|
|
2932
|
+
this.SubAccountUin = 'SubAccountUin' in params ? params.SubAccountUin : null;
|
|
2933
|
+
this.CertId = 'CertId' in params ? params.CertId : null;
|
|
2934
|
+
this.Type = 'Type' in params ? params.Type : null;
|
|
2636
2935
|
|
|
2637
2936
|
}
|
|
2638
2937
|
}
|
|
@@ -2681,7 +2980,7 @@ class ResourceTypeRegions extends AbstractModel {
|
|
|
2681
2980
|
super();
|
|
2682
2981
|
|
|
2683
2982
|
/**
|
|
2684
|
-
* Cloud resource
|
|
2983
|
+
* Cloud resource types, which support clb, waf, api gateway, cos, tke, tse, and tcb.
|
|
2685
2984
|
* @type {string || null}
|
|
2686
2985
|
*/
|
|
2687
2986
|
this.ResourceType = null;
|
|
@@ -2901,7 +3200,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2901
3200
|
this.TEO = null;
|
|
2902
3201
|
|
|
2903
3202
|
/**
|
|
2904
|
-
* The status of the async task. Valid values: `0` for querying, `1` for successful, and `2` for abnormal. If the status is `1`, the result of `BindResourceResult`
|
|
3203
|
+
* The status of the async task. Valid values: `0` for querying, `1` for successful, and `2` for abnormal. If the status is `1`, check the result of `BindResourceResult` ; if the status is `2`, check the `error` .
|
|
2905
3204
|
* @type {number || null}
|
|
2906
3205
|
*/
|
|
2907
3206
|
this.Status = null;
|
|
@@ -2919,6 +3218,13 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
2919
3218
|
*/
|
|
2920
3219
|
this.TSE = null;
|
|
2921
3220
|
|
|
3221
|
+
/**
|
|
3222
|
+
* Information of associated cos resource.
|
|
3223
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3224
|
+
* @type {Array.<COSInstanceList> || null}
|
|
3225
|
+
*/
|
|
3226
|
+
this.COS = null;
|
|
3227
|
+
|
|
2922
3228
|
/**
|
|
2923
3229
|
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2924
3230
|
* @type {string || null}
|
|
@@ -3035,6 +3341,15 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
3035
3341
|
this.TSE.push(obj);
|
|
3036
3342
|
}
|
|
3037
3343
|
}
|
|
3344
|
+
|
|
3345
|
+
if (params.COS) {
|
|
3346
|
+
this.COS = new Array();
|
|
3347
|
+
for (let z in params.COS) {
|
|
3348
|
+
let obj = new COSInstanceList();
|
|
3349
|
+
obj.deserialize(params.COS[z]);
|
|
3350
|
+
this.COS.push(obj);
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3038
3353
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
3039
3354
|
|
|
3040
3355
|
}
|
|
@@ -3049,42 +3364,42 @@ class DvAuthDetail extends AbstractModel {
|
|
|
3049
3364
|
super();
|
|
3050
3365
|
|
|
3051
3366
|
/**
|
|
3052
|
-
*
|
|
3367
|
+
* Certificate domain name verification record key.
|
|
3053
3368
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3054
3369
|
* @type {string || null}
|
|
3055
3370
|
*/
|
|
3056
3371
|
this.DvAuthKey = null;
|
|
3057
3372
|
|
|
3058
3373
|
/**
|
|
3059
|
-
*
|
|
3374
|
+
* Certificate domain name verification record value.
|
|
3060
3375
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3061
3376
|
* @type {string || null}
|
|
3062
3377
|
*/
|
|
3063
3378
|
this.DvAuthValue = null;
|
|
3064
3379
|
|
|
3065
3380
|
/**
|
|
3066
|
-
*
|
|
3381
|
+
* Certificate domain name verification domain value.
|
|
3067
3382
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3068
3383
|
* @type {string || null}
|
|
3069
3384
|
*/
|
|
3070
3385
|
this.DvAuthDomain = null;
|
|
3071
3386
|
|
|
3072
3387
|
/**
|
|
3073
|
-
*
|
|
3388
|
+
* Certificate domain name verification file path, used only for file and file_proxy.
|
|
3074
3389
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3075
3390
|
* @type {string || null}
|
|
3076
3391
|
*/
|
|
3077
3392
|
this.DvAuthPath = null;
|
|
3078
3393
|
|
|
3079
3394
|
/**
|
|
3080
|
-
*
|
|
3395
|
+
* Certificate domain name verification subdomain.
|
|
3081
3396
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3082
3397
|
* @type {string || null}
|
|
3083
3398
|
*/
|
|
3084
3399
|
this.DvAuthKeySubDomain = null;
|
|
3085
3400
|
|
|
3086
3401
|
/**
|
|
3087
|
-
*
|
|
3402
|
+
* Certificate domain verification information; multiple domain verifications use this field.
|
|
3088
3403
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3089
3404
|
* @type {Array.<DvAuths> || null}
|
|
3090
3405
|
*/
|
|
@@ -3167,12 +3482,17 @@ class CdnInstanceList extends AbstractModel {
|
|
|
3167
3482
|
this.TotalCount = null;
|
|
3168
3483
|
|
|
3169
3484
|
/**
|
|
3170
|
-
*
|
|
3171
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3485
|
+
* CDN domain name details.
|
|
3172
3486
|
* @type {Array.<CdnInstanceDetail> || null}
|
|
3173
3487
|
*/
|
|
3174
3488
|
this.InstanceList = null;
|
|
3175
3489
|
|
|
3490
|
+
/**
|
|
3491
|
+
* Whether to query exceptions.
|
|
3492
|
+
* @type {string || null}
|
|
3493
|
+
*/
|
|
3494
|
+
this.Error = null;
|
|
3495
|
+
|
|
3176
3496
|
}
|
|
3177
3497
|
|
|
3178
3498
|
/**
|
|
@@ -3192,6 +3512,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3192
3512
|
this.InstanceList.push(obj);
|
|
3193
3513
|
}
|
|
3194
3514
|
}
|
|
3515
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
3195
3516
|
|
|
3196
3517
|
}
|
|
3197
3518
|
}
|
|
@@ -3205,13 +3526,13 @@ class UpdateCertificateRecordRetryRequest extends AbstractModel {
|
|
|
3205
3526
|
super();
|
|
3206
3527
|
|
|
3207
3528
|
/**
|
|
3208
|
-
*
|
|
3529
|
+
* Record ID for pending retry deployment, which can be obtained through UpdateCertificateInstance. if this parameter is not provided, DeployRecordDetailId must be provided.
|
|
3209
3530
|
* @type {number || null}
|
|
3210
3531
|
*/
|
|
3211
3532
|
this.DeployRecordId = null;
|
|
3212
3533
|
|
|
3213
3534
|
/**
|
|
3214
|
-
*
|
|
3535
|
+
* Detail ID for pending retry deployment record, which can be obtained through the DescribeHostUpdateRecordDetail api. if this parameter is not provided, DeployRecordId must be provided.
|
|
3215
3536
|
* @type {number || null}
|
|
3216
3537
|
*/
|
|
3217
3538
|
this.DeployRecordDetailId = null;
|
|
@@ -3232,43 +3553,98 @@ class UpdateCertificateRecordRetryRequest extends AbstractModel {
|
|
|
3232
3553
|
}
|
|
3233
3554
|
|
|
3234
3555
|
/**
|
|
3235
|
-
* Details of a DDOS instance
|
|
3556
|
+
* Details of a DDOS instance
|
|
3557
|
+
* @class
|
|
3558
|
+
*/
|
|
3559
|
+
class DdosInstanceDetail extends AbstractModel {
|
|
3560
|
+
constructor(){
|
|
3561
|
+
super();
|
|
3562
|
+
|
|
3563
|
+
/**
|
|
3564
|
+
* The domain.
|
|
3565
|
+
* @type {string || null}
|
|
3566
|
+
*/
|
|
3567
|
+
this.Domain = null;
|
|
3568
|
+
|
|
3569
|
+
/**
|
|
3570
|
+
* The instance ID.
|
|
3571
|
+
* @type {string || null}
|
|
3572
|
+
*/
|
|
3573
|
+
this.InstanceId = null;
|
|
3574
|
+
|
|
3575
|
+
/**
|
|
3576
|
+
* The protocol type.
|
|
3577
|
+
* @type {string || null}
|
|
3578
|
+
*/
|
|
3579
|
+
this.Protocol = null;
|
|
3580
|
+
|
|
3581
|
+
/**
|
|
3582
|
+
* Certificate id.
|
|
3583
|
+
* @type {string || null}
|
|
3584
|
+
*/
|
|
3585
|
+
this.CertId = null;
|
|
3586
|
+
|
|
3587
|
+
/**
|
|
3588
|
+
* The forwarding port.
|
|
3589
|
+
* @type {string || null}
|
|
3590
|
+
*/
|
|
3591
|
+
this.VirtualPort = null;
|
|
3592
|
+
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3595
|
+
/**
|
|
3596
|
+
* @private
|
|
3597
|
+
*/
|
|
3598
|
+
deserialize(params) {
|
|
3599
|
+
if (!params) {
|
|
3600
|
+
return;
|
|
3601
|
+
}
|
|
3602
|
+
this.Domain = 'Domain' in params ? params.Domain : null;
|
|
3603
|
+
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
3604
|
+
this.Protocol = 'Protocol' in params ? params.Protocol : null;
|
|
3605
|
+
this.CertId = 'CertId' in params ? params.CertId : null;
|
|
3606
|
+
this.VirtualPort = 'VirtualPort' in params ? params.VirtualPort : null;
|
|
3607
|
+
|
|
3608
|
+
}
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
/**
|
|
3612
|
+
* Basic information of the certificate
|
|
3236
3613
|
* @class
|
|
3237
3614
|
*/
|
|
3238
|
-
class
|
|
3615
|
+
class CertBasicInfo extends AbstractModel {
|
|
3239
3616
|
constructor(){
|
|
3240
3617
|
super();
|
|
3241
3618
|
|
|
3242
3619
|
/**
|
|
3243
|
-
*
|
|
3620
|
+
* Issuer.
|
|
3244
3621
|
* @type {string || null}
|
|
3245
3622
|
*/
|
|
3246
|
-
this.
|
|
3623
|
+
this.Issuer = null;
|
|
3247
3624
|
|
|
3248
3625
|
/**
|
|
3249
|
-
*
|
|
3626
|
+
* Issued to.
|
|
3250
3627
|
* @type {string || null}
|
|
3251
3628
|
*/
|
|
3252
|
-
this.
|
|
3629
|
+
this.Subject = null;
|
|
3253
3630
|
|
|
3254
3631
|
/**
|
|
3255
|
-
*
|
|
3632
|
+
* Certificate fingerprint.
|
|
3256
3633
|
* @type {string || null}
|
|
3257
3634
|
*/
|
|
3258
|
-
this.
|
|
3635
|
+
this.Fingerprint = null;
|
|
3259
3636
|
|
|
3260
3637
|
/**
|
|
3261
|
-
*
|
|
3262
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3638
|
+
* Certificate valid period start time.
|
|
3263
3639
|
* @type {string || null}
|
|
3264
3640
|
*/
|
|
3265
|
-
this.
|
|
3641
|
+
this.ValidFrom = null;
|
|
3266
3642
|
|
|
3267
3643
|
/**
|
|
3268
|
-
*
|
|
3644
|
+
* Certificate valid period end time.
|
|
3269
3645
|
* @type {string || null}
|
|
3270
3646
|
*/
|
|
3271
|
-
this.
|
|
3647
|
+
this.ValidTo = null;
|
|
3272
3648
|
|
|
3273
3649
|
}
|
|
3274
3650
|
|
|
@@ -3279,11 +3655,11 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3279
3655
|
if (!params) {
|
|
3280
3656
|
return;
|
|
3281
3657
|
}
|
|
3282
|
-
this.
|
|
3283
|
-
this.
|
|
3284
|
-
this.
|
|
3285
|
-
this.
|
|
3286
|
-
this.
|
|
3658
|
+
this.Issuer = 'Issuer' in params ? params.Issuer : null;
|
|
3659
|
+
this.Subject = 'Subject' in params ? params.Subject : null;
|
|
3660
|
+
this.Fingerprint = 'Fingerprint' in params ? params.Fingerprint : null;
|
|
3661
|
+
this.ValidFrom = 'ValidFrom' in params ? params.ValidFrom : null;
|
|
3662
|
+
this.ValidTo = 'ValidTo' in params ? params.ValidTo : null;
|
|
3287
3663
|
|
|
3288
3664
|
}
|
|
3289
3665
|
}
|
|
@@ -3297,7 +3673,7 @@ class CreateCertificateRequest extends AbstractModel {
|
|
|
3297
3673
|
super();
|
|
3298
3674
|
|
|
3299
3675
|
/**
|
|
3300
|
-
* Certificate product
|
|
3676
|
+
* Certificate product id. `3`: securesite ev pro; `4`: securesite ev; `5`: securesite ov pro; `6`: securesite ov; `7`: securesite ov wildcard; `8`: geotrust ev; `9`: geotrust ov; `10`: geotrust ov wildcard; `11`: trustasia dv multi-domain; `12`: trustasia dv wildcard; `13`: trustasia ov wildcard d3; `14`: trustasia ov d3; `15`: trustasia ov multi-domain d3; `16`: trustasia ev d3; `17`: trustasia ev multi-domain d3; `18`: globalsign ov; `19`: globalsign ov wildcard; `20`: globalsign ev; `21`: trustasia ov wildcard multi-domain d3; `22`: globalsign ov multi-domain; `23`: globalsign ov wildcard multi-domain; `24`: globalsign ev multi-domain; `25`: wotrus dv; `26`: wotrus dv multi-domain; `27`: wotrus dv wildcard; `28`: wotrus ov; `29`: wotrus ov multi-domain; `30`: wotrus ov wildcard; `31`: wotrus ev; `32`: wotrus ev multi-domain; `33`: DNSPod sm2 dv; `34`: DNSPod sm2 dv multi-domain; `35`: DNSPod sm2 dv wildcard; `37`: DNSPod sm2 ov; `38`: DNSPod sm2 ov multi-domain; `39`: DNSPod sm2 ov wildcard; `40`: DNSPod sm2 ev; `41`: DNSPod sm2 ev multi-domain; `42`: trustasia dv wildcard multi-domain; `43`: dnspod-ov ssl certificate; `44`: dnspod-ov wildcard ssl certificate; `45`: dnspod-ov multi-domain ssl certificate; `46`: dnspod-ev ssl certificate; `47`: dnspod-ev multi-domain ssl certificate; `48`: dnspod-dv ssl certificate; `49`: dnspod-dv wildcard ssl certificate; `50`: dnspod-dv multi-domain ssl certificate; `51`: DNSPod (sm2)-ov ssl certificate; `52`: DNSPod (sm2)-ov wildcard ssl certificate; `53`: DNSPod (sm2)-ov multi-domain ssl certificate; `54`: DNSPod (sm2)-dv ssl certificate; `55`: DNSPod (sm2)-dv wildcard ssl certificate; `56`: DNSPod (sm2)-dv multi-domain ssl certificate; `57`: securesite ov pro multi-domain; `58`: securesite ov multi-domain; `59`: securesite ev pro multi-domain; `60`: securesite ev multi-domain; `61`: geotrust ev multi-domain.
|
|
3301
3677
|
* @type {number || null}
|
|
3302
3678
|
*/
|
|
3303
3679
|
this.ProductId = null;
|
|
@@ -3309,11 +3685,23 @@ class CreateCertificateRequest extends AbstractModel {
|
|
|
3309
3685
|
this.DomainNum = null;
|
|
3310
3686
|
|
|
3311
3687
|
/**
|
|
3312
|
-
* Certificate validity period.
|
|
3688
|
+
* Certificate validity period.
|
|
3313
3689
|
* @type {number || null}
|
|
3314
3690
|
*/
|
|
3315
3691
|
this.TimeSpan = null;
|
|
3316
3692
|
|
|
3693
|
+
/**
|
|
3694
|
+
* Whether to automatically use vouchers: 1 for yes, 0 for no; the default is 1.
|
|
3695
|
+
* @type {number || null}
|
|
3696
|
+
*/
|
|
3697
|
+
this.AutoVoucher = null;
|
|
3698
|
+
|
|
3699
|
+
/**
|
|
3700
|
+
* Tag, generate tags for certificates.
|
|
3701
|
+
* @type {Array.<Tags> || null}
|
|
3702
|
+
*/
|
|
3703
|
+
this.Tags = null;
|
|
3704
|
+
|
|
3317
3705
|
}
|
|
3318
3706
|
|
|
3319
3707
|
/**
|
|
@@ -3326,6 +3714,16 @@ class CreateCertificateRequest extends AbstractModel {
|
|
|
3326
3714
|
this.ProductId = 'ProductId' in params ? params.ProductId : null;
|
|
3327
3715
|
this.DomainNum = 'DomainNum' in params ? params.DomainNum : null;
|
|
3328
3716
|
this.TimeSpan = 'TimeSpan' in params ? params.TimeSpan : null;
|
|
3717
|
+
this.AutoVoucher = 'AutoVoucher' in params ? params.AutoVoucher : null;
|
|
3718
|
+
|
|
3719
|
+
if (params.Tags) {
|
|
3720
|
+
this.Tags = new Array();
|
|
3721
|
+
for (let z in params.Tags) {
|
|
3722
|
+
let obj = new Tags();
|
|
3723
|
+
obj.deserialize(params.Tags[z]);
|
|
3724
|
+
this.Tags.push(obj);
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3329
3727
|
|
|
3330
3728
|
}
|
|
3331
3729
|
}
|
|
@@ -3521,73 +3919,76 @@ class SubmitCertificateInformationRequest extends AbstractModel {
|
|
|
3521
3919
|
super();
|
|
3522
3920
|
|
|
3523
3921
|
/**
|
|
3524
|
-
*
|
|
3922
|
+
* Paid certificate id of materials to be submitted.
|
|
3525
3923
|
* @type {string || null}
|
|
3526
3924
|
*/
|
|
3527
3925
|
this.CertificateId = null;
|
|
3528
3926
|
|
|
3529
3927
|
/**
|
|
3530
|
-
*
|
|
3928
|
+
* This field is required. Generation method of CSR, valid values are:
|
|
3929
|
+
online: tencent cloud generates the CSR and private key based on the submitted parameter information and stores them encryptedly.
|
|
3930
|
+
parse: generate the CSR and private key by itself, and apply for a certificate by uploading the CSR.
|
|
3531
3931
|
* @type {string || null}
|
|
3532
3932
|
*/
|
|
3533
3933
|
this.CsrType = null;
|
|
3534
3934
|
|
|
3535
3935
|
/**
|
|
3536
|
-
*
|
|
3936
|
+
* The content of the uploaded csr.
|
|
3937
|
+
If CsrType is parse, this field is required.
|
|
3537
3938
|
* @type {string || null}
|
|
3538
3939
|
*/
|
|
3539
3940
|
this.CsrContent = null;
|
|
3540
3941
|
|
|
3541
3942
|
/**
|
|
3542
|
-
*
|
|
3943
|
+
* The common name bound to the certificate. if a CSR is uploaded, the domain name must be consistent with the common name resolved from the CSR.
|
|
3543
3944
|
* @type {string || null}
|
|
3544
3945
|
*/
|
|
3545
3946
|
this.CertificateDomain = null;
|
|
3546
3947
|
|
|
3547
3948
|
/**
|
|
3548
|
-
*
|
|
3949
|
+
* Other domain names bound to the certificate. not required for single domain and wildcard domain certificates. required for multiple domain names and multiple wildcard domain names.
|
|
3549
3950
|
* @type {Array.<string> || null}
|
|
3550
3951
|
*/
|
|
3551
3952
|
this.DomainList = null;
|
|
3552
3953
|
|
|
3553
3954
|
/**
|
|
3554
|
-
*
|
|
3955
|
+
* Private key password, which is currently only used for the password when generating jks and pfx format certificates; other formats of private key certificates are not encrypted.
|
|
3555
3956
|
* @type {string || null}
|
|
3556
3957
|
*/
|
|
3557
3958
|
this.KeyPassword = null;
|
|
3558
3959
|
|
|
3559
3960
|
/**
|
|
3560
|
-
*
|
|
3961
|
+
* This field is required. Company name.
|
|
3561
3962
|
* @type {string || null}
|
|
3562
3963
|
*/
|
|
3563
3964
|
this.OrganizationName = null;
|
|
3564
3965
|
|
|
3565
3966
|
/**
|
|
3566
|
-
*
|
|
3967
|
+
* This field is required. Department name.
|
|
3567
3968
|
* @type {string || null}
|
|
3568
3969
|
*/
|
|
3569
3970
|
this.OrganizationDivision = null;
|
|
3570
3971
|
|
|
3571
3972
|
/**
|
|
3572
|
-
*
|
|
3973
|
+
* This field is required. Company's detailed address.
|
|
3573
3974
|
* @type {string || null}
|
|
3574
3975
|
*/
|
|
3575
3976
|
this.OrganizationAddress = null;
|
|
3576
3977
|
|
|
3577
3978
|
/**
|
|
3578
|
-
*
|
|
3979
|
+
* This field is required.Country name such as CN.
|
|
3579
3980
|
* @type {string || null}
|
|
3580
3981
|
*/
|
|
3581
3982
|
this.OrganizationCountry = null;
|
|
3582
3983
|
|
|
3583
3984
|
/**
|
|
3584
|
-
*
|
|
3985
|
+
* This field is required, which specifies the city where the company is located.
|
|
3585
3986
|
* @type {string || null}
|
|
3586
3987
|
*/
|
|
3587
3988
|
this.OrganizationCity = null;
|
|
3588
3989
|
|
|
3589
3990
|
/**
|
|
3590
|
-
*
|
|
3991
|
+
* This field is required, specifying the province where the company is located.
|
|
3591
3992
|
* @type {string || null}
|
|
3592
3993
|
*/
|
|
3593
3994
|
this.OrganizationRegion = null;
|
|
@@ -3599,83 +4000,89 @@ class SubmitCertificateInformationRequest extends AbstractModel {
|
|
|
3599
4000
|
this.PostalCode = null;
|
|
3600
4001
|
|
|
3601
4002
|
/**
|
|
3602
|
-
*
|
|
4003
|
+
* This field is required, the company's fixed-line phone area code.
|
|
3603
4004
|
* @type {string || null}
|
|
3604
4005
|
*/
|
|
3605
4006
|
this.PhoneAreaCode = null;
|
|
3606
4007
|
|
|
3607
4008
|
/**
|
|
3608
|
-
*
|
|
4009
|
+
* This field is required, the company's landline number.
|
|
3609
4010
|
* @type {string || null}
|
|
3610
4011
|
*/
|
|
3611
4012
|
this.PhoneNumber = null;
|
|
3612
4013
|
|
|
3613
4014
|
/**
|
|
3614
|
-
* Certificate validation method
|
|
4015
|
+
* Certificate validation method. Validation types: DNS_AUTO = Automatic DNS validation (only supported for domains resolved by Tencent Cloud DNS with a normal resolution status), DNS = Manual DNS validation, FILE = File validation.
|
|
3615
4016
|
* @type {string || null}
|
|
3616
4017
|
*/
|
|
3617
4018
|
this.VerifyType = null;
|
|
3618
4019
|
|
|
3619
4020
|
/**
|
|
3620
|
-
*
|
|
4021
|
+
* This field is required, manager name.
|
|
3621
4022
|
* @type {string || null}
|
|
3622
4023
|
*/
|
|
3623
4024
|
this.AdminFirstName = null;
|
|
3624
4025
|
|
|
3625
4026
|
/**
|
|
3626
|
-
*
|
|
4027
|
+
* This field is required, the manager's surname.
|
|
3627
4028
|
* @type {string || null}
|
|
3628
4029
|
*/
|
|
3629
4030
|
this.AdminLastName = null;
|
|
3630
4031
|
|
|
3631
4032
|
/**
|
|
3632
|
-
*
|
|
4033
|
+
* This field is required, the manager's mobile phone number.
|
|
3633
4034
|
* @type {string || null}
|
|
3634
4035
|
*/
|
|
3635
4036
|
this.AdminPhoneNum = null;
|
|
3636
4037
|
|
|
3637
4038
|
/**
|
|
3638
|
-
*
|
|
4039
|
+
* This field is required, the manager's email address.
|
|
3639
4040
|
* @type {string || null}
|
|
3640
4041
|
*/
|
|
3641
4042
|
this.AdminEmail = null;
|
|
3642
4043
|
|
|
3643
4044
|
/**
|
|
3644
|
-
*
|
|
4045
|
+
* This field is required, the manager position.
|
|
3645
4046
|
* @type {string || null}
|
|
3646
4047
|
*/
|
|
3647
4048
|
this.AdminPosition = null;
|
|
3648
4049
|
|
|
3649
4050
|
/**
|
|
3650
|
-
*
|
|
4051
|
+
* This field is required, the contact person name.
|
|
3651
4052
|
* @type {string || null}
|
|
3652
4053
|
*/
|
|
3653
4054
|
this.ContactFirstName = null;
|
|
3654
4055
|
|
|
3655
4056
|
/**
|
|
3656
|
-
*
|
|
4057
|
+
* This field is required, the contact person's surname.
|
|
3657
4058
|
* @type {string || null}
|
|
3658
4059
|
*/
|
|
3659
4060
|
this.ContactLastName = null;
|
|
3660
4061
|
|
|
3661
4062
|
/**
|
|
3662
|
-
*
|
|
4063
|
+
* This field is required, the contact person's email address.
|
|
3663
4064
|
* @type {string || null}
|
|
3664
4065
|
*/
|
|
3665
4066
|
this.ContactEmail = null;
|
|
3666
4067
|
|
|
3667
4068
|
/**
|
|
3668
|
-
*
|
|
4069
|
+
* This field is required, the contact person's mobile phone number.
|
|
3669
4070
|
* @type {string || null}
|
|
3670
4071
|
*/
|
|
3671
4072
|
this.ContactNumber = null;
|
|
3672
4073
|
|
|
3673
4074
|
/**
|
|
3674
|
-
*
|
|
4075
|
+
* This field is required, the contact person position.
|
|
3675
4076
|
* @type {string || null}
|
|
3676
4077
|
*/
|
|
3677
4078
|
this.ContactPosition = null;
|
|
3678
4079
|
|
|
4080
|
+
/**
|
|
4081
|
+
* Indicates whether it is a dv certificate. default value is false.
|
|
4082
|
+
* @type {boolean || null}
|
|
4083
|
+
*/
|
|
4084
|
+
this.IsDV = null;
|
|
4085
|
+
|
|
3679
4086
|
}
|
|
3680
4087
|
|
|
3681
4088
|
/**
|
|
@@ -3711,6 +4118,7 @@ class SubmitCertificateInformationRequest extends AbstractModel {
|
|
|
3711
4118
|
this.ContactEmail = 'ContactEmail' in params ? params.ContactEmail : null;
|
|
3712
4119
|
this.ContactNumber = 'ContactNumber' in params ? params.ContactNumber : null;
|
|
3713
4120
|
this.ContactPosition = 'ContactPosition' in params ? params.ContactPosition : null;
|
|
4121
|
+
this.IsDV = 'IsDV' in params ? params.IsDV : null;
|
|
3714
4122
|
|
|
3715
4123
|
}
|
|
3716
4124
|
}
|
|
@@ -3821,19 +4229,19 @@ class DescribeCertificatesRequest extends AbstractModel {
|
|
|
3821
4229
|
super();
|
|
3822
4230
|
|
|
3823
4231
|
/**
|
|
3824
|
-
* Pagination offset, starting from 0
|
|
4232
|
+
* Pagination offset, starting from 0. default is 0.
|
|
3825
4233
|
* @type {number || null}
|
|
3826
4234
|
*/
|
|
3827
4235
|
this.Offset = null;
|
|
3828
4236
|
|
|
3829
4237
|
/**
|
|
3830
|
-
* Number of
|
|
4238
|
+
* Number of items per page. default is 10. maximum value is 1000; values exceeding 1000 will be treated as 1000.
|
|
3831
4239
|
* @type {number || null}
|
|
3832
4240
|
*/
|
|
3833
4241
|
this.Limit = null;
|
|
3834
4242
|
|
|
3835
4243
|
/**
|
|
3836
|
-
*
|
|
4244
|
+
* Search keywords, supporting fuzzy match by certificate id, remark name, and certificate domain name.
|
|
3837
4245
|
* @type {string || null}
|
|
3838
4246
|
*/
|
|
3839
4247
|
this.SearchKey = null;
|
|
@@ -3851,13 +4259,13 @@ class DescribeCertificatesRequest extends AbstractModel {
|
|
|
3851
4259
|
this.ProjectId = null;
|
|
3852
4260
|
|
|
3853
4261
|
/**
|
|
3854
|
-
*
|
|
4262
|
+
* Default sorting is by certificate application time in descending order. Sort by expiration date if the following values are passed: DESC for descending order of certificate expiration time, ASC for ascending order.
|
|
3855
4263
|
* @type {string || null}
|
|
3856
4264
|
*/
|
|
3857
4265
|
this.ExpirationSort = null;
|
|
3858
4266
|
|
|
3859
4267
|
/**
|
|
3860
|
-
* Certificate status
|
|
4268
|
+
* Certificate status: 0=under review, 1=approved, 2=review failed, 3=expired, 4=dns record added, 5=enterprise certificate, pending submission, 6=order cancellation in progress, 7=canceled, 8=documents submitted, pending upload of confirmation letter, 9=certificate revocation in progress, 10=revoked, 11=reissue in progress, 12=pending upload of revocation confirmation letter, 13=free certificate pending document submission, 14=refunded, 15=certificate migration in progress.
|
|
3861
4269
|
* @type {Array.<number> || null}
|
|
3862
4270
|
*/
|
|
3863
4271
|
this.CertificateStatus = null;
|
|
@@ -3904,6 +4312,24 @@ class DescribeCertificatesRequest extends AbstractModel {
|
|
|
3904
4312
|
*/
|
|
3905
4313
|
this.Hostable = null;
|
|
3906
4314
|
|
|
4315
|
+
/**
|
|
4316
|
+
* Filter certificates with specified tags.
|
|
4317
|
+
* @type {Array.<Tags> || null}
|
|
4318
|
+
*/
|
|
4319
|
+
this.Tags = null;
|
|
4320
|
+
|
|
4321
|
+
/**
|
|
4322
|
+
* Whether to filter certificates pending issue: 1 for filtering, 0 and null for no filtering.
|
|
4323
|
+
* @type {number || null}
|
|
4324
|
+
*/
|
|
4325
|
+
this.IsPendingIssue = null;
|
|
4326
|
+
|
|
4327
|
+
/**
|
|
4328
|
+
* Filter certificates by the specified certificate id, only supports certificate ids with permission.
|
|
4329
|
+
* @type {Array.<string> || null}
|
|
4330
|
+
*/
|
|
4331
|
+
this.CertIds = null;
|
|
4332
|
+
|
|
3907
4333
|
}
|
|
3908
4334
|
|
|
3909
4335
|
/**
|
|
@@ -3928,6 +4354,17 @@ class DescribeCertificatesRequest extends AbstractModel {
|
|
|
3928
4354
|
this.FilterExpiring = 'FilterExpiring' in params ? params.FilterExpiring : null;
|
|
3929
4355
|
this.Hostable = 'Hostable' in params ? params.Hostable : null;
|
|
3930
4356
|
|
|
4357
|
+
if (params.Tags) {
|
|
4358
|
+
this.Tags = new Array();
|
|
4359
|
+
for (let z in params.Tags) {
|
|
4360
|
+
let obj = new Tags();
|
|
4361
|
+
obj.deserialize(params.Tags[z]);
|
|
4362
|
+
this.Tags.push(obj);
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4365
|
+
this.IsPendingIssue = 'IsPendingIssue' in params ? params.IsPendingIssue : null;
|
|
4366
|
+
this.CertIds = 'CertIds' in params ? params.CertIds : null;
|
|
4367
|
+
|
|
3931
4368
|
}
|
|
3932
4369
|
}
|
|
3933
4370
|
|
|
@@ -3946,8 +4383,7 @@ class ApiGatewayInstanceList extends AbstractModel {
|
|
|
3946
4383
|
this.Region = null;
|
|
3947
4384
|
|
|
3948
4385
|
/**
|
|
3949
|
-
*
|
|
3950
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4386
|
+
* API gateway instance details.
|
|
3951
4387
|
* @type {Array.<ApiGatewayInstanceDetail> || null}
|
|
3952
4388
|
*/
|
|
3953
4389
|
this.InstanceList = null;
|
|
@@ -3958,6 +4394,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3958
4394
|
*/
|
|
3959
4395
|
this.TotalCount = null;
|
|
3960
4396
|
|
|
4397
|
+
/**
|
|
4398
|
+
* Whether to query exceptions.
|
|
4399
|
+
* @type {string || null}
|
|
4400
|
+
*/
|
|
4401
|
+
this.Error = null;
|
|
4402
|
+
|
|
3961
4403
|
}
|
|
3962
4404
|
|
|
3963
4405
|
/**
|
|
@@ -3978,6 +4420,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3978
4420
|
}
|
|
3979
4421
|
}
|
|
3980
4422
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
4423
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
3981
4424
|
|
|
3982
4425
|
}
|
|
3983
4426
|
}
|
|
@@ -4010,7 +4453,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4010
4453
|
this.ZoneId = null;
|
|
4011
4454
|
|
|
4012
4455
|
/**
|
|
4013
|
-
*
|
|
4456
|
+
* Domain status.
|
|
4457
|
+
`Deployed`: deployed;.
|
|
4458
|
+
`Processing`: deploying;.
|
|
4459
|
+
`Applying`: applying;.
|
|
4460
|
+
`Failed`: application failed;.
|
|
4461
|
+
`Issued`: binding failed.
|
|
4014
4462
|
* @type {string || null}
|
|
4015
4463
|
*/
|
|
4016
4464
|
this.Status = null;
|
|
@@ -4133,15 +4581,13 @@ class Certificate extends AbstractModel {
|
|
|
4133
4581
|
this.DnsNames = null;
|
|
4134
4582
|
|
|
4135
4583
|
/**
|
|
4136
|
-
*
|
|
4137
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4584
|
+
* Root certificate id.
|
|
4138
4585
|
* @type {string || null}
|
|
4139
4586
|
*/
|
|
4140
4587
|
this.CertCaId = null;
|
|
4141
4588
|
|
|
4142
4589
|
/**
|
|
4143
|
-
*
|
|
4144
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4590
|
+
* Certificate authentication mode: unidirectional one-way authentication, mutual mutual authentication.
|
|
4145
4591
|
* @type {string || null}
|
|
4146
4592
|
*/
|
|
4147
4593
|
this.SSLMode = null;
|
|
@@ -4207,13 +4653,16 @@ class CommitCertificateInformationRequest extends AbstractModel {
|
|
|
4207
4653
|
super();
|
|
4208
4654
|
|
|
4209
4655
|
/**
|
|
4210
|
-
*
|
|
4656
|
+
* Paid certificate id of materials to be submitted.
|
|
4211
4657
|
* @type {string || null}
|
|
4212
4658
|
*/
|
|
4213
4659
|
this.CertificateId = null;
|
|
4214
4660
|
|
|
4215
4661
|
/**
|
|
4216
|
-
*
|
|
4662
|
+
* Certificate domain name verification method:.
|
|
4663
|
+
DNS_AUTO: automatically adds domain dns verification, requiring user domain name resolution to be hosted on [cloud dns](https://console.cloud.tencent.com/cns) and under the same tencent cloud account as the certificate application.
|
|
4664
|
+
DNS: manually add domain dns verification, which requires users to manually add verification values to the domain resolution service provider.
|
|
4665
|
+
FILE: manual addition of domain name file verification. requires the user to manually add a specified path file in the root directory of the domain site for file verification, and either http or https passing is acceptable; the domain site needs to be accessible by overseas ca institutions, with the specific access allowlist being: 64.78.193.238, 216.168.247.9, 216.168.249.9, 54.189.196.217.
|
|
4217
4666
|
* @type {string || null}
|
|
4218
4667
|
*/
|
|
4219
4668
|
this.VerifyType = null;
|
|
@@ -4403,19 +4852,19 @@ class UpdateCertificateInstanceRequest extends AbstractModel {
|
|
|
4403
4852
|
super();
|
|
4404
4853
|
|
|
4405
4854
|
/**
|
|
4406
|
-
*
|
|
4855
|
+
* The old certificate id for one-click update. by querying the cloud resources bound to this certificate id, and then updating these cloud resources with the new certificate.
|
|
4407
4856
|
* @type {string || null}
|
|
4408
4857
|
*/
|
|
4409
4858
|
this.OldCertificateId = null;
|
|
4410
4859
|
|
|
4411
4860
|
/**
|
|
4412
|
-
*
|
|
4861
|
+
* Resource types that need to be deployed, with optional parameter values (lowercase): clb, cdn, waf, live, ddos, teo, apigateway, vod, tke, tcb, tse, cos.
|
|
4413
4862
|
* @type {Array.<string> || null}
|
|
4414
4863
|
*/
|
|
4415
4864
|
this.ResourceTypes = null;
|
|
4416
4865
|
|
|
4417
4866
|
/**
|
|
4418
|
-
*
|
|
4867
|
+
* New certificate id for one-click update. if this parameter is not provided, the public key certificate and private key certificate must be provided.
|
|
4419
4868
|
* @type {string || null}
|
|
4420
4869
|
*/
|
|
4421
4870
|
this.CertificateId = null;
|
|
@@ -4427,49 +4876,49 @@ class UpdateCertificateInstanceRequest extends AbstractModel {
|
|
|
4427
4876
|
this.Regions = null;
|
|
4428
4877
|
|
|
4429
4878
|
/**
|
|
4430
|
-
* List of regions
|
|
4879
|
+
* List of regions where cloud resources need to be deployed. the cloud resource type of the supported region must be passed. valid values: clb, tke, apigateway, waf, tcb, tse, cos.
|
|
4431
4880
|
* @type {Array.<ResourceTypeRegions> || null}
|
|
4432
4881
|
*/
|
|
4433
4882
|
this.ResourceTypesRegions = null;
|
|
4434
4883
|
|
|
4435
4884
|
/**
|
|
4436
|
-
*
|
|
4885
|
+
* If a public key certificate is uploaded, the private key certificate must also be uploaded, and the CertificateId does not need to be transmitted.
|
|
4437
4886
|
* @type {string || null}
|
|
4438
4887
|
*/
|
|
4439
4888
|
this.CertificatePublicKey = null;
|
|
4440
4889
|
|
|
4441
4890
|
/**
|
|
4442
|
-
*
|
|
4891
|
+
* If a private key certificate is uploaded, then a public key certificate must be uploaded; CertificateId is not required.
|
|
4443
4892
|
* @type {string || null}
|
|
4444
4893
|
*/
|
|
4445
4894
|
this.CertificatePrivateKey = null;
|
|
4446
4895
|
|
|
4447
4896
|
/**
|
|
4448
|
-
* Whether
|
|
4897
|
+
* Whether to ignore expiration reminder for old certificate 0: do not ignore the notification. 1: ignore the notification, ignore the expiration reminder of OldCertificateId.
|
|
4449
4898
|
* @type {number || null}
|
|
4450
4899
|
*/
|
|
4451
4900
|
this.ExpiringNotificationSwitch = null;
|
|
4452
4901
|
|
|
4453
4902
|
/**
|
|
4454
|
-
*
|
|
4903
|
+
* It specifies whether the same certificate is allowed to be uploaded repeatedly. If the public key and private key certificates are selected for upload, this parameter can be configured. If there are duplicate certificates, the update task will fail.
|
|
4455
4904
|
* @type {boolean || null}
|
|
4456
4905
|
*/
|
|
4457
4906
|
this.Repeatable = null;
|
|
4458
4907
|
|
|
4459
4908
|
/**
|
|
4460
|
-
* Whether
|
|
4909
|
+
* Whether to allow downloading. If you choose to upload a public/private key certificate, this parameter can be configured.
|
|
4461
4910
|
* @type {boolean || null}
|
|
4462
4911
|
*/
|
|
4463
4912
|
this.AllowDownload = null;
|
|
4464
4913
|
|
|
4465
4914
|
/**
|
|
4466
|
-
* Tag list. If
|
|
4915
|
+
* Tag list. If you choose to upload a public/private key certificate, you can configure this parameter.
|
|
4467
4916
|
* @type {Array.<Tags> || null}
|
|
4468
4917
|
*/
|
|
4469
4918
|
this.Tags = null;
|
|
4470
4919
|
|
|
4471
4920
|
/**
|
|
4472
|
-
* Project
|
|
4921
|
+
* Project id. If you choose to upload a public/private key certificate, you can configure this parameter.
|
|
4473
4922
|
* @type {number || null}
|
|
4474
4923
|
*/
|
|
4475
4924
|
this.ProjectId = null;
|
|
@@ -4536,13 +4985,13 @@ class ReplaceCertificateRequest extends AbstractModel {
|
|
|
4536
4985
|
this.ValidType = null;
|
|
4537
4986
|
|
|
4538
4987
|
/**
|
|
4539
|
-
* Type. `
|
|
4988
|
+
* Type. `Original`: original certificate CSR; `Upload`: uploaded manually; `Online`: generated online. The default value is original.
|
|
4540
4989
|
* @type {string || null}
|
|
4541
4990
|
*/
|
|
4542
4991
|
this.CsrType = null;
|
|
4543
4992
|
|
|
4544
4993
|
/**
|
|
4545
|
-
* CSR content
|
|
4994
|
+
* CSR content, required when uploading manually.
|
|
4546
4995
|
* @type {string || null}
|
|
4547
4996
|
*/
|
|
4548
4997
|
this.CsrContent = null;
|
|
@@ -4616,7 +5065,11 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4616
5065
|
this.ProjectId = null;
|
|
4617
5066
|
|
|
4618
5067
|
/**
|
|
4619
|
-
* Certificate source
|
|
5068
|
+
* Certificate source:
|
|
5069
|
+
trustAsia.
|
|
5070
|
+
upload.
|
|
5071
|
+
wosign.
|
|
5072
|
+
sheca.
|
|
4620
5073
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4621
5074
|
* @type {string || null}
|
|
4622
5075
|
*/
|
|
@@ -4630,14 +5083,98 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4630
5083
|
this.CertificateType = null;
|
|
4631
5084
|
|
|
4632
5085
|
/**
|
|
4633
|
-
* Certificate
|
|
5086
|
+
* Certificate package type:.
|
|
5087
|
+
Null: user uploads a certificate (without package type),.
|
|
5088
|
+
2: trustasia tls rsa ca,.
|
|
5089
|
+
3: securesite enhanced enterprise edition (ev pro),.
|
|
5090
|
+
4: securesite enhanced (ev),.
|
|
5091
|
+
5: securesite enterprise professional edition (ov pro).
|
|
5092
|
+
6: securesite enterprise edition (ov).
|
|
5093
|
+
7: securesite enterprise edition (ov) wildcard.
|
|
5094
|
+
8: geotrust enhanced (ev).
|
|
5095
|
+
9: geotrust enterprise edition (ov).
|
|
5096
|
+
10: geotrust enterprise (ov) wildcard cert.
|
|
5097
|
+
11: trustasia domain name-based multiple domain names ssl certificate.
|
|
5098
|
+
12: trustasia domain name-based (dv) wildcard cert.
|
|
5099
|
+
13: trustasia enterprise wildcard (ov) ssl certificate (d3).
|
|
5100
|
+
14: trustasia enterprise (ov) ssl certificate (d3).
|
|
5101
|
+
15: trustasia enterprise multiple domain names (ov) ssl certificate (d3).
|
|
5102
|
+
16: trustasia enhanced (ev) ssl certificate (d3).
|
|
5103
|
+
17: trustasia enhanced multiple domain names (ev) ssl certificate (d3).
|
|
5104
|
+
18: globalsign enterprise (ov) ssl certificate.
|
|
5105
|
+
19: globalsign enterprise wildcard (ov) ssl certificate.
|
|
5106
|
+
20: globalsign enhanced (ev) ssl certificate.
|
|
5107
|
+
21: trustasia enterprise wildcard multiple domain names (ov) ssl certificate (d3).
|
|
5108
|
+
22: globalsign enterprise multiple domain names (ov) ssl certificate.
|
|
5109
|
+
23: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
|
|
5110
|
+
24: globalsign enhanced multiple domain names (ev) ssl certificate.
|
|
5111
|
+
25: wotrus domain cert.
|
|
5112
|
+
26: wotrus multi - domain name cert.
|
|
5113
|
+
27: wotrus wildcard cert.
|
|
5114
|
+
28: wotrus enterprise cert.
|
|
5115
|
+
29: wotrus enterprise multi - domain name cert.
|
|
5116
|
+
30: wotrus enterprise wildcard certificate.
|
|
5117
|
+
31: wotrus enhanced certificate.
|
|
5118
|
+
32: wotrus enhanced multi - domain name certificate.
|
|
5119
|
+
33: wotrus - national cryptography domain - name certificate.
|
|
5120
|
+
34: wotrus - national cryptography domain - name certificate (multiple domain names).
|
|
5121
|
+
35: wotrus-national cryptography wildcard domain certificate.
|
|
5122
|
+
37: wotrus-national cryptography enterprise certificate.
|
|
5123
|
+
38: wotrus-national cryptography enterprise certificate (multiple domain names).
|
|
5124
|
+
39: wotrus-national cryptography enterprise certificate (wildcard).
|
|
5125
|
+
40: wotrus-national cryptography enhanced certificate.
|
|
5126
|
+
41: wotrus - national cryptography enhanced certificate (multiple domain names).
|
|
5127
|
+
42: trustasia - domain name certificate (wildcard multiple domain names).
|
|
5128
|
+
43: DNSPod - enterprise (ov) ssl certificate.
|
|
5129
|
+
44: DNSPod - enterprise (ov) wildcard ssl certificate.
|
|
5130
|
+
45: DNSPod - enterprise (ov) multiple domain names ssl certificate.
|
|
5131
|
+
46: dnspod-enhanced (ev) ssl certificate.
|
|
5132
|
+
47: dnspod-enhanced (ev) multiple domain names ssl certificate.
|
|
5133
|
+
48: dnspod-domain name-based (dv) ssl certificate.
|
|
5134
|
+
49: dnspod-domain name-based (dv) wildcard ssl certificate.
|
|
5135
|
+
50: dnspod-domain name-based (dv) multiple domain names ssl certificate.
|
|
5136
|
+
51: DNSPod (national cryptography) - enterprise (ov) ssl certificate.
|
|
5137
|
+
52: DNSPod (national cryptography) - enterprise (ov) wildcard ssl certificate.
|
|
5138
|
+
53: DNSPod (national cryptography) - enterprise (ov) multiple domain names ssl certificate.
|
|
5139
|
+
54: DNSPod (national cryptography) - domain name-based (dv) ssl certificate.
|
|
5140
|
+
55: DNSPod (national cryptography) - domain name-based (dv) wildcard ssl certificate.
|
|
5141
|
+
56: DNSPod (national cryptography) - domain name-based (dv) multiple domain names ssl certificate.
|
|
5142
|
+
57: securesite enterprise professional version multiple domain names (ov pro).
|
|
5143
|
+
58: securesite enterprise multiple domain names (ov).
|
|
5144
|
+
59: securesite enhanced professional version multiple domain names (ev pro).
|
|
5145
|
+
60: securesite enhanced multiple domain names (ev).
|
|
5146
|
+
61: geotrust enhanced multiple domain names (ev).
|
|
5147
|
+
75: securesite enterprise (ov).
|
|
5148
|
+
76: securesite enterprise (ov) wildcard.
|
|
5149
|
+
77: securesite enhanced (ev).
|
|
5150
|
+
78: geotrust enterprise (ov).
|
|
5151
|
+
79: geotrust enterprise (ov) wildcard.
|
|
5152
|
+
80: geotrust enhanced (ev).
|
|
5153
|
+
81: globalsign enterprise (ov) ssl certificate.
|
|
5154
|
+
82: globalsign enterprise wildcard (ov) ssl certificate.
|
|
5155
|
+
83: trustasia c1 dv free.
|
|
5156
|
+
85: globalsign enhanced (ev) ssl certificate.
|
|
5157
|
+
88: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
|
|
5158
|
+
89: globalsign enterprise multiple domain names (ov) ssl certificate.
|
|
5159
|
+
90: globalsign enhanced multiple domain names (ev) ssl certificate.
|
|
5160
|
+
91: geotrust enhanced multiple domain names (ev).
|
|
5161
|
+
92: securesite enterprise ov pro for multiple domain names.
|
|
5162
|
+
93: securesite enterprise for multiple domain names (ov).
|
|
5163
|
+
94: securesite ev pro for multiple domain names.
|
|
5164
|
+
95: securesite ev for multiple domain names.
|
|
5165
|
+
96: securesite ev pro.
|
|
5166
|
+
97: securesite enterprise professional version (ov pro).
|
|
5167
|
+
98: cfca enterprise (ov) ssl certificate.
|
|
5168
|
+
99: cfca enterprise multiple domain names (ov) ssl certificate.
|
|
5169
|
+
100: cfca enterprise wildcard (ov) ssl certificate.
|
|
5170
|
+
101: cfca enhanced (ev) ssl certificate.
|
|
4634
5171
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4635
5172
|
* @type {string || null}
|
|
4636
5173
|
*/
|
|
4637
5174
|
this.PackageType = null;
|
|
4638
5175
|
|
|
4639
5176
|
/**
|
|
4640
|
-
*
|
|
5177
|
+
* Certificate product name.
|
|
4641
5178
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4642
5179
|
* @type {string || null}
|
|
4643
5180
|
*/
|
|
@@ -4658,21 +5195,33 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4658
5195
|
this.Alias = null;
|
|
4659
5196
|
|
|
4660
5197
|
/**
|
|
4661
|
-
* Certificate status
|
|
5198
|
+
* Certificate status: 0 = under review, 1 = approved, 2 = review failed, 3 = expired, 4 = dns records added automatically, 5 = enterprise certificate, pending documentation submission, 6 = order cancellation in progress, 7 = canceled, 8 = documents submitted, pending upload of confirmation letter, 9 = certificate revocation in progress, 10 = revoked, 11 = reissue in progress, 12 = pending upload of revocation confirmation letter, 13 = free certificate pending document submission, 14 = certificate has been refunded, 15 = certificate migration in progress.
|
|
4662
5199
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4663
5200
|
* @type {number || null}
|
|
4664
5201
|
*/
|
|
4665
5202
|
this.Status = null;
|
|
4666
5203
|
|
|
4667
5204
|
/**
|
|
4668
|
-
* Status information
|
|
5205
|
+
* Status information. valid values:.
|
|
5206
|
+
//Common status information.
|
|
5207
|
+
1. pre-reviewing: prereviewing.
|
|
5208
|
+
2. legal-reviewing: under legal review.
|
|
5209
|
+
3. ca-reviewing: under ca review.
|
|
5210
|
+
4. pending-dcv: under domain verification.
|
|
5211
|
+
5. wait-issue: waiting for issuance (domain verification passed).
|
|
5212
|
+
//Certificate review failure status information.
|
|
5213
|
+
Order review failed.
|
|
5214
|
+
CA review failed; the domain name did not pass the security review.
|
|
5215
|
+
Domain verification timed out, and the order was automatically closed. please reapply for the certificate.
|
|
5216
|
+
The certificate information did not pass the review by the certificate authority. the reviewer will call the contact information reserved for the certificate. please pay attention to the incoming call. subsequently, you can resubmit the information through "modify information".
|
|
5217
|
+
To be continuously improved.
|
|
4669
5218
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4670
5219
|
* @type {string || null}
|
|
4671
5220
|
*/
|
|
4672
5221
|
this.StatusMsg = null;
|
|
4673
5222
|
|
|
4674
5223
|
/**
|
|
4675
|
-
* Validation type
|
|
5224
|
+
* Validation type: DNS_AUTO = automatic dns validation, DNS = manual dns validation, FILE = file verification, DNS_PROXY = dns proxy validation, FILE_PROXY = file proxy validation.
|
|
4676
5225
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4677
5226
|
* @type {string || null}
|
|
4678
5227
|
*/
|
|
@@ -4826,22 +5375,22 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
4826
5375
|
this.Tags = null;
|
|
4827
5376
|
|
|
4828
5377
|
/**
|
|
4829
|
-
* All encryption
|
|
4830
|
-
Note:
|
|
5378
|
+
* All encryption methods of the ca certificate. only valid when the certificate type CertificateType is ca.
|
|
5379
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4831
5380
|
* @type {Array.<string> || null}
|
|
4832
5381
|
*/
|
|
4833
5382
|
this.CAEncryptAlgorithms = null;
|
|
4834
5383
|
|
|
4835
5384
|
/**
|
|
4836
|
-
* All common names of
|
|
4837
|
-
Note:
|
|
5385
|
+
* All common names of the ca certificate. only valid when the certificate type CertificateType is ca.
|
|
5386
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4838
5387
|
* @type {Array.<string> || null}
|
|
4839
5388
|
*/
|
|
4840
5389
|
this.CACommonNames = null;
|
|
4841
5390
|
|
|
4842
5391
|
/**
|
|
4843
|
-
* All expiration
|
|
4844
|
-
Note:
|
|
5392
|
+
* All expiration times of the ca certificate. only valid when the certificate type CertificateType is ca.
|
|
5393
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4845
5394
|
* @type {Array.<string> || null}
|
|
4846
5395
|
*/
|
|
4847
5396
|
this.CAEndTimes = null;
|
|
@@ -5048,7 +5597,8 @@ class DeleteCertificateResponse extends AbstractModel {
|
|
|
5048
5597
|
this.DeleteResult = null;
|
|
5049
5598
|
|
|
5050
5599
|
/**
|
|
5051
|
-
*
|
|
5600
|
+
* Asynchronous deletion task id.
|
|
5601
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5052
5602
|
* @type {string || null}
|
|
5053
5603
|
*/
|
|
5054
5604
|
this.TaskId = null;
|
|
@@ -5155,6 +5705,12 @@ class CreateCSRRequest extends AbstractModel {
|
|
|
5155
5705
|
*/
|
|
5156
5706
|
this.Remark = null;
|
|
5157
5707
|
|
|
5708
|
+
/**
|
|
5709
|
+
*
|
|
5710
|
+
* @type {Array.<Tags> || null}
|
|
5711
|
+
*/
|
|
5712
|
+
this.Tags = null;
|
|
5713
|
+
|
|
5158
5714
|
}
|
|
5159
5715
|
|
|
5160
5716
|
/**
|
|
@@ -5177,6 +5733,15 @@ class CreateCSRRequest extends AbstractModel {
|
|
|
5177
5733
|
this.KeyPassword = 'KeyPassword' in params ? params.KeyPassword : null;
|
|
5178
5734
|
this.Remark = 'Remark' in params ? params.Remark : null;
|
|
5179
5735
|
|
|
5736
|
+
if (params.Tags) {
|
|
5737
|
+
this.Tags = new Array();
|
|
5738
|
+
for (let z in params.Tags) {
|
|
5739
|
+
let obj = new Tags();
|
|
5740
|
+
obj.deserialize(params.Tags[z]);
|
|
5741
|
+
this.Tags.push(obj);
|
|
5742
|
+
}
|
|
5743
|
+
}
|
|
5744
|
+
|
|
5180
5745
|
}
|
|
5181
5746
|
}
|
|
5182
5747
|
|
|
@@ -5201,6 +5766,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5201
5766
|
*/
|
|
5202
5767
|
this.Environments = null;
|
|
5203
5768
|
|
|
5769
|
+
/**
|
|
5770
|
+
* Whether to query exceptions.
|
|
5771
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5772
|
+
* @type {string || null}
|
|
5773
|
+
*/
|
|
5774
|
+
this.Error = null;
|
|
5775
|
+
|
|
5204
5776
|
}
|
|
5205
5777
|
|
|
5206
5778
|
/**
|
|
@@ -5220,6 +5792,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5220
5792
|
this.Environments.push(obj);
|
|
5221
5793
|
}
|
|
5222
5794
|
}
|
|
5795
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
5223
5796
|
|
|
5224
5797
|
}
|
|
5225
5798
|
}
|
|
@@ -5332,6 +5905,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5332
5905
|
*/
|
|
5333
5906
|
this.TotalCount = null;
|
|
5334
5907
|
|
|
5908
|
+
/**
|
|
5909
|
+
* Whether to query exceptions.
|
|
5910
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5911
|
+
* @type {string || null}
|
|
5912
|
+
*/
|
|
5913
|
+
this.Error = null;
|
|
5914
|
+
|
|
5335
5915
|
}
|
|
5336
5916
|
|
|
5337
5917
|
/**
|
|
@@ -5352,6 +5932,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5352
5932
|
}
|
|
5353
5933
|
}
|
|
5354
5934
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
5935
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
5355
5936
|
|
|
5356
5937
|
}
|
|
5357
5938
|
}
|
|
@@ -5400,36 +5981,36 @@ class DescribeHostUpdateRecordDetailResponse extends AbstractModel {
|
|
|
5400
5981
|
super();
|
|
5401
5982
|
|
|
5402
5983
|
/**
|
|
5403
|
-
*
|
|
5404
|
-
Note:
|
|
5984
|
+
* If the total number cannot be obtained, return 0.
|
|
5985
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5405
5986
|
* @type {number || null}
|
|
5406
5987
|
*/
|
|
5407
5988
|
this.TotalCount = null;
|
|
5408
5989
|
|
|
5409
5990
|
/**
|
|
5410
|
-
* Certificate deployment record list
|
|
5411
|
-
Note:
|
|
5991
|
+
* Certificate deployment record list; returns an empty array if no value is obtained.
|
|
5992
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5412
5993
|
* @type {Array.<UpdateRecordDetails> || null}
|
|
5413
5994
|
*/
|
|
5414
5995
|
this.RecordDetailList = null;
|
|
5415
5996
|
|
|
5416
5997
|
/**
|
|
5417
|
-
* Total
|
|
5418
|
-
Note:
|
|
5998
|
+
* Total number of successes; returns 0 if unavailable.
|
|
5999
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5419
6000
|
* @type {number || null}
|
|
5420
6001
|
*/
|
|
5421
6002
|
this.SuccessTotalCount = null;
|
|
5422
6003
|
|
|
5423
6004
|
/**
|
|
5424
|
-
* Total
|
|
5425
|
-
Note:
|
|
6005
|
+
* Total number of failures. if it cannot be obtained, return 0.
|
|
6006
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5426
6007
|
* @type {number || null}
|
|
5427
6008
|
*/
|
|
5428
6009
|
this.FailedTotalCount = null;
|
|
5429
6010
|
|
|
5430
6011
|
/**
|
|
5431
|
-
* Total
|
|
5432
|
-
Note:
|
|
6012
|
+
* Total number of deployments in progress; returns 0 if unavailable.
|
|
6013
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5433
6014
|
* @type {number || null}
|
|
5434
6015
|
*/
|
|
5435
6016
|
this.RunningTotalCount = null;
|
|
@@ -5867,7 +6448,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
5867
6448
|
}
|
|
5868
6449
|
|
|
5869
6450
|
/**
|
|
5870
|
-
*
|
|
6451
|
+
* Update the progress of asynchronous task.
|
|
5871
6452
|
* @class
|
|
5872
6453
|
*/
|
|
5873
6454
|
class UpdateSyncProgressRegion extends AbstractModel {
|
|
@@ -5875,25 +6456,30 @@ class UpdateSyncProgressRegion extends AbstractModel {
|
|
|
5875
6456
|
super();
|
|
5876
6457
|
|
|
5877
6458
|
/**
|
|
5878
|
-
*
|
|
6459
|
+
* Resource type.
|
|
6460
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5879
6461
|
* @type {string || null}
|
|
5880
6462
|
*/
|
|
5881
6463
|
this.Region = null;
|
|
5882
6464
|
|
|
5883
6465
|
/**
|
|
5884
|
-
*
|
|
6466
|
+
* Total number
|
|
6467
|
+
.
|
|
6468
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5885
6469
|
* @type {number || null}
|
|
5886
6470
|
*/
|
|
5887
6471
|
this.TotalCount = null;
|
|
5888
6472
|
|
|
5889
6473
|
/**
|
|
5890
|
-
*
|
|
6474
|
+
* Quantity of executions completed.
|
|
6475
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5891
6476
|
* @type {number || null}
|
|
5892
6477
|
*/
|
|
5893
6478
|
this.OffsetCount = null;
|
|
5894
6479
|
|
|
5895
6480
|
/**
|
|
5896
|
-
*
|
|
6481
|
+
* Asynchronous update progress status: 0, pending, 1 processed, 3 processing.
|
|
6482
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
5897
6483
|
* @type {number || null}
|
|
5898
6484
|
*/
|
|
5899
6485
|
this.Status = null;
|
|
@@ -5942,6 +6528,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5942
6528
|
*/
|
|
5943
6529
|
this.TotalCount = null;
|
|
5944
6530
|
|
|
6531
|
+
/**
|
|
6532
|
+
* Whether to query exceptions.
|
|
6533
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6534
|
+
* @type {string || null}
|
|
6535
|
+
*/
|
|
6536
|
+
this.Error = null;
|
|
6537
|
+
|
|
5945
6538
|
}
|
|
5946
6539
|
|
|
5947
6540
|
/**
|
|
@@ -5962,6 +6555,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5962
6555
|
}
|
|
5963
6556
|
}
|
|
5964
6557
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
6558
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
5965
6559
|
|
|
5966
6560
|
}
|
|
5967
6561
|
}
|
|
@@ -5993,8 +6587,7 @@ class ApiGatewayInstanceDetail extends AbstractModel {
|
|
|
5993
6587
|
this.Domain = null;
|
|
5994
6588
|
|
|
5995
6589
|
/**
|
|
5996
|
-
*
|
|
5997
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6590
|
+
* Certificate id.
|
|
5998
6591
|
* @type {string || null}
|
|
5999
6592
|
*/
|
|
6000
6593
|
this.CertId = null;
|
|
@@ -6044,6 +6637,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6044
6637
|
*/
|
|
6045
6638
|
this.InstanceList = null;
|
|
6046
6639
|
|
|
6640
|
+
/**
|
|
6641
|
+
* Whether to query exceptions.
|
|
6642
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6643
|
+
* @type {string || null}
|
|
6644
|
+
*/
|
|
6645
|
+
this.Error = null;
|
|
6646
|
+
|
|
6047
6647
|
}
|
|
6048
6648
|
|
|
6049
6649
|
/**
|
|
@@ -6063,6 +6663,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6063
6663
|
this.InstanceList.push(obj);
|
|
6064
6664
|
}
|
|
6065
6665
|
}
|
|
6666
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
6066
6667
|
|
|
6067
6668
|
}
|
|
6068
6669
|
}
|
|
@@ -6082,7 +6683,7 @@ class DeleteCertificateRequest extends AbstractModel {
|
|
|
6082
6683
|
this.CertificateId = null;
|
|
6083
6684
|
|
|
6084
6685
|
/**
|
|
6085
|
-
*
|
|
6686
|
+
* When deleting, check whether the certificate is associated with cloud resources. By default, no check is performed. if you choose to check (the authorization service role SSL_QCSLinkedRoleInReplaceLoadCertificate is required), the deletion will become asynchronous, and the API will return an asynchronous task id. you need to use the DescribeDeleteCertificatesTaskResult API to check whether the deletion is successful.
|
|
6086
6687
|
* @type {boolean || null}
|
|
6087
6688
|
*/
|
|
6088
6689
|
this.IsCheckResource = null;
|
|
@@ -6204,8 +6805,8 @@ class DescribeHostTeoInstanceListResponse extends AbstractModel {
|
|
|
6204
6805
|
super();
|
|
6205
6806
|
|
|
6206
6807
|
/**
|
|
6207
|
-
*
|
|
6208
|
-
Note:
|
|
6808
|
+
* Teo instance list. if no value is obtained, an empty array is returned.
|
|
6809
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6209
6810
|
* @type {Array.<TeoInstanceDetail> || null}
|
|
6210
6811
|
*/
|
|
6211
6812
|
this.InstanceList = null;
|
|
@@ -6318,20 +6919,21 @@ class UpdateCertificateInstanceResponse extends AbstractModel {
|
|
|
6318
6919
|
super();
|
|
6319
6920
|
|
|
6320
6921
|
/**
|
|
6321
|
-
*
|
|
6322
|
-
Note:
|
|
6922
|
+
* Task id, DeployRecordId of 0 indicates that the task is in progress. repeatedly requesting this api, when DeployRecordId returned is greater than 0, it indicates that the task is created successfully. if not created successfully, an exception will be thrown.
|
|
6923
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6323
6924
|
* @type {number || null}
|
|
6324
6925
|
*/
|
|
6325
6926
|
this.DeployRecordId = null;
|
|
6326
6927
|
|
|
6327
6928
|
/**
|
|
6328
|
-
*
|
|
6929
|
+
* Status of the task; 1 indicates successful creation; 0 indicates that there is a task being updated currently, and no new update task has been created; the returned value DeployRecordId is the task id being updated.
|
|
6329
6930
|
* @type {number || null}
|
|
6330
6931
|
*/
|
|
6331
6932
|
this.DeployStatus = null;
|
|
6332
6933
|
|
|
6333
6934
|
/**
|
|
6334
|
-
*
|
|
6935
|
+
* Task Progress Details.
|
|
6936
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6335
6937
|
* @type {Array.<UpdateSyncProgress> || null}
|
|
6336
6938
|
*/
|
|
6337
6939
|
this.UpdateSyncProgress = null;
|
|
@@ -6406,7 +7008,7 @@ class UploadCertificateRequest extends AbstractModel {
|
|
|
6406
7008
|
this.ProjectId = null;
|
|
6407
7009
|
|
|
6408
7010
|
/**
|
|
6409
|
-
*
|
|
7011
|
+
* Certificate Usage/Source, such as CLB, CDN, WAF, LIVE, DDOS.
|
|
6410
7012
|
* @type {string || null}
|
|
6411
7013
|
*/
|
|
6412
7014
|
this.CertificateUse = null;
|
|
@@ -6418,7 +7020,7 @@ class UploadCertificateRequest extends AbstractModel {
|
|
|
6418
7020
|
this.Tags = null;
|
|
6419
7021
|
|
|
6420
7022
|
/**
|
|
6421
|
-
* Whether
|
|
7023
|
+
* Whether to allow duplicate upload of the same certificate, true: allow uploading certificates with the same fingerprint; false: do not allow uploading certificates with the same fingerprint. default value: true.
|
|
6422
7024
|
* @type {boolean || null}
|
|
6423
7025
|
*/
|
|
6424
7026
|
this.Repeatable = null;
|
|
@@ -6496,49 +7098,55 @@ class ApplyCertificateRequest extends AbstractModel {
|
|
|
6496
7098
|
super();
|
|
6497
7099
|
|
|
6498
7100
|
/**
|
|
6499
|
-
*
|
|
7101
|
+
* Certificate domain validation methods:
|
|
7102
|
+
|
|
7103
|
+
DNS_AUTO: Automatically add domain DNS validation. Requires the user's domain to be hosted on 'Cloud DNS' and associated with the same Tencent Cloud account as the certificate application.
|
|
7104
|
+
|
|
7105
|
+
DNS: Manually add domain DNS validation. Requires the user to manually add the validation value at their domain's DNS service provider.
|
|
7106
|
+
|
|
7107
|
+
FILE: Manually add domain file validation. Requires the user to manually add a specified path file in the root directory of the domain site for file validation. Either HTTP or HTTPS validation will suffice; the domain site must be accessible by overseas CA institutions. The specific access whitelist is: 64.78.193.238, 216.168.247.9, 216.168.249.9, 54.189.196.217.
|
|
6500
7108
|
* @type {string || null}
|
|
6501
7109
|
*/
|
|
6502
7110
|
this.DvAuthMethod = null;
|
|
6503
7111
|
|
|
6504
7112
|
/**
|
|
6505
|
-
*
|
|
7113
|
+
* The domain bound to the certificate.
|
|
6506
7114
|
* @type {string || null}
|
|
6507
7115
|
*/
|
|
6508
7116
|
this.DomainName = null;
|
|
6509
7117
|
|
|
6510
7118
|
/**
|
|
6511
|
-
*
|
|
7119
|
+
* The project ID associated with the certificate. Default is 0 (default project)
|
|
6512
7120
|
* @type {number || null}
|
|
6513
7121
|
*/
|
|
6514
7122
|
this.ProjectId = null;
|
|
6515
7123
|
|
|
6516
7124
|
/**
|
|
6517
|
-
* Certificate type
|
|
7125
|
+
* Certificate type, optional, currently only type 83 is supported. 83 = trustasia c1 dv free.
|
|
6518
7126
|
* @type {string || null}
|
|
6519
7127
|
*/
|
|
6520
7128
|
this.PackageType = null;
|
|
6521
7129
|
|
|
6522
7130
|
/**
|
|
6523
|
-
*
|
|
7131
|
+
* The email associated with the certificate order, By default, it uses the Tencent Cloud account email. If it does not exist, a fixed email address will be used.
|
|
6524
7132
|
* @type {string || null}
|
|
6525
7133
|
*/
|
|
6526
7134
|
this.ContactEmail = null;
|
|
6527
7135
|
|
|
6528
7136
|
/**
|
|
6529
|
-
*
|
|
7137
|
+
* The mobile phone number associated with the certificate. If it does not exist, a fixed mobile phone number will be used.
|
|
6530
7138
|
* @type {string || null}
|
|
6531
7139
|
*/
|
|
6532
7140
|
this.ContactPhone = null;
|
|
6533
7141
|
|
|
6534
7142
|
/**
|
|
6535
|
-
*
|
|
7143
|
+
* Certificate valid period, 3 months by default, currently only 3 months is supported.
|
|
6536
7144
|
* @type {string || null}
|
|
6537
7145
|
*/
|
|
6538
7146
|
this.ValidityPeriod = null;
|
|
6539
7147
|
|
|
6540
7148
|
/**
|
|
6541
|
-
* Encryption algorithm
|
|
7149
|
+
* Encryption algorithm, values can be ECC or RSA, default is RSA.
|
|
6542
7150
|
* @type {string || null}
|
|
6543
7151
|
*/
|
|
6544
7152
|
this.CsrEncryptAlgo = null;
|
|
@@ -6550,37 +7158,37 @@ class ApplyCertificateRequest extends AbstractModel {
|
|
|
6550
7158
|
this.CsrKeyParameter = null;
|
|
6551
7159
|
|
|
6552
7160
|
/**
|
|
6553
|
-
*
|
|
7161
|
+
* Private key password, currently only used when generating jks, pfx format certificates; private key certificates of other formats are not encrypted.
|
|
6554
7162
|
* @type {string || null}
|
|
6555
7163
|
*/
|
|
6556
7164
|
this.CsrKeyPassword = null;
|
|
6557
7165
|
|
|
6558
7166
|
/**
|
|
6559
|
-
*
|
|
7167
|
+
* Certificate alias.
|
|
6560
7168
|
* @type {string || null}
|
|
6561
7169
|
*/
|
|
6562
7170
|
this.Alias = null;
|
|
6563
7171
|
|
|
6564
7172
|
/**
|
|
6565
|
-
*
|
|
7173
|
+
* Old certificate id, used for certificate renewal (the certificate valid period is within 30 days and not expired), a renewal relationship will be established, which can be hosted; not providing it means applying for a new certificate.
|
|
6566
7174
|
* @type {string || null}
|
|
6567
7175
|
*/
|
|
6568
7176
|
this.OldCertificateId = null;
|
|
6569
7177
|
|
|
6570
7178
|
/**
|
|
6571
|
-
* Benefit package ID,
|
|
7179
|
+
* Benefit package ID, used for free certificate expansion package, the free certificate expansion package has been discontinued.
|
|
6572
7180
|
* @type {string || null}
|
|
6573
7181
|
*/
|
|
6574
7182
|
this.PackageId = null;
|
|
6575
7183
|
|
|
6576
7184
|
/**
|
|
6577
|
-
* Whether to delete the automatic domain name verification record after issuance, which is
|
|
7185
|
+
* Whether to delete the automatic domain name verification record after issuance, which is fasle by default. This parameter can be passed in only for domain names of the DNS_AUTO verification type.
|
|
6578
7186
|
* @type {boolean || null}
|
|
6579
7187
|
*/
|
|
6580
7188
|
this.DeleteDnsAutoRecord = null;
|
|
6581
7189
|
|
|
6582
7190
|
/**
|
|
6583
|
-
*
|
|
7191
|
+
* Other domains bound to the certificate, to be opened. This parameter is not currently supported.
|
|
6584
7192
|
* @type {Array.<string> || null}
|
|
6585
7193
|
*/
|
|
6586
7194
|
this.DnsNames = null;
|
|
@@ -6733,6 +7341,57 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
6733
7341
|
}
|
|
6734
7342
|
}
|
|
6735
7343
|
|
|
7344
|
+
/**
|
|
7345
|
+
* Managed configuration.
|
|
7346
|
+
* @class
|
|
7347
|
+
*/
|
|
7348
|
+
class HostingConfig extends AbstractModel {
|
|
7349
|
+
constructor(){
|
|
7350
|
+
super();
|
|
7351
|
+
|
|
7352
|
+
/**
|
|
7353
|
+
* Hosted resource replacement time, defaults to 30 days before the certificate expiration if there is a renewal certificate, then replace.
|
|
7354
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
7355
|
+
* @type {number || null}
|
|
7356
|
+
*/
|
|
7357
|
+
this.ReplaceTime = null;
|
|
7358
|
+
|
|
7359
|
+
/**
|
|
7360
|
+
* Hosted send message type: 0, reminder message before hosted starts (you will receive this reminder message even if there is no renewal certificate); 1, reminder message when hosted starts (you will receive the message reminder only if there is a renewal certificate); 2, reminder message when hosted resource replacement fails; 3 reminder message when hosted resource replacement succeeds.
|
|
7361
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
7362
|
+
* @type {Array.<number> || null}
|
|
7363
|
+
*/
|
|
7364
|
+
this.MessageTypes = null;
|
|
7365
|
+
|
|
7366
|
+
/**
|
|
7367
|
+
* Resource replacement start time.
|
|
7368
|
+
* @type {string || null}
|
|
7369
|
+
*/
|
|
7370
|
+
this.ReplaceStartTime = null;
|
|
7371
|
+
|
|
7372
|
+
/**
|
|
7373
|
+
* Resource replacement end time.
|
|
7374
|
+
* @type {string || null}
|
|
7375
|
+
*/
|
|
7376
|
+
this.ReplaceEndTime = null;
|
|
7377
|
+
|
|
7378
|
+
}
|
|
7379
|
+
|
|
7380
|
+
/**
|
|
7381
|
+
* @private
|
|
7382
|
+
*/
|
|
7383
|
+
deserialize(params) {
|
|
7384
|
+
if (!params) {
|
|
7385
|
+
return;
|
|
7386
|
+
}
|
|
7387
|
+
this.ReplaceTime = 'ReplaceTime' in params ? params.ReplaceTime : null;
|
|
7388
|
+
this.MessageTypes = 'MessageTypes' in params ? params.MessageTypes : null;
|
|
7389
|
+
this.ReplaceStartTime = 'ReplaceStartTime' in params ? params.ReplaceStartTime : null;
|
|
7390
|
+
this.ReplaceEndTime = 'ReplaceEndTime' in params ? params.ReplaceEndTime : null;
|
|
7391
|
+
|
|
7392
|
+
}
|
|
7393
|
+
}
|
|
7394
|
+
|
|
6736
7395
|
/**
|
|
6737
7396
|
* DescribeCertificateDetail response structure.
|
|
6738
7397
|
* @class
|
|
@@ -6742,7 +7401,7 @@ class DescribeCertificateDetailResponse extends AbstractModel {
|
|
|
6742
7401
|
super();
|
|
6743
7402
|
|
|
6744
7403
|
/**
|
|
6745
|
-
*
|
|
7404
|
+
* Certificate belonging to user main account uin.
|
|
6746
7405
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6747
7406
|
* @type {string || null}
|
|
6748
7407
|
*/
|
|
@@ -6756,7 +7415,11 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6756
7415
|
this.ProjectId = null;
|
|
6757
7416
|
|
|
6758
7417
|
/**
|
|
6759
|
-
* Certificate source
|
|
7418
|
+
* Certificate source:.
|
|
7419
|
+
trustAsia.
|
|
7420
|
+
upload.
|
|
7421
|
+
wosign.
|
|
7422
|
+
sheca.
|
|
6760
7423
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6761
7424
|
* @type {string || null}
|
|
6762
7425
|
*/
|
|
@@ -6770,20 +7433,105 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6770
7433
|
this.CertificateType = null;
|
|
6771
7434
|
|
|
6772
7435
|
/**
|
|
6773
|
-
* Certificate
|
|
7436
|
+
* Certificate package type:.
|
|
7437
|
+
null: user uploads a certificate (no package type),.
|
|
7438
|
+
2: trustasia tls rsa ca,.
|
|
7439
|
+
3: securesite enhanced enterprise version (ev pro),.
|
|
7440
|
+
4: securesite enhanced (ev),.
|
|
7441
|
+
5: securesite enterprise pro (ov pro).
|
|
7442
|
+
6: securesite enterprise (ov).
|
|
7443
|
+
7: securesite enterprise (ov) wildcard.
|
|
7444
|
+
8: geotrust enhanced (ev).
|
|
7445
|
+
9: geotrust enterprise (ov).
|
|
7446
|
+
10: geotrust enterprise (ov) wildcard cert.
|
|
7447
|
+
11: trustasia domain name-based multiple domain names ssl certificate.
|
|
7448
|
+
12: trustasia domain name-based (dv) wildcard cert.
|
|
7449
|
+
13: trustasia enterprise wildcard (ov) ssl certificate (d3).
|
|
7450
|
+
14: trustasia enterprise (ov) ssl certificate (d3).
|
|
7451
|
+
15: trustasia enterprise multiple domain names (ov) ssl certificate (d3).
|
|
7452
|
+
16: trustasia enhanced (ev) ssl certificate (d3).
|
|
7453
|
+
17: trustasia enhanced multiple domain names (ev) ssl certificate (d3).
|
|
7454
|
+
18: globalsign enterprise (ov) ssl certificate.
|
|
7455
|
+
19: globalsign enterprise wildcard (ov) ssl certificate.
|
|
7456
|
+
20: globalsign enhanced (ev) ssl certificate.
|
|
7457
|
+
21: trustasia enterprise wildcard multiple domain names (ov) ssl certificate (d3).
|
|
7458
|
+
22: globalsign enterprise multiple domain names (ov) ssl certificate.
|
|
7459
|
+
23: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
|
|
7460
|
+
24: globalsign enhanced multiple domain names (ev) ssl certificate.
|
|
7461
|
+
25: wotrus domain cert.
|
|
7462
|
+
26: wotrus multi-domain cert.
|
|
7463
|
+
27: wotrus wildcard cert.
|
|
7464
|
+
28: wotrus enterprise cert.
|
|
7465
|
+
29: wotrus enterprise multi-domain cert.
|
|
7466
|
+
30: wotrus enterprise wildcard certificate.
|
|
7467
|
+
31: wotrus enhanced certificate.
|
|
7468
|
+
32: wotrus enhanced multi-domain name certificate.
|
|
7469
|
+
33: wotrus-national cryptography domain name certificate.
|
|
7470
|
+
34: wotrus-national cryptography domain name certificate (multiple domain names).
|
|
7471
|
+
35: wotrus-national cryptography wildcard certificate.
|
|
7472
|
+
37: wotrus-national cryptography enterprise certificate.
|
|
7473
|
+
38: wotrus-national cryptography enterprise certificate (multiple domain names).
|
|
7474
|
+
39: wotrus-national cryptography enterprise certificate (wildcard).
|
|
7475
|
+
40: wotrus-national cryptography enhanced certificate.
|
|
7476
|
+
41: wotrus - national cryptography enhanced certificate (multiple domain names).
|
|
7477
|
+
42: trustasia - domain name certificate (wildcard multiple domain names).
|
|
7478
|
+
43: DNSPod - enterprise (ov) ssl certificate.
|
|
7479
|
+
44: DNSPod - enterprise (ov) wildcard ssl certificate.
|
|
7480
|
+
45: DNSPod - enterprise (ov) multiple domain names ssl certificate.
|
|
7481
|
+
46: dnspod-enhanced (ev) ssl certificate.
|
|
7482
|
+
47: dnspod-enhanced (ev) multiple domain names ssl certificate.
|
|
7483
|
+
48: dnspod-domain name-based (dv) ssl certificate.
|
|
7484
|
+
49: dnspod-domain name-based (dv) wildcard ssl certificate.
|
|
7485
|
+
50: dnspod-domain name-based (dv) multiple domain names ssl certificate.
|
|
7486
|
+
51: DNSPod (national cryptography) - enterprise (ov) ssl certificate.
|
|
7487
|
+
52: DNSPod (national cryptography) - enterprise (ov) wildcard ssl certificate.
|
|
7488
|
+
53: DNSPod (national cryptography) - enterprise (ov) multiple domain names ssl certificate.
|
|
7489
|
+
54: DNSPod (national cryptography) - domain name-based (dv) ssl certificate.
|
|
7490
|
+
55: DNSPod (national cryptography) - domain name-based (dv) wildcard ssl certificate.
|
|
7491
|
+
56: DNSPod (national cryptography) - domain name-based (dv) multiple domain names ssl certificate.
|
|
7492
|
+
57: securesite enterprise professional version multiple domain names (ov pro).
|
|
7493
|
+
58: securesite enterprise multiple domain names (ov).
|
|
7494
|
+
59: securesite enhanced professional version multiple domain names (ev pro).
|
|
7495
|
+
60: securesite enhanced multiple domain names (ev).
|
|
7496
|
+
61: geotrust enhanced multiple domain names (ev).
|
|
7497
|
+
75: securesite enterprise (ov).
|
|
7498
|
+
76: securesite enterprise (ov) wildcard.
|
|
7499
|
+
77: securesite enhanced (ev).
|
|
7500
|
+
78: geotrust enterprise (ov).
|
|
7501
|
+
79: geotrust enterprise (ov) wildcard.
|
|
7502
|
+
80: geotrust enhanced (ev).
|
|
7503
|
+
81: globalsign enterprise (ov) ssl certificate.
|
|
7504
|
+
82: globalsign enterprise wildcard (ov) ssl certificate.
|
|
7505
|
+
83: trustasia c1 dv free.
|
|
7506
|
+
85: globalsign enhanced (ev) ssl certificate.
|
|
7507
|
+
88: globalsign enterprise wildcard multiple domain names (ov) ssl certificate.
|
|
7508
|
+
89: globalsign enterprise multiple domain names (ov) ssl certificate.
|
|
7509
|
+
90: globalsign enhanced multiple domain names (ev) ssl certificate.
|
|
7510
|
+
91: geotrust enhanced multiple domain names (ev).
|
|
7511
|
+
92: securesite enterprise ov pro for multiple domain names.
|
|
7512
|
+
93: securesite enterprise for multiple domain names (ov).
|
|
7513
|
+
94: securesite ev pro for multiple domain names.
|
|
7514
|
+
95: securesite ev for multiple domain names.
|
|
7515
|
+
96: securesite ev pro.
|
|
7516
|
+
97: securesite enterprise professional edition (ov pro).
|
|
7517
|
+
98: cfca enterprise (ov) ssl certificate.
|
|
7518
|
+
99: cfca enterprise multiple domain names (ov) ssl certificate.
|
|
7519
|
+
100: cfca enterprise wildcard (ov) ssl certificate.
|
|
7520
|
+
101: cfca enhanced (ev) ssl certificate.
|
|
7521
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6774
7522
|
* @type {string || null}
|
|
6775
7523
|
*/
|
|
6776
7524
|
this.PackageType = null;
|
|
6777
7525
|
|
|
6778
7526
|
/**
|
|
6779
|
-
*
|
|
7527
|
+
* Certificate product name.
|
|
6780
7528
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6781
7529
|
* @type {string || null}
|
|
6782
7530
|
*/
|
|
6783
7531
|
this.ProductZhName = null;
|
|
6784
7532
|
|
|
6785
7533
|
/**
|
|
6786
|
-
*
|
|
7534
|
+
* Certificate binds to a common name domain.
|
|
6787
7535
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6788
7536
|
* @type {string || null}
|
|
6789
7537
|
*/
|
|
@@ -6797,14 +7545,26 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6797
7545
|
this.Alias = null;
|
|
6798
7546
|
|
|
6799
7547
|
/**
|
|
6800
|
-
* Certificate status
|
|
7548
|
+
* Certificate status: 0 = under review, 1 = approved, 2 = review failed, 3 = expired, 4 = automatically added dns records, 5 = enterprise certificate, pending document submission, 6 = order cancellation in progress, 7 = canceled, 8 = documents submitted, pending upload of confirmation letter, 9 = certificate revocation in progress, 10 = revoked, 11 = reissue in progress, 12 = pending upload of revocation confirmation letter, 13 = free certificate pending document submission, 14 = certificate has been refunded, 15 = certificate migration in progress.
|
|
6801
7549
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6802
7550
|
* @type {number || null}
|
|
6803
7551
|
*/
|
|
6804
7552
|
this.Status = null;
|
|
6805
7553
|
|
|
6806
7554
|
/**
|
|
6807
|
-
* Status information
|
|
7555
|
+
* Status information. valid values:.
|
|
7556
|
+
//Common status information.
|
|
7557
|
+
PRE-REVIEWING: in prereview.
|
|
7558
|
+
LEGAL-REVIEWING: in legal review.
|
|
7559
|
+
CA-REVIEWING: in ca review.
|
|
7560
|
+
PENDING-DCV: in domain verification.
|
|
7561
|
+
WAIT-ISSUE: waiting for issue (domain verification passed).
|
|
7562
|
+
Certificate review failure status information.
|
|
7563
|
+
1. order review failed.
|
|
7564
|
+
2. ca review failed, and the domain name did not pass the security review.
|
|
7565
|
+
3. domain name verification timed out, and the order was automatically closed. please reapply for the certificate.
|
|
7566
|
+
4. the certificate information did not pass the review of the certificate ca agency. the reviewer will call the contact information reserved for the certificate. please pay attention to the incoming call. subsequently, you can resubmit the information through "modify information".
|
|
7567
|
+
To be continuously improved.
|
|
6808
7568
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6809
7569
|
* @type {string || null}
|
|
6810
7570
|
*/
|
|
@@ -6846,14 +7606,14 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6846
7606
|
this.ValidityPeriod = null;
|
|
6847
7607
|
|
|
6848
7608
|
/**
|
|
6849
|
-
*
|
|
7609
|
+
* Certificate application time.
|
|
6850
7610
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6851
7611
|
* @type {string || null}
|
|
6852
7612
|
*/
|
|
6853
7613
|
this.InsertTime = null;
|
|
6854
7614
|
|
|
6855
7615
|
/**
|
|
6856
|
-
*
|
|
7616
|
+
* CA order id.
|
|
6857
7617
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6858
7618
|
* @type {string || null}
|
|
6859
7619
|
*/
|
|
@@ -6867,21 +7627,21 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6867
7627
|
this.CertificateExtra = null;
|
|
6868
7628
|
|
|
6869
7629
|
/**
|
|
6870
|
-
* Private key
|
|
7630
|
+
* Private key certificate; for Chinese SM certificates, it refers to the private key certificate in the signature certificate.
|
|
6871
7631
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6872
7632
|
* @type {string || null}
|
|
6873
7633
|
*/
|
|
6874
7634
|
this.CertificatePrivateKey = null;
|
|
6875
7635
|
|
|
6876
7636
|
/**
|
|
6877
|
-
* Public key
|
|
7637
|
+
* Public key certificate; for Chinese SM certificate, it refers to the public key certificate in the signature certificate.
|
|
6878
7638
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6879
7639
|
* @type {string || null}
|
|
6880
7640
|
*/
|
|
6881
7641
|
this.CertificatePublicKey = null;
|
|
6882
7642
|
|
|
6883
7643
|
/**
|
|
6884
|
-
*
|
|
7644
|
+
* Certificate domain name verification information.
|
|
6885
7645
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6886
7646
|
* @type {DvAuthDetail || null}
|
|
6887
7647
|
*/
|
|
@@ -6951,7 +7711,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
6951
7711
|
this.IsVulnerability = null;
|
|
6952
7712
|
|
|
6953
7713
|
/**
|
|
6954
|
-
*
|
|
7714
|
+
* Profile information submitted for paid certificates.
|
|
6955
7715
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6956
7716
|
* @type {SubmittedData || null}
|
|
6957
7717
|
*/
|
|
@@ -6986,15 +7746,15 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6986
7746
|
this.RootCert = null;
|
|
6987
7747
|
|
|
6988
7748
|
/**
|
|
6989
|
-
* Chinese SM
|
|
6990
|
-
Note:
|
|
7749
|
+
* Chinese SM certificate public key, only has value for national cryptography certificates.
|
|
7750
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6991
7751
|
* @type {string || null}
|
|
6992
7752
|
*/
|
|
6993
7753
|
this.EncryptCert = null;
|
|
6994
7754
|
|
|
6995
7755
|
/**
|
|
6996
|
-
*
|
|
6997
|
-
Note:
|
|
7756
|
+
* Chinese SM certificate private key certificate, only has value for national cryptography certificates.
|
|
7757
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
6998
7758
|
* @type {string || null}
|
|
6999
7759
|
*/
|
|
7000
7760
|
this.EncryptPrivateKey = null;
|
|
@@ -7014,8 +7774,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7014
7774
|
this.EncryptCertFingerprint = null;
|
|
7015
7775
|
|
|
7016
7776
|
/**
|
|
7017
|
-
* Certificate algorithm
|
|
7018
|
-
Note:
|
|
7777
|
+
* Certificate encryption algorithm (or Chinese SM certificates only).
|
|
7778
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
7019
7779
|
* @type {string || null}
|
|
7020
7780
|
*/
|
|
7021
7781
|
this.EncryptAlgorithm = null;
|
|
@@ -7027,6 +7787,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7027
7787
|
*/
|
|
7028
7788
|
this.DvRevokeAuthDetail = null;
|
|
7029
7789
|
|
|
7790
|
+
/**
|
|
7791
|
+
* Certificate chain information.
|
|
7792
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
7793
|
+
* @type {Array.<CertBasicInfo> || null}
|
|
7794
|
+
*/
|
|
7795
|
+
this.CertChainInfo = null;
|
|
7796
|
+
|
|
7030
7797
|
/**
|
|
7031
7798
|
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7032
7799
|
* @type {string || null}
|
|
@@ -7119,6 +7886,15 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7119
7886
|
this.DvRevokeAuthDetail.push(obj);
|
|
7120
7887
|
}
|
|
7121
7888
|
}
|
|
7889
|
+
|
|
7890
|
+
if (params.CertChainInfo) {
|
|
7891
|
+
this.CertChainInfo = new Array();
|
|
7892
|
+
for (let z in params.CertChainInfo) {
|
|
7893
|
+
let obj = new CertBasicInfo();
|
|
7894
|
+
obj.deserialize(params.CertChainInfo[z]);
|
|
7895
|
+
this.CertChainInfo.push(obj);
|
|
7896
|
+
}
|
|
7897
|
+
}
|
|
7122
7898
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
7123
7899
|
|
|
7124
7900
|
}
|
|
@@ -7239,19 +8015,23 @@ class ClbListenerRule extends AbstractModel {
|
|
|
7239
8015
|
this.IsMatch = null;
|
|
7240
8016
|
|
|
7241
8017
|
/**
|
|
7242
|
-
*
|
|
7243
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8018
|
+
* Certificate data bound to the rule.
|
|
7244
8019
|
* @type {Certificate || null}
|
|
7245
8020
|
*/
|
|
7246
8021
|
this.Certificate = null;
|
|
7247
8022
|
|
|
7248
8023
|
/**
|
|
7249
|
-
*
|
|
7250
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8024
|
+
* Domain list not matched.
|
|
7251
8025
|
* @type {Array.<string> || null}
|
|
7252
8026
|
*/
|
|
7253
8027
|
this.NoMatchDomains = null;
|
|
7254
8028
|
|
|
8029
|
+
/**
|
|
8030
|
+
* Rule binding path.
|
|
8031
|
+
* @type {string || null}
|
|
8032
|
+
*/
|
|
8033
|
+
this.Url = null;
|
|
8034
|
+
|
|
7255
8035
|
}
|
|
7256
8036
|
|
|
7257
8037
|
/**
|
|
@@ -7271,6 +8051,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7271
8051
|
this.Certificate = obj;
|
|
7272
8052
|
}
|
|
7273
8053
|
this.NoMatchDomains = 'NoMatchDomains' in params ? params.NoMatchDomains : null;
|
|
8054
|
+
this.Url = 'Url' in params ? params.Url : null;
|
|
7274
8055
|
|
|
7275
8056
|
}
|
|
7276
8057
|
}
|
|
@@ -7314,19 +8095,19 @@ class DescribeHostTeoInstanceListRequest extends AbstractModel {
|
|
|
7314
8095
|
this.OldCertificateId = null;
|
|
7315
8096
|
|
|
7316
8097
|
/**
|
|
7317
|
-
*
|
|
8098
|
+
* Paging offset. default value: 0.
|
|
7318
8099
|
* @type {number || null}
|
|
7319
8100
|
*/
|
|
7320
8101
|
this.Offset = null;
|
|
7321
8102
|
|
|
7322
8103
|
/**
|
|
7323
|
-
*
|
|
8104
|
+
* Number of items per page. default: 10. maximum value: 200.
|
|
7324
8105
|
* @type {number || null}
|
|
7325
8106
|
*/
|
|
7326
8107
|
this.Limit = null;
|
|
7327
8108
|
|
|
7328
8109
|
/**
|
|
7329
|
-
*
|
|
8110
|
+
* Asynchronous or not. 1 means yes, 0 means no. default: 0.
|
|
7330
8111
|
* @type {number || null}
|
|
7331
8112
|
*/
|
|
7332
8113
|
this.AsyncCache = null;
|
|
@@ -7695,8 +8476,7 @@ class ClbInstanceList extends AbstractModel {
|
|
|
7695
8476
|
this.Region = null;
|
|
7696
8477
|
|
|
7697
8478
|
/**
|
|
7698
|
-
*
|
|
7699
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8479
|
+
* CLB instance details.
|
|
7700
8480
|
* @type {Array.<ClbInstanceDetail> || null}
|
|
7701
8481
|
*/
|
|
7702
8482
|
this.InstanceList = null;
|
|
@@ -7707,6 +8487,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7707
8487
|
*/
|
|
7708
8488
|
this.TotalCount = null;
|
|
7709
8489
|
|
|
8490
|
+
/**
|
|
8491
|
+
* Whether to query exceptions.
|
|
8492
|
+
* @type {string || null}
|
|
8493
|
+
*/
|
|
8494
|
+
this.Error = null;
|
|
8495
|
+
|
|
7710
8496
|
}
|
|
7711
8497
|
|
|
7712
8498
|
/**
|
|
@@ -7727,6 +8513,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7727
8513
|
}
|
|
7728
8514
|
}
|
|
7729
8515
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
8516
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
7730
8517
|
|
|
7731
8518
|
}
|
|
7732
8519
|
}
|
|
@@ -7908,6 +8695,13 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
7908
8695
|
*/
|
|
7909
8696
|
this.Region = null;
|
|
7910
8697
|
|
|
8698
|
+
/**
|
|
8699
|
+
* Whether to query exceptions.
|
|
8700
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8701
|
+
* @type {string || null}
|
|
8702
|
+
*/
|
|
8703
|
+
this.Error = null;
|
|
8704
|
+
|
|
7911
8705
|
}
|
|
7912
8706
|
|
|
7913
8707
|
/**
|
|
@@ -7928,6 +8722,7 @@ Note: This field may return null, indicating that no valid value can be obtained
|
|
|
7928
8722
|
}
|
|
7929
8723
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
7930
8724
|
this.Region = 'Region' in params ? params.Region : null;
|
|
8725
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
7931
8726
|
|
|
7932
8727
|
}
|
|
7933
8728
|
}
|
|
@@ -7953,6 +8748,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7953
8748
|
*/
|
|
7954
8749
|
this.TotalCount = null;
|
|
7955
8750
|
|
|
8751
|
+
/**
|
|
8752
|
+
* Whether to query exceptions.
|
|
8753
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8754
|
+
* @type {string || null}
|
|
8755
|
+
*/
|
|
8756
|
+
this.Error = null;
|
|
8757
|
+
|
|
7956
8758
|
}
|
|
7957
8759
|
|
|
7958
8760
|
/**
|
|
@@ -7972,6 +8774,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7972
8774
|
}
|
|
7973
8775
|
}
|
|
7974
8776
|
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
8777
|
+
this.Error = 'Error' in params ? params.Error : null;
|
|
7975
8778
|
|
|
7976
8779
|
}
|
|
7977
8780
|
}
|
|
@@ -7994,6 +8797,7 @@ module.exports = {
|
|
|
7994
8797
|
CreateCertificateBindResourceSyncTaskResponse: CreateCertificateBindResourceSyncTaskResponse,
|
|
7995
8798
|
TCBHostInstance: TCBHostInstance,
|
|
7996
8799
|
ClbListener: ClbListener,
|
|
8800
|
+
COSInstanceList: COSInstanceList,
|
|
7997
8801
|
DvAuths: DvAuths,
|
|
7998
8802
|
ModifyCertificateAliasRequest: ModifyCertificateAliasRequest,
|
|
7999
8803
|
BatchDeleteCSRRequest: BatchDeleteCSRRequest,
|
|
@@ -8012,6 +8816,7 @@ module.exports = {
|
|
|
8012
8816
|
BindResourceResult: BindResourceResult,
|
|
8013
8817
|
ApplyCertificateResponse: ApplyCertificateResponse,
|
|
8014
8818
|
CreateCertificateBindResourceSyncTaskRequest: CreateCertificateBindResourceSyncTaskRequest,
|
|
8819
|
+
CosInstanceDetail: CosInstanceDetail,
|
|
8015
8820
|
UploadConfirmLetterResponse: UploadConfirmLetterResponse,
|
|
8016
8821
|
DescribeHostUpdateRecordDetailRequest: DescribeHostUpdateRecordDetailRequest,
|
|
8017
8822
|
ReplaceCertificateResponse: ReplaceCertificateResponse,
|
|
@@ -8030,6 +8835,7 @@ module.exports = {
|
|
|
8030
8835
|
CdnInstanceList: CdnInstanceList,
|
|
8031
8836
|
UpdateCertificateRecordRetryRequest: UpdateCertificateRecordRetryRequest,
|
|
8032
8837
|
DdosInstanceDetail: DdosInstanceDetail,
|
|
8838
|
+
CertBasicInfo: CertBasicInfo,
|
|
8033
8839
|
CreateCertificateRequest: CreateCertificateRequest,
|
|
8034
8840
|
DescribeCertificatesResponse: DescribeCertificatesResponse,
|
|
8035
8841
|
CommitCertificateInformationResponse: CommitCertificateInformationResponse,
|
|
@@ -8082,6 +8888,7 @@ module.exports = {
|
|
|
8082
8888
|
ApplyCertificateRequest: ApplyCertificateRequest,
|
|
8083
8889
|
CreateCertificateResponse: CreateCertificateResponse,
|
|
8084
8890
|
UpdateRecordInfo: UpdateRecordInfo,
|
|
8891
|
+
HostingConfig: HostingConfig,
|
|
8085
8892
|
DescribeCertificateDetailResponse: DescribeCertificateDetailResponse,
|
|
8086
8893
|
DescribeCertificateBindResourceTaskResultResponse: DescribeCertificateBindResourceTaskResultResponse,
|
|
8087
8894
|
DownloadCertificateResponse: DownloadCertificateResponse,
|