AWS codeguru documentation change
Summary
Removed documentation for Action and Version parameters from the Common Parameters section
Security assessment
This change removes standard API parameter documentation (Action and Version) which are required for API requests. While these parameters are part of the request signing process, their removal from documentation does not indicate a security fix or vulnerability. It appears to be a documentation cleanup or restructuring.
Diff
diff --git a/codeguru/latest/profiler-api/CommonParameters.md b/codeguru/latest/profiler-api/CommonParameters.md index 84820ac1c..b27361aae 100644 --- a//codeguru/latest/profiler-api/CommonParameters.md +++ b//codeguru/latest/profiler-api/CommonParameters.md @@ -9,18 +8,0 @@ The following list contains the parameters that all actions use for signing Sign -**Action** - - -The action to be performed. - -Type: string - -Required: Yes - -**Version** - - -The API version that the request is written for, expressed in the format YYYY-MM-DD. - -Type: string - -Required: Yes -