Skip to content

Commit 512b46e

Browse files
committed
chore: update ref to main
1 parent f1a3838 commit 512b46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface InvokeFunction<InputTypes extends object, OutputTypes extends Metadata
2424

2525
/**
2626
* A general interface for service clients, idempotent to browser or node clients
27-
* This type corresponds to SmithyClient(https://github.com/aws/aws-sdk-js-v3/blob/master/packages/smithy-client/src/client.ts).
27+
* This type corresponds to SmithyClient(https://github.com/aws/aws-sdk-js-v3/blob/main/packages/smithy-client/src/client.ts).
2828
* It's provided for using without importing the SmithyClient class.
2929
*/
3030
export interface Client<Input extends object, Output extends MetadataBearer, ResolvedClientConfiguration> {

0 commit comments

Comments
 (0)