AWS SDK

AWS SDK

rev. 4805821007b36babc2f111b702a20b4ef52b6c60

Files changed:

tmp-codegen-diff/aws-sdk/Cargo.lock

@@ -1339,1339 +1399,1399 @@
 1359   1359   
 "assert-json-diff",
 1360   1360   
 "aws-smithy-runtime-api",
 1361   1361   
 "base64-simd",
 1362   1362   
 "cbor-diag",
 1363   1363   
 "ciborium",
 1364   1364   
 "http 0.2.12",
 1365   1365   
 "pretty_assertions",
 1366   1366   
 "regex-lite",
 1367   1367   
 "roxmltree",
 1368   1368   
 "serde_json",
 1369         -
 "thiserror 2.0.12",
        1369  +
 "thiserror 2.0.14",
 1370   1370   
]
 1371   1371   
 1372   1372   
[[package]]
 1373   1373   
name = "aws-smithy-query"
 1374   1374   
version = "0.60.7"
 1375   1375   
dependencies = [
 1376   1376   
 "aws-smithy-types",
 1377   1377   
 "urlencoding",
 1378   1378   
]
 1379   1379   
@@ -1671,1671 +1733,1733 @@
 1691   1691   
 "num-bigint",
 1692   1692   
 "num-rational",
 1693   1693   
 "num-traits",
 1694   1694   
 "separator",
 1695   1695   
 "url",
 1696   1696   
 "uuid",
 1697   1697   
]
 1698   1698   
 1699   1699   
[[package]]
 1700   1700   
name = "cc"
 1701         -
version = "1.2.31"
        1701  +
version = "1.2.32"
 1702   1702   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1703         -
checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
        1703  +
checksum = "2352e5597e9c544d5e6d9c95190d5d27738ade584fa8db0a16e130e5c2b5296e"
 1704   1704   
dependencies = [
 1705   1705   
 "jobserver",
 1706   1706   
 "libc",
 1707   1707   
 "shlex",
 1708   1708   
]
 1709   1709   
 1710   1710   
[[package]]
 1711   1711   
name = "cexpr"
 1712   1712   
version = "0.6.0"
 1713   1713   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1744,1744 +1815,1815 @@
 1764   1764   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1765   1765   
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 1766   1766   
dependencies = [
 1767   1767   
 "glob",
 1768   1768   
 "libc",
 1769   1769   
 "libloading",
 1770   1770   
]
 1771   1771   
 1772   1772   
[[package]]
 1773   1773   
name = "clap"
 1774         -
version = "4.5.43"
        1774  +
version = "4.5.45"
 1775   1775   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1776         -
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
        1776  +
checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
 1777   1777   
dependencies = [
 1778   1778   
 "clap_builder",
 1779   1779   
]
 1780   1780   
 1781   1781   
[[package]]
 1782   1782   
name = "clap_builder"
 1783         -
version = "4.5.43"
        1783  +
version = "4.5.44"
 1784   1784   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1785         -
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
        1785  +
checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
 1786   1786   
dependencies = [
 1787   1787   
 "anstyle",
 1788   1788   
 "clap_lex",
 1789   1789   
]
 1790   1790   
 1791   1791   
[[package]]
 1792   1792   
name = "clap_lex"
 1793   1793   
version = "0.7.5"
 1794   1794   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1795   1795   
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
@@ -2364,2364 +2426,2426 @@
 2384   2384   
]
 2385   2385   
 2386   2386   
[[package]]
 2387   2387   
name = "gimli"
 2388   2388   
version = "0.31.1"
 2389   2389   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2390   2390   
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 2391   2391   
 2392   2392   
[[package]]
 2393   2393   
name = "glob"
 2394         -
version = "0.3.2"
        2394  +
version = "0.3.3"
 2395   2395   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2396         -
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
        2396  +
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 2397   2397   
 2398   2398   
[[package]]
 2399   2399   
name = "gloo-timers"
 2400   2400   
