@@ -51,10 +51,19 @@ export {
51
51
UserRefreshClient ,
52
52
UserRefreshClientOptions ,
53
53
} from './auth/refreshclient' ;
54
- export { AwsClient , AwsClientOptions } from './auth/awsclient' ;
54
+ export {
55
+ AwsClient ,
56
+ AwsClientOptions ,
57
+ AwsSecurityCredentialsSupplier ,
58
+ } from './auth/awsclient' ;
59
+ export {
60
+ AwsSecurityCredentials ,
61
+ AwsRequestSigner ,
62
+ } from './auth/awsrequestsigner' ;
55
63
export {
56
64
IdentityPoolClient ,
57
65
IdentityPoolClientOptions ,
66
+ SubjectTokenSupplier ,
58
67
} from './auth/identitypoolclient' ;
59
68
export {
60
69
ExternalAccountClient ,
@@ -63,6 +72,9 @@ export {
63
72
export {
64
73
BaseExternalAccountClient ,
65
74
BaseExternalAccountClientOptions ,
75
+ SharedExternalAccountClientOptions ,
76
+ ExternalAccountSupplierContext ,
77
+ IamGenerateAccessTokenResponse ,
66
78
} from './auth/baseexternalclient' ;
67
79
export {
68
80
CredentialAccessBoundary ,
@@ -71,6 +83,7 @@ export {
71
83
export {
72
84
PluggableAuthClient ,
73
85
PluggableAuthClientOptions ,
86
+ ExecutableError ,
74
87
} from './auth/pluggable-auth-client' ;
75
88
export { PassThroughClient } from './auth/passthrough' ;
76
89
export { DefaultTransporter } from './transporters' ;
0 commit comments