From 4c4acc17c9a0c699b6821b3f7b78d6a8e5998230 Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Tue, 23 Aug 2022 15:56:31 -0700 Subject: [PATCH] Check external types in `aws-endpoint` (#1655) --- aws/rust-runtime/aws-endpoint/external-types.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aws/rust-runtime/aws-endpoint/external-types.toml diff --git a/aws/rust-runtime/aws-endpoint/external-types.toml b/aws/rust-runtime/aws-endpoint/external-types.toml new file mode 100644 index 000000000..a121d9e12 --- /dev/null +++ b/aws/rust-runtime/aws-endpoint/external-types.toml @@ -0,0 +1,5 @@ +allowed_external_types = [ + "aws_types::*", + "aws_smithy_http::property_bag::PropertyBag", + "aws_smithy_http::middleware::MapRequest", +] -- GitLab