aws-sdk-ecr 1.107.0

AWS SDK for Amazon Elastic Container Registry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeregisterPullTimeUpdateExclusion`](crate::operation::deregister_pull_time_update_exclusion::builders::DeregisterPullTimeUpdateExclusionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`principal_arn(impl Into<String>)`](crate::operation::deregister_pull_time_update_exclusion::builders::DeregisterPullTimeUpdateExclusionFluentBuilder::principal_arn) / [`set_principal_arn(Option<String>)`](crate::operation::deregister_pull_time_update_exclusion::builders::DeregisterPullTimeUpdateExclusionFluentBuilder::set_principal_arn):<br>required: **true**<br><p>The ARN of the IAM principal to remove from the pull time update exclusion list.</p><br>
    /// - On success, responds with [`DeregisterPullTimeUpdateExclusionOutput`](crate::operation::deregister_pull_time_update_exclusion::DeregisterPullTimeUpdateExclusionOutput) with field(s):
    ///   - [`principal_arn(Option<String>)`](crate::operation::deregister_pull_time_update_exclusion::DeregisterPullTimeUpdateExclusionOutput::principal_arn): <p>The ARN of the IAM principal that was removed from the pull time update exclusion list.</p>
    /// - On failure, responds with [`SdkError<DeregisterPullTimeUpdateExclusionError>`](crate::operation::deregister_pull_time_update_exclusion::DeregisterPullTimeUpdateExclusionError)
    pub fn deregister_pull_time_update_exclusion(
        &self,
    ) -> crate::operation::deregister_pull_time_update_exclusion::builders::DeregisterPullTimeUpdateExclusionFluentBuilder {
        crate::operation::deregister_pull_time_update_exclusion::builders::DeregisterPullTimeUpdateExclusionFluentBuilder::new(self.handle.clone())
    }
}