Remove config types from export

Signed-off-by: Clare Liguori <liguori@amazon.com>
This commit is contained in:
Clare Liguori
2022-12-06 10:50:00 -08:00
parent 31f488fb19
commit cf992210ec
2 changed files with 0 additions and 45 deletions
@@ -14,13 +14,6 @@
* limitations under the License.
*/
export { readAwsIntegrationConfig } from './config';
export type {
AwsIntegrationConfig,
AwsIntegrationAccountConfig,
AwsIntegrationDefaultAccountConfig,
AwsIntegrationMainAccountConfig,
} from './config';
export { DefaultAwsCredentialsManager } from './DefaultAwsCredentialsManager';
export type {
AwsCredentialsManager,