@@ -35,6 +35,7 @@ export class Jobs extends APIResource {
35
35
* sample_rate: 1,
36
36
* timestamp_format: 'unixnano',
37
37
* },
38
+ * ownership_challenge: '00000000000000000000',
38
39
* });
39
40
* ```
40
41
*/
@@ -90,6 +91,7 @@ export class Jobs extends APIResource {
90
91
* sample_rate: 1,
91
92
* timestamp_format: 'unixnano',
92
93
* },
94
+ * ownership_challenge: '00000000000000000000',
93
95
* });
94
96
* ```
95
97
*/
@@ -311,8 +313,8 @@ export interface LogpushJob {
311
313
| null ;
312
314
313
315
/**
314
- * Uniquely identifies a resource (such as an s3 bucket) where data will be pushed.
315
- * Additional configuration parameters supported by the destination may be
316
+ * Uniquely identifies a resource (such as an s3 bucket) where data. will be
317
+ * pushed. Additional configuration parameters supported by the destination may be
316
318
* included.
317
319
*/
318
320
destination_conf ?: string ;
@@ -323,7 +325,7 @@ export interface LogpushJob {
323
325
enabled ?: boolean ;
324
326
325
327
/**
326
- * If not null, the job is currently failing. Failures are usually repetitive
328
+ * If not null, the job is currently failing. Failures are usually. repetitive
327
329
* (example: no permissions to write to destination bucket). Only the last failure
328
330
* is recorded. On successful execution of a job the error_message and last_error
329
331
* are set to null.
@@ -332,7 +334,7 @@ export interface LogpushJob {
332
334
333
335
/**
334
336
* @deprecated This field is deprecated. Please use `max_upload_*` parameters
335
- * instead. The frequency at which Cloudflare sends batches of logs to your
337
+ * instead. . The frequency at which Cloudflare sends batches of logs to your
336
338
* destination. Setting frequency to high sends your logs in larger quantities of
337
339
* smaller files. Setting frequency to low sends logs in smaller quantities of
338
340
* larger files.
@@ -354,9 +356,9 @@ export interface LogpushJob {
354
356
last_complete ?: string | null ;
355
357
356
358
/**
357
- * Records the last time the job failed. If not null, the job is currently failing .
358
- * If null, the job has either never failed or has run successfully at least once
359
- * since last failure. See also the error_message field.
359
+ * Records the last time the job failed. If not null, the job is currently.
360
+ * failing. If null, the job has either never failed or has run successfully at
361
+ * least once since last failure. See also the error_message field.
360
362
*/
361
363
last_error ?: string | null ;
362
364
@@ -394,7 +396,7 @@ export interface LogpushJob {
394
396
max_upload_records ?: 0 | number | null ;
395
397
396
398
/**
397
- * Optional human readable job name. Not unique. Cloudflare suggests that you set
399
+ * Optional human readable job name. Not unique. Cloudflare suggests. that you set
398
400
* this to a meaningful string, like the domain name, to make it easier to identify
399
401
* your job.
400
402
*/
@@ -568,7 +570,7 @@ export interface JobDeleteResponse {
568
570
569
571
export interface JobCreateParams {
570
572
/**
571
- * Body param: Uniquely identifies a resource (such as an s3 bucket) where data
573
+ * Body param: Uniquely identifies a resource (such as an s3 bucket) where data.
572
574
* will be pushed. Additional configuration parameters supported by the destination
573
575
* may be included.
574
576
*/
@@ -632,7 +634,7 @@ export interface JobCreateParams {
632
634
633
635
/**
634
636
* @deprecated Body param: This field is deprecated. Please use `max_upload_*`
635
- * parameters instead. The frequency at which Cloudflare sends batches of logs to
637
+ * parameters instead. . The frequency at which Cloudflare sends batches of logs to
636
638
* your destination. Setting frequency to high sends your logs in larger quantities
637
639
* of smaller files. Setting frequency to low sends logs in smaller quantities of
638
640
* larger files.
@@ -679,7 +681,7 @@ export interface JobCreateParams {
679
681
max_upload_records ?: 0 | number | null ;
680
682
681
683
/**
682
- * Body param: Optional human readable job name. Not unique. Cloudflare suggests
684
+ * Body param: Optional human readable job name. Not unique. Cloudflare suggests.
683
685
* that you set this to a meaningful string, like the domain name, to make it
684
686
* easier to identify your job.
685
687
*/
@@ -711,7 +713,7 @@ export interface JobUpdateParams {
711
713
zone_id ?: string ;
712
714
713
715
/**
714
- * Body param: Uniquely identifies a resource (such as an s3 bucket) where data
716
+ * Body param: Uniquely identifies a resource (such as an s3 bucket) where data.
715
717
* will be pushed. Additional configuration parameters supported by the destination
716
718
* may be included.
717
719
*/
@@ -731,7 +733,7 @@ export interface JobUpdateParams {
731
733
732
734
/**
733
735
* @deprecated Body param: This field is deprecated. Please use `max_upload_*`
734
- * parameters instead. The frequency at which Cloudflare sends batches of logs to
736
+ * parameters instead. . The frequency at which Cloudflare sends batches of logs to
735
737
* your destination. Setting frequency to high sends your logs in larger quantities
736
738
* of smaller files. Setting frequency to low sends logs in smaller quantities of
737
739
* larger files.
@@ -778,7 +780,7 @@ export interface JobUpdateParams {
778
780
max_upload_records ?: 0 | number | null ;
779
781
780
782
/**
781
- * Body param: Optional human readable job name. Not unique. Cloudflare suggests
783
+ * Body param: Optional human readable job name. Not unique. Cloudflare suggests.
782
784
* that you set this to a meaningful string, like the domain name, to make it
783
785
* easier to identify your job.
784
786
*/
0 commit comments