Skip to content

bug: NetworkInterfaceType includes "natGateway" instead of "nat_gateway" #7082

Open
@markandrus

Description

@markandrus

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

  • Select this option if this issue appears to be a regression.

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

Metadata

Metadata

Assignees

Labels

bugThis issue is a bug.p2This is a standard priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions