Skip to content

Commit 416d4eb

Browse files
committed
Run 'npm run update:api' command to update API.mds
1 parent dcaa3ae commit 416d4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-config/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ export type CustomClientConfig = {
627627
export const DEFAULT_CLIENT_CONFIG_VERSION: ClientConfigVersion;
628628

629629
// @public
630-
export const generateClientConfig: <T extends "1" | "1.1" | "1.2" | "1.3" | "0">(backendIdentifier: DeployedBackendIdentifier, version: T, awsClientProvider?: AWSClientProvider<{
630+
export const generateClientConfig: <T extends "1.3" | "1.2" | "1.1" | "1" | "0">(backendIdentifier: DeployedBackendIdentifier, version: T, awsClientProvider?: AWSClientProvider<{
631631
getS3Client: S3Client;
632632
getAmplifyClient: AmplifyClient;
633633
getCloudFormationClient: CloudFormationClient;

0 commit comments

Comments
 (0)