Skip to content

Maintenance: make ParsingOption name clearer in JMESPath utility #2369

@dreamorosi

Description

@dreamorosi

Summary

Customer using the JMESPath utility can customize the way expressions are parsed by specifying options, for example they can extend the functions available.

Currently the option and corresponding type for this feature is called ParsingOption which is overly generic.

We should rename it to clarify what it does and where it comes from.

Why is this needed?

Because the utility is being consumed by other packages like Idempotency and because there's another upcoming utility called Parser.

Namespacing the type by using something like JMESPathParsingOptions would immediately make it clear where the option comes from and what it's for.

Which area does this relate to?

JMESPath

Solution

No response

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

Metadata

Metadata

Assignees

Labels

completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)jmespathThis item relates to the JMESPath Utility

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions