aws-sdk-ivs 1.86.0

AWS SDK for Amazon Interactive Video Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeletePlaybackRestrictionPolicy`](crate::operation::delete_playback_restriction_policy::builders::DeletePlaybackRestrictionPolicyFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_playback_restriction_policy::builders::DeletePlaybackRestrictionPolicyFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_playback_restriction_policy::builders::DeletePlaybackRestrictionPolicyFluentBuilder::set_arn):<br>required: **true**<br><p>ARN of the playback restriction policy to be deleted.</p><br>
    /// - On success, responds with [`DeletePlaybackRestrictionPolicyOutput`](crate::operation::delete_playback_restriction_policy::DeletePlaybackRestrictionPolicyOutput)
    /// - On failure, responds with [`SdkError<DeletePlaybackRestrictionPolicyError>`](crate::operation::delete_playback_restriction_policy::DeletePlaybackRestrictionPolicyError)
    pub fn delete_playback_restriction_policy(
        &self,
    ) -> crate::operation::delete_playback_restriction_policy::builders::DeletePlaybackRestrictionPolicyFluentBuilder {
        crate::operation::delete_playback_restriction_policy::builders::DeletePlaybackRestrictionPolicyFluentBuilder::new(self.handle.clone())
    }
}