// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeIdFormat`](crate::operation::describe_id_format::builders::DescribeIdFormatFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource(impl Into<String>)`](crate::operation::describe_id_format::builders::DescribeIdFormatFluentBuilder::resource) / [`set_resource(Option<String>)`](crate::operation::describe_id_format::builders::DescribeIdFormatFluentBuilder::set_resource):<br>required: **false**<br><p>The type of resource: <code>bundle</code> | <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> | <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> | <code>export-task</code> | <code>flow-log</code> | <code>image</code> | <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> | <code>network-acl</code> | <code>network-acl-association</code> | <code>network-interface</code> | <code>network-interface-attachment</code> | <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> | <code>route-table-association</code> | <code>security-group</code> | <code>snapshot</code> | <code>subnet</code> | <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code> | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> | <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code></p><br>
/// - On success, responds with [`DescribeIdFormatOutput`](crate::operation::describe_id_format::DescribeIdFormatOutput) with field(s):
/// - [`statuses(Option<Vec::<IdFormat>>)`](crate::operation::describe_id_format::DescribeIdFormatOutput::statuses): <p>Information about the ID format for the resource.</p>
/// - On failure, responds with [`SdkError<DescribeIdFormatError>`](crate::operation::describe_id_format::DescribeIdFormatError)
pub fn describe_id_format(&self) -> crate::operation::describe_id_format::builders::DescribeIdFormatFluentBuilder {
crate::operation::describe_id_format::builders::DescribeIdFormatFluentBuilder::new(self.handle.clone())
}
}