Struct aws_sdk_proton::paginator::ListServiceInstanceOutputsPaginator [−][src]
pub struct ListServiceInstanceOutputsPaginator<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Paginator for ListServiceInstanceOutputs
Implementations
impl<C, M, R> ListServiceInstanceOutputsPaginator<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListServiceInstanceOutputsPaginator<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
Create a flattened paginator
This paginator automatically flattens results using outputs. Queries to the underlying service
are dispatched lazily.
pub fn send(
self
) -> impl Stream<Item = Result<ListServiceInstanceOutputsOutput, SdkError<ListServiceInstanceOutputsError>>> + Unpin where
R::Policy: SmithyRetryPolicy<ListServiceInstanceOutputsInputOperationOutputAlias, ListServiceInstanceOutputsOutput, ListServiceInstanceOutputsError, ListServiceInstanceOutputsInputOperationRetryAlias>,
pub fn send(
self
) -> impl Stream<Item = Result<ListServiceInstanceOutputsOutput, SdkError<ListServiceInstanceOutputsError>>> + Unpin where
R::Policy: SmithyRetryPolicy<ListServiceInstanceOutputsInputOperationOutputAlias, ListServiceInstanceOutputsOutput, ListServiceInstanceOutputsError, ListServiceInstanceOutputsInputOperationRetryAlias>,
Create the pagination stream
Note: No requests will be dispatched until the stream is used (eg. with .next().await).
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListServiceInstanceOutputsPaginator<C, M, R>
impl<C, M, R> Send for ListServiceInstanceOutputsPaginator<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListServiceInstanceOutputsPaginator<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListServiceInstanceOutputsPaginator<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListServiceInstanceOutputsPaginator<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
