Unverified Commit 4c4acc17 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Check external types in `aws-endpoint` (#1655)

parent b438686f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
allowed_external_types = [
    "aws_types::*",
    "aws_smithy_http::property_bag::PropertyBag",
    "aws_smithy_http::middleware::MapRequest",
]