aws-sdk-launchwizard 1.114.0

AWS SDK for AWS Launch Wizard
Documentation
1
2
3
4
5
6
7
8
9
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn delegated_admin_constraint_correct_errors(
    mut builder: crate::types::builders::DelegatedAdminConstraintBuilder,
) -> crate::types::builders::DelegatedAdminConstraintBuilder {
    if builder.service_principal.is_none() {
        builder.service_principal = Some(Default::default())
    }
    builder
}