@effect-aws/client-ec2 1.10.2 → 1.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2761,6 +2761,10 @@ export declare namespace EC2Service {
2761
2761
  interface Config extends Omit<EC2ClientConfig, "logger"> {
2762
2762
  readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
2763
2763
  }
2764
+ /**
2765
+ * @since 1.0.0
2766
+ */
2767
+ type Type = EC2Service$;
2764
2768
  }
2765
2769
  export {};
2766
2770
  //# sourceMappingURL=EC2Service.d.ts.map