Client Test

Client Test

rev. f8d13a6a02b3f39647c7cd888916368722759a0a

Files changed:

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

@@ -238,238 +735,735 @@
  258    258   
]
  259    259   
  260    260   
[[package]]
  261    261   
name = "autocfg"
  262    262   
version = "1.5.0"
  263    263   
source = "registry+https://github.com/rust-lang/crates.io-index"
  264    264   
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
  265    265   
  266    266   
[[package]]
  267    267   
name = "aws-lc-fips-sys"
  268         -
version = "0.13.10"
         268  +
version = "0.13.9"
  269    269   
source = "registry+https://github.com/rust-lang/crates.io-index"
  270         -
checksum = "57900537c00a0565a35b63c4c281b372edfc9744b072fd4a3b414350a8f5ed48"
         270  +
checksum = "ede71ad84efb06d748d9af3bc500b14957a96282a69a6833b1420dcacb411cc3"
  271    271   
dependencies = [
  272    272   
 "bindgen",
  273    273   
 "cc",
  274    274   
 "cmake",
  275    275   
 "dunce",
  276    276   
 "fs_extra",
  277    277   
 "regex",
  278    278   
]
  279    279   
  280    280   
[[package]]
  281    281   
name = "aws-lc-rs"
  282         -
version = "1.15.0"
         282  +
version = "1.14.1"
  283    283   
source = "registry+https://github.com/rust-lang/crates.io-index"
  284         -
checksum = "5932a7d9d28b0d2ea34c6b3779d35e3dd6f6345317c34e73438c4f1f29144151"
         284  +
checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
  285    285   
dependencies = [
  286    286   
 "aws-lc-fips-sys",
  287    287   
 "aws-lc-sys",
  288    288   
 "untrusted 0.7.1",
  289    289   
 "zeroize",
  290    290   
]
  291    291   
  292    292   
[[package]]
  293    293   
name = "aws-lc-sys"
  294         -
version = "0.33.0"
         294  +
version = "0.32.3"
  295    295   
source = "registry+https://github.com/rust-lang/crates.io-index"
  296         -
checksum = "1826f2e4cfc2cd19ee53c42fbf68e2f81ec21108e0b7ecf6a71cf062137360fc"
         296  +
checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
  297    297   
dependencies = [
  298    298   
 "bindgen",
  299    299   
 "cc",
  300    300   
 "cmake",
  301    301   
 "dunce",
  302    302   
 "fs_extra",
  303    303   
]
  304    304   
  305    305   
[[package]]
  306    306   
name = "aws-smithy-async"
  307         -
version = "1.2.7"
         307  +
version = "1.2.6"
  308    308   
dependencies = [
  309    309   
 "futures-util",
  310    310   
 "pin-project-lite",
  311    311   
 "pin-utils",
  312    312   
 "tokio",
  313    313   
 "tokio-test",
  314    314   
]
  315    315   
  316    316   
[[package]]
  317    317   
name = "aws-smithy-cbor"
  318         -
version = "0.61.4"
         318  +
version = "0.61.3"
  319    319   
dependencies = [
  320    320   
 "aws-smithy-types",
  321    321   
 "criterion",
  322    322   
 "minicbor",
  323    323   
]
  324    324   
  325    325   
[[package]]
  326    326   
name = "aws-smithy-checksums"
  327         -
version = "0.63.12"
         327  +
version = "0.63.11"
  328    328   
dependencies = [
  329    329   
 "aws-smithy-http",
  330    330   
 "aws-smithy-types",
  331    331   
 "bytes",
  332    332   
 "bytes-utils",
  333    333   
 "crc-fast",
  334    334   
 "hex",
  335    335   
 "http 0.2.12",
  336    336   
 "http-body 0.4.6",
  337    337   
 "md-5",
  338    338   
 "pin-project-lite",
  339    339   
 "pretty_assertions",
  340    340   
 "sha1",
  341    341   
 "sha2",
  342    342   
 "tokio",
  343    343   
 "tracing",
  344    344   
 "tracing-test",
  345    345   
]
  346    346   
  347    347   
[[package]]
  348    348   
name = "aws-smithy-compression"
  349         -
version = "0.0.7"
         349  +
version = "0.0.6"
  350    350   
dependencies = [
  351    351   
 "aws-smithy-runtime-api",
  352    352   
 "aws-smithy-types",
  353    353   
 "bytes",
  354    354   
 "bytes-utils",
  355    355   
 "flate2",
  356    356   
 "futures-util",
  357    357   
 "http 0.2.12",
  358    358   
 "http 1.3.1",
  359    359   
 "http-body 0.4.6",
  360    360   
 "http-body 1.0.1",
  361    361   
 "http-body-util",
  362    362   
 "pin-project-lite",
  363    363   
 "pretty_assertions",
  364    364   
 "tokio",
  365    365   
 "tracing",
  366    366   
]
  367    367   
  368    368   
[[package]]
  369    369   
name = "aws-smithy-dns"
  370         -
version = "0.1.5"
         370  +
version = "0.1.4"
  371    371   
dependencies = [
  372    372   
 "aws-smithy-runtime-api",
  373    373   
 "criterion",
  374    374   
 "hickory-resolver",
  375    375   
 "tokio",
  376    376   
]
  377    377   
  378    378   
[[package]]
  379    379   
name = "aws-smithy-eventstream"
  380         -
version = "0.60.14"
         380  +
version = "0.60.13"
  381    381   
dependencies = [
  382    382   
 "arbitrary",
  383    383   
 "aws-smithy-types",
  384    384   
 "bytes",
  385    385   
 "bytes-utils",
  386    386   
 "crc32fast",
  387    387   
 "criterion",
  388    388   
 "derive_arbitrary",
  389    389   
 "jemallocator",
  390    390   
 "mimalloc",
  391    391   
]
  392    392   
  393    393   
[[package]]
  394    394   
name = "aws-smithy-experimental"
  395         -
version = "0.2.2"
         395  +
version = "0.2.1"
  396    396   
  397    397   
[[package]]
  398    398   
name = "aws-smithy-http"
  399         -
version = "0.62.6"
         399  +
version = "0.62.5"
  400    400   
