list_archives does not honor State argument #4437
Labels
bug
This issue is a confirmed bug.
eventbridge
A low-level client representing Amazon EventBridge
p3
This is a minor priority issue
service-api
This issue is caused by the service API, not the SDK implementation.
Describe the bug
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/events/client/list_archives.html
Calling list_archives with State as ENABLED or DISABLED will return the same list of archives... It's as if AWS is ignoring the argument.
Regression Issue
Expected Behavior
Return archives in the requested state, when specified by the caller
Current Behavior
Returns archives in any state, regardless of the state specified by the caller.
Reproduction Steps
Call list_archives with the State as ENABLED and make the same call with State set to DISABLED
I'm using
boto3==1.35.98
botocore==1.35.99
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.35.98
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered: