Variable: GatewayRequestAwsServiceRoleAuthConfigSchema
const GatewayRequestAwsServiceRoleAuthConfigSchema: z.ZodType<{
aws_auth_type: "serviceRole";
aws_region?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:1559
SCM AwsServiceRoleAuthConfig; stable request fields are strict; extension maps accept finite JSON.