Checkboxes for prior research
Describe the bug
The NetworkInterfaceType enum includes "natGateway" when the actual value is "nat_gateway":
The NetworkInterfaceType enum should include "nat_gateway" instead of "natGateway".
Regression Issue
SDK version number
8883679
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
N/A
Reproduction Steps
See above.
Observed Behavior
See above.
Expected Behavior
See above.
Possible Solution
Change the enum.
Additional Information/Context
This bug is present in the JavaScript AWS SDK v2, and possibly others: aws/aws-sdk-js#4702
Checkboxes for prior research
Describe the bug
The NetworkInterfaceType enum includes
"natGateway"when the actual value is"nat_gateway":"natGateway".interfaceTypeproperty specifies"nat_gateway".The NetworkInterfaceType enum should include
"nat_gateway"instead of"natGateway".Regression Issue
SDK version number
8883679
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
N/A
Reproduction Steps
See above.
Observed Behavior
See above.
Expected Behavior
See above.
Possible Solution
Change the enum.
Additional Information/Context
This bug is present in the JavaScript AWS SDK v2, and possibly others: aws/aws-sdk-js#4702