Skip to content

Commit

Permalink
Removed STSAPI (#7242)
Browse files Browse the repository at this point in the history
  • Loading branch information
edibble21 authored Oct 18, 2024
1 parent 7ff4095 commit 4fd9b56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/aws/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"github.com/aws/aws-sdk-go-v2/service/iam"
"github.com/aws/aws-sdk-go-v2/service/sqs"
"github.com/aws/aws-sdk-go-v2/service/ssm"
"github.com/aws/aws-sdk-go-v2/service/sts"
)

type IAMAPI interface {
Expand All @@ -47,8 +46,3 @@ type SQSAPI interface {
DeleteMessage(context.Context, *sqs.DeleteMessageInput, ...func(*sqs.Options)) (*sqs.DeleteMessageOutput, error)
SendMessage(context.Context, *sqs.SendMessageInput, ...func(*sqs.Options)) (*sqs.SendMessageOutput, error)
}

type STSAPI interface {
// STS Methods
GetCallerIdentity(context.Context, *sts.GetCallerIdentityInput, ...func(*sts.Options)) (*sts.GetCallerIdentityOutput, error)
}

0 comments on commit 4fd9b56

Please sign in to comment.