Skip to content

Commit

Permalink
Cleanups, remove stale items
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Oct 18, 2023
1 parent b6da563 commit 0bc6286
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions aws/sdk/sdk-external-types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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::*",
]

0 comments on commit 0bc6286

Please sign in to comment.