Skip to content

Commit dad6a21

Browse files
committed
chore(clients): add config for fips and dualStack endpoint (#2947)
1 parent a8cbda5 commit dad6a21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

private/aws-echo-service/src/EchoServiceClient.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
129129
logger?: __Logger;
130130

131131
/**
132-
<<<<<<< HEAD
133132
* Enables IPv6/IPv4 dualstack endpoint.
134133
*/
135134
useDualstackEndpoint?: boolean | __Provider<boolean>;
@@ -140,8 +139,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
140139
useFipsEndpoint?: boolean | __Provider<boolean>;
141140

142141
/**
143-
=======
144-
>>>>>>> e6065437ed (feat(private): add generic client aws-echo-service (#2950))
145142
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
146143
* @internal
147144
*/

0 commit comments

Comments
 (0)