AWS SDK

AWS SDK

rev. 70cd16feb2a80dd4eea28441a663e2af6c7561c0 (ignoring whitespace)

Files changed:

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

@@ -50,50 +110,110 @@
   70     70   
features = ["client"]
   71     71   
version = "1.9.5"
   72     72   
   73     73   
[dependencies.aws-smithy-runtime-api]
   74     74   
path = "../aws-smithy-runtime-api"
   75     75   
features = ["client"]
   76     76   
version = "1.9.3"
   77     77   
   78     78   
[dependencies.aws-smithy-types]
   79     79   
path = "../aws-smithy-types"
   80         -
version = "1.3.5"
          80  +
version = "1.3.6"
   81     81   
   82     82   
[dependencies.aws-types]
   83     83   
path = "../aws-types"
   84     84   
version = "1.3.11"
   85     85   
   86     86   
[dependencies.time]
   87     87   
version = "0.3.4"
   88     88   
features = ["parsing"]
   89     89   
   90     90   
[dependencies.tokio]

tmp-codegen-diff/aws-sdk/sdk/aws-credential-types/Cargo.toml

@@ -3,3 +50,50 @@
   23     23   
   24     24   
[dependencies]
   25     25   
zeroize = "1.7.0"
   26     26   
   27     27   
[dependencies.aws-smithy-async]
   28     28   
path = "../aws-smithy-async"
   29     29   
version = "1.2.7"
   30     30   
   31     31   
[dependencies.aws-smithy-types]
   32     32   
path = "../aws-smithy-types"
   33         -
version = "1.3.5"
          33  +
version = "1.3.6"
   34     34   
   35     35   
[dependencies.aws-smithy-runtime-api]
   36     36   
path = "../aws-smithy-runtime-api"
   37     37   
features = ["client", "http-auth"]
   38     38   
version = "1.9.3"
   39     39   
   40     40   
[dev-dependencies]
   41     41   
async-trait = "0.1.74"
   42     42   
   43     43   
[dev-dependencies.aws-smithy-runtime-api]

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

@@ -38,38 +145,145 @@
   58     58   
features = ["client"]
   59     59   
version = "1.9.5"
   60     60   
   61     61   
[dependencies.aws-smithy-runtime-api]
   62     62   
path = "../aws-smithy-runtime-api"
   63     63   
features = ["client"]
   64     64   
version = "1.9.3"
   65     65   
   66     66   
[dependencies.aws-smithy-types]
   67     67   
path = "../aws-smithy-types"
   68         -
version = "1.3.5"
          68  +
version = "1.3.6"
   69     69   
   70     70   
[dependencies.aws-types]
   71     71   
path = "../aws-types"
   72     72   
version = "1.3.11"
   73     73   
   74     74   
[dependencies.http-02x]
   75     75   
package = "http"
   76     76   
version = "0.2.9"
   77     77   
   78     78   
[dependencies.http-body-04x]
   79     79   
package = "http-body"
   80     80   
version = "0.4.5"
   81     81   
   82     82   
[dependencies.http-1x]
   83     83   
package = "http"
   84     84   
version = "1.1.0"
   85     85   
optional = true
   86     86   
   87     87   
[dependencies.http-body-1x]
   88     88   
package = "http-body"
   89     89   
version = "1.0.0"
   90     90   
optional = true
   91     91   
   92     92   
[dependencies.regex-lite]
   93     93   
version = "0.1.5"
   94     94   
optional = true
   95     95   
   96     96   
[dependencies.uuid]
   97     97   
version = "1"
   98     98   
   99     99   
[dev-dependencies]
  100    100   
arbitrary = "1.3"
  101    101   
bytes-utils = "0.1.2"
  102    102   
convert_case = "0.6.0"
  103    103   
proptest = "1.2"
  104    104   
serde_json = "1"
  105    105   
tracing-test = "0.2.4"
  106    106   
  107    107   
[dev-dependencies.aws-credential-types]
  108    108   
path = "../aws-credential-types"
  109    109   
features = ["test-util"]
  110    110   
version = "1.2.11"
  111    111   
  112    112   
[dev-dependencies.aws-smithy-async]
  113    113   
path = "../aws-smithy-async"
  114    114   
features = ["test-util"]
  115    115   
version = "1.2.7"
  116    116   
  117    117   
[dev-dependencies.aws-smithy-protocol-test]
  118    118   
path = "../aws-smithy-protocol-test"
  119    119   
version = "0.63.7"
  120    120   
  121    121   
[dev-dependencies.aws-smithy-runtime-api]
  122    122   
path = "../aws-smithy-runtime-api"
  123    123   
features = ["test-util"]
  124    124   
version = "1.9.3"
  125    125   
  126    126   
[dev-dependencies.aws-smithy-types]
  127    127   
path = "../aws-smithy-types"
  128    128   
features = ["test-util"]
  129         -
version = "1.3.5"
         129  +
version = "1.3.6"
  130    130   
  131    131   
[dev-dependencies.futures-util]
  132    132   
version = "0.3.29"
  133    133   
default-features = false
  134    134   
  135    135   
[dev-dependencies.serde]
  136    136   
version = "1"
  137    137   
features = ["derive"]
  138    138   
  139    139   
[dev-dependencies.tokio]

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

@@ -36,36 +96,96 @@
   56     56   
path = "../aws-smithy-http"
   57     57   
version = "0.62.6"
   58     58   
   59     59   
[dependencies.aws-smithy-runtime-api]
   60     60   
path = "../aws-smithy-runtime-api"
   61     61   
features = ["client"]
   62     62   
version = "1.9.3"
   63     63   
   64     64   
[dependencies.aws-smithy-types]
   65     65   
path = "../aws-smithy-types"
   66         -
version = "1.3.5"
          66  +
version = "1.3.6"
   67     67   
   68     68   
[dependencies.form_urlencoded]
   69     69   
version = "1.2.1"
   70     70   
optional = true
   71     71   
   72     72   
[dependencies.http0]
   73     73   
version = "0.2.9"
   74     74   
optional = true
   75     75   
package = "http"
   76     76   

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

@@ -1,1 +33,33 @@
   20     20   
all-features = true
   21     21   
targets = ["x86_64-unknown-linux-gnu"]
   22     22   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   23     23   
rustdoc-args = ["--cfg", "docsrs"]
   24     24   
[dependencies.minicbor]
   25     25   
version = "0.24.2"
   26     26   
features = ["alloc", "half"]
   27     27   
   28     28   
[dependencies.aws-smithy-types]
   29     29   
path = "../aws-smithy-types"
   30         -
version = "1.3.5"
          30  +
version = "1.3.6"
   31     31   
   32     32   
[dev-dependencies]
   33     33   
criterion = "0.5.1"

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

@@ -5,5 +44,44 @@
   25     25   
sha1 = "0.10"
   26     26   
sha2 = "0.10"
   27     27   
tracing = "0.1.40"
   28     28   
   29     29   
[dependencies.aws-smithy-http]
   30     30   
path = "../aws-smithy-http"
   31     31   
version = "0.62.6"
   32     32   
   33     33   
[dependencies.aws-smithy-types]
   34     34   
path = "../aws-smithy-types"
   35         -
version = "1.3.5"
          35  +
version = "1.3.6"
   36     36   
   37     37   
[dev-dependencies]
   38     38   
bytes-utils = "0.1.2"
   39     39   
pretty_assertions = "1.3"
   40     40   
tracing-test = "0.2.1"
   41     41   
   42     42   
[dev-dependencies.tokio]
   43     43   
version = "1.23.1"
   44     44   
features = ["macros", "rt"]

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

@@ -1,1 +60,60 @@
   20     20   
   21     21   
[dependencies]
   22     22   
bytes = "1.10.0"
   23     23   
flate2 = "1.0.30"
   24     24   
futures-util = "0.3"
   25     25   
pin-project-lite = "0.2.14"
   26     26   
tracing = "0.1.40"
   27     27   
   28     28   
[dependencies.aws-smithy-types]
   29     29   
path = "../aws-smithy-types"
   30         -