dependencies = [
  401    401   
 "async-stream",
  402    402   
 "aws-smithy-eventstream",
  403    403   
 "aws-smithy-runtime-api",
  404    404   
 "aws-smithy-types",
  405    405   
 "bytes",
  406    406   
 "bytes-utils",
  407    407   
 "futures-core",
  408    408   
 "futures-util",
  409    409   
 "http 0.2.12",
  410    410   
 "http 1.3.1",
  411    411   
 "http-body 0.4.6",
  412    412   
 "hyper 0.14.32",
  413    413   
 "percent-encoding",
  414    414   
 "pin-project-lite",
  415    415   
 "pin-utils",
  416    416   
 "proptest",
  417    417   
 "tokio",
  418    418   
 "tracing",
  419    419   
]
  420    420   
  421    421   
[[package]]
  422    422   
name = "aws-smithy-http-client"
  423         -
version = "1.1.5"
         423  +
version = "1.1.4"
  424    424   
dependencies = [
  425    425   
 "aws-smithy-async",
  426    426   
 "aws-smithy-protocol-test",
  427    427   
 "aws-smithy-runtime-api",
  428    428   
 "aws-smithy-types",
  429    429   
 "base64 0.22.1",
  430    430   
 "bytes",
  431    431   
 "h2 0.3.27",
  432    432   
 "h2 0.4.12",
  433    433   
 "http 0.2.12",
  434    434   
 "http 1.3.1",
  435    435   
 "http-body 0.4.6",
  436    436   
 "http-body 1.0.1",
  437    437   
 "http-body-util",
  438    438   
 "hyper 0.14.32",
  439         -
 "hyper 1.8.1",
         439  +
 "hyper 1.8.0",
  440    440   
 "hyper-rustls 0.24.2",
  441    441   
 "hyper-rustls 0.27.7",
  442    442   
 "hyper-util",
  443    443   
 "indexmap 2.12.0",
  444    444   
 "pin-project-lite",
  445    445   
 "rustls 0.21.12",
  446    446   
 "rustls 0.23.35",
  447    447   
 "rustls-native-certs 0.8.2",
  448    448   
 "rustls-pemfile 2.2.0",
  449    449   
 "rustls-pki-types",
  450    450   
 "s2n-tls",
  451    451   
 "s2n-tls-hyper",
  452    452   
 "s2n-tls-tokio",
  453    453   
 "serde",
  454    454   
 "serde_json",
  455    455   
 "serial_test",
  456    456   
 "tokio",
  457    457   
 "tokio-rustls 0.26.4",
  458    458   
 "tower 0.5.2",
  459    459   
 "tracing",
  460    460   
]
  461    461   
  462    462   
[[package]]
  463    463   
name = "aws-smithy-http-server"
  464         -
version = "0.65.10"
         464  +
version = "0.65.9"
  465    465   
dependencies = [
  466    466   
 "aws-smithy-cbor",
  467    467   
 "aws-smithy-http",
  468    468   
 "aws-smithy-json",
  469    469   
 "aws-smithy-runtime-api",
  470    470   
 "aws-smithy-types",
  471    471   
 "aws-smithy-xml",
  472    472   
 "bytes",
  473    473   
 "futures-util",
  474    474   
 "http 0.2.12",
  475    475   
 "http-body 0.4.6",
  476    476   
 "hyper 0.14.32",
  477    477   
 "lambda_http",
  478    478   
 "mime",
  479    479   
 "nom",
  480    480   
 "pin-project-lite",
  481    481   
 "pretty_assertions",
  482    482   
 "regex",
  483    483   
 "serde_urlencoded",
  484    484   
 "thiserror 2.0.17",
  485    485   
 "tokio",
  486    486   
 "tower 0.4.13",
  487    487   
 "tower-http",
  488    488   
 "tracing",
  489    489   
 "uuid",
  490    490   
]
  491    491   
  492    492   
[[package]]
  493    493   
name = "aws-smithy-http-server-python"
  494         -
version = "0.66.6"
         494  +
version = "0.66.5"
  495    495   
dependencies = [
  496    496   
 "aws-smithy-http",
  497    497   
 "aws-smithy-http-server",
  498    498   
 "aws-smithy-json",
  499    499   
 "aws-smithy-types",
  500    500   
 "aws-smithy-xml",
  501    501   
 "bytes",
  502    502   
 "futures",
  503    503   
 "futures-util",
  504    504   
 "http 0.2.12",
  505    505   
 "hyper 0.14.32",
  506    506   
 "hyper-rustls 0.24.2",
  507    507   
 "lambda_http",
  508    508   
 "num_cpus",
  509    509   
 "parking_lot",
  510    510   
 "pin-project-lite",
  511    511   
 "pretty_assertions",
  512    512   
 "pyo3",
  513    513   
 "pyo3-asyncio",
  514    514   
 "rcgen",
  515    515   
 "rustls-pemfile 1.0.4",
  516    516   
 "signal-hook",
  517    517   
 "socket2 0.5.10",
  518    518   
 "thiserror 2.0.17",
  519    519   
 "tls-listener",
  520    520   
 "tokio",
  521    521   
 "tokio-rustls 0.24.1",
  522    522   
 "tokio-stream",
  523    523   
 "tokio-test",
  524    524   
 "tower 0.4.13",
  525    525   
 "tower-test",
  526    526   
 "tracing",
  527    527   
 "tracing-appender",
  528    528   
 "tracing-subscriber",
  529    529   
]
  530    530   
  531    531   
[[package]]
  532    532   
name = "aws-smithy-json"
  533         -
version = "0.61.8"
         533  +
version = "0.61.7"
  534    534   
dependencies = [
  535    535   
 "aws-smithy-types",
  536    536   
 "proptest",
  537    537   
 "serde_json",
  538    538   
]
  539    539   
  540    540   
[[package]]
  541    541   
name = "aws-smithy-mocks"
  542         -
version = "0.2.2"
         542  +
version = "0.2.1"
  543    543   
dependencies = [
  544    544   
 "aws-smithy-async",
  545    545   
 "aws-smithy-http-client",
  546    546   
 "aws-smithy-runtime",
  547    547   
 "aws-smithy-runtime-api",
  548    548   
 "aws-smithy-types",
  549    549   
 "http 1.3.1",
  550    550   
 "tokio",
  551    551   
]
  552    552   
  553    553   
[[package]]
  554    554   
name = "aws-smithy-observability"
  555         -
version = "0.1.5"
         555  +
version = "0.1.4"
  556    556   
