codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/restxml/AWSHttpProtocolRestXMLCustomizations.kt (2 lines): - line 19: // TODO: Subject to change when we figure out which strategy to use for XML - line 20: // TODO: Subject to change if Foundation dependency is removed AWSClientRuntime/Sources/Middlewares/EndpointResolverMiddleware.swift (2 lines): - line 5: // TODO: this struct is unfinished. proper endpoint resolving will need to be added futuristically - line 59: // TODO: investigate if this header should be the same host value as the actual host and where this header should be set AWSClientRuntime/Sources/Http/AWSUserAgentMetadata.swift (1 line): - line 29: // TODO: add feat-metadata, config-metadata, and appId AWSClientRuntime/Sources/Middlewares/RetryerMiddleware.swift (1 line): - line 63: // TODO: rewind the stream once streaming is properly implemented codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/customization/sts/DisabledAuth.kt (1 line): - line 19: // TODO: If or when the service team adds this trait to their model, we can remove this customization codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/awsjson/AWSJsonHttpResponseBindingErrorGenerator.kt (1 line): - line 19: * TODO: The code below is not valid for AWS Json 1.0/1.1. AWSClientRuntime/Sources/IMDS/IMDSConfig.swift (1 line): - line 10: // TODO: support more config options that are required to be supported when the CRT adds the ability to pass them down. AWSClientRuntime/Sources/Regions/ProfileRegionResolver.swift (1 line): - line 23: // TODO: expose these config fields up to the sdk so customer can override path and profile name codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/awsquery/AwsQueryProtocolGenerator.kt (1 line): - line 33: // TODO: Rename defaultContentType to differentiate between request & response TestLambdaSdk/Package.swift (1 line): - line 16: //FIXME change this path to be non-localized codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/PresignerGenerator.kt (1 line): - line 27: // TODO ~ Implementation of embedded presigned URLs is TBD codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/customization/InputTypeGETQueryItemMiddleware.kt (1 line): - line 34: // TODO: We should support all types in our presignable operations codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/AWSHttpProtocolCustomizations.kt (1 line): - line 24: // FIXME handle indentation properly or do swift formatting after the fact AWSClientRuntime/Sources/Regions/DefaultRegionResolver.swift (1 line): - line 26: // TODO: Verify that this does not block calling thread. If it does, we need to solve this similar to the way we solve this for the credentials provider