pub(crate) fn reflens_list_feeds_output_output_next_token(
input: &crate::operation::list_feeds::ListFeedsOutput,
) -> ::std::option::Option<&::std::string::String> {
let input = match &input.next_token {
::std::option::Option::None => return ::std::option::Option::None,
::std::option::Option::Some(t) => t,
};
::std::option::Option::Some(input)
}
pub(crate) fn lens_list_feeds_output_output_feeds(
input: crate::operation::list_feeds::ListFeedsOutput,
) -> ::std::option::Option<::std::vec::Vec<crate::types::FeedSummary>> {
let input = input.feeds;
::std::option::Option::Some(input)
}