aws-sdk-observabilityadmin 1.52.0

AWS SDK for CloudWatch Observability Admin 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 [`DeleteTelemetryRuleForOrganization`](crate::operation::delete_telemetry_rule_for_organization::builders::DeleteTelemetryRuleForOrganizationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`rule_identifier(impl Into<String>)`](crate::operation::delete_telemetry_rule_for_organization::builders::DeleteTelemetryRuleForOrganizationFluentBuilder::rule_identifier) / [`set_rule_identifier(Option<String>)`](crate::operation::delete_telemetry_rule_for_organization::builders::DeleteTelemetryRuleForOrganizationFluentBuilder::set_rule_identifier):<br>required: **true**<br><p>The identifier (name or ARN) of the organization telemetry rule to delete.</p><br>
    /// - On success, responds with [`DeleteTelemetryRuleForOrganizationOutput`](crate::operation::delete_telemetry_rule_for_organization::DeleteTelemetryRuleForOrganizationOutput)
    /// - On failure, responds with [`SdkError<DeleteTelemetryRuleForOrganizationError>`](crate::operation::delete_telemetry_rule_for_organization::DeleteTelemetryRuleForOrganizationError)
    pub fn delete_telemetry_rule_for_organization(
        &self,
    ) -> crate::operation::delete_telemetry_rule_for_organization::builders::DeleteTelemetryRuleForOrganizationFluentBuilder {
        crate::operation::delete_telemetry_rule_for_organization::builders::DeleteTelemetryRuleForOrganizationFluentBuilder::new(self.handle.clone())
    }
}