@@ -133,9 +133,6 @@ export interface CustomHostname {
133
133
*/
134
134
hostname : string ;
135
135
136
- /**
137
- * SSL properties for the custom hostname.
138
- */
139
136
ssl : CustomHostname . SSL ;
140
137
141
138
/**
@@ -203,9 +200,6 @@ export interface CustomHostname {
203
200
}
204
201
205
202
export namespace CustomHostname {
206
- /**
207
- * SSL properties for the custom hostname.
208
- */
209
203
export interface SSL {
210
204
/**
211
205
* Custom hostname SSL identifier tag.
@@ -265,9 +259,6 @@ export namespace CustomHostname {
265
259
*/
266
260
serial_number ?: string ;
267
261
268
- /**
269
- * SSL specific settings.
270
- */
271
262
settings ?: SSL . Settings ;
272
263
273
264
/**
@@ -327,9 +318,6 @@ export namespace CustomHostname {
327
318
}
328
319
329
320
export namespace SSL {
330
- /**
331
- * SSL specific settings.
332
- */
333
321
export interface Settings {
334
322
/**
335
323
* An allowlist of ciphers for TLS termination. These ciphers must be in the
@@ -365,9 +353,6 @@ export namespace CustomHostname {
365
353
message ?: string ;
366
354
}
367
355
368
- /**
369
- * Certificate's required validation record.
370
- */
371
356
export interface ValidationRecord {
372
357
/**
373
358
* The set of email addresses that the certificate authority (CA) will use to
@@ -471,9 +456,6 @@ export interface CustomHostnameCreateResponse {
471
456
*/
472
457
hostname : string ;
473
458
474
- /**
475
- * SSL properties for the custom hostname.
476
- */
477
459
ssl : CustomHostnameCreateResponse . SSL ;
478
460
479
461
/**
@@ -541,9 +523,6 @@ export interface CustomHostnameCreateResponse {
541
523
}
542
524
543
525
export namespace CustomHostnameCreateResponse {
544
- /**
545
- * SSL properties for the custom hostname.
546
- */
547
526
export interface SSL {
548
527
/**
549
528
* Custom hostname SSL identifier tag.
@@ -603,9 +582,6 @@ export namespace CustomHostnameCreateResponse {
603
582
*/
604
583
serial_number ?: string ;
605
584
606
- /**
607
- * SSL specific settings.
608
- */
609
585
settings ?: SSL . Settings ;
610
586
611
587
/**
@@ -665,9 +641,6 @@ export namespace CustomHostnameCreateResponse {
665
641
}
666
642
667
643
export namespace SSL {
668
- /**
669
- * SSL specific settings.
670
- */
671
644
export interface Settings {
672
645
/**
673
646
* An allowlist of ciphers for TLS termination. These ciphers must be in the
@@ -703,9 +676,6 @@ export namespace CustomHostnameCreateResponse {
703
676
message ?: string ;
704
677
}
705
678
706
- /**
707
- * Certificate's required validation record.
708
- */
709
679
export interface ValidationRecord {
710
680
/**
711
681
* The set of email addresses that the certificate authority (CA) will use to
@@ -787,9 +757,6 @@ export interface CustomHostnameListResponse {
787
757
*/
788
758
hostname : string ;
789
759
790
- /**
791
- * SSL properties for the custom hostname.
792
- */
793
760
ssl : CustomHostnameListResponse . SSL ;
794
761
795
762
/**
@@ -857,9 +824,6 @@ export interface CustomHostnameListResponse {
857
824
}
858
825
859
826
export namespace CustomHostnameListResponse {
860
- /**
861
- * SSL properties for the custom hostname.
862
- */
863
827
export interface SSL {
864
828
/**
865
829
* Custom hostname SSL identifier tag.
@@ -919,9 +883,6 @@ export namespace CustomHostnameListResponse {
919
883
*/
920
884
serial_number ?: string ;
921
885
922
- /**
923
- * SSL specific settings.
924
- */
925
886
settings ?: SSL . Settings ;
926
887
927
888
/**
@@ -981,9 +942,6 @@ export namespace CustomHostnameListResponse {
981
942
}
982
943
983
944
export namespace SSL {
984
- /**
985
- * SSL specific settings.
986
- */
987
945
export interface Settings {
988
946
/**
989
947
* An allowlist of ciphers for TLS termination. These ciphers must be in the
@@ -1019,9 +977,6 @@ export namespace CustomHostnameListResponse {
1019
977
message ?: string ;
1020
978
}
1021
979
1022
- /**
1023
- * Certificate's required validation record.
1024
- */
1025
980
export interface ValidationRecord {
1026
981
/**
1027
982
* The set of email addresses that the certificate authority (CA) will use to
@@ -1110,9 +1065,6 @@ export interface CustomHostnameEditResponse {
1110
1065
*/
1111
1066
hostname : string ;
1112
1067
1113
- /**
1114
- * SSL properties for the custom hostname.
1115
- */
1116
1068
ssl : CustomHostnameEditResponse . SSL ;
1117
1069
1118
1070
/**
@@ -1180,9 +1132,6 @@ export interface CustomHostnameEditResponse {
1180
1132
}
1181
1133
1182
1134
export namespace CustomHostnameEditResponse {
1183
- /**
1184
- * SSL properties for the custom hostname.
1185
- */
1186
1135
export interface SSL {
1187
1136
/**
1188
1137
* Custom hostname SSL identifier tag.
@@ -1242,9 +1191,6 @@ export namespace CustomHostnameEditResponse {
1242
1191
*/
1243
1192
serial_number ?: string ;
1244
1193
1245
- /**
1246
- * SSL specific settings.
1247
- */
1248
1194
settings ?: SSL . Settings ;
1249
1195
1250
1196
/**
@@ -1304,9 +1250,6 @@ export namespace CustomHostnameEditResponse {
1304
1250
}
1305
1251
1306
1252
export namespace SSL {
1307
- /**
1308
- * SSL specific settings.
1309
- */
1310
1253
export interface Settings {
1311
1254
/**
1312
1255
* An allowlist of ciphers for TLS termination. These ciphers must be in the
@@ -1342,9 +1285,6 @@ export namespace CustomHostnameEditResponse {
1342
1285
message ?: string ;
1343
1286
}
1344
1287
1345
- /**
1346
- * Certificate's required validation record.
1347
- */
1348
1288
export interface ValidationRecord {
1349
1289
/**
1350
1290
* The set of email addresses that the certificate authority (CA) will use to
@@ -1426,9 +1366,6 @@ export interface CustomHostnameGetResponse {
1426
1366
*/
1427
1367
hostname : string ;
1428
1368
1429
- /**
1430
- * SSL properties for the custom hostname.
1431
- */
1432
1369
ssl : CustomHostnameGetResponse . SSL ;
1433
1370
1434
1371
/**
@@ -1496,9 +1433,6 @@ export interface CustomHostnameGetResponse {
1496
1433
}
1497
1434
1498
1435
export namespace CustomHostnameGetResponse {
1499
- /**
1500
- * SSL properties for the custom hostname.
1501
- */
1502
1436
export interface SSL {
1503
1437
/**
1504
1438
* Custom hostname SSL identifier tag.
@@ -1558,9 +1492,6 @@ export namespace CustomHostnameGetResponse {
1558
1492
*/
1559
1493
serial_number ?: string ;
1560
1494
1561
- /**
1562
- * SSL specific settings.
1563
- */
1564
1495
settings ?: SSL . Settings ;
1565
1496
1566
1497
/**
@@ -1620,9 +1551,6 @@ export namespace CustomHostnameGetResponse {
1620
1551
}
1621
1552
1622
1553
export namespace SSL {
1623
- /**
1624
- * SSL specific settings.
1625
- */
1626
1554
export interface Settings {
1627
1555
/**
1628
1556
* An allowlist of ciphers for TLS termination. These ciphers must be in the
@@ -1658,9 +1586,6 @@ export namespace CustomHostnameGetResponse {
1658
1586
message ?: string ;
1659
1587
}
1660
1588
1661
- /**
1662
- * Certificate's required validation record.
1663
- */
1664
1589
export interface ValidationRecord {
1665
1590
/**
1666
1591
* The set of email addresses that the certificate authority (CA) will use to
0 commit comments