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.
2 parents 9cd4afa + 6dc2405 commit 35d1b36Copy full SHA for 35d1b36
packages/core/src/shared/awsClientBuilderV3.ts
@@ -40,7 +40,7 @@ export interface AwsClient {
40
destroy: () => void
41
}
42
43
-interface AwsConfigOptions {
+interface AwsClientOptions {
44
credentials: AwsCredentialIdentityProvider
45
region: string | Provider<string>
46
customUserAgent: UserAgent
@@ -53,7 +53,6 @@ interface AwsConfigOptions {
53
endpoint: string
54
retryStrategy: RetryStrategy | RetryStrategyV2
55
56
-export type AwsClientOptions = AwsConfigOptions
57
58
export class AWSClientBuilderV3 {
59
public constructor(private readonly context: AwsContext) {}
0 commit comments