dependencies = [
  557    557   
 "aws-smithy-runtime-api",
  558    558   
 "serial_test",
  559    559   
]
  560    560   
  561    561   
[[package]]
  562    562   
name = "aws-smithy-observability-otel"
  563         -
version = "0.1.3"
         563  +
version = "0.1.2"
  564    564   
dependencies = [
  565    565   
 "async-global-executor",
  566    566   
 "async-task",
  567    567   
 "aws-smithy-observability",
  568    568   
 "criterion",
  569    569   
 "opentelemetry",
  570    570   
 "opentelemetry_sdk",
  571    571   
 "stats_alloc",
  572    572   
 "tokio",
  573    573   
 "value-bag",
  574    574   
]
  575    575   
  576    576   
[[package]]
  577    577   
name = "aws-smithy-protocol-test"
  578         -
version = "0.63.7"
         578  +
version = "0.63.6"
  579    579   
dependencies = [
  580    580   
 "assert-json-diff",
  581    581   
 "aws-smithy-runtime-api",
  582    582   
 "base64-simd",
  583    583   
 "cbor-diag",
  584    584   
 "ciborium",
  585    585   
 "http 0.2.12",
  586    586   
 "pretty_assertions",
  587    587   
 "regex-lite",
  588    588   
 "roxmltree",
  589    589   
 "serde_json",
  590    590   
 "thiserror 2.0.17",
  591    591   
]
  592    592   
  593    593   
[[package]]
  594    594   
name = "aws-smithy-query"
  595         -
version = "0.60.9"
         595  +
version = "0.60.8"
  596    596   
dependencies = [
  597    597   
 "aws-smithy-types",
  598    598   
 "urlencoding",
  599    599   
]
  600    600   
  601    601   
[[package]]
  602    602   
name = "aws-smithy-runtime"
  603    603   
version = "1.9.5"
  604    604   
dependencies = [
  605    605   
 "approx",
  606    606   
 "aws-smithy-async",
  607    607   
 "aws-smithy-http",
  608    608   
 "aws-smithy-http-client",
  609    609   
 "aws-smithy-observability",
  610    610   
 "aws-smithy-runtime-api",
  611    611   
 "aws-smithy-types",
  612    612   
 "bytes",
  613    613   
 "fastrand",
  614    614   
 "futures-util",
  615    615   
 "http 0.2.12",
  616    616   
 "http 1.3.1",
  617    617   
 "http-body 0.4.6",
  618    618   
 "http-body 1.0.1",
  619    619   
 "hyper 0.14.32",
  620    620   
 "pin-project-lite",
  621    621   
 "pin-utils",
  622    622   
 "pretty_assertions",
  623    623   
 "tokio",
  624    624   
 "tracing",
  625    625   
 "tracing-subscriber",
  626    626   
 "tracing-test",
  627    627   
]
  628    628   
  629    629   
[[package]]
  630    630   
name = "aws-smithy-runtime-api"
  631         -
version = "1.9.3"
         631  +
version = "1.9.2"
  632    632   
dependencies = [
  633    633   
 "aws-smithy-async",
  634    634   
 "aws-smithy-types",
  635    635   
 "bytes",
  636    636   
 "http 0.2.12",
  637    637   
 "http 1.3.1",
  638    638   
 "pin-project-lite",
  639    639   
 "proptest",
  640    640   
 "tokio",
  641    641   
 "tracing",
  642    642   
 "zeroize",
  643    643   
]
  644    644   
  645    645   
[[package]]
  646    646   
name = "aws-smithy-types"
  647         -
version = "1.3.5"
         647  +
version = "1.3.4"
  648    648   
dependencies = [
  649    649   
 "base64 0.13.1",
  650    650   
 "base64-simd",
  651    651   
 "bytes",
  652    652   
 "bytes-utils",
  653    653   
 "ciborium",
  654    654   
 "criterion",
  655    655   
 "futures-core",
  656    656   
 "http 0.2.12",
  657    657   
 "http 1.3.1",
  658    658   
 "http-body 0.4.6",
  659    659   
 "http-body 1.0.1",
  660    660   
 "http-body-util",
  661    661   
 "hyper 0.14.32",
  662    662   
 "itoa",
  663    663   
 "lazy_static",
  664    664   
 "num-integer",
  665    665   
 "pin-project-lite",
  666    666   
 "pin-utils",
  667    667   
 "proptest",
  668    668   
 "rand 0.8.5",
  669    669   
 "ryu",
  670    670   
 "serde",
  671    671   
 "serde_json",
  672    672   
 "tempfile",
  673    673   
 "time",
  674    674   
 "tokio",
  675    675   
 "tokio-stream",
  676    676   
 "tokio-util",
  677    677   
]
  678    678   
  679    679   
[[package]]
  680    680   
name = "aws-smithy-types-convert"
  681         -
version = "0.60.11"
         681  +
version = "0.60.10"
  682    682   
dependencies = [
  683    683   
 "aws-smithy-async",
  684    684   
 "aws-smithy-types",
  685    685   
 "chrono",
  686    686   
 "futures-core",
  687    687   
 "time",
  688    688   
]
  689    689   
  690    690   
[[package]]
  691    691   
name = "aws-smithy-wasm"
  692         -
version = "0.1.6"
         692  +
version = "0.1.5"
  693    693   
dependencies = [
  694    694   
 "aws-smithy-http",
  695    695   
 "aws-smithy-runtime-api",
  696    696   
 "aws-smithy-types",
  697    697   
 "bytes",
  698    698   
 "http 1.3.1",
  699    699   
 "tracing",
  700    700   
 "wasi 0.12.1+wasi-0.2.0",
  701    701   
]
  702    702   
  703    703   
[[package]]
  704    704   
name = "aws-smithy-xml"
  705         -
version = "0.60.13"
         705  +
version = "0.60.12"
  706    706   
dependencies = [
  707    707   
 "aws-smithy-protocol-test",
  708    708   
 "base64 0.13.1",
  709    709   
 "proptest",
  710    710   
 "xmlparser",
  711    711   
]
  712    712   
  713    713   
[[package]]
  714    714   
name = "aws_lambda_events"
  715    715   
version = "0.12.1"
@@ -819,819 +925,925 @@
  839    839   
]
  840    840   
  841    841   
[[package]]
  842    842   
name = "bumpalo"
  843    843   
version = "3.19.0"
  844    844   
source = "registry+https://github.com/rust-lang/crates.io-index"
  845    845   
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
  846    846   
  847    847   