version = "0.3.0"
 2401   2401   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2402   2402   
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 2403   2403   
dependencies = [
 2404   2404   
 "futures-channel",
 2405   2405   
 "futures-core",
 2406   2406   
 "js-sys",
@@ -2441,2441 +2503,2503 @@
 2461   2461   
version = "2.6.0"
 2462   2462   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2463   2463   
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 2464   2464   
dependencies = [
 2465   2465   
 "cfg-if",
 2466   2466   
 "crunchy",
 2467   2467   
]
 2468   2468   
 2469   2469   
[[package]]
 2470   2470   
name = "hashbrown"
 2471         -
version = "0.15.4"
        2471  +
version = "0.15.5"
 2472   2472   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2473         -
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
        2473  +
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 2474   2474   
dependencies = [
 2475   2475   
 "allocator-api2",
 2476   2476   
 "equivalent",
 2477   2477   
 "foldhash",
 2478   2478   
]
 2479   2479   
 2480   2480   
[[package]]
 2481   2481   
name = "hdrhistogram"
 2482   2482   
version = "7.5.4"
 2483   2483   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2938,2938 +3000,3000 @@
 2958   2958   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 2959   2959   
 2960   2960   
[[package]]
 2961   2961   
name = "lazycell"
 2962   2962   
version = "1.3.0"
 2963   2963   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2964   2964   
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 2965   2965   
 2966   2966   
[[package]]
 2967   2967   
name = "libc"
 2968         -
version = "0.2.174"
        2968  +
version = "0.2.175"
 2969   2969   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2970         -
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
        2970  +
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
 2971   2971   
 2972   2972   
[[package]]
 2973   2973   
name = "libloading"
 2974   2974   
version = "0.8.8"
 2975   2975   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2976   2976   
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
 2977   2977   
dependencies = [
 2978   2978   
 "cfg-if",
 2979   2979   
 "windows-targets 0.53.3",
 2980   2980   
]
@@ -3418,3418 +3480,3480 @@
 3438   3438   
version = "0.2.36"
 3439   3439   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3440   3440   
checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
 3441   3441   
dependencies = [
 3442   3442   
 "proc-macro2",
 3443   3443   
 "syn",
 3444   3444   
]
 3445   3445   
 3446   3446   
[[package]]
 3447   3447   
name = "proc-macro2"
 3448         -
version = "1.0.95"
        3448  +
version = "1.0.97"
 3449   3449   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3450         -
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
        3450  +
checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1"
 3451   3451   
dependencies = [
 3452   3452   
 "unicode-ident",
 3453   3453   
]
 3454   3454   
 3455   3455   
[[package]]
 3456   3456   
name = "proptest"
 3457   3457   
version = "1.7.0"
 3458   3458   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3459   3459   
checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
 3460   3460   
dependencies = [
@@ -3536,3536 +3608,3608 @@
 3556   3556   
name = "rand_xorshift"
 3557   3557   
version = "0.4.0"
 3558   3558   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3559   3559   
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
 3560   3560   
dependencies = [
 3561   3561   
 "rand_core 0.9.3",
 3562   3562   
]
 3563   3563   
 3564   3564   
[[package]]
 3565   3565   
name = "rayon"
 3566         -
version = "1.10.0"
        3566  +
version = "1.11.0"
 3567   3567   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3568         -
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
        3568  +
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
 3569   3569   
dependencies = [
 3570   3570   
 "either",
 3571   3571   
 "rayon-core",
 3572   3572   
]
 3573   3573   
 3574   3574   
[[package]]
 3575   3575   
name = "rayon-core"
 3576         -
version = "1.12.1"
        3576  +
version = "1.13.0"
 3577   3577   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3578         -
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
        3578  +
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
 3579   3579   
dependencies = [
 3580   3580   
 "crossbeam-deque",
 3581   3581   
 "crossbeam-utils",
 3582   3582   
]
 3583   3583   
 3584   3584   
[[package]]
 3585   3585   
name = "redox_syscall"
 3586   3586   
version = "0.5.17"
 3587   3587   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3588   3588   
checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
@@ -3811,3811 +3873,3873 @@
 3831   3831   
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
 3832   3832   
dependencies = [
 3833   3833   
 "aws-lc-rs",
 3834   3834   
 "ring",
 3835   3835   
 "rustls-pki-types",
 3836   3836   
 "untrusted 0.9.0",
 3837   3837   
]
 3838   3838   
 3839   3839   
[[package]]
 3840   3840   
name = "rustversion"
 3841         -
version = "1.0.21"
        3841  +
version = "1.0.22"
 3842   3842   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3843         -
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
        3843  +
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
 3844   3844   
 3845   3845   
[[package]]
 3846   3846   
name = "rusty-fork"
 3847   3847   
version = "0.3.0"
 3848   3848   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3849   3849   
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
 3850   3850   
dependencies = [
 3851   3851   
 "fnv",
 3852   3852   
 "quick-error",
 3853   3853   
 "tempfile",
@@ -4111,4111 +4173,4173 @@
 4131   4131   
version = "1.6.4"
 4132   4132   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4133   4133   
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 4134   4134   
dependencies = [
 4135   4135   
 "digest",
 4136   4136   
 "rand_core 0.6.4",
 4137   4137   
]
 4138   4138   
 4139   4139   
[[package]]
 4140   4140   
name = "slab"
 4141         -
version = "0.4.10"
        4141  +
version = "0.4.11"
 4142   4142   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4143         -
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
        4143  +
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
 4144   4144   
 4145   4145   
[[package]]
 4146   4146   
name = "smallvec"
 4147   4147   
version = "1.15.1"
 4148   4148   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4149   4149   
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
 4150   4150   
 4151   4151   
[[package]]
 4152   4152   
name = "smol"
 4153   4153   
version = "1.3.0"
@@ -4198,4198 +4260,4260 @@
 4218   4218   
checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
 4219   4219   
 4220   4220   
[[package]]
 4221   4221   
name = "subtle"
 4222   4222   
version = "2.6.1"
 4223   4223   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4224   4224   
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
 4225   4225   
 4226   4226   
[[package]]
 4227   4227   
name = "syn"
 4228         -
version = "2.0.104"
        4228  +
version = "2.0.105"
 4229   4229   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4230         -
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
        4230  +
checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619"
 4231   4231   
dependencies = [
 4232   4232   
 "proc-macro2",
 4233   4233   
 "quote",
 4234   4234   
 "unicode-ident",
 4235   4235   
]
 4236   4236   
 4237   4237   
[[package]]
 4238   4238   
name = "synstructure"
 4239   4239   
version = "0.13.2"
 4240   4240   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4263,4263 +4345,4345 @@
 4283   4283   
name = "thiserror"
 4284   4284   
version = "1.0.69"
 4285   4285   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4286   4286   
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 4287   4287   
dependencies = [
 4288   4288   
 "thiserror-impl 1.0.69",
 4289   4289   
]
 4290   4290   
 4291   4291   
[[package]]
 4292   4292   
name = "thiserror"
 4293         -
version = "2.0.12"
        4293  +
version = "2.0.14"
 4294   4294   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4295         -
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
        4295  +
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
 4296   4296   
dependencies = [
 4297         -
 "thiserror-impl 2.0.12",
        4297  +
 "thiserror-impl 2.0.14",
 4298   4298   
]
 4299   4299   
 4300   4300   
[[package]]
 4301   4301   
name = "thiserror-impl"
 4302   4302   
version = "1.0.69"
 4303   4303   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4304   4304   
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 4305   4305   
dependencies = [
 4306   4306   
 "proc-macro2",
 4307   4307   
 "quote",
 4308   4308   
 "syn",
 4309   4309   
]
 4310   4310   
 4311   4311   
[[package]]
 4312   4312   
name = "thiserror-impl"
 4313         -
version = "2.0.12"
        4313  +
version = "2.0.14"
 4314   4314   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4315         -
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
        4315  +
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
 4316   4316   
dependencies = [
 4317   4317   
 "proc-macro2",
 4318   4318   
 "quote",
 4319   4319   
 "syn",
 4320   4320   
]
 4321   4321   
 4322   4322   
[[package]]
 4323   4323   
name = "thread_local"
 4324   4324   
version = "1.1.9"
 4325   4325   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4651,4651 +4713,4713 @@
 4671   4671   
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
 4672   4672   
 4673   4673   
[[package]]
 4674   4674   
name = "utf8_iter"
 4675   4675   
version = "1.0.4"
 4676   4676   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4677   4677   
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 4678   4678   
 4679   4679   
[[package]]
 4680   4680   
name = "uuid"
 4681         -
version = "1.17.0"
        4681  +
version = "1.18.0"
 4682   4682   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4683         -
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
        4683  +
checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
 4684   4684   
dependencies = [
 4685   4685   
 "js-sys",
 4686   4686   
 "wasm-bindgen",
 4687   4687   
]
 4688   4688   
 4689   4689   
[[package]]
 4690   4690   
name = "valuable"
 4691   4691   
version = "0.1.1"
 4692   4692   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4693   4693   
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml

@@ -1,1 +43,43 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-smithy-checksums"
    4         -
version = "0.63.6"
           4  +
version = "0.63.7"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
    6      6   
description = "Checksum calculation and verification callbacks"
    7      7   
edition = "2021"
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10     10   
[package.metadata.docs.rs]
   11     11   
all-features = true
   12     12   
targets = ["x86_64-unknown-linux-gnu"]
   13     13   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   14     14   
rustdoc-args = ["--cfg", "docsrs"]
   15     15   
   16     16   
[dependencies]
   17     17   
bytes = "1.10.0"
   18         -
crc-fast = "1.3.0"
          18  +
crc-fast = "~1.3.0"
   19     19   
hex = "0.4.3"
   20     20   
http = "0.2.9"
   21     21   
http-body = "0.4.5"
   22     22   
md-5 = "0.10"
   23     23   
pin-project-lite = "0.2.14"
   24     24   
sha1 = "0.10"
   25     25   
sha2 = "0.10"
   26     26   
tracing = "0.1.40"
   27     27   
   28     28   
[dependencies.aws-smithy-http]

tmp-codegen-diff/aws-sdk/sdk/s3/Cargo.toml

@@ -6,6 +66,66 @@
   26     26   
[dependencies.aws-sigv4]
   27     27   
path = "../aws-sigv4"
   28     28   
version = "1.3.4"
   29     29   
   30     30   
[dependencies.aws-smithy-async]
   31     31   
path = "../aws-smithy-async"
   32     32   
version = "1.2.5"
   33     33   
   34     34   
[dependencies.aws-smithy-checksums]
   35     35   
path = "../aws-smithy-checksums"
   36         -
version = "0.63.6"
          36  +
version = "0.63.7"
   37     37   
   38     38   
[dependencies.aws-smithy-eventstream]
   39     39   
path = "../aws-smithy-eventstream"
   40     40   
version = "0.60.10"
   41     41   
   42     42   
[dependencies.aws-smithy-http]
   43     43   
path = "../aws-smithy-http"
   44     44   
features = ["event-stream"]
   45     45   
version = "0.62.3"
   46     46