// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeFastLaunchImages`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`image_ids(impl Into<String>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::image_ids) / [`set_image_ids(Option<Vec::<String>>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::set_image_ids):<br>required: **false**<br><p>Specify one or more Windows AMI image IDs for the request.</p><br>
/// - [`filters(Filter)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::filters) / [`set_filters(Option<Vec::<Filter>>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::set_filters):<br>required: **false**<br><p>Use the following filters to streamline results.</p> <ul> <li> <p><code>resource-type</code> - The resource type for pre-provisioning.</p></li> <li> <p><code>owner-id</code> - The owner ID for the pre-provisioning resource.</p></li> <li> <p><code>state</code> - The current state of fast launching for the Windows AMI.</p></li> </ul><br>
/// - [`max_results(i32)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::set_next_token):<br>required: **false**<br><p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p><br>
/// - [`dry_run(bool)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - On success, responds with [`DescribeFastLaunchImagesOutput`](crate::operation::describe_fast_launch_images::DescribeFastLaunchImagesOutput) with field(s):
/// - [`fast_launch_images(Option<Vec::<DescribeFastLaunchImagesSuccessItem>>)`](crate::operation::describe_fast_launch_images::DescribeFastLaunchImagesOutput::fast_launch_images): <p>A collection of details about the fast-launch enabled Windows images that meet the requested criteria.</p>
/// - [`next_token(Option<String>)`](crate::operation::describe_fast_launch_images::DescribeFastLaunchImagesOutput::next_token): <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
/// - On failure, responds with [`SdkError<DescribeFastLaunchImagesError>`](crate::operation::describe_fast_launch_images::DescribeFastLaunchImagesError)
pub fn describe_fast_launch_images(&self) -> crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder {
crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesFluentBuilder::new(self.handle.clone())
}
}