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 dcaa3ae commit 416d4ebCopy full SHA for 416d4eb
packages/client-config/API.md
@@ -627,7 +627,7 @@ export type CustomClientConfig = {
627
export const DEFAULT_CLIENT_CONFIG_VERSION: ClientConfigVersion;
628
629
// @public
630
-export const generateClientConfig: <T extends "1" | "1.1" | "1.2" | "1.3" | "0">(backendIdentifier: DeployedBackendIdentifier, version: T, awsClientProvider?: AWSClientProvider<{
+export const generateClientConfig: <T extends "1.3" | "1.2" | "1.1" | "1" | "0">(backendIdentifier: DeployedBackendIdentifier, version: T, awsClientProvider?: AWSClientProvider<{
631
getS3Client: S3Client;
632
getAmplifyClient: AmplifyClient;
633
getCloudFormationClient: CloudFormationClient;
0 commit comments