Open jmenga-aset opened 8 months ago
Hi @jmenga-aset ,
Thanks for reaching out. Its not clear if this was never modeled, or was removed. I'm curious, if you had to supply the string value directly instead of using the enum, does dualStackIPv6
actually work?
The reason why I'm asking is sometimes service teams remove enum values (in favor of introducing new parameters or deprecating old ones) and forget to remove the corresponding documentation.
Thanks, Ran~
This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.
Hi there,
I have created an internal ticket (P146481495
) with the EC2 service team for them to update their model with the missing enum.
Since the AWS SDKs are code-generated from those API models, the SDK team cannot add those directly. Instead, the service team itself would be the one needing to make the change on the backend.
Moving to cross SDK repo for tracking.
Thank, Ran~
Checkboxes for prior research
Describe the bug
The ECS Client SettingName enum is missing an option for the
dualStackIPv6
option (as indicated here)SDK version number
@aws-sdk/client-ecs@3.529.1
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.10.0
Reproduction Steps
Observed Behavior
The following output is generated:
Expected Behavior
There should be a key/value pair for the value
dualStackIPv6
e.g.
Possible Solution
Update the
SettingName
object to the following:Additional Information/Context
No response