From 0bc628616752d697a72e2e365ea6021aed535b26 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 18 Oct 2023 13:25:39 -0400 Subject: [PATCH] Cleanups, remove stale items --- aws/sdk/sdk-external-types.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/aws/sdk/sdk-external-types.toml b/aws/sdk/sdk-external-types.toml index 63cfed61000..0c1b821eb0b 100644 --- a/aws/sdk/sdk-external-types.toml +++ b/aws/sdk/sdk-external-types.toml @@ -4,13 +4,15 @@ allowed_external_types = [ "aws_credential_types::*", "aws_types::*", "aws_smithy_runtime_api::*", - "aws_smithy_runtime::*", "aws_smithy_async::rt::sleep::*", "aws_smithy_async::time::*", "aws_smithy_async::future::pagination_stream::PaginationStream", # only allowed in from impl for presigned request "http::request::Request", + # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Once tooling permits it, only allow the following types in the `event-stream` feature + "aws_smithy_eventstream::*", + ### All below this line need to be fixed: # The following are not OK "aws_http::request_id::RequestId", # move to aws-types @@ -24,8 +26,4 @@ allowed_external_types = [ # Pending future fix "aws_smithy_http::event_stream::receiver::Receiver", - - - # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Once tooling permits it, only allow the following types in the `event-stream` feature - "aws_smithy_eventstream::*", ]