aws-sdk-securityhub 1.110.0

AWS SDK for AWS SecurityHub
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisableSecurityHubV2`](crate::operation::disable_security_hub_v2::builders::DisableSecurityHubV2FluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::disable_security_hub_v2::builders::DisableSecurityHubV2FluentBuilder::send) it.
    /// - On success, responds with [`DisableSecurityHubV2Output`](crate::operation::disable_security_hub_v2::DisableSecurityHubV2Output)
    /// - On failure, responds with [`SdkError<DisableSecurityHubV2Error>`](crate::operation::disable_security_hub_v2::DisableSecurityHubV2Error)
    pub fn disable_security_hub_v2(&self) -> crate::operation::disable_security_hub_v2::builders::DisableSecurityHubV2FluentBuilder {
        crate::operation::disable_security_hub_v2::builders::DisableSecurityHubV2FluentBuilder::new(self.handle.clone())
    }
}