version = "1.3.5"
          30  +
version = "1.3.6"
   31     31   
   32     32   
[dependencies.aws-smithy-runtime-api]
   33     33   
path = "../aws-smithy-runtime-api"
   34     34   
version = "1.9.3"
   35     35   
   36     36   
[dependencies.http-0-2]
   37     37   
package = "http"
   38     38   
version = "0.2.9"
   39     39   
optional = true
   40     40   

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

@@ -7,7 +53,53 @@
   27     27   
[dependencies]
   28     28   
bytes = "1.10.0"
   29     29   
crc32fast = "1.3"
   30     30   
   31     31   
[dependencies.arbitrary]
   32     32   
version = "1.3"
   33     33   
optional = true
   34     34   
   35     35   
[dependencies.aws-smithy-types]
   36     36   
path = "../aws-smithy-types"
   37         -
version = "1.3.5"
          37  +
version = "1.3.6"
   38     38   
   39     39   
[dependencies.derive_arbitrary]
   40     40   
version = "1.3"
   41     41   
optional = true
   42     42   
   43     43   
[dev-dependencies]
   44     44   
bytes-utils = "0.1"
   45     45   
   46     46   
[dev-dependencies.criterion]
   47     47   
version = "0.5"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-eventstream/fuzz/Cargo.toml

@@ -21,21 +59,59 @@
   41     41   
   42     42   
[dependencies]
   43     43   
arbitrary = "1.3"
   44     44   
bytes = "1"
   45     45   
crc32fast = "1"
   46     46   
derive_arbitrary = "1.3"
   47     47   
libfuzzer-sys = "=0.4.7"
   48     48   
   49     49   
[dependencies.aws-smithy-types]
   50     50   
path = "../../aws-smithy-types"
   51         -
version = "1.3.5"
          51  +
version = "1.3.6"
   52     52   
   53     53   
[dependencies.aws-smithy-eventstream]
   54     54   
features = ["derive-arbitrary"]
   55     55   
path = ".."
   56     56   
version = "0.60.14"
   57     57   
   58     58   
[workspace]
   59     59   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http-client/Cargo.toml

@@ -37,37 +97,97 @@
   57     57   
path = "../aws-smithy-async"
   58     58   
version = "1.2.7"
   59     59   
   60     60   
[dependencies.aws-smithy-runtime-api]
   61     61   
path = "../aws-smithy-runtime-api"
   62     62   
features = ["client"]
   63     63   
version = "1.9.3"
   64     64   
   65     65   
[dependencies.aws-smithy-types]
   66     66   
path = "../aws-smithy-types"
   67         -
version = "1.3.5"
          67  +
version = "1.3.6"
   68     68   
   69     69   
[dependencies.aws-smithy-protocol-test]
   70     70   
path = "../aws-smithy-protocol-test"
   71     71   
optional = true
   72     72   
version = "0.63.7"
   73     73   
   74     74   
[dependencies.h2]
   75     75   
version = "0.4.11"
   76     76   
default-features = false
   77     77   
@@ -189,189 +234,234 @@
  209    209   
version = "1.2.7"
  210    210   
  211    211   
[dev-dependencies.aws-smithy-runtime-api]
  212    212   
path = "../aws-smithy-runtime-api"
  213    213   
features = ["test-util"]
  214    214   
version = "1.9.3"
  215    215   
  216    216   
[dev-dependencies.aws-smithy-types]
  217    217   
path = "../aws-smithy-types"
  218    218   
features = ["http-body-0-4-x", "test-util"]
  219         -
version = "1.3.5"
         219  +
version = "1.3.6"
  220    220   
  221    221   
[dev-dependencies.http-body-util]
  222    222   
version = "0.1.2"
  223    223   
  224    224   
[dev-dependencies.hyper-util]
  225    225   
version = "0.1.16"
  226    226   
features = ["full"]
  227    227   
  228    228   
[dev-dependencies.rustls-pki-types]
  229    229   
version = "1.12.0"

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

@@ -13,13 +73,73 @@
   33     33   
version = "0.60.14"
   34     34   
   35     35   
