Client Test

Client Test

rev. 98036c661a3227e41769d0c184ee5386a362365a (ignoring whitespace)

Files changed:

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

@@ -337,337 +467,467 @@
  357    357   
 "pin-project-lite",
  358    358   
 "tokio",
  359    359   
]
  360    360   
  361    361   
[[package]]
  362    362   
name = "aws-smithy-cbor"
  363    363   
version = "0.61.6"
  364    364   
source = "registry+https://github.com/rust-lang/crates.io-index"
  365    365   
checksum = "9364e2fe90e1d5323a6ab452eda10cfebc00499a20c14e4e14a9f369b15422c6"
  366    366   
dependencies = [
  367         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         367  +
 "aws-smithy-types 1.4.7",
  368    368   
 "minicbor",
  369    369   
]
  370    370   
  371    371   
[[package]]
  372    372   
name = "aws-smithy-cbor"
  373    373   
version = "0.61.7"
  374    374   
dependencies = [
  375         -
 "aws-smithy-types 1.4.7",
         375  +
 "aws-smithy-types 1.4.8",
  376    376   
 "criterion",
  377    377   
 "minicbor",
  378    378   
]
  379    379   
  380    380   
[[package]]
  381    381   
name = "aws-smithy-checksums"
  382    382   
version = "0.64.7"
  383    383   
dependencies = [
  384    384   
 "aws-smithy-http 0.63.6",
  385         -
 "aws-smithy-types 1.4.7",
         385  +
 "aws-smithy-types 1.4.8",
  386    386   
 "bytes",
  387    387   
 "bytes-utils",
  388    388   
 "crc-fast",
  389    389   
 "hex",
  390    390   
 "http 1.4.0",
  391    391   
 "http-body 1.0.1",
  392    392   
 "http-body-util",
  393    393   
 "md-5 0.11.0",
  394    394   
 "pin-project-lite",
  395    395   
 "pretty_assertions",
  396    396   
 "sha1",
  397    397   
 "sha2",
  398    398   
 "tokio",
  399    399   
 "tracing",
  400    400   
 "tracing-test",
  401    401   
]
  402    402   
  403    403   
[[package]]
  404    404   
name = "aws-smithy-compression"
  405    405   
version = "0.1.6"
  406    406   
dependencies = [
  407    407   
 "aws-smithy-runtime-api 1.12.0",
  408    408   
 "aws-smithy-types 1.4.7",
  409    409   
 "bytes",
  410    410   
 "bytes-utils",
  411    411   
 "flate2",
  412    412   
 "futures-util",
  413    413   
 "http 1.4.0",
  414    414   
 "http-body 1.0.1",
  415    415   
 "http-body-util",
  416    416   
 "pin-project-lite",
  417    417   
 "pretty_assertions",
  418    418   
 "tokio",
  419    419   
 "tracing",
  420    420   
]
  421    421   
  422    422   
[[package]]
  423    423   
name = "aws-smithy-dns"
  424    424   
version = "0.1.12"
  425    425   
dependencies = [
  426    426   
 "aws-smithy-runtime-api 1.12.0",
  427    427   
 "criterion",
  428    428   
 "hickory-resolver",
  429    429   
 "tokio",
  430    430   
]
  431    431   
  432    432   
[[package]]
  433    433   
name = "aws-smithy-eventstream"
  434    434   
version = "0.60.20"
  435    435   
dependencies = [
  436    436   
 "arbitrary",
  437         -
 "aws-smithy-types 1.4.7",
         437  +
 "aws-smithy-types 1.4.8",
  438    438   
 "bytes",
  439    439   
 "bytes-utils",
  440    440   
 "crc32fast",
  441    441   
 "criterion",
  442    442   
 "derive_arbitrary",
  443    443   
 "jemallocator",
  444    444   
 "mimalloc",
  445    445   
]
  446    446   
  447    447   
[[package]]
@@ -612,612 +717,717 @@
  632    632   
 "syn 2.0.117",
  633    633   
]
  634    634   
  635    635   
[[package]]
  636    636   
name = "aws-smithy-http-server-python"
  637    637   
version = "0.67.1"
  638    638   
dependencies = [
  639    639   
 "aws-smithy-http 0.63.6",
  640    640   
 "aws-smithy-json 0.62.5",
  641    641   
 "aws-smithy-legacy-http-server",
  642         -
 "aws-smithy-types 1.4.7",
         642  +
 "aws-smithy-types 1.4.8",
  643    643   
 "aws-smithy-xml 0.60.15",
  644    644   
 "bytes",
  645    645   
 "futures",
  646    646   
 "futures-util",
  647    647   
 "http 0.2.12",
  648    648   
 "hyper 0.14.32",
  649    649   
 "hyper-rustls 0.24.2",
  650    650   
 "lambda_http 0.8.4",
  651    651   
 "num_cpus",
  652    652   
 "parking_lot",
  653    653   
 "pin-project-lite",
  654    654   
 "pretty_assertions",
  655    655   
 "pyo3",
  656    656   
 "pyo3-asyncio",
  657    657   
 "rcgen",
  658    658   
 "rustls-pemfile 1.0.4",
  659    659   
 "signal-hook",
  660    660   
 "socket2 0.5.10",
  661    661   
 "thiserror 2.0.18",
  662    662   
 "tls-listener",
  663    663   
 "tokio",
  664    664   
 "tokio-rustls 0.24.1",
  665    665   
 "tokio-stream",
  666    666   
 "tokio-test",
  667    667   
 "tower 0.4.13",
  668    668   
 "tower-test",
  669    669   
 "tracing",
  670    670   
 "tracing-appender",
  671    671   
 "tracing-subscriber",
  672    672   
]
  673    673   
  674    674   
