Related to #2292 and #2543
With the implementation of #2543 we remove the value wrapper in CLI commands. With that, we should update our JMESPath guidance so that it doesn't refer specifically to working with value but rather with commands that return arrays (most list commands).
Related to #2292 and #2543
With the implementation of #2543 we remove the
valuewrapper in CLI commands. With that, we should update our JMESPath guidance so that it doesn't refer specifically to working withvaluebut rather with commands that return arrays (mostlistcommands).