Module Values.UpdateTelemetryRuleForOrganizationInputSource

Updates an existing telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Sourcetype nonrec t = {
  1. ruleIdentifier : RuleIdentifier.t;
    (*

    The identifier (name or ARN) of the organization telemetry rule to update.

    *)
  2. rule : TelemetryRule.t;
    (*

    The new configuration details for the organization telemetry rule, including resource type, telemetry type, and destination configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ruleIdentifier:RuleIdentifier.t -> rule:TelemetryRule.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RuleIdentifier.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `String of Region.t ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of RetentionPeriodInDays.t | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of SingleHeaderNameString.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of LabelNameConditionLabelNameString.t ]) list ]) list ] list ]) list ] list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t