@aws-sdk/client-proton 3.378.0 → 3.382.0

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.
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -133,6 +133,7 @@
133
133
  */
134
134
  export * from "./ProtonClient";
135
135
  export * from "./Proton";
136
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
136
137
  export * from "./commands";
137
138
  export * from "./pagination";
138
139
  export * from "./waiters";