@aws-sdk/client-codepipeline 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>;
@@ -198,6 +198,7 @@
198
198
  */
199
199
  export * from "./CodePipelineClient";
200
200
  export * from "./CodePipeline";
201
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
201
202
  export * from "./commands";
202
203
  export * from "./pagination";
203
204
  export * from "./models";