AWS cli documentation change
Summary
Added ServiceLinkedRecorder structure documentation and updated CLI version
Security assessment
Added documentation for service-linked recorder feature which filters resources, but no evidence of security vulnerability fix or explicit security feature documentation.
Diff
diff --git a/cli/latest/reference/resource-explorer-2/get-service-view.md b/cli/latest/reference/resource-explorer-2/get-service-view.md index de2a4217a..7726b3094 100644 --- a//cli/latest/reference/resource-explorer-2/get-service-view.md +++ b//cli/latest/reference/resource-explorer-2/get-service-view.md @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -281,0 +282,23 @@ View -> (structure) +> +> ServiceLinkedRecorder -> (structure) +> +>> Information about the service-linked recorder associated with this service view. When a service view is paired with a service-linked recorder, Resource Explorer uses the recorder’s resource type list to filter search results and streaming data. +>> +>> ServicePrincipal -> (string) +>> +>>> The service principal of the Amazon Web Services service that owns the service-linked recorder, such as `observabilityadmin.amazonaws.com` . +>> +>> RecorderName -> (string) +>> +>>> The name of the service-linked recorder, such as `AWSConfigurationRecorderForObservabilityAdmin` . +>> +>> RecorderType -> (string) +>> +>>> The type of the recorder. Valid values are `AWS` and `THIRD_PARTY` . +>>> +>>> Possible values: +>>> +>>> * `AWS` +>>> * `THIRD_PARTY` +>>> + @@ -293 +316 @@ View -> (structure) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »