import { Provider } from "@smithy/types"; export interface AwsRegionExtensionConfiguration { setRegion(region: Provider): void; region(): Provider; }