Struct aws_sdk_cloudfront::client::fluent_builders::ListInvalidations [−][src]
pub struct ListInvalidations<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListInvalidations
.
Lists invalidation batches.
Implementations
impl<C, M, R> ListInvalidations<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListInvalidations<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListInvalidationsOutput, SdkError<ListInvalidationsError>> where
R::Policy: SmithyRetryPolicy<ListInvalidationsInputOperationOutputAlias, ListInvalidationsOutput, ListInvalidationsError, ListInvalidationsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListInvalidationsOutput, SdkError<ListInvalidationsError>> where
R::Policy: SmithyRetryPolicy<ListInvalidationsInputOperationOutputAlias, ListInvalidationsOutput, ListInvalidationsError, ListInvalidationsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The distribution's ID.
The distribution's ID.
Use this parameter when paginating results to indicate where to begin in your list of
invalidation batches. Because the results are returned in decreasing order from most recent to
oldest, the most recent results are on the first page, the second page will contain earlier
results, and so on. To get the next page of results, set Marker
to the value of
the NextMarker
from the current page's response. This value is the same as the ID
of the last invalidation batch on that page.
Use this parameter when paginating results to indicate where to begin in your list of
invalidation batches. Because the results are returned in decreasing order from most recent to
oldest, the most recent results are on the first page, the second page will contain earlier
results, and so on. To get the next page of results, set Marker
to the value of
the NextMarker
from the current page's response. This value is the same as the ID
of the last invalidation batch on that page.
The maximum number of invalidation batches that you want in the response body.
The maximum number of invalidation batches that you want in the response body.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListInvalidations<C, M, R>
impl<C, M, R> Send for ListInvalidations<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListInvalidations<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListInvalidations<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListInvalidations<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more