Skip to content

Commit fea3a3b

Browse files
author
Nicholas Thomson
committed
Update SDK Helper interface getter method name
1 parent db267c5 commit fea3a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/model/sdk_helper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ func (a *SDKAPI) GetServiceFullName() string {
371371
return a.API.Metadata.ServiceFullName
372372
}
373373

374-
// SDKAPIInterfaceTypeName returns the name of the aws-sdk-go primary API
374+
// APIInterfaceTypeName returns the name of the aws-sdk-go primary API
375375
// interface type name.
376-
func (a *SDKAPI) SDKAPIInterfaceTypeName() string {
376+
func (a *SDKAPI) APIInterfaceTypeName() string {
377377
if a == nil || a.API == nil {
378378
return ""
379379
}

0 commit comments

Comments
 (0)