AWS cli documentation change
Summary
Updated CLI version reference from 2.34.28 to 2.34.29 and added extensive documentation for new multi-region replication fields in TelemetryRule structure including Regions, AllRegions, HomeRegion, IsReplicated, and RegionStatuses.
Security assessment
The changes are primarily feature documentation updates for multi-region telemetry rule replication capabilities. There is no evidence of security vulnerability fixes or security incident remediation. The changes describe operational features for rule replication across regions, not security controls or vulnerability mitigations.
Diff
diff --git a/cli/latest/reference/observabilityadmin/get-telemetry-rule-for-organization.md b/cli/latest/reference/observabilityadmin/get-telemetry-rule-for-organization.md index c9d906ea0..3e926ab32 100644 --- a//cli/latest/reference/observabilityadmin/get-telemetry-rule-for-organization.md +++ b//cli/latest/reference/observabilityadmin/get-telemetry-rule-for-organization.md @@ -15 +15 @@ - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) » @@ -619,0 +620,74 @@ TelemetryRule -> (structure) +> +> Regions -> (list) +> +>> An optional list of Amazon Web Services Regions where this telemetry rule should be replicated. When specified, the rule is created in the home region and automatically replicated to all listed regions. Mutually exclusive with `AllRegions` . +>> +>> Constraints: +>> +>> * min: `1` +>> + +>> +>> (string) +>> +>>> Constraints: +>>> +>>> * min: `1` +>>> + +> +> AllRegions -> (boolean) +> +>> If set to `true` , the telemetry rule is replicated to all Amazon Web Services Regions where Amazon CloudWatch Observability Admin is available in the current partition. When new regions become available, the rule automatically replicates to them. Mutually exclusive with `Regions` . + +HomeRegion -> (string) + +> The Amazon Web Services Region where the organization telemetry rule was originally created. For replicated rules in spoke regions, this indicates the region that manages the rule. For rules created without multi-region scope, this field is not present. +> +> Constraints: +> +> * min: `1` +> + + +IsReplicated -> (boolean) + +> Indicates whether this organization telemetry rule is a replica that was created in this region through multi-region fan-out from the home region. Replicated rules cannot be directly updated or deleted in the spoke region. To modify a replicated rule, make changes in the home region. + +RegionStatuses -> (list) + +> A list of per-region replication statuses for the organization telemetry rule. Each entry indicates the replication status of the rule in a specific spoke region. This field is only present for rules created with multi-region scope. +> +> (structure) +> +>> Represents the status of a multi-region operation in a specific Amazon Web Services Region. This structure is used to report per-region progress for both telemetry evaluation and telemetry rule replication. +>> +>> Region -> (string) +>> +>>> The Amazon Web Services Region code (for example, `eu-west-1` or `us-west-2` ) that this status applies to. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> + +>> +>> Status -> (string) +>> +>>> The status of the operation in this region. For telemetry evaluation, valid values include `STARTING` , `RUNNING` , and `FAILED_START` . For telemetry rules, valid values include `PENDING` , `ACTIVE` , and `FAILED` . +>> +>> FailureReason -> (string) +>> +>>> The reason for a failure status in this region. This field is only populated when `Status` indicates a failure. +>> +>> RuleArn -> (string) +>> +>>> The Amazon Resource Name (ARN) of the telemetry rule in this spoke region. This field is only present for telemetry rule region statuses and is populated when the rule has been successfully created in the spoke region (status is `ACTIVE` ). +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `1011` +>>> * pattern: `arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)` +>>> + @@ -631 +705 @@ TelemetryRule -> (structure) - * [AWS CLI 2.34.28 Command Reference](../../index.html) » + * [AWS CLI 2.34.29 Command Reference](../../index.html) »