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 b093aec commit ee14279Copy full SHA for ee14279
runtimes/protocol/identity-management.ts
@@ -54,12 +54,11 @@ export class AwsResponseError extends ResponseError<AwsResponseErrorData> {
54
}
55
56
// listProfiles
57
-export type ProfileKind = 'Unknown' | 'SsoTokenProfile' | 'IamCredentialProfile' | 'EmptyProfile'
+export type ProfileKind = 'Unknown' | 'SsoTokenProfile' | 'IamCredentialProfile'
58
59
export const ProfileKind = {
60
SsoTokenProfile: 'SsoTokenProfile',
61
IamCredentialProfile: 'IamCredentialProfile',
62
- EmptyProfile: 'EmptyProfile',
63
Unknown: 'Unknown',
64
} as const
65
0 commit comments