-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade aws-sdk-go-v2/service/ssm to latest to gather 'ssm list-inventory-entries' #1880
Comments
@7adityaraj, Thank you for bringing up this issue. I delved into the problem further but unfortunately couldn't reproduce the issue. I have a couple of follow-up questions, could you kindly review them?
I ran the AWS CLI command with version (aws-cli/2.13.0 Python/3.11.4 Darwin/22.3.0 source/arm64 prompt/off) got the following error Command:
With the service package v1.37.5 getting the following error. Query:
Could you please provide more details? This will greatly assist us in further investigating the matter. |
Hi @7adityaraj , if you're still seeing this issue, please feel free to re-open this issue and if you could have a look at @ParthaI 's questions above, we can investigate more. Thanks! |
Apologies for the delay. About the steampipe cmd:
however I ended up getting the following error -
@ParthaI about the aws cli cmd, i have v2 installed but my cmd is aws ssm whereas you have been trying aws ec2
Hope this helps to trace the issue. cc: @misraved |
Hey @7adityaraj, I have tried the above with the latest version - ssm@v1.42.0 but getting the same error-
It looks like We're closing this issue for now and will revisit it once API support becomes available. Please feel free to reopen the issue if you have any new information or contributions to share. |
Raise an SDK issue to track. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently, we are using ssm sdk version 1.35.1 ( https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ssm@v1.35.1) whereas the latest is 1.37.2 (https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ssm@v1.37.2)
We believe that the recent version will allow us to explore more details on inventory details like, 'InstanceDetailedInformation' is not present in 1.35.1 as it shows in response.
The aws cli cmds does provide with correct response.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Upgrade to ssm sdk version to latest
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
turbobot community slack > https://turbot-community.slack.com/archives/C01UECB59A7/p1692732645439359
The text was updated successfully, but these errors were encountered: