Client Test

Client Test

rev. b36a07b8cfa16ef4ba61db072fb02c464036fb43

Files changed:

tmp-codegen-diff/codegen-client-test/Cargo.lock

@@ -388,388 +447,456 @@
  408    408   
 "http 1.2.0",
  409    409   
 "http-body 0.4.6",
  410    410   
 "http-body 1.0.1",
  411    411   
 "http-body-util",
  412    412   
 "pin-project-lite",
  413    413   
 "pretty_assertions",
  414    414   
 "tokio",
  415    415   
 "tracing",
  416    416   
]
  417    417   
         418  +
[[package]]
         419  +
name = "aws-smithy-default-tls"
         420  +
version = "0.1.0"
         421  +
dependencies = [
         422  +
 "aws-smithy-http-client",
         423  +
 "aws-smithy-runtime-api 1.7.4",
         424  +
 "tracing",
         425  +
]
         426  +
  418    427   
[[package]]
  419    428   
name = "aws-smithy-eventstream"
  420    429   
version = "0.60.6"
  421    430   
source = "registry+https://github.com/rust-lang/crates.io-index"
  422    431   
checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
  423    432   
dependencies = [
  424    433   
 "aws-smithy-types 1.2.12",
  425    434   
 "bytes",
  426    435   
 "crc32fast",
  427    436   
]
@@ -683,692 +742,752 @@
  703    712   
 "tracing",
  704    713   
 "tracing-subscriber",
  705    714   
]
  706    715   
  707    716   
[[package]]
  708    717   
name = "aws-smithy-runtime"
  709    718   
version = "1.8.0"
  710    719   
dependencies = [
  711    720   
 "approx",
  712    721   
 "aws-smithy-async 1.2.5",
         722  +
 "aws-smithy-default-tls",
  713    723   
 "aws-smithy-http 0.62.0",
  714    724   
 "aws-smithy-http-client",
  715    725   
 "aws-smithy-runtime-api 1.7.4",
  716    726   
 "aws-smithy-types 1.3.0",
  717    727   
 "bytes",
  718    728   
 "fastrand",
  719    729   
 "futures-util",
  720    730   
 "http 0.2.12",
  721    731   
 "http 1.2.0",
  722    732   
 "http-body 0.4.6",