You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that that field is missing. Perhaps the codegen failed because v2 has that field. We are looking into it.
Thanks,
Ran~
RanVaknin
added
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p2
This is a standard priority issue
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 2, 2023
It's missing in this SDK simply because the c2j version of the model does not have that field. Conversely the smithy version of the model does, therefore it's present in v2.
I haven't checked a raw response but since they indicate that both versions exist in their docs it's worth upstreaming with the service team.
See #5070. We have stopped supporting fields of this type in the v1 SDK due to them being broken across services. You will need to upgrade to SDK v2 to be able to read the field.
lucix-aws
removed
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
labels
Dec 13, 2023
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
The recently added response item "Details Document" does not exist in DescribeEntityOutput.
https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_DescribeEntity.html#API_DescribeEntity_ResponseSyntax
Expected Behavior
We expect DetailsDocument to be added to DescribeEntity.
Current Behavior
The following error occurred
Reproduction Steps
Below are the parts where the SDK is used.
Possible Solution
We would like the following types to be modified.
aws-sdk-go/service/marketplacecatalog/api.go
Line 2172 in 0ba8f0f
Additional Information/Context
No response
SDK version used
v1.43.29
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version go1.21.3 linux/amd64
The text was updated successfully, but these errors were encountered: