Skip to content

Commit 6dc2405

Browse files
committed
remove redundant type
1 parent 4880c16 commit 6dc2405

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
@@ -37,7 +37,7 @@ interface AwsClient {
3737
}
3838
}
3939

40-
interface AwsConfigOptions {
40+
interface AwsClientOptions {
4141
credentials: AwsCredentialIdentityProvider
4242
region: string | Provider<string>
4343
customUserAgent: UserAgent
@@ -46,7 +46,6 @@ interface AwsConfigOptions {
4646
endpoint: string
4747
retryStrategy: RetryStrategy | RetryStrategyV2
4848
}
49-
export type AwsClientOptions = AwsConfigOptions
5049

5150
export class AWSClientBuilderV3 {
5251
public constructor(private readonly context: AwsContext) {}

0 commit comments

Comments
 (0)