@@ -105,8 +105,8 @@ def create(
105105 Creates a new Logpush job for an account or zone.
106106
107107 Args:
108- destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data will be pushed.
109- Additional configuration parameters supported by the destination may be
108+ destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data. will be
109+ pushed. Additional configuration parameters supported by the destination may be
110110 included.
111111
112112 account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
@@ -122,7 +122,7 @@ def create(
122122 more information, refer to
123123 [Filters](https://developers.cloudflare.com/logs/reference/filters/).
124124
125- frequency: This field is deprecated. Please use `max_upload_*` parameters instead. The
125+ frequency: This field is deprecated. Please use `max_upload_*` parameters instead. . The
126126 frequency at which Cloudflare sends batches of logs to your destination. Setting
127127 frequency to high sends your logs in larger quantities of smaller files. Setting
128128 frequency to low sends logs in smaller quantities of larger files.
@@ -151,7 +151,7 @@ def create(
151151 number of log lines per batch; this means that log files may contain many fewer
152152 lines than this.
153153
154- name: Optional human readable job name. Not unique. Cloudflare suggests that you set
154+ name: Optional human readable job name. Not unique. Cloudflare suggests. that you set
155155 this to a meaningful string, like the domain name, to make it easier to identify
156156 your job.
157157
@@ -245,8 +245,8 @@ def update(
245245
246246 zone_id: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
247247
248- destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data will be pushed.
249- Additional configuration parameters supported by the destination may be
248+ destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data. will be
249+ pushed. Additional configuration parameters supported by the destination may be
250250 included.
251251
252252 enabled: Flag that indicates if the job is enabled.
@@ -255,7 +255,7 @@ def update(
255255 more information, refer to
256256 [Filters](https://developers.cloudflare.com/logs/reference/filters/).
257257
258- frequency: This field is deprecated. Please use `max_upload_*` parameters instead. The
258+ frequency: This field is deprecated. Please use `max_upload_*` parameters instead. . The
259259 frequency at which Cloudflare sends batches of logs to your destination. Setting
260260 frequency to high sends your logs in larger quantities of smaller files. Setting
261261 frequency to low sends logs in smaller quantities of larger files.
@@ -284,7 +284,7 @@ def update(
284284 number of log lines per batch; this means that log files may contain many fewer
285285 lines than this.
286286
287- name: Optional human readable job name. Not unique. Cloudflare suggests that you set
287+ name: Optional human readable job name. Not unique. Cloudflare suggests. that you set
288288 this to a meaningful string, like the domain name, to make it easier to identify
289289 your job.
290290
@@ -579,8 +579,8 @@ async def create(
579579 Creates a new Logpush job for an account or zone.
580580
581581 Args:
582- destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data will be pushed.
583- Additional configuration parameters supported by the destination may be
582+ destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data. will be
583+ pushed. Additional configuration parameters supported by the destination may be
584584 included.
585585
586586 account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
@@ -596,7 +596,7 @@ async def create(
596596 more information, refer to
597597 [Filters](https://developers.cloudflare.com/logs/reference/filters/).
598598
599- frequency: This field is deprecated. Please use `max_upload_*` parameters instead. The
599+ frequency: This field is deprecated. Please use `max_upload_*` parameters instead. . The
600600 frequency at which Cloudflare sends batches of logs to your destination. Setting
601601 frequency to high sends your logs in larger quantities of smaller files. Setting
602602 frequency to low sends logs in smaller quantities of larger files.
@@ -625,7 +625,7 @@ async def create(
625625 number of log lines per batch; this means that log files may contain many fewer
626626 lines than this.
627627
628- name: Optional human readable job name. Not unique. Cloudflare suggests that you set
628+ name: Optional human readable job name. Not unique. Cloudflare suggests. that you set
629629 this to a meaningful string, like the domain name, to make it easier to identify
630630 your job.
631631
@@ -719,8 +719,8 @@ async def update(
719719
720720 zone_id: The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
721721
722- destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data will be pushed.
723- Additional configuration parameters supported by the destination may be
722+ destination_conf: Uniquely identifies a resource (such as an s3 bucket) where data. will be
723+ pushed. Additional configuration parameters supported by the destination may be
724724 included.
725725
726726 enabled: Flag that indicates if the job is enabled.
@@ -729,7 +729,7 @@ async def update(
729729 more information, refer to
730730 [Filters](https://developers.cloudflare.com/logs/reference/filters/).
731731
732- frequency: This field is deprecated. Please use `max_upload_*` parameters instead. The
732+ frequency: This field is deprecated. Please use `max_upload_*` parameters instead. . The
733733 frequency at which Cloudflare sends batches of logs to your destination. Setting
734734 frequency to high sends your logs in larger quantities of smaller files. Setting
735735 frequency to low sends logs in smaller quantities of larger files.
@@ -758,7 +758,7 @@ async def update(
758758 number of log lines per batch; this means that log files may contain many fewer
759759 lines than this.
760760
761- name: Optional human readable job name. Not unique. Cloudflare suggests that you set
761+ name: Optional human readable job name. Not unique. Cloudflare suggests. that you set
762762 this to a meaningful string, like the domain name, to make it easier to identify
763763 your job.
764764
0 commit comments