aws-sdk-mediaconvert 1.69.0

AWS SDK for AWS Elemental MediaConvert
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct DeletePolicyInput {}
impl DeletePolicyInput {
    /// Creates a new builder-style object to manufacture [`DeletePolicyInput`](crate::operation::delete_policy::DeletePolicyInput).
    pub fn builder() -> crate::operation::delete_policy::builders::DeletePolicyInputBuilder {
        crate::operation::delete_policy::builders::DeletePolicyInputBuilder::default()
    }
}

/// A builder for [`DeletePolicyInput`](crate::operation::delete_policy::DeletePolicyInput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct DeletePolicyInputBuilder {}
impl DeletePolicyInputBuilder {
    /// Consumes the builder and constructs a [`DeletePolicyInput`](crate::operation::delete_policy::DeletePolicyInput).
    pub fn build(
        self,
    ) -> ::std::result::Result<crate::operation::delete_policy::DeletePolicyInput, ::aws_smithy_types::error::operation::BuildError> {
        ::std::result::Result::Ok(crate::operation::delete_policy::DeletePolicyInput {})
    }
}