Skip to content

Commit 35d1b36

Browse files
committed
Merge branch 'sdkv3/startMigration' into sdkv3/migrateSSM
2 parents 9cd4afa + 6dc2405 commit 35d1b36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/shared/awsClientBuilderV3.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface AwsClient {
4040
destroy: () => void
4141
}
4242

43-
interface AwsConfigOptions {
43+
interface AwsClientOptions {
4444
credentials: AwsCredentialIdentityProvider
4545
region: string | Provider<string>
4646
customUserAgent: UserAgent
@@ -53,7 +53,6 @@ interface AwsConfigOptions {
5353
endpoint: string
5454
retryStrategy: RetryStrategy | RetryStrategyV2
5555
}
56-
export type AwsClientOptions = AwsConfigOptions
5756

5857
export class AWSClientBuilderV3 {
5958
public constructor(private readonly context: AwsContext) {}

0 commit comments

Comments
 (0)