File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ applies_to :
3+ - aws-sdk-rust
4+ - client
5+ authors :
6+ - joshtriplett
7+ breaking : false
8+ new_feature : true
9+ bug_fix : false
10+ ---
11+ Enable ` hints.mostly-unused = true ` for ` aws-sdk-lambda ` (taking a release
12+ build from 57s to 40s) and ` aws-sdk-rds ` (taking a release build from 1m34s to
13+ 49s).
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ val DECORATORS: List<ClientCodegenDecorator> =
117117 " com.amazonaws.cloudformation#CloudFormation" ,
118118 " com.amazonaws.dynamodb#DynamoDB_20120810" ,
119119 " com.amazonaws.ec2#AmazonEC2" ,
120+ " com.amazonaws.lambda#AWSGirApiService" ,
121+ " com.amazonaws.rds#AmazonRDSv19" ,
120122 " com.amazonaws.s3#AmazonS3" ,
121123 " com.amazonaws.sns#AmazonSimpleNotificationService" ,
122124 " com.amazonaws.sqs#AmazonSQS" ,
You can’t perform that action at this time.
0 commit comments