// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteStreamKey`](crate::operation::delete_stream_key::builders::DeleteStreamKeyFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::delete_stream_key::builders::DeleteStreamKeyFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_stream_key::builders::DeleteStreamKeyFluentBuilder::set_arn):<br>required: **true**<br><p>ARN of the stream key to be deleted.</p><br>
/// - On success, responds with [`DeleteStreamKeyOutput`](crate::operation::delete_stream_key::DeleteStreamKeyOutput)
/// - On failure, responds with [`SdkError<DeleteStreamKeyError>`](crate::operation::delete_stream_key::DeleteStreamKeyError)
pub fn delete_stream_key(&self) -> crate::operation::delete_stream_key::builders::DeleteStreamKeyFluentBuilder {
crate::operation::delete_stream_key::builders::DeleteStreamKeyFluentBuilder::new(self.handle.clone())
}
}