[[package]]
  675    675   
name = "aws-smithy-json"
  676    676   
version = "0.61.9"
  677    677   
source = "registry+https://github.com/rust-lang/crates.io-index"
  678    678   
checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
  679    679   
dependencies = [
  680         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         680  +
 "aws-smithy-types 1.4.7",
  681    681   
]
  682    682   
  683    683   
[[package]]
  684    684   
name = "aws-smithy-json"
  685    685   
version = "0.62.5"
  686    686   
dependencies = [
  687         -
 "aws-smithy-types 1.4.7",
         687  +
 "aws-smithy-types 1.4.8",
  688    688   
 "proptest",
  689    689   
 "serde_json",
  690    690   
]
  691    691   
  692    692   
[[package]]
  693    693   
name = "aws-smithy-legacy-http"
  694    694   
version = "0.62.14"
  695    695   
dependencies = [
  696    696   
 "async-stream",
  697    697   
 "aws-smithy-eventstream",
@@ -775,775 +835,835 @@
  795    795   
 "regex-lite",
  796    796   
 "roxmltree",
  797    797   
 "serde_json",
  798    798   
 "thiserror 2.0.18",
  799    799   
]
  800    800   
  801    801   
[[package]]
  802    802   
name = "aws-smithy-query"
  803    803   
version = "0.60.15"
  804    804   
dependencies = [
  805         -
 "aws-smithy-types 1.4.7",
         805  +
 "aws-smithy-types 1.4.8",
  806    806   
 "urlencoding",
  807    807   
]
  808    808   
  809    809   
[[package]]
  810    810   
name = "aws-smithy-runtime"
  811    811   
version = "1.11.1"
  812    812   
dependencies = [
  813    813   
 "approx",
  814    814   
 "aws-smithy-async 1.2.14",
  815    815   
 "aws-smithy-http 0.63.6",
@@ -853,853 +976,976 @@
  873    873   
version = "1.0.0"
  874    874   
dependencies = [
  875    875   
 "proc-macro2",
  876    876   
 "quote",
  877    877   
 "syn 2.0.117",
  878    878   
]
  879    879   
  880    880   
[[package]]
  881    881   
name = "aws-smithy-types"
  882    882   
version = "1.4.7"
         883  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         884  +
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
  883    885   
dependencies = [
  884         -
 "base64 0.13.1",
  885    886   
 "base64-simd",
  886    887   
 "bytes",
  887    888   
 "bytes-utils",
  888         -
 "ciborium",
  889         -
 "criterion",
  890    889   
 "futures-core",
  891    890   
 "http 0.2.12",
  892    891   
 "http 1.4.0",
  893    892   
 "http-body 0.4.6",
  894    893   
 "http-body 1.0.1",
  895    894   
 "http-body-util",
  896    895   
 "hyper 0.14.32",
  897    896   
 "itoa",
  898         -
 "lazy_static",
  899    897   
 "num-integer",
  900    898   
 "pin-project-lite",
  901    899   
 "pin-utils",
  902         -
 "proptest",
  903         -
 "rand 0.8.5",
  904    900   
 "ryu",
  905    901   
 "serde",
  906         -
 "serde_json",
  907         -
 "tempfile",
  908    902   
 "time",
  909    903   
 "tokio",
  910         -
 "tokio-stream",
  911    904   
 "tokio-util",
  912    905   
]
  913    906   
  914    907   
[[package]]
  915    908   
name = "aws-smithy-types"
  916         -
version = "1.4.7"
  917         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  918         -
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
         909  +
version = "1.4.8"
  919    910   
dependencies = [
         911  +
 "base64 0.13.1",
  920    912   
 "base64-simd",
  921    913   
 "bytes",
  922    914   
 "bytes-utils",
         915  +
 "ciborium",
         916  +
 "criterion",
  923    917   
 "futures-core",
  924    918   
 "http 0.2.12",
  925    919   
 "http 1.4.0",
  926    920   
 "http-body 0.4.6",
  927    921   
 "http-body 1.0.1",
  928    922   
 "http-body-util",
  929    923   
 "hyper 0.14.32",
  930    924   
 "itoa",
         925  +
 "lazy_static",
  931    926   
 "num-integer",
  932    927   
 "pin-project-lite",
  933    928   
 "pin-utils",
         929  +
 "proptest",
         930  +
 "rand 0.8.5",
  934    931   
 "ryu",
  935    932   
 "serde",
         933  +
 "serde_json",
         934  +
 "tempfile",
  936    935   
 "time",
  937    936   
 "tokio",
         937  +
 "tokio-stream",
  938    938   
 "tokio-util",
  939    939   
]
  940    940   
  941    941   
[[package]]
  942    942   
name = "aws-smithy-types-convert"
  943    943   
version = "0.60.14"
  944    944   
dependencies = [
  945    945   
 "aws-smithy-async 1.2.14",
  946         -
 "aws-smithy-types 1.4.7",
         946  +
 "aws-smithy-types 1.4.8",
  947    947   
 "chrono",
  948    948   
 "futures-core",
  949    949   
 "time",
  950    950   
]
  951    951   
  952    952   
[[package]]
  953    953   
name = "aws-smithy-wasm"
  954    954   
version = "0.1.11"
  955    955   
dependencies = [
  956    956   
 "aws-smithy-async 1.2.14",