aws_sdk_redshift/client/delete_redshift_idc_application.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteRedshiftIdcApplication`](crate::operation::delete_redshift_idc_application::builders::DeleteRedshiftIdcApplicationFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`redshift_idc_application_arn(impl Into<String>)`](crate::operation::delete_redshift_idc_application::builders::DeleteRedshiftIdcApplicationFluentBuilder::redshift_idc_application_arn) / [`set_redshift_idc_application_arn(Option<String>)`](crate::operation::delete_redshift_idc_application::builders::DeleteRedshiftIdcApplicationFluentBuilder::set_redshift_idc_application_arn):<br>required: **true**<br><p>The ARN for a deleted Amazon Redshift IAM Identity Center application.</p><br>
7 /// - On success, responds with [`DeleteRedshiftIdcApplicationOutput`](crate::operation::delete_redshift_idc_application::DeleteRedshiftIdcApplicationOutput)
8 /// - On failure, responds with [`SdkError<DeleteRedshiftIdcApplicationError>`](crate::operation::delete_redshift_idc_application::DeleteRedshiftIdcApplicationError)
9 pub fn delete_redshift_idc_application(
10 &self,
11 ) -> crate::operation::delete_redshift_idc_application::builders::DeleteRedshiftIdcApplicationFluentBuilder {
12 crate::operation::delete_redshift_idc_application::builders::DeleteRedshiftIdcApplicationFluentBuilder::new(self.handle.clone())
13 }
14}