Skip to content

Commit

Permalink
Removed support for externalId creation.
Browse files Browse the repository at this point in the history
Removed support for externalId creation.
  • Loading branch information
sharadkesarwani committed Sep 24, 2023
1 parent 355f658 commit be57b06
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 224 deletions.
29 changes: 0 additions & 29 deletions examples/service/externalid/create/main.go

This file was deleted.

29 changes: 0 additions & 29 deletions examples/service/externalid/read/main.go

This file was deleted.

161 changes: 0 additions & 161 deletions service/account/providers/aws/awsexternalId.go

This file was deleted.

5 changes: 0 additions & 5 deletions service/account/providers/aws/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
// the service.
type Service interface {
serviceAccount
serviceAwsAccountExternalId
serviceCredential
}

Expand All @@ -22,10 +21,6 @@ type serviceAccount interface {
DeleteAccount(context.Context, *DeleteAccountInput) (*DeleteAccountOutput, error)
ReadAccount(context.Context, *ReadAccountInput) (*ReadAccountOutput, error)
}
type serviceAwsAccountExternalId interface {
CreateAWSAccountExternalId(context.Context, *CreateAWSAccountExternalIdInput) (*CreateAWSAccountExternalIdOutput, error)
ReadAWSAccountExternalId(context.Context, *ReadAWSAccountExternalIdInput) (*ReadAWSAccountExternalIdOutput, error)
}
type serviceCredential interface {
SetCredential(context.Context, *SetCredentialInput) (*SetCredentialOutput, error)
ReadCredential(context.Context, *ReadCredentialInput) (*ReadCredentialOutput, error)
Expand Down

0 comments on commit be57b06

Please sign in to comment.