Struct aws_sdk_iot::input::UpdateDomainConfigurationInput [−][src]
#[non_exhaustive]pub struct UpdateDomainConfigurationInput {
pub domain_configuration_name: Option<String>,
pub authorizer_config: Option<AuthorizerConfig>,
pub domain_configuration_status: Option<DomainConfigurationStatus>,
pub remove_authorizer_config: bool,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.domain_configuration_name: Option<String>
The name of the domain configuration to be updated.
An object that specifies the authorization service for a domain.
domain_configuration_status: Option<DomainConfigurationStatus>
The status to which the domain configuration should be updated.
Removes the authorization configuration from a domain.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDomainConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDomainConfiguration
>
Creates a new builder-style object to manufacture UpdateDomainConfigurationInput
The name of the domain configuration to be updated.
An object that specifies the authorization service for a domain.
The status to which the domain configuration should be updated.
Removes the authorization configuration from a domain.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UpdateDomainConfigurationInput
impl Sync for UpdateDomainConfigurationInput
impl Unpin for UpdateDomainConfigurationInput
impl UnwindSafe for UpdateDomainConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more