Client Test

Client Test

rev. ba98f30b52e51c6e715b0ae469e7a2e988c27d9a

Files changed:

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

@@ -303,303 +363,363 @@
  323    323   
name = "aws-smithy-cbor"
  324    324   
version = "0.61.1"
  325    325   
dependencies = [
  326    326   
 "aws-smithy-types",
  327    327   
 "criterion",
  328    328   
 "minicbor",
  329    329   
]
  330    330   
  331    331   
[[package]]
  332    332   
name = "aws-smithy-checksums"
  333         -
version = "0.63.6"
         333  +
version = "0.63.5"
  334    334   
dependencies = [
  335    335   
 "aws-smithy-http",
  336    336   
 "aws-smithy-types",
  337    337   
 "bytes",
  338    338   
 "bytes-utils",
  339    339   
 "crc-fast",
  340    340   
 "hex",
  341    341   
 "http 0.2.12",
  342    342   
 "http-body 0.4.6",
  343    343   
 "md-5",
@@ -587,587 +675,675 @@
  607    607   
[[package]]
  608    608   
name = "aws-smithy-query"
  609    609   
version = "0.60.7"
  610    610   
dependencies = [
  611    611   
 "aws-smithy-types",
  612    612   
 "urlencoding",
  613    613   
]
  614    614   
  615    615   
[[package]]
  616    616   
name = "aws-smithy-runtime"
  617         -
version = "1.8.6"
         617  +
version = "1.8.5"
  618    618   
dependencies = [
  619    619   
 "approx",
  620    620   
 "aws-smithy-async",
  621    621   
 "aws-smithy-http",
  622    622   
 "aws-smithy-http-client",
  623    623   
 "aws-smithy-observability",
  624    624   
 "aws-smithy-runtime-api",
  625    625   
 "aws-smithy-types",
  626    626   
 "bytes",
  627    627   
 "fastrand",
  628    628   
 "futures-util",
  629    629   
 "http 0.2.12",
  630    630   
 "http 1.3.1",
  631    631   
 "http-body 0.4.6",
  632    632   
 "http-body 1.0.1",
  633    633   
 "hyper 0.14.32",
  634    634   
 "pin-project-lite",
  635    635   
 "pin-utils",
  636    636   
 "pretty_assertions",
  637    637   
 "tokio",
  638    638   
 "tracing",
  639    639   
 "tracing-subscriber",
  640    640   
 "tracing-test",
  641    641   
]
  642    642   
  643    643   
[[package]]
  644    644   
name = "aws-smithy-runtime-api"
  645         -
version = "1.8.7"
         645  +
version = "1.8.5"
  646    646   
dependencies = [
  647    647   
 "aws-smithy-async",
  648    648   
 "aws-smithy-types",
  649    649   
 "bytes",
  650    650   
 "http 0.2.12",
  651    651   
 "http 1.3.1",
  652    652   
 "pin-project-lite",
  653    653   
 "proptest",
  654    654   
 "tokio",
  655    655   
 "tracing",