Skip to content

Commit ee14279

Browse files
committed
refactor: revert empty profile
1 parent b093aec commit ee14279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtimes/protocol/identity-management.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ export class AwsResponseError extends ResponseError<AwsResponseErrorData> {
5454
}
5555

5656
// listProfiles
57-
export type ProfileKind = 'Unknown' | 'SsoTokenProfile' | 'IamCredentialProfile' | 'EmptyProfile'
57+
export type ProfileKind = 'Unknown' | 'SsoTokenProfile' | 'IamCredentialProfile'
5858

5959
export const ProfileKind = {
6060
SsoTokenProfile: 'SsoTokenProfile',
6161
IamCredentialProfile: 'IamCredentialProfile',
62-
EmptyProfile: 'EmptyProfile',
6362
Unknown: 'Unknown',
6463
} as const
6564

0 commit comments

Comments
 (0)