1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateIdentityPropagationConfig`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.</p><br>
    ///   - [`service(ServiceType)`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::service) / [`set_service(Option<ServiceType>)`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::set_service):<br>required: **true**<br><p>The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.</p><br>
    ///   - [`authorized_targets(impl Into<String>)`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::authorized_targets) / [`set_authorized_targets(Option<Vec::<String>>)`](crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::set_authorized_targets):<br>required: **false**<br><p>Specifies a list of application ARNs that represent the authorized targets for a service.</p><br>
    /// - On success, responds with [`UpdateIdentityPropagationConfigOutput`](crate::operation::update_identity_propagation_config::UpdateIdentityPropagationConfigOutput) with field(s):
    ///   - [`request_id(Option<String>)`](crate::operation::update_identity_propagation_config::UpdateIdentityPropagationConfigOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(i32)`](crate::operation::update_identity_propagation_config::UpdateIdentityPropagationConfigOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<UpdateIdentityPropagationConfigError>`](crate::operation::update_identity_propagation_config::UpdateIdentityPropagationConfigError)
    pub fn update_identity_propagation_config(
        &self,
    ) -> crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder {
        crate::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigFluentBuilder::new(self.handle.clone())
    }
}