We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4880c16 commit 6dc2405Copy full SHA for 6dc2405
packages/core/src/shared/awsClientBuilderV3.ts
@@ -37,7 +37,7 @@ interface AwsClient {
37
}
38
39
40
-interface AwsConfigOptions {
+interface AwsClientOptions {
41
credentials: AwsCredentialIdentityProvider
42
region: string | Provider<string>
43
customUserAgent: UserAgent
@@ -46,7 +46,6 @@ interface AwsConfigOptions {
46
endpoint: string
47
retryStrategy: RetryStrategy | RetryStrategyV2
48
49
-export type AwsClientOptions = AwsConfigOptions
50
51
export class AWSClientBuilderV3 {
52
public constructor(private readonly context: AwsContext) {}
0 commit comments