diff --git a/aws/transport/endpoints.go b/aws/transport/endpoints.go new file mode 100644 index 00000000000..3ede440dae4 --- /dev/null +++ b/aws/transport/endpoints.go @@ -0,0 +1,8 @@ +package transport + +import smithytransport "github.com/aws/smithy-go/transport" + +// Endpoint is a Smithy transport endpoint +type Endpoint struct { + smithytransport.Endpoint +}