Skip to content

Commit

Permalink
Update serviceId for DSQL codegen decorator target
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames committed Dec 4, 2024
1 parent 039177d commit 95d695e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ val DECORATORS: List<ClientCodegenDecorator> =
RetryClassifierDecorator().applyExceptFor("com.amazonaws.s3#AmazonS3"),
// Service specific decorators
ApiGatewayDecorator().onlyApplyTo("com.amazonaws.apigateway#BackplaneControlService"),
DsqlDecorator().onlyApplyTo("com.amazonaws.dsql#AxdbFrontend"),
DsqlDecorator().onlyApplyTo("com.amazonaws.dsql#DSQL"),
Ec2Decorator().onlyApplyTo("com.amazonaws.ec2#AmazonEC2"),
GlacierDecorator().onlyApplyTo("com.amazonaws.glacier#Glacier"),
LambdaDecorator().onlyApplyTo("com.amazonaws.lambda#AWSGirApiService"),
Expand Down

0 comments on commit 95d695e

Please sign in to comment.