[[package]]
  848    848   
name = "bytes"
  849         -
version = "1.11.0"
         849  +
version = "1.10.1"
  850    850   
source = "registry+https://github.com/rust-lang/crates.io-index"
  851         -
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
         851  +
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
  852    852   
dependencies = [
  853    853   
 "serde",
  854    854   
]
  855    855   
  856    856   
[[package]]
  857    857   
name = "bytes-utils"
  858    858   
version = "0.1.4"
  859    859   
source = "registry+https://github.com/rust-lang/crates.io-index"
  860    860   
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
  861    861   
dependencies = [
  862    862   
 "bytes",
  863    863   
 "either",
  864    864   
]
  865    865   
  866    866   
[[package]]
  867    867   
name = "cast"
  868    868   
version = "0.3.0"
  869    869   
source = "registry+https://github.com/rust-lang/crates.io-index"
  870    870   
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
  871    871   
  872    872   
[[package]]
  873    873   
name = "cbor-diag"
  874    874   
version = "0.1.12"
  875    875   
source = "registry+https://github.com/rust-lang/crates.io-index"
  876    876   
checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
  877    877   
dependencies = [
  878    878   
 "bs58",
  879    879   
 "chrono",
  880    880   
 "data-encoding",
  881    881   
 "half",
  882    882   
 "nom",
  883    883   
 "num-bigint",
  884    884   
 "num-rational",
  885    885   
 "num-traits",
  886    886   
 "separator",
  887    887   
 "url",
  888    888   
 "uuid",
  889    889   
]
  890    890   
  891    891   
[[package]]
  892    892   
name = "cc"
  893         -
version = "1.2.46"
         893  +
version = "1.2.45"
  894    894   
source = "registry+https://github.com/rust-lang/crates.io-index"
  895         -
checksum = "b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36"
         895  +
checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
  896    896   
dependencies = [
  897    897   
 "find-msvc-tools",
  898    898   
 "jobserver",
  899    899   
 "libc",
  900    900   
 "shlex",
  901    901   
]
  902    902   
  903    903   
[[package]]
  904    904   
name = "cexpr"
  905    905   
version = "0.6.0"
@@ -952,952 +1023,1023 @@
  972    972   
 "bitflags 1.3.2",
  973    973   
 "clap_lex 0.2.4",
  974    974   
 "indexmap 1.9.3",
  975    975   
 "strsim",
  976    976   
 "termcolor",
  977    977   
 "textwrap",
  978    978   
]
  979    979   
  980    980   
[[package]]
  981    981   
name = "clap"
  982         -
version = "4.5.52"
         982  +
version = "4.5.51"
  983    983   
source = "registry+https://github.com/rust-lang/crates.io-index"
  984         -
checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8"
         984  +
checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
  985    985   
dependencies = [
  986    986   
 "clap_builder",
  987    987   
]
  988    988   
  989    989   
[[package]]
  990    990   
name = "clap_builder"
  991         -
version = "4.5.52"
         991  +
version = "4.5.51"
  992    992   
source = "registry+https://github.com/rust-lang/crates.io-index"
  993         -
checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1"
         993  +
checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
  994    994   
dependencies = [
  995    995   
 "anstyle",
  996    996   
 "clap_lex 0.7.6",
  997    997   
]
  998    998   
  999    999   
[[package]]
 1000   1000   
name = "clap_lex"
 1001   1001   
version = "0.2.4"
 1002   1002   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1003   1003   
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
@@ -1083,1083 +1143,1143 @@
 1103   1103   
 1104   1104   
[[package]]
 1105   1105   
name = "criterion"
 1106   1106   
version = "0.5.1"
 1107   1107   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1108   1108   
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 1109   1109   
dependencies = [
 1110   1110   
 "anes",
 1111   1111   
 "cast",
 1112   1112   
 "ciborium",
 1113         -
 "clap 4.5.52",
        1113  +
 "clap 4.5.51",
 1114   1114   
 "criterion-plot",
 1115   1115   
 "futures",
 1116   1116   
 "is-terminal",
 1117   1117   
 "itertools 0.10.5",
 1118   1118   
 "num-traits",
 1119   1119   
 "once_cell",
 1120   1120   
 "oorandom",
 1121   1121   
 "plotters",
 1122   1122   
 "rayon",
 1123   1123   
 "regex",
@@ -1160,1160 +1222,1222 @@
 1180   1180   
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 1181   1181   
 1182   1182   
[[package]]
 1183   1183   
name = "crunchy"
 1184   1184   
version = "0.2.4"
 1185   1185   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1186   1186   
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 1187   1187   
 1188   1188   
[[package]]
 1189   1189   
name = "crypto-common"
 1190         -
version = "0.1.7"
        1190  +
version = "0.1.6"
 1191   1191   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1192         -
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
        1192  +
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 1193   1193   
dependencies = [
 1194   1194   
 "generic-array",
 1195   1195   
 "typenum",
 1196   1196   
]
 1197   1197   
 1198   1198   
[[package]]
 1199   1199   
name = "data-encoding"
 1200   1200   
version = "2.9.0"
 1201   1201   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1202   1202   
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
@@ -1305,1305 +1367,1367 @@
 1325   1325   
]
 1326   1326   
 1327   1327   
[[package]]
 1328   1328   
name = "fastrand"
 1329   1329   
version = "2.3.0"
 1330   1330   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1331   1331   
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 1332   1332   
 1333   1333   
[[package]]
 1334   1334   
name = "find-msvc-tools"
 1335         -
version = "0.1.5"
        1335  +
version = "0.1.4"
 1336   1336   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1337         -
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
        1337  +
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
 1338   1338   
 1339   1339   
[[package]]
 1340   1340   
name = "flate2"
 1341   1341   
version = "1.1.5"
 1342   1342   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1343   1343   
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
 1344   1344   
dependencies = [
 1345   1345   
 "crc32fast",
 1346   1346   
 "miniz_oxide",
 1347   1347   
]
@@ -1444,1444 +1506,1506 @@
 1464   1464   
 "futures-sink",
 1465   1465   
 "futures-task",
 1466   1466   
 "memchr",
 1467   1467   
 "pin-project-lite",
 1468   1468   
 "pin-utils",
 1469   1469   
 "slab",
 1470   1470   
]
 1471   1471   
 1472   1472   
