Skip to content

Commit cc934c0

Browse files
authored
Update serviceId for DSQL codegen decorator target (#3930)
2 parents 2922940 + 26dbaf8 commit cc934c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ val DECORATORS: List<ClientCodegenDecorator> =
7676
RetryClassifierDecorator().applyExceptFor("com.amazonaws.s3#AmazonS3"),
7777
// Service specific decorators
7878
ApiGatewayDecorator().onlyApplyTo("com.amazonaws.apigateway#BackplaneControlService"),
79-
DsqlDecorator().onlyApplyTo("com.amazonaws.dsql#AxdbFrontend"),
79+
DsqlDecorator().onlyApplyTo("com.amazonaws.dsql#DSQL"),
8080
Ec2Decorator().onlyApplyTo("com.amazonaws.ec2#AmazonEC2"),
8181
GlacierDecorator().onlyApplyTo("com.amazonaws.glacier#Glacier"),
8282
LambdaDecorator().onlyApplyTo("com.amazonaws.lambda#AWSGirApiService"),

0 commit comments

Comments
 (0)