-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
unknown field StreamARN in struct literal of type kinesis.PutRecordsInput #4996
Comments
@slavitch What version of this library are you using? That field was introduced in v1.44.161. What does your go.mod say? Also you can print out You say you are using "master", but that branch does not exist. It was renamed to "main" at some point. So perhaps you have some old copy as a result. (But also you should probably stick to proper release versions.) |
This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled. |
@RanVaknin @lucix-aws Is the bot malfunctioning? |
Seems that way based on the churn w/ the labels, that said, closing this for now due to inactivity. |
|
Describe the bug
I now get compilation errors when building using the kinesis library.
unknown field StreamARN in struct literal of type kinesis.PutRecordsInput
Expected Behavior
field StreamARN existed as a string in kinesis.PutRecordsInput.
Current Behavior
Compilation error with go build:
unknown field StreamARN in struct literal of type kinesis.PutRecordsInput
go build
./foo.go:#:10: unknown field StreamARN in struct literal of type kinesis.PutRecordsInput
Reproduction Steps
Possible Solution
? It's in master.
Additional Information/Context
It should work field is still in repo.
SDK version used
master
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version go1.19.8 linux/amd64
The text was updated successfully, but these errors were encountered: