We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db267c5 commit fea3a3bCopy full SHA for fea3a3b
pkg/model/sdk_helper.go
@@ -371,9 +371,9 @@ func (a *SDKAPI) GetServiceFullName() string {
371
return a.API.Metadata.ServiceFullName
372
}
373
374
-// SDKAPIInterfaceTypeName returns the name of the aws-sdk-go primary API
+// APIInterfaceTypeName returns the name of the aws-sdk-go primary API
375
// interface type name.
376
-func (a *SDKAPI) SDKAPIInterfaceTypeName() string {
+func (a *SDKAPI) APIInterfaceTypeName() string {
377
if a == nil || a.API == nil {
378
return ""
379
0 commit comments