[dependencies.aws-smithy-runtime-api]
   36     36   
path = "../aws-smithy-runtime-api"
   37     37   
features = ["client", "http-02x"]
   38     38   
version = "1.9.3"
   39     39   
   40     40   
[dependencies.aws-smithy-types]
   41     41   
path = "../aws-smithy-types"
   42     42   
features = ["byte-stream-poll-next", "http-body-0-4-x"]
   43         -
version = "1.3.5"
          43  +
version = "1.3.6"
   44     44   
   45     45   
[dependencies.http-02x]
   46     46   
package = "http"
   47     47   
version = "0.2.9"
   48     48   
   49     49   
[dependencies.http-1x]
   50     50   
package = "http"
   51     51   
version = "1"
   52     52   
   53     53   
[dependencies.http-body-04x]

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

@@ -1,1 +22,22 @@
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10     10   
rust-version = "1.88"
   11     11   
[package.metadata.docs.rs]
   12     12   
all-features = true
   13     13   
targets = ["x86_64-unknown-linux-gnu"]
   14     14   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     15   
rustdoc-args = ["--cfg", "docsrs"]
   16     16   
[dependencies.aws-smithy-types]
   17     17   
path = "../aws-smithy-types"
   18         -
version = "1.3.5"
          18  +
version = "1.3.6"
   19     19   
   20     20   
[dev-dependencies]
   21     21   
proptest = "1"
   22     22   
serde_json = "1.0"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-json/fuzz/Cargo.toml

@@ -3,3 +40,40 @@
   23     23   
   24     24   
[dependencies]
   25     25   
libfuzzer-sys = "=0.4.7"
   26     26   
   27     27   
[dependencies.aws-smithy-json]
   28     28   
path = ".."
   29     29   
version = "0.61.8"
   30     30   
   31     31   
[dependencies.aws-smithy-types]
   32     32   
path = "../../aws-smithy-types"
   33         -
version = "1.3.5"
          33  +
version = "1.3.6"
   34     34   
   35     35   
[dependencies.serde_json]
   36     36   
version = "1"
   37     37   
features = ["float_roundtrip"]
   38     38   
   39     39   
[workspace]
   40     40   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-legacy-http/Cargo.toml

@@ -13,13 +73,73 @@
   33     33   
version = "0.60.14"
   34     34   
   35     35   
[dependencies.aws-smithy-runtime-api]
   36     36   
path = "../aws-smithy-runtime-api"
   37     37   
features = ["client", "http-02x"]
   38     38   
version = "1.9.3"
   39     39   
   40     40   
[dependencies.aws-smithy-types]
   41     41   
path = "../aws-smithy-types"
   42     42   
features = ["byte-stream-poll-next", "http-body-0-4-x"]
   43         -
version = "1.3.5"
          43  +
version = "1.3.6"
   44     44   
   45     45   
[dependencies.http-02x]
   46     46   
package = "http"
   47     47   
version = "0.2.9"
   48     48   
   49     49   
[dependencies.http-1x]
   50     50   
package = "http"
   51     51   
version = "1"
   52     52   
   53     53   
[dependencies.http-body-04x]

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

@@ -1,1 +45,45 @@
   12     12   
all-features = true
   13     13   
targets = ["x86_64-unknown-linux-gnu"]
   14     14   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     15   
rustdoc-args = ["--cfg", "docsrs"]
   16     16   
   17     17   
[dependencies]
   18     18   
http = "1"
   19     19   
   20     20   
[dependencies.aws-smithy-types]
   21     21   
path = "../aws-smithy-types"
   22         -
version = "1.3.5"
          22  +
version = "1.3.6"
   23     23   
   24     24   
[dependencies.aws-smithy-runtime-api]
   25     25   
path = "../aws-smithy-runtime-api"
   26     26   
features = ["client", "http-1x", "test-util"]
   27     27   
version = "1.9.3"
   28     28   
   29     29   
[dependencies.aws-smithy-http-client]
   30     30   
path = "../aws-smithy-http-client"
   31     31   
features = ["test-util"]
   32     32   
version = "1.1.5"