Skip to content

Commit 208ca79

Browse files
Merge smithy-rs-release-1.x.y into main (#3933)
2 parents f61784d + 0859fba commit 208ca79

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)