[[package]]
 1473   1473   
name = "generic-array"
 1474         -
version = "0.14.7"
        1474  +
version = "0.14.9"
 1475   1475   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1476         -
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
        1476  +
checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
 1477   1477   
dependencies = [
 1478   1478   
 "typenum",
 1479   1479   
 "version_check",
 1480   1480   
]
 1481   1481   
 1482   1482   
[[package]]
 1483   1483   
name = "getrandom"
 1484   1484   
version = "0.2.16"
 1485   1485   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1486   1486   
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
@@ -1743,1743 +1870,1870 @@
 1763   1763   
 "pin-project-lite",
 1764   1764   
 "socket2 0.5.10",
 1765   1765   
 "tokio",
 1766   1766   
 "tower-service",
 1767   1767   
 "tracing",
 1768   1768   
 "want",
 1769   1769   
]
 1770   1770   
 1771   1771   
[[package]]
 1772   1772   
name = "hyper"
 1773         -
version = "1.8.1"
        1773  +
version = "1.8.0"
 1774   1774   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1775         -
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
        1775  +
checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f"
 1776   1776   
dependencies = [
 1777   1777   
 "atomic-waker",
 1778   1778   
 "bytes",
 1779   1779   
 "futures-channel",
 1780   1780   
 "futures-core",
 1781   1781   
 "h2 0.4.12",
 1782   1782   
 "http 1.3.1",
 1783   1783   
 "http-body 1.0.1",
 1784   1784   
 "httparse",
 1785   1785   
 "httpdate",
 1786   1786   
 "itoa",
 1787   1787   
 "pin-project-lite",
 1788   1788   
 "pin-utils",
 1789   1789   
 "smallvec",
 1790   1790   
 "tokio",
 1791   1791   
 "want",
 1792   1792   
]
 1793   1793   
 1794   1794   
[[package]]
 1795   1795   
name = "hyper-rustls"
 1796   1796   
version = "0.24.2"
 1797   1797   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1798   1798   
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 1799   1799   
dependencies = [
 1800   1800   
 "futures-util",
 1801   1801   
 "http 0.2.12",
 1802   1802   
 "hyper 0.14.32",
 1803   1803   
 "log",
 1804   1804   
 "rustls 0.21.12",
 1805   1805   
 "rustls-native-certs 0.6.3",
 1806   1806   
 "tokio",
 1807   1807   
 "tokio-rustls 0.24.1",
 1808   1808   
]
 1809   1809   
 1810   1810   
[[package]]
 1811   1811   
name = "hyper-rustls"
 1812   1812   
version = "0.27.7"
 1813   1813   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1814   1814   
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 1815   1815   
dependencies = [
 1816   1816   
 "http 1.3.1",
 1817         -
 "hyper 1.8.1",
        1817  +
 "hyper 1.8.0",
 1818   1818   
 "hyper-util",
 1819   1819   
 "rustls 0.23.35",
 1820   1820   
 "rustls-native-certs 0.8.2",
 1821   1821   
 "rustls-pki-types",
 1822   1822   
 "tokio",
 1823   1823   
 "tokio-rustls 0.26.4",
 1824   1824   
 "tower-service",
 1825   1825   
]
 1826   1826   
 1827   1827   
[[package]]
 1828   1828   
name = "hyper-util"
 1829         -
version = "0.1.18"
        1829  +
version = "0.1.17"
 1830   1830   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1831         -
checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
        1831  +
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 1832   1832   
dependencies = [
 1833   1833   
 "base64 0.22.1",
 1834   1834   
 "bytes",
 1835   1835   
 "futures-channel",
 1836   1836   
 "futures-core",
 1837   1837   
 "futures-util",
 1838   1838   
 "http 1.3.1",
 1839   1839   
 "http-body 1.0.1",
 1840         -
 "hyper 1.8.1",
        1840  +
 "hyper 1.8.0",
 1841   1841   
 "ipnet",
 1842   1842   
 "libc",
 1843   1843   
 "percent-encoding",
 1844   1844   
 "pin-project-lite",
 1845   1845   
 "socket2 0.6.1",
 1846   1846   
 "system-configuration",
 1847   1847   
 "tokio",
 1848   1848   
 "tower-service",
 1849   1849   
 "tracing",
 1850   1850   
 "windows-registry",
@@ -2173,2173 +2233,2233 @@
 2193   2193   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2194   2194   
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
 2195   2195   
 2196   2196   
[[package]]
 2197   2197   
name = "libloading"
 2198   2198   
version = "0.8.9"
 2199   2199   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2200   2200   
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 2201   2201   
dependencies = [
 2202   2202   
 "cfg-if",
 2203         -
 "windows-link",
        2203  +
 "windows-link 0.2.1",
 2204   2204   
]
 2205   2205   
 2206   2206   
[[package]]
 2207   2207   
name = "libmimalloc-sys"
 2208   2208   
version = "0.1.44"
 2209   2209   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2210   2210   
checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 2211   2211   
dependencies = [
 2212   2212   
 "cc",
 2213   2213   
 "libc",
@@ -2501,2501 +2561,2561 @@
 2521   2521   
[[package]]
 2522   2522   
name = "parking_lot_core"
 2523   2523   
version = "0.9.12"
 2524   2524   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2525   2525   
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
 2526   2526   
dependencies = [
 2527   2527   
 "cfg-if",
 2528   2528   
 "libc",
 2529   2529   
 "redox_syscall",
 2530   2530   
 "smallvec",
 2531         -
 "windows-link",
        2531  +
 "windows-link 0.2.1",
 2532   2532   
]
 2533   2533   
 2534   2534   
[[package]]
 2535   2535   
name = "pem"
 2536   2536   
version = "1.1.1"
 2537   2537   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2538   2538   
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
 2539   2539   
dependencies = [
 2540   2540   
 "base64 0.13.1",
 2541   2541   
]
@@ -2951,2951 +3013,3013 @@
 2971   2971   
checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
 2972   2972   
 2973   2973   
[[package]]
 2974   2974   
name = "regex-syntax"
 2975   2975   
version = "0.8.8"
 2976   2976   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2977   2977   
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
 2978   2978   
 2979   2979   
[[package]]
 2980   2980   
name = "resolv-conf"
 2981         -
version = "0.7.6"
        2981  +
version = "0.7.5"
 2982   2982   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2983         -
checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
        2983  +
checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
 2984   2984   
 2985   2985   
[[package]]
 2986   2986   
name = "ring"
 2987   2987   
version = "0.16.20"
 2988   2988   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2989   2989   
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
 2990   2990   
dependencies = [
 2991   2991   
 "cc",
 2992   2992   
 "libc",
 2993   2993   
 "once_cell",
@@ -3166,3166 +3226,3226 @@
 3186   3186   
 "s2n-tls-sys",
 3187   3187   
]
 3188   3188   
 3189   3189   
[[package]]
 3190   3190   
name = "s2n-tls-hyper"
 3191   3191   
version = "0.0.16"
 3192   3192   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3193   3193   
checksum = "d5bfd127ef11ae746efd789549ee807f5370d5cb04e2955324420f361b2c2bbe"
 3194   3194   
dependencies = [
 3195   3195   
 "http 1.3.1",
 3196         -
 "hyper 1.8.1",
        3196  +
 "hyper 1.8.0",
 3197   3197   
 "hyper-util",
 3198   3198   
 "s2n-tls",
 3199   3199   
 "s2n-tls-tokio",
 3200   3200   
 "tower-service",
 3201   3201   
]
 3202   3202   
 3203   3203   
[[package]]
 3204   3204   
name = "s2n-tls-sys"
 3205   3205   
version = "0.3.24"
 3206   3206   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4256,4256 +4424,4430 @@
 4276   4276   
dependencies = [
 4277   4277   
 "windows-sys 0.61.2",
 4278   4278   
]
 4279   4279   
 4280   4280   
[[package]]
 4281   4281   
name = "winapi-x86_64-pc-windows-gnu"
 4282   4282   
version = "0.4.0"
 4283   4283   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4284   4284   
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 4285   4285   
        4286  +
[[package]]
        4287  +
name = "windows-link"
        4288  +
version = "0.1.3"
        4289  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4290  +
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
        4291  +
 4286   4292   
[[package]]
 4287   4293   
name = "windows-link"
 4288   4294   
version = "0.2.1"
 4289   4295   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4290   4296   
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
 4291   4297   
 4292   4298   
[[package]]
 4293   4299   
name = "windows-registry"
 4294         -
version = "0.6.1"
        4300  +
version = "0.5.3"
 4295   4301   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4296         -
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
        4302  +
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
 4297   4303   
dependencies = [
 4298         -
 "windows-link",
        4304  +
 "windows-link 0.1.3",
 4299   4305   
 "windows-result",
 4300   4306   
 "windows-strings",
 4301   4307   
]
 4302   4308   
 4303   4309   
[[package]]
 4304   4310   
name = "windows-result"
 4305         -
version = "0.4.1"
        4311  +
version = "0.3.4"
 4306   4312   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4307         -
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
        4313  +
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
 4308   4314   
dependencies = [
 4309         -
 "windows-link",
        4315  +
 "windows-link 0.1.3",
 4310   4316   
]
 4311   4317   
 4312   4318   
[[package]]
 4313   4319   
name = "windows-strings"
 4314         -
version = "0.5.1"
        4320  +
version = "0.4.2"
 4315   4321   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4316         -
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
        4322  +
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
 4317   4323   
dependencies = [
 4318         -
 "windows-link",
        4324  +
 "windows-link 0.1.3",
 4319   4325   
]
 4320   4326   
 4321   4327   
[[package]]
 4322   4328   
name = "windows-sys"
 4323   4329   
version = "0.48.0"
 4324   4330   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4325   4331   
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
 4326   4332   
dependencies = [
 4327   4333   
 "windows-targets 0.48.5",
 4328   4334   
]
 4329   4335   
 4330   4336   
[[package]]
 4331   4337   
name = "windows-sys"
 4332   4338   
version = "0.52.0"
 4333   4339   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4334   4340   
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
 4335   4341   
dependencies = [
 4336   4342   
 "windows-targets 0.52.6",
 4337   4343   
]
 4338   4344   
 4339   4345   
[[package]]
 4340   4346   
name = "windows-sys"
 4341   4347   
version = "0.60.2"
 4342   4348   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4343   4349   
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
 4344   4350   
dependencies = [
 4345   4351   
 "windows-targets 0.53.5",
 4346   4352   
]
 4347   4353   
 4348   4354   
[[package]]
 4349   4355   
name = "windows-sys"
 4350   4356   
version = "0.61.2"
 4351   4357   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4352   4358   
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
 4353   4359   
dependencies = [
 4354         -
 "windows-link",
        4360  +
 "windows-link 0.2.1",
 4355   4361   
]
 4356   4362   
 4357   4363   
[[package]]
 4358   4364   
name = "windows-targets"
 4359   4365   
version = "0.48.5"
 4360   4366   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4361   4367   
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
 4362   4368   
dependencies = [
 4363   4369   
 "windows_aarch64_gnullvm 0.48.5",
 4364   4370   
 "windows_aarch64_msvc 0.48.5",
 4365   4371   
 "windows_i686_gnu 0.48.5",
 4366   4372   
 "windows_i686_msvc 0.48.5",
 4367   4373   
 "windows_x86_64_gnu 0.48.5",
 4368   4374   
 "windows_x86_64_gnullvm 0.48.5",
 4369   4375   
 "windows_x86_64_msvc 0.48.5",
 4370   4376   
]
 4371   4377   
 4372   4378   
[[package]]
 4373   4379   
name = "windows-targets"
 4374   4380   
version = "0.52.6"
 4375   4381   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4376   4382   
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
 4377   4383   
dependencies = [
 4378   4384   
 "windows_aarch64_gnullvm 0.52.6",
 4379   4385   
 "windows_aarch64_msvc 0.52.6",
 4380   4386   
 "windows_i686_gnu 0.52.6",
 4381   4387   
 "windows_i686_gnullvm 0.52.6",
 4382   4388   
 "windows_i686_msvc 0.52.6",
 4383   4389   
 "windows_x86_64_gnu 0.52.6",
 4384   4390   
 "windows_x86_64_gnullvm 0.52.6",
 4385   4391   
 "windows_x86_64_msvc 0.52.6",
 4386   4392   
]
 4387   4393   
 4388   4394   
[[package]]
 4389   4395   
name = "windows-targets"
 4390   4396   
version = "0.53.5"
 4391   4397   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4392   4398   
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
 4393   4399   
dependencies = [
 4394         -
 "windows-link",
        4400  +
 "windows-link 0.2.1",
 4395   4401   
 "windows_aarch64_gnullvm 0.53.1",
 4396   4402   
 "windows_aarch64_msvc 0.53.1",
 4397   4403   
 "windows_i686_gnu 0.53.1",
 4398   4404   
 "windows_i686_gnullvm 0.53.1",
 4399   4405   
 "windows_i686_msvc 0.53.1",
 4400   4406   
 "windows_x86_64_gnu 0.53.1",
 4401   4407   
 "windows_x86_64_gnullvm 0.53.1",
 4402   4408   
 "windows_x86_64_msvc 0.53.1",
 4403   4409   
]
 4404   4410   

tmp-codegen-diff/codegen-client-test/aws_query/rust-client-codegen/src/config.rs

@@ -1214,1214 +1274,1275 @@
 1234   1234   
    {
 1235   1235   
        if config.behavior_version.is_none() {
 1236   1236   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1237   1237   
        }
 1238   1238   
    }
 1239   1239   
 1240   1240   
    let default_retry_partition = "queryprotocol";
 1241   1241   
 1242   1242   
    let scope = "aws_query";
 1243   1243   
 1244         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1244  +
    #[allow(deprecated)]
        1245  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1245   1246   
                        // defaults
 1246   1247   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1247   1248   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1248   1249   
                                .with_retry_partition_name(default_retry_partition)
 1249   1250   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1250   1251   
                        ))
 1251   1252   
                        // user config
 1252   1253   
                        .with_client_plugin(
 1253   1254   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1254   1255   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/dynamo/rust-client-codegen/src/config.rs

@@ -1214,1214 +1274,1275 @@
 1234   1234   
    {
 1235   1235   
        if config.behavior_version.is_none() {
 1236   1236   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1237   1237   
        }
 1238   1238   
    }
 1239   1239   
 1240   1240   
    let default_retry_partition = "dynamodb";
 1241   1241   
 1242   1242   
    let scope = "dynamo";
 1243   1243   
 1244         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1244  +
    #[allow(deprecated)]
        1245  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1245   1246   
                        // defaults
 1246   1247   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1247   1248   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1248   1249   
                                .with_retry_partition_name(default_retry_partition)
 1249   1250   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1250   1251   
                        ))
 1251   1252   
                        // user config
 1252   1253   
                        .with_client_plugin(
 1253   1254   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1254   1255   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/ebs/rust-client-codegen/src/config.rs

@@ -1214,1214 +1274,1275 @@
 1234   1234   
    {
 1235   1235   
        if config.behavior_version.is_none() {
 1236   1236   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1237   1237   
        }
 1238   1238   
    }
 1239   1239   
 1240   1240   
    let default_retry_partition = "ebs";
 1241   1241   
 1242   1242   
    let scope = "ebs";
 1243   1243   
 1244         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1244  +
    #[allow(deprecated)]
        1245  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1245   1246   
                        // defaults
 1246   1247   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1247   1248   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1248   1249   
                                .with_retry_partition_name(default_retry_partition)
 1249   1250   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1250   1251   
                        ))
 1251   1252   
                        // user config
 1252   1253   
                        .with_client_plugin(
 1253   1254   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1254   1255   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/ec2_query/rust-client-codegen/src/config.rs

@@ -1214,1214 +1274,1275 @@
 1234   1234   
    {
 1235   1235   
        if config.behavior_version.is_none() {
 1236   1236   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1237   1237   
        }
 1238   1238   
    }
 1239   1239   
 1240   1240   
    let default_retry_partition = "ec2protocol";
 1241   1241   
 1242   1242   
    let scope = "ec2_query";
 1243   1243   
 1244         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1244  +
    #[allow(deprecated)]
        1245  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1245   1246   
                        // defaults
 1246   1247   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1247   1248   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1248   1249   
                                .with_retry_partition_name(default_retry_partition)
 1249   1250   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1250   1251   
                        ))
 1251   1252   
                        // user config
 1252   1253   
                        .with_client_plugin(
 1253   1254   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1254   1255   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/endpoint-rules/rust-client-codegen/src/config.rs

@@ -1208,1208 +1268,1269 @@
 1228   1228   
    {
 1229   1229   
        if config.behavior_version.is_none() {
 1230   1230   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1231   1231   
        }
 1232   1232   
    }
 1233   1233   
 1234   1234   
    let default_retry_partition = "testservice";
 1235   1235   
 1236   1236   
    let scope = "endpoint-rules";
 1237   1237   
 1238         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1238  +
    #[allow(deprecated)]
        1239  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1239   1240   
                        // defaults
 1240   1241   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1241   1242   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1242   1243   
                                .with_retry_partition_name(default_retry_partition)
 1243   1244   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1244   1245   
                        ))
 1245   1246   
                        // user config
 1246   1247   
                        .with_client_plugin(
 1247   1248   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1248   1249   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/json_rpc10/rust-client-codegen/src/config.rs

@@ -1196,1196 +1256,1257 @@
 1216   1216   
    {
 1217   1217   
        if config.behavior_version.is_none() {
 1218   1218   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1219   1219   
        }
 1220   1220   
    }
 1221   1221   
 1222   1222   
    let default_retry_partition = "jsonrpc10";
 1223   1223   
 1224   1224   
    let scope = "json_rpc10";
 1225   1225   
 1226         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1226  +
    #[allow(deprecated)]
        1227  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1227   1228   
                        // defaults
 1228   1229   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1229   1230   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1230   1231   
                                .with_retry_partition_name(default_retry_partition)
 1231   1232   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1232   1233   
                        ))
 1233   1234   
                        // user config
 1234   1235   
                        .with_client_plugin(
 1235   1236   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1236   1237   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/json_rpc11/rust-client-codegen/src/config.rs

@@ -1196,1196 +1256,1257 @@
 1216   1216   
    {
 1217   1217   
        if config.behavior_version.is_none() {
 1218   1218   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1219   1219   
        }
 1220   1220   
    }
 1221   1221   
 1222   1222   
    let default_retry_partition = "jsonprotocol";
 1223   1223   
 1224   1224   
    let scope = "json_rpc11";
 1225   1225   
 1226         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1226  +
    #[allow(deprecated)]
        1227  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1227   1228   
                        // defaults
 1228   1229   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1229   1230   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1230   1231   
                                .with_retry_partition_name(default_retry_partition)
 1231   1232   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1232   1233   
                        ))
 1233   1234   
                        // user config
 1234   1235   
                        .with_client_plugin(
 1235   1236   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1236   1237   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/misc/rust-client-codegen/src/config.rs

@@ -1196,1196 +1256,1257 @@
 1216   1216   
    {
 1217   1217   
        if config.behavior_version.is_none() {
 1218   1218   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1219   1219   
        }
 1220   1220   
    }
 1221   1221   
 1222   1222   
    let default_retry_partition = "miscservice";
 1223   1223   
 1224   1224   
    let scope = "misc";
 1225   1225   
 1226         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1226  +
    #[allow(deprecated)]
        1227  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1227   1228   
                        // defaults
 1228   1229   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1229   1230   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1230   1231   
                                .with_retry_partition_name(default_retry_partition)
 1231   1232   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1232   1233   
                        ))
 1233   1234   
                        // user config
 1234   1235   
                        .with_client_plugin(
 1235   1236   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1236   1237   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/naming_test_casing/rust-client-codegen/src/config.rs

@@ -1198,1198 +1258,1259 @@
 1218   1218   
    {
 1219   1219   
        if config.behavior_version.is_none() {
 1220   1220   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1221   1221   
        }
 1222   1222   
    }
 1223   1223   
 1224   1224   
    let default_retry_partition = "acronyminside_service";
 1225   1225   
 1226   1226   
    let scope = "naming_test_casing";
 1227   1227   
 1228         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1228  +
    #[allow(deprecated)]
        1229  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1229   1230   
                        // defaults
 1230   1231   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1231   1232   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1232   1233   
                                .with_retry_partition_name(default_retry_partition)
 1233   1234   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1234   1235   
                        ))
 1235   1236   
                        // user config
 1236   1237   
                        .with_client_plugin(
 1237   1238   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1238   1239   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/naming_test_ops/rust-client-codegen/src/config.rs

@@ -1198,1198 +1258,1259 @@
 1218   1218   
    {
 1219   1219   
        if config.behavior_version.is_none() {
 1220   1220   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1221   1221   
        }
 1222   1222   
    }
 1223   1223   
 1224   1224   
    let default_retry_partition = "config";
 1225   1225   
 1226   1226   
    let scope = "naming_test_ops";
 1227   1227   
 1228         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1228  +
    #[allow(deprecated)]
        1229  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1229   1230   
                        // defaults
 1230   1231   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1231   1232   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1232   1233   
                                .with_retry_partition_name(default_retry_partition)
 1233   1234   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1234   1235   
                        ))
 1235   1236   
                        // user config
 1236   1237   
                        .with_client_plugin(
 1237   1238   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1238   1239   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/naming_test_structs/rust-client-codegen/src/config.rs

@@ -1198,1198 +1258,1259 @@
 1218   1218   
    {
 1219   1219   
        if config.behavior_version.is_none() {
 1220   1220   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1221   1221   
        }
 1222   1222   
    }
 1223   1223   
 1224   1224   
    let default_retry_partition = "namingobstaclecoursestructs";
 1225   1225   
 1226   1226   
    let scope = "naming_test_structs";
 1227   1227   
 1228         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1228  +
    #[allow(deprecated)]
        1229  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1229   1230   
                        // defaults
 1230   1231   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1231   1232   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1232   1233   
                                .with_retry_partition_name(default_retry_partition)
 1233   1234   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1234   1235   
                        ))
 1235   1236   
                        // user config
 1236   1237   
                        .with_client_plugin(
 1237   1238   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1238   1239   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/pokemon-service-awsjson-client/rust-client-codegen/src/config.rs

@@ -1198,1198 +1258,1259 @@
 1218   1218   
    {
 1219   1219   
        if config.behavior_version.is_none() {
 1220   1220   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1221   1221   
        }
 1222   1222   
    }
 1223   1223   
 1224   1224   
    let default_retry_partition = "pokemonservice";
 1225   1225   
 1226   1226   
    let scope = "pokemon-service-awsjson-client";
 1227   1227   
 1228         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1228  +
    #[allow(deprecated)]
        1229  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1229   1230   
                        // defaults
 1230   1231   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1231   1232   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1232   1233   
                                .with_retry_partition_name(default_retry_partition)
 1233   1234   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1234   1235   
                        ))
 1235   1236   
                        // user config
 1236   1237   
                        .with_client_plugin(
 1237   1238   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1238   1239   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/pokemon-service-client/rust-client-codegen/src/config.rs

@@ -1198,1198 +1258,1259 @@
 1218   1218   
    {
 1219   1219   
        if config.behavior_version.is_none() {
 1220   1220   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1221   1221   
        }
 1222   1222   
    }
 1223   1223   
 1224   1224   
    let default_retry_partition = "pokemonservice";
 1225   1225   
 1226   1226   
    let scope = "pokemon-service-client";
 1227   1227   
 1228         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1228  +
    #[allow(deprecated)]
        1229  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1229   1230   
                        // defaults
 1230   1231   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1231   1232   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1232   1233   
                                .with_retry_partition_name(default_retry_partition)
 1233   1234   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1234   1235   
                        ))
 1235   1236   
                        // user config
 1236   1237   
                        .with_client_plugin(
 1237   1238   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1238   1239   
                                .with_config(config.config.clone())

tmp-codegen-diff/codegen-client-test/query-compat-test/rust-client-codegen/src/config.rs

@@ -1198,1198 +1258,1259 @@
 1218   1218   
    {
 1219   1219   
        if config.behavior_version.is_none() {
 1220   1220   
            config.behavior_version = Some(::aws_smithy_runtime_api::client::behavior_version::BehaviorVersion::latest());
 1221   1221   
        }
 1222   1222   
    }
 1223   1223   
 1224   1224   
    let default_retry_partition = "querycompatservice";
 1225   1225   
 1226   1226   
    let scope = "query-compat-test";
 1227   1227   
 1228         -
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
        1228  +
    #[allow(deprecated)]
        1229  +
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1229   1230   
                        // defaults
 1230   1231   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1231   1232   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1232   1233   
                                .with_retry_partition_name(default_retry_partition)
 1233   1234   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1234   1235   
                        ))
 1235   1236   
                        // user config
 1236   1237   
                        .with_client_plugin(
 1237   1238   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1238   1239   
                                .with_config(config.config.clone())