Client Test

Client Test

rev. 5a860d70d7e90d11840f267fbc8429e14ba5d76d (ignoring whitespace)

Files changed:

tmp-codegen-diff/codegen-client-test/rest_xml/rust-client-codegen/Cargo.toml

@@ -31,31 +64,63 @@
   51     51   
version = "1.23.1"
   52     52   
features = ["macros", "test-util", "rt-multi-thread"]
   53     53   
[dev-dependencies.tracing-test]
   54     54   
version = "0.2.5"
   55     55   
features = ["no-env-filter"]
   56     56   
[features]
   57     57   
test-util = ["aws-smithy-runtime/test-util"]
   58     58   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   59     59   
behavior-version-latest = []
   60     60   
rustls = ["aws-smithy-runtime/tls-rustls"]
   61         -
gated-tests = []
   62     61   
default = ["rt-tokio", "rustls"]
   63     62   
   64     63   

tmp-codegen-diff/codegen-client-test/rest_xml_extras/rust-client-codegen/Cargo.toml

@@ -21,21 +54,53 @@
   41     41   
[dev-dependencies.tracing]
   42     42   
version = "0.1"
   43     43   
[dev-dependencies.tracing-test]
   44     44   
version = "0.2.5"
   45     45   
features = ["no-env-filter"]
   46     46   
[features]
   47     47   
test-util = ["aws-smithy-runtime/test-util"]
   48     48   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   49     49   
behavior-version-latest = []
   50     50   
rustls = ["aws-smithy-runtime/tls-rustls"]
   51         -
gated-tests = []
   52     51   
default = ["rt-tokio", "rustls"]
   53     52   
   54     53   

tmp-codegen-diff/codegen-client-test/rest_xml_extras_unwrapped/rust-client-codegen/Cargo.toml

@@ -16,16 +49,48 @@
   36     36   
[dev-dependencies.tracing]
   37     37   
version = "0.1"
   38     38   
[dev-dependencies.tracing-test]
   39     39   
version = "0.2.5"
   40     40   
features = ["no-env-filter"]
   41     41   
[features]
   42     42   
test-util = ["aws-smithy-runtime/test-util"]
   43     43   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   44     44   
behavior-version-latest = []
   45     45   
rustls = ["aws-smithy-runtime/tls-rustls"]
   46         -
gated-tests = []
   47     46   
default = ["rt-tokio", "rustls"]
   48     47   
   49     48   

tmp-codegen-diff/codegen-client-test/rest_xml_namespace/rust-client-codegen/Cargo.toml

@@ -19,19 +52,51 @@
   39     39   
[dev-dependencies.tracing]
   40     40   
version = "0.1"
   41     41   
[dev-dependencies.tracing-test]
   42     42   
version = "0.2.5"
   43     43   
features = ["no-env-filter"]
   44     44   
[features]
   45     45   
test-util = ["aws-smithy-runtime/test-util"]
   46     46   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   47     47   
behavior-version-latest = []
   48     48   
rustls = ["aws-smithy-runtime/tls-rustls"]
   49         -
gated-tests = []
   50     49   
default = ["rt-tokio", "rustls"]
   51     50   
   52     51   

tmp-codegen-diff/codegen-client-test/rpcv2Cbor/rust-client-codegen/Cargo.toml

@@ -19,19 +52,51 @@
   39     39   
[dev-dependencies.tracing]
   40     40   
version = "0.1"
   41     41   
[dev-dependencies.tracing-test]
   42     42   
version = "0.2.5"
   43     43   
features = ["no-env-filter"]
   44     44   
[features]
   45     45   
test-util = ["aws-smithy-runtime/test-util"]
   46     46   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   47     47   
behavior-version-latest = []
   48     48   
rustls = ["aws-smithy-runtime/tls-rustls"]
   49         -
gated-tests = []
   50     49   
default = ["rt-tokio", "rustls"]
   51     50   
   52     51   

tmp-codegen-diff/codegen-client-test/rpcv2Cbor_extras/rust-client-codegen/Cargo.toml

@@ -16,16 +49,48 @@
   36     36   
[dev-dependencies.tracing]
   37     37   
version = "0.1"
   38     38   
[dev-dependencies.tracing-test]
   39     39   
version = "0.2.5"
   40     40   
features = ["no-env-filter"]
   41     41   
[features]
   42     42   
test-util = ["aws-smithy-runtime/test-util"]
   43     43   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   44     44   
behavior-version-latest = []
   45     45   
rustls = ["aws-smithy-runtime/tls-rustls"]
   46         -
gated-tests = []
   47     46   
default = ["rt-tokio", "rustls"]
   48     47   
   49     48   

tmp-codegen-diff/codegen-client-test/simple/rust-client-codegen/Cargo.toml

@@ -4,4 +37,36 @@
   24     24   
path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-types"
   25     25   
[dependencies.bytes]
   26     26   
version = "1.4.0"
   27     27   
[dependencies.http]
   28     28   
version = "0.2.9"
   29     29   
[features]
   30     30   
test-util = ["aws-smithy-runtime/test-util"]
   31     31   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   32     32   
behavior-version-latest = []
   33     33   
rustls = ["aws-smithy-runtime/tls-rustls"]
   34         -
gated-tests = []
   35     34   
default = ["rt-tokio", "rustls"]
   36     35   
   37     36