Skip to content

Commit 8aa8fbf

Browse files
committed
Rollback client-config API update
1 parent c6afbab commit 8aa8fbf

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

0 commit comments

Comments
 (0)