Skip to content

Commit

Permalink
New AWS Transport Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Sep 8, 2022
1 parent 3aa0af4 commit 4b5d0dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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
}

0 comments on commit 4b5d0dd

Please sign in to comment.