Skip to content

Commit 39e3b6f

Browse files
authored
Remove elastictranscoder customization (#6645)
Elastic Transcoder removed from the SDK in 6546da0.
1 parent a1a47d0 commit 39e3b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/internal/DocumentationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class DocumentationUtils {
5050
//TODO probably should move this to a custom config in each service
5151
private static final Set<String> SERVICES_EXCLUDED_FROM_CROSS_LINKING = new HashSet<>(Arrays.asList(
5252
"apigateway", "budgets", "cloudsearch", "cloudsearchdomain",
53-
"discovery", "elastictranscoder", "es", "glacier",
53+
"discovery", "es", "glacier",
5454
"iot", "data.iot", "machinelearning", "rekognition", "s3", "sdb", "swf"
5555
));
5656
private static final Pattern COMMENT_DELIMITER = Pattern.compile("\\*\\/");

0 commit comments

Comments
 (0)