AWS SDK

AWS SDK

rev. 5a860d70d7e90d11840f267fbc8429e14ba5d76d

Files changed:

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

@@ -15,15 +88,87 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.http]
   59     59   
version = "0.2.9"
   60     60   
   61     61   
[dependencies.once_cell]
   62     62   
version = "1.16"
   63     63   
   64     64   
[dependencies.regex-lite]
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-config]
   70     70   
path = "../aws-config"
   71         -
version = "1.5.10"
          71  +
version = "1.5.9"
   72     72   
   73     73   
[dev-dependencies.aws-credential-types]
   74     74   
path = "../aws-credential-types"
   75     75   
features = ["test-util"]
   76     76   
version = "1.2.1"
   77     77   
   78     78   
[dev-dependencies.tokio]
   79     79   
version = "1.23.1"
   80     80   
features = ["macros", "test-util", "rt-multi-thread"]
   81     81   
   82     82   
[features]
   83     83   
behavior-version-latest = []
   84     84   
rustls = ["aws-smithy-runtime/tls-rustls"]
   85     85   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   86     86   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
   87         -
gated-tests = []
   88     87   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +138,137 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.fastrand]
   59     59   
version = "2.0.0"
   60     60   
   61     61   
[dependencies.http]
   62     62   
version = "0.2.9"
   63     63   
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.approx]
   73     73   
version = "0.5.1"
   74     74   
   75     75   
[dev-dependencies.aws-config]
   76     76   
path = "../aws-config"
   77         -
version = "1.5.10"
          77  +
version = "1.5.9"
   78     78   
   79     79   
[dev-dependencies.aws-credential-types]
   80     80   
path = "../aws-credential-types"
   81     81   
features = ["test-util"]
   82     82   
version = "1.2.1"
   83     83   
   84     84   
[dev-dependencies.aws-runtime]
   85     85   
path = "../aws-runtime"
   86     86   
features = ["test-util"]
   87     87   
version = "1.4.3"
   88     88   
   89     89   
[dev-dependencies.aws-smithy-async]
   90     90   
path = "../aws-smithy-async"
   91     91   
features = ["test-util"]
   92     92   
version = "1.2.1"
   93     93   
   94     94   
[dev-dependencies.aws-smithy-protocol-test]
   95     95   
path = "../aws-smithy-protocol-test"
   96     96   
version = "0.63.0"
   97     97   
   98     98   
[dev-dependencies.aws-smithy-runtime]
   99     99   
path = "../aws-smithy-runtime"
  100    100   
features = ["test-util", "wire-mock"]
  101    101   
version = "1.7.3"
  102    102   
  103    103   
[dev-dependencies.aws-smithy-runtime-api]
  104    104   
path = "../aws-smithy-runtime-api"
  105    105   
features = ["test-util"]
  106         -
version = "1.7.3"
         106  +
version = "1.7.2"
  107    107   
  108    108   
[dev-dependencies.aws-smithy-types]
  109    109   
path = "../aws-smithy-types"
  110    110   
features = ["test-util"]
  111         -
version = "1.2.9"
         111  +
version = "1.2.8"
  112    112   
  113    113   
[dev-dependencies.criterion]
  114    114   
version = "0.5.0"
  115    115   
  116    116   
[dev-dependencies.futures-util]
  117    117   
version = "0.3.25"
  118    118   
features = ["alloc"]
  119    119   
default-features = false
  120    120   
  121    121   
[dev-dependencies.serde_json]
  122    122   
version = "1.0.0"
  123    123   
  124    124   
[dev-dependencies.tokio]
  125    125   
version = "1.23.1"
  126    126   
features = ["macros", "test-util", "rt-multi-thread"]
  127    127   
  128    128   
[dev-dependencies.tracing-subscriber]
  129    129   
version = "0.3.16"
  130    130   
features = ["env-filter", "json"]
  131    131   
  132    132   
[features]
  133    133   
behavior-version-latest = []
  134    134   
rustls = ["aws-smithy-runtime/tls-rustls"]
  135    135   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  136    136   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  137         -
gated-tests = []
  138    137   
default = ["rustls", "rt-tokio"]

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

@@ -19,19 +137,136 @@
   39     39   
version = "0.60.7"
   40     40   
   41     41   
[dependencies.aws-smithy-runtime]
   42     42   
path = "../aws-smithy-runtime"
   43     43   
features = ["client"]
   44     44   
version = "1.7.3"
   45     45   
   46     46   
[dependencies.aws-smithy-runtime-api]
   47     47   
path = "../aws-smithy-runtime-api"
   48     48   
features = ["client", "http-02x"]
   49         -
version = "1.7.3"
          49  +
version = "1.7.2"
   50     50   
   51     51   
[dependencies.aws-smithy-types]
   52     52   
path = "../aws-smithy-types"
   53         -
version = "1.2.9"
          53  +
version = "1.2.8"
   54     54   
   55     55   
[dependencies.aws-smithy-xml]
   56     56   
path = "../aws-smithy-xml"
   57     57   
version = "0.60.9"
   58     58   
   59     59   
[dependencies.aws-types]
   60     60   
path = "../aws-types"
   61     61   
version = "1.3.3"
   62     62   
   63     63   
[dependencies.fastrand]
   64     64   
version = "2.0.0"
   65     65   
   66     66   
[dependencies.http]
   67     67   
version = "0.2.9"
   68     68   
   69     69   
[dependencies.once_cell]
   70     70   
version = "1.16"
   71     71   
   72     72   
[dependencies.regex-lite]
   73     73   
version = "0.1.5"
   74     74   
   75     75   
[dependencies.tracing]
   76     76   
version = "0.1"
   77     77   
[dev-dependencies.aws-config]
   78     78   
path = "../aws-config"
   79         -
version = "1.5.10"
          79  +
version = "1.5.9"
   80     80   
   81     81   
[dev-dependencies.aws-credential-types]
   82     82   
path = "../aws-credential-types"
   83     83   
features = ["test-util"]
   84     84   
version = "1.2.1"
   85     85   
   86     86   
[dev-dependencies.aws-runtime]
   87     87   
path = "../aws-runtime"
   88     88   
features = ["test-util"]
   89     89   
version = "1.4.3"
   90     90   
   91     91   
[dev-dependencies.aws-smithy-async]
   92     92   
path = "../aws-smithy-async"
   93     93   
features = ["test-util"]
   94     94   
version = "1.2.1"
   95     95   
   96     96   
[dev-dependencies.aws-smithy-protocol-test]
   97     97   
path = "../aws-smithy-protocol-test"
   98     98   
version = "0.63.0"
   99     99   
  100    100   
[dev-dependencies.aws-smithy-runtime]
  101    101   
path = "../aws-smithy-runtime"
  102    102   
features = ["test-util", "wire-mock"]
  103    103   
version = "1.7.3"
  104    104   
  105    105   
[dev-dependencies.aws-smithy-runtime-api]
  106    106   
path = "../aws-smithy-runtime-api"
  107    107   
features = ["test-util"]
  108         -
version = "1.7.3"
         108  +
version = "1.7.2"
  109    109   
  110    110   
[dev-dependencies.aws-smithy-types]
  111    111   
path = "../aws-smithy-types"
  112    112   
features = ["test-util"]
  113         -
version = "1.2.9"
         113  +
version = "1.2.8"
  114    114   
  115    115   
[dev-dependencies.futures-util]
  116    116   
version = "0.3.25"
  117    117   
features = ["alloc"]
  118    118   
default-features = false
  119    119   
  120    120   
[dev-dependencies.serde_json]
  121    121   
version = "1.0.0"
  122    122   
  123    123   
[dev-dependencies.tokio]
  124    124   
version = "1.23.1"
  125    125   
features = ["macros", "test-util", "rt-multi-thread"]
  126    126   
  127    127   
[dev-dependencies.tracing-subscriber]
  128    128   
version = "0.3.16"
  129    129   
features = ["env-filter", "json"]
  130    130   
  131    131   
[features]
  132    132   
behavior-version-latest = []
  133    133   
rustls = ["aws-smithy-runtime/tls-rustls"]
  134    134   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  135    135   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  136         -
gated-tests = []
  137    136   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +91,90 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.fastrand]
   59     59   
version = "2.0.0"
   60     60   
   61     61   
[dependencies.http]
   62     62   
version = "0.2.9"
   63     63   
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.aws-config]
   73     73   
path = "../aws-config"
   74         -
version = "1.5.10"
          74  +
version = "1.5.9"
   75     75   
   76     76   
[dev-dependencies.aws-credential-types]
   77     77   
path = "../aws-credential-types"
   78     78   
features = ["test-util"]
   79     79   
version = "1.2.1"
   80     80   
   81     81   
[dev-dependencies.tokio]
   82     82   
version = "1.23.1"
   83     83   
features = ["macros", "test-util", "rt-multi-thread"]
   84     84   
   85     85   
[features]
   86     86   
behavior-version-latest = []
   87     87   
rustls = ["aws-smithy-runtime/tls-rustls"]
   88     88   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   89     89   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
   90         -
gated-tests = []
   91     90   
default = ["rustls", "rt-tokio"]

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

@@ -19,19 +146,145 @@
   39     39   
version = "0.60.7"
   40     40   
   41     41   
[dependencies.aws-smithy-runtime]
   42     42   
path = "../aws-smithy-runtime"
   43     43   
features = ["client"]
   44     44   
version = "1.7.3"
   45     45   
   46     46   
[dependencies.aws-smithy-runtime-api]
   47     47   
path = "../aws-smithy-runtime-api"
   48     48   
features = ["client", "http-02x"]
   49         -
version = "1.7.3"
          49  +
version = "1.7.2"
   50     50   
   51     51   
[dependencies.aws-smithy-types]
   52     52   
path = "../aws-smithy-types"
   53         -
version = "1.2.9"
          53  +
version = "1.2.8"
   54     54   
   55     55   
[dependencies.aws-types]
   56     56   
path = "../aws-types"
   57     57   
version = "1.3.3"
   58     58   
   59     59   
[dependencies.bytes]
   60     60   
version = "1.4.0"
   61     61   
   62     62   
[dependencies.hex]
   63     63   
version = "0.4.3"
   64     64   
   65     65   
[dependencies.http]
   66     66   
version = "0.2.9"
   67     67   
   68     68   
[dependencies.once_cell]
   69     69   
version = "1.16"
   70     70   
   71     71   
[dependencies.regex-lite]
   72     72   
version = "0.1.5"
   73     73   
   74     74   
[dependencies.ring]
   75     75   
version = "0.17.5"
   76     76   
   77     77   
[dependencies.tracing]
   78     78   
version = "0.1"
   79     79   
[dev-dependencies.aws-config]
   80     80   
path = "../aws-config"
   81         -
version = "1.5.10"
          81  +
version = "1.5.9"
   82     82   
   83     83   
[dev-dependencies.aws-credential-types]
   84     84   
path = "../aws-credential-types"
   85     85   
features = ["test-util"]
   86     86   
version = "1.2.1"
   87     87   
   88     88   
[dev-dependencies.aws-runtime]
   89     89   
path = "../aws-runtime"
   90     90   
features = ["test-util"]
   91     91   
version = "1.4.3"
   92     92   
   93     93   
[dev-dependencies.aws-smithy-async]
   94     94   
path = "../aws-smithy-async"
   95     95   
features = ["test-util"]
   96     96   
version = "1.2.1"
   97     97   
   98     98   
[dev-dependencies.aws-smithy-protocol-test]
   99     99   
path = "../aws-smithy-protocol-test"
  100    100   
version = "0.63.0"
  101    101   
  102    102   
[dev-dependencies.aws-smithy-runtime]
  103    103   
path = "../aws-smithy-runtime"
  104    104   
features = ["test-util", "wire-mock", "client"]
  105    105   
version = "1.7.3"
  106    106   
  107    107   
[dev-dependencies.aws-smithy-runtime-api]
  108    108   
path = "../aws-smithy-runtime-api"
  109    109   
features = ["test-util"]
  110         -
version = "1.7.3"
         110  +
version = "1.7.2"
  111    111   
  112    112   
[dev-dependencies.aws-smithy-types]
  113    113   
path = "../aws-smithy-types"
  114    114   
features = ["test-util"]
  115         -
version = "1.2.9"
         115  +
version = "1.2.8"
  116    116   
  117    117   
[dev-dependencies.futures-util]
  118    118   
version = "0.3.25"
  119    119   
features = ["alloc"]
  120    120   
default-features = false
  121    121   
  122    122   
[dev-dependencies.pretty_assertions]
  123    123   
version = "1.3.0"
  124    124   
  125    125   
[dev-dependencies.serde_json]
  126    126   
version = "1.0.0"
  127    127   
  128    128   
[dev-dependencies.tokio]
  129    129   
version = "1.23.1"
  130    130   
features = ["macros", "test-util", "rt-multi-thread"]
  131    131   
  132    132   
[dev-dependencies.tracing-subscriber]
  133    133   
version = "0.3.16"
  134    134   
features = ["env-filter", "json"]
  135    135   
  136    136   
[dev-dependencies.tracing-test]
  137    137   
version = "0.2.5"
  138    138   
features = ["no-env-filter"]
  139    139   
  140    140   
[features]
  141    141   
behavior-version-latest = []
  142    142   
rustls = ["aws-smithy-runtime/tls-rustls"]
  143    143   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  144    144   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  145         -
gated-tests = []
  146    145   
default = ["rustls", "rt-tokio"]

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

@@ -19,19 +134,133 @@
   39     39   
version = "0.60.7"
   40     40   
   41     41   
[dependencies.aws-smithy-runtime]
   42     42   
path = "../aws-smithy-runtime"
   43     43   
features = ["client"]
   44     44   
version = "1.7.3"
   45     45   
   46     46   
[dependencies.aws-smithy-runtime-api]
   47     47   
path = "../aws-smithy-runtime-api"
   48     48   
features = ["client", "http-02x"]
   49         -
version = "1.7.3"
          49  +
version = "1.7.2"
   50     50   
   51     51   
[dependencies.aws-smithy-types]
   52     52   
path = "../aws-smithy-types"
   53         -
version = "1.2.9"
          53  +
version = "1.2.8"
   54     54   
   55     55   
[dependencies.aws-smithy-xml]
   56     56   
path = "../aws-smithy-xml"
   57     57   
version = "0.60.9"
   58     58   
   59     59   
[dependencies.aws-types]
   60     60   
path = "../aws-types"
   61     61   
version = "1.3.3"
   62     62   
   63     63   
[dependencies.http]
   64     64   
version = "0.2.9"
   65     65   
   66     66   
[dependencies.once_cell]
   67     67   
version = "1.16"
   68     68   
   69     69   
[dependencies.regex-lite]
   70     70   
version = "0.1.5"
   71     71   
   72     72   
[dependencies.tracing]
   73     73   
version = "0.1"
   74     74   
[dev-dependencies.aws-config]
   75     75   
path = "../aws-config"
   76         -
version = "1.5.10"
          76  +
version = "1.5.9"
   77     77   
   78     78   
[dev-dependencies.aws-credential-types]
   79     79   
path = "../aws-credential-types"
   80     80   
features = ["test-util"]
   81     81   
version = "1.2.1"
   82     82   
   83     83   
[dev-dependencies.aws-runtime]
   84     84   
path = "../aws-runtime"
   85     85   
features = ["test-util"]
   86     86   
version = "1.4.3"
   87     87   
   88     88   
[dev-dependencies.aws-smithy-async]
   89     89   
path = "../aws-smithy-async"
   90     90   
features = ["test-util"]
   91     91   
version = "1.2.1"
   92     92   
   93     93   
[dev-dependencies.aws-smithy-protocol-test]
   94     94   
path = "../aws-smithy-protocol-test"
   95     95   
version = "0.63.0"
   96     96   
   97     97   
[dev-dependencies.aws-smithy-runtime]
   98     98   
path = "../aws-smithy-runtime"
   99     99   
features = ["test-util", "wire-mock"]
  100    100   
version = "1.7.3"
  101    101   
  102    102   
[dev-dependencies.aws-smithy-runtime-api]
  103    103   
path = "../aws-smithy-runtime-api"
  104    104   
features = ["test-util"]
  105         -
version = "1.7.3"
         105  +
version = "1.7.2"
  106    106   
  107    107   
[dev-dependencies.aws-smithy-types]
  108    108   
path = "../aws-smithy-types"
  109    109   
features = ["test-util"]
  110         -
version = "1.2.9"
         110  +
version = "1.2.8"
  111    111   
  112    112   
[dev-dependencies.futures-util]
  113    113   
version = "0.3.25"
  114    114   
features = ["alloc"]
  115    115   
default-features = false
  116    116   
  117    117   
[dev-dependencies.serde_json]
  118    118   
version = "1.0.0"
  119    119   
  120    120   
[dev-dependencies.tokio]
  121    121   
version = "1.23.1"
  122    122   
features = ["macros", "test-util", "rt-multi-thread"]
  123    123   
  124    124   
[dev-dependencies.tracing-subscriber]
  125    125   
version = "0.3.16"
  126    126   
features = ["env-filter", "json"]
  127    127   
  128    128   
[features]
  129    129   
behavior-version-latest = []
  130    130   
rustls = ["aws-smithy-runtime/tls-rustls"]
  131    131   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  132    132   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  133         -
gated-tests = []
  134    133   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +129,128 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.http]
   59     59   
version = "0.2.9"
   60     60   
   61     61   
[dependencies.once_cell]
   62     62   
version = "1.16"
   63     63   
   64     64   
[dependencies.regex-lite]
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-config]
   70     70   
path = "../aws-config"
   71         -
version = "1.5.10"
          71  +
version = "1.5.9"
   72     72   
   73     73   
[dev-dependencies.aws-credential-types]
   74     74   
path = "../aws-credential-types"
   75     75   
features = ["test-util"]
   76     76   
version = "1.2.1"
   77     77   
   78     78   
[dev-dependencies.aws-runtime]
   79     79   
path = "../aws-runtime"
   80     80   
features = ["test-util"]
   81     81   
version = "1.4.3"
   82     82   
   83     83   
[dev-dependencies.aws-smithy-async]
   84     84   
path = "../aws-smithy-async"
   85     85   
features = ["test-util"]
   86     86   
version = "1.2.1"
   87     87   
   88     88   
[dev-dependencies.aws-smithy-protocol-test]
   89     89   
path = "../aws-smithy-protocol-test"
   90     90   
version = "0.63.0"
   91     91   
   92     92   
[dev-dependencies.aws-smithy-runtime]
   93     93   
path = "../aws-smithy-runtime"
   94     94   
features = ["test-util", "wire-mock"]
   95     95   
version = "1.7.3"
   96     96   
   97     97   
[dev-dependencies.aws-smithy-runtime-api]
   98     98   
path = "../aws-smithy-runtime-api"
   99     99   
features = ["test-util"]
  100         -
version = "1.7.3"
         100  +
version = "1.7.2"
  101    101   
  102    102   
[dev-dependencies.aws-smithy-types]
  103    103   
path = "../aws-smithy-types"
  104    104   
features = ["test-util"]
  105         -
version = "1.2.9"
         105  +
version = "1.2.8"
  106    106   
  107    107   
[dev-dependencies.futures-util]
  108    108   
version = "0.3.25"
  109    109   
features = ["alloc"]
  110    110   
default-features = false
  111    111   
  112    112   
[dev-dependencies.serde_json]
  113    113   
version = "1.0.0"
  114    114   
  115    115   
[dev-dependencies.tokio]
  116    116   
version = "1.23.1"
  117    117   
features = ["macros", "test-util", "rt-multi-thread"]
  118    118   
  119    119   
[dev-dependencies.tracing-subscriber]
  120    120   
version = "0.3.16"
  121    121   
features = ["env-filter", "json"]
  122    122   
  123    123   
[features]
  124    124   
behavior-version-latest = []
  125    125   
rustls = ["aws-smithy-runtime/tls-rustls"]
  126    126   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  127    127   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  128         -
gated-tests = []
  129    128   
default = ["rustls", "rt-tokio"]

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

@@ -21,21 +135,134 @@
   41     41   
version = "0.60.7"
   42     42   
   43     43   
[dependencies.aws-smithy-runtime]
   44     44   
path = "../aws-smithy-runtime"
   45     45   
features = ["client"]
   46     46   
version = "1.7.3"
   47     47   
   48     48   
[dependencies.aws-smithy-runtime-api]
   49     49   
path = "../aws-smithy-runtime-api"
   50     50   
features = ["client", "http-02x"]
   51         -
version = "1.7.3"
          51  +
version = "1.7.2"
   52     52   
   53     53   
[dependencies.aws-smithy-types]
   54     54   
path = "../aws-smithy-types"
   55         -
version = "1.2.9"
          55  +
version = "1.2.8"
   56     56   
   57     57   
[dependencies.aws-types]
   58     58   
path = "../aws-types"
   59     59   
version = "1.3.3"
   60     60   
   61     61   
[dependencies.bytes]
   62     62   
version = "1.4.0"
   63     63   
   64     64   
[dependencies.http]
   65     65   
version = "0.2.9"
   66     66   
   67     67   
[dependencies.once_cell]
   68     68   
version = "1.16"
   69     69   
   70     70   
[dependencies.regex-lite]
   71     71   
version = "0.1.5"
   72     72   
   73     73   
[dependencies.tracing]
   74     74   
version = "0.1"
   75     75   
[dev-dependencies.aws-config]
   76     76   
path = "../aws-config"
   77         -
version = "1.5.10"
          77  +
version = "1.5.9"
   78     78   
   79     79   
[dev-dependencies.aws-credential-types]
   80     80   
path = "../aws-credential-types"
   81     81   
features = ["test-util"]
   82     82   
version = "1.2.1"
   83     83   
   84     84   
[dev-dependencies.aws-runtime]
   85     85   
path = "../aws-runtime"
   86     86   
features = ["test-util"]
   87     87   
version = "1.4.3"
   88     88   
   89     89   
[dev-dependencies.aws-smithy-async]
   90     90   
path = "../aws-smithy-async"
   91     91   
features = ["test-util"]
   92     92   
version = "1.2.1"
   93     93   
   94     94   
[dev-dependencies.aws-smithy-protocol-test]
   95     95   
path = "../aws-smithy-protocol-test"
   96     96   
version = "0.63.0"
   97     97   
   98     98   
[dev-dependencies.aws-smithy-runtime]
   99     99   
path = "../aws-smithy-runtime"
  100    100   
features = ["test-util", "wire-mock"]
  101    101   
version = "1.7.3"
  102    102   
  103    103   
[dev-dependencies.aws-smithy-runtime-api]
  104    104   
path = "../aws-smithy-runtime-api"
  105    105   
features = ["test-util"]
  106         -
version = "1.7.3"
         106  +
version = "1.7.2"
  107    107   
  108    108   
[dev-dependencies.aws-smithy-types]
  109    109   
path = "../aws-smithy-types"
  110    110   
features = ["test-util"]
  111         -
version = "1.2.9"
         111  +
version = "1.2.8"
  112    112   
  113    113   
[dev-dependencies.futures-util]
  114    114   
version = "0.3.25"
  115    115   
features = ["alloc"]
  116    116   
default-features = false
  117    117   
  118    118   
[dev-dependencies.serde_json]
  119    119   
version = "1.0.0"
  120    120   
  121    121   
[dev-dependencies.tokio]
  122    122   
version = "1.23.1"
  123    123   
features = ["macros", "test-util", "rt-multi-thread"]
  124    124   
  125    125   
[dev-dependencies.tracing-subscriber]
  126    126   
version = "0.3.16"
  127    127   
features = ["env-filter", "json"]
  128    128   
  129    129   
[features]
  130    130   
behavior-version-latest = []
  131    131   
rustls = ["aws-smithy-runtime/tls-rustls"]
  132    132   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  133    133   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  134         -
gated-tests = []
  135    134   
default = ["rustls", "rt-tokio"]

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

@@ -19,19 +144,143 @@
   39     39   
version = "0.60.7"
   40     40   
   41     41   
[dependencies.aws-smithy-runtime]
   42     42   
path = "../aws-smithy-runtime"
   43     43   
features = ["client"]
   44     44   
version = "1.7.3"
   45     45   
   46     46   
[dependencies.aws-smithy-runtime-api]
   47     47   
path = "../aws-smithy-runtime-api"
   48     48   
features = ["client", "http-02x"]
   49         -
version = "1.7.3"
          49  +
version = "1.7.2"
   50     50   
   51     51   
[dependencies.aws-smithy-types]
   52     52   
path = "../aws-smithy-types"
   53         -
version = "1.2.9"
          53  +
version = "1.2.8"
   54     54   
   55     55   
[dependencies.aws-types]
   56     56   
path = "../aws-types"
   57     57   
version = "1.3.3"
   58     58   
   59     59   
[dependencies.bytes]
   60     60   
version = "1.4.0"
   61     61   
   62     62   
[dependencies.http]
   63     63   
version = "0.2.9"
   64     64   
   65     65   
[dependencies.http-1x]
   66     66   
version = "1"
   67     67   
optional = true
   68     68   
package = "http"
   69     69   
   70     70   
[dependencies.http-body-1x]
   71     71   
version = "1"
   72     72   
optional = true
   73     73   
package = "http-body"
   74     74   
   75     75   
[dependencies.once_cell]
   76     76   
version = "1.16"
   77     77   
   78     78   
[dependencies.regex-lite]
   79     79   
version = "0.1.5"
   80     80   
   81     81   
[dependencies.tracing]
   82     82   
version = "0.1"
   83     83   
[dev-dependencies.aws-config]
   84     84   
path = "../aws-config"
   85         -
version = "1.5.10"
          85  +
version = "1.5.9"
   86     86   
   87     87   
[dev-dependencies.aws-credential-types]
   88     88   
path = "../aws-credential-types"
   89     89   
features = ["test-util"]
   90     90   
version = "1.2.1"
   91     91   
   92     92   
[dev-dependencies.aws-runtime]
   93     93   
path = "../aws-runtime"
   94     94   
features = ["test-util"]
   95     95   
version = "1.4.3"
   96     96   
   97     97   
[dev-dependencies.aws-smithy-async]
   98     98   
path = "../aws-smithy-async"
   99     99   
features = ["test-util"]
  100    100   
version = "1.2.1"
  101    101   
  102    102   
[dev-dependencies.aws-smithy-protocol-test]
  103    103   
path = "../aws-smithy-protocol-test"
  104    104   
version = "0.63.0"
  105    105   
  106    106   
[dev-dependencies.aws-smithy-runtime]
  107    107   
path = "../aws-smithy-runtime"
  108    108   
features = ["test-util", "wire-mock"]
  109    109   
version = "1.7.3"
  110    110   
  111    111   
[dev-dependencies.aws-smithy-runtime-api]
  112    112   
path = "../aws-smithy-runtime-api"
  113    113   
features = ["test-util"]
  114         -
version = "1.7.3"
         114  +
version = "1.7.2"
  115    115   
  116    116   
[dev-dependencies.aws-smithy-types]
  117    117   
path = "../aws-smithy-types"
  118    118   
features = ["test-util"]
  119         -
version = "1.2.9"
         119  +
version = "1.2.8"
  120    120   
  121    121   
[dev-dependencies.futures-util]
  122    122   
version = "0.3.25"
  123    123   
features = ["alloc"]
  124    124   
default-features = false
  125    125   
  126    126   
[dev-dependencies.serde_json]
  127    127   
version = "1.0.0"
  128    128   
  129    129   
[dev-dependencies.tokio]
  130    130   
version = "1.23.1"
  131    131   
features = ["macros", "test-util", "rt-multi-thread"]
  132    132   
  133    133   
[dev-dependencies.tracing-subscriber]
  134    134   
version = "0.3.16"
  135    135   
features = ["env-filter", "json"]
  136    136   
  137    137   
[features]
  138    138   
http-1x = ["dep:http-1x", "dep:http-body-1x", "aws-smithy-runtime-api/http-1x"]
  139    139   
behavior-version-latest = []
  140    140   
rustls = ["aws-smithy-runtime/tls-rustls"]
  141    141   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  142    142   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  143         -
gated-tests = []
  144    143   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +129,128 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.http]
   59     59   
version = "0.2.9"
   60     60   
   61     61   
[dependencies.once_cell]
   62     62   
version = "1.16"
   63     63   
   64     64   
[dependencies.regex-lite]
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-config]
   70     70   
path = "../aws-config"
   71         -
version = "1.5.10"
          71  +
version = "1.5.9"
   72     72   
   73     73   
[dev-dependencies.aws-credential-types]
   74     74   
path = "../aws-credential-types"
   75     75   
features = ["test-util"]
   76     76   
version = "1.2.1"
   77     77   
   78     78   
[dev-dependencies.aws-runtime]
   79     79   
path = "../aws-runtime"
   80     80   
features = ["test-util"]
   81     81   
version = "1.4.3"
   82     82   
   83     83   
[dev-dependencies.aws-smithy-async]
   84     84   
path = "../aws-smithy-async"
   85     85   
features = ["test-util"]
   86     86   
version = "1.2.1"
   87     87   
   88     88   
[dev-dependencies.aws-smithy-protocol-test]
   89     89   
path = "../aws-smithy-protocol-test"
   90     90   
version = "0.63.0"
   91     91   
   92     92   
[dev-dependencies.aws-smithy-runtime]
   93     93   
path = "../aws-smithy-runtime"
   94     94   
features = ["test-util", "wire-mock"]
   95     95   
version = "1.7.3"
   96     96   
   97     97   
[dev-dependencies.aws-smithy-runtime-api]
   98     98   
path = "../aws-smithy-runtime-api"
   99     99   
features = ["test-util"]
  100         -
version = "1.7.3"
         100  +
version = "1.7.2"
  101    101   
  102    102   
[dev-dependencies.aws-smithy-types]
  103    103   
path = "../aws-smithy-types"
  104    104   
features = ["test-util"]
  105         -
version = "1.2.9"
         105  +
version = "1.2.8"
  106    106   
  107    107   
[dev-dependencies.futures-util]
  108    108   
version = "0.3.25"
  109    109   
features = ["alloc"]
  110    110   
default-features = false
  111    111   
  112    112   
[dev-dependencies.serde_json]
  113    113   
version = "1.0.0"
  114    114   
  115    115   
[dev-dependencies.tokio]
  116    116   
version = "1.23.1"
  117    117   
features = ["macros", "test-util", "rt-multi-thread"]
  118    118   
  119    119   
[dev-dependencies.tracing-subscriber]
  120    120   
version = "0.3.16"
  121    121   
features = ["env-filter", "json"]
  122    122   
  123    123   
[features]
  124    124   
behavior-version-latest = []
  125    125   
rustls = ["aws-smithy-runtime/tls-rustls"]
  126    126   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  127    127   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  128         -
gated-tests = []
  129    128   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +101,100 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-smithy-xml]
   52     52   
path = "../aws-smithy-xml"
   53     53   
version = "0.60.9"
   54     54   
   55     55   
[dependencies.aws-types]
   56     56   
path = "../aws-types"
   57     57   
version = "1.3.3"
   58     58   
   59     59   
[dependencies.http]
   60     60   
version = "0.2.9"
   61     61   
   62     62   
[dependencies.once_cell]
   63     63   
version = "1.16"
   64     64   
   65     65   
[dependencies.regex-lite]
   66     66   
version = "0.1.5"
   67     67   
   68     68   
[dependencies.tracing]
   69     69   
version = "0.1"
   70     70   
[dev-dependencies.aws-config]
   71     71   
path = "../aws-config"
   72         -
version = "1.5.10"
          72  +
version = "1.5.9"
   73     73   
   74     74   
[dev-dependencies.aws-credential-types]
   75     75   
path = "../aws-credential-types"
   76     76   
features = ["test-util"]
   77     77   
version = "1.2.1"
   78     78   
   79     79   
[dev-dependencies.aws-smithy-runtime]
   80     80   
path = "../aws-smithy-runtime"
   81     81   
features = ["client", "test-util"]
   82     82   
version = "1.7.3"
   83     83   
   84     84   
[dev-dependencies.pretty_assertions]
   85     85   
version = "1.3.0"
   86     86   
   87     87   
[dev-dependencies.tokio]
   88     88   
version = "1.23.1"
   89     89   
features = ["macros", "test-util", "rt-multi-thread"]
   90     90   
   91     91   
[dev-dependencies.tracing-test]
   92     92   
version = "0.2.5"
   93     93   
features = ["no-env-filter"]
   94     94   
   95     95   
[features]
   96     96   
behavior-version-latest = []
   97     97   
rustls = ["aws-smithy-runtime/tls-rustls"]
   98     98   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   99     99   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  100         -
gated-tests = []
  101    100   
default = ["rustls", "rt-tokio"]

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

@@ -29,29 +93,93 @@
   49     49   
version = "0.60.7"
   50     50   
   51     51   
[dependencies.aws-smithy-runtime]
   52     52   
path = "../aws-smithy-runtime"
   53     53   
features = ["client"]
   54     54   
version = "1.7.3"
   55     55   
   56     56   
[dependencies.aws-smithy-runtime-api]
   57     57   
path = "../aws-smithy-runtime-api"
   58     58   
features = ["client", "http-02x"]
   59         -
version = "1.7.3"
          59  +
version = "1.7.2"
   60     60   
   61     61   
[dependencies.aws-smithy-types]
   62     62   
path = "../aws-smithy-types"
   63         -
version = "1.2.9"
          63  +
version = "1.2.8"
   64     64   
   65     65   
[dependencies.aws-smithy-xml]
   66     66   
path = "../aws-smithy-xml"
   67     67   
version = "0.60.9"
   68     68   
   69     69   
[dependencies.aws-types]
   70     70   
path = "../aws-types"
   71     71   
version = "1.3.3"
   72     72   
   73     73   
[dependencies.bytes]
@@ -97,97 +217,213 @@
  117    117   
version = "0.1"
  118    118   
  119    119   
[dependencies.url]
  120    120   
version = "2.3.1"
  121    121   
[dev-dependencies.async-std]
  122    122   
version = "1.12.0"
  123    123   
  124    124   
[dev-dependencies.aws-config]
  125    125   
path = "../aws-config"
  126    126   
features = ["behavior-version-latest"]
  127         -
version = "1.5.10"
         127  +
version = "1.5.9"
  128    128   
  129    129   
[dev-dependencies.aws-credential-types]
  130    130   
path = "../aws-credential-types"
  131    131   
features = ["test-util"]
  132    132   
version = "1.2.1"
  133    133   
  134    134   
[dev-dependencies.aws-runtime]
  135    135   
path = "../aws-runtime"
  136    136   
features = ["test-util"]
  137    137   
version = "1.4.3"
  138    138   
  139    139   
[dev-dependencies.aws-smithy-async]
  140    140   
path = "../aws-smithy-async"
  141    141   
features = ["test-util"]
  142    142   
version = "1.2.1"
  143    143   
  144    144   
[dev-dependencies.aws-smithy-experimental]
  145    145   
path = "../aws-smithy-experimental"
  146    146   
features = ["crypto-ring"]
  147         -
version = "0.1.5"
         147  +
version = "0.1.4"
  148    148   
  149    149   
[dev-dependencies.aws-smithy-protocol-test]
  150    150   
path = "../aws-smithy-protocol-test"
  151    151   
version = "0.63.0"
  152    152   
  153    153   
[dev-dependencies.aws-smithy-runtime]
  154    154   
path = "../aws-smithy-runtime"
  155    155   
features = ["test-util", "wire-mock", "client"]
  156    156   
version = "1.7.3"
  157    157   
  158    158   
[dev-dependencies.aws-smithy-runtime-api]
  159    159   
path = "../aws-smithy-runtime-api"
  160    160   
features = ["test-util", "client", "http-02x"]
  161         -
version = "1.7.3"
         161  +
version = "1.7.2"
  162    162   
  163    163   
[dev-dependencies.aws-smithy-types]
  164    164   
path = "../aws-smithy-types"
  165    165   
features = ["test-util"]
  166         -
version = "1.2.9"
         166  +
version = "1.2.8"
  167    167   
  168    168   
[dev-dependencies.bytes-utils]
  169    169   
version = "0.1.0"
  170    170   
  171    171   
[dev-dependencies.futures-util]
  172    172   
version = "0.3.25"
  173    173   
features = ["alloc"]
  174    174   
default-features = false
  175    175   
  176    176   
[dev-dependencies.hdrhistogram]
  177    177   
version = "7.5.2"
  178    178   
  179    179   
[dev-dependencies.pretty_assertions]
  180    180   
version = "1.3.0"
  181    181   
  182         -
[dev-dependencies.proptest]
  183         -
version = "1"
  184         -
  185    182   
[dev-dependencies.serde_json]
  186    183   
version = "1.0.0"
  187    184   
  188    185   
[dev-dependencies.smol]
  189    186   
version = "1.2.0"
  190    187   
  191    188   
[dev-dependencies.tempfile]
  192    189   
version = "3.2.0"
  193    190   
  194    191   
[dev-dependencies.tokio]
  195    192   
version = "1.23.1"
  196    193   
features = ["macros", "test-util", "rt-multi-thread"]
  197    194   
  198    195   
[dev-dependencies.tracing-appender]
  199    196   
version = "0.2.2"
  200    197   
  201    198   
[dev-dependencies.tracing-subscriber]
  202    199   
version = "0.3.16"
  203    200   
features = ["env-filter", "json"]
  204    201   
  205    202   
[dev-dependencies.tracing-test]
  206    203   
version = "0.2.5"
  207    204   
features = ["no-env-filter"]
  208    205   
  209    206   
[features]
  210    207   
sigv4a = ["aws-runtime/sigv4a"]
  211    208   
http-1x = ["dep:http-1x", "dep:http-body-1x", "aws-smithy-runtime-api/http-1x"]
  212    209   
behavior-version-latest = []
  213    210   
rustls = ["aws-smithy-runtime/tls-rustls"]
  214    211   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  215    212   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  216         -
gated-tests = []
  217    213   
default = ["sigv4a", "rustls", "rt-tokio"]

tmp-codegen-diff/aws-sdk/sdk/s3/src/endpoint_lib/substring.rs

@@ -17,17 +78,76 @@
   37     37   
    use super::*;
   38     38   
    use proptest::proptest;
   39     39   
   40     40   
    #[test]
   41     41   
    fn substring_forwards() {
   42     42   
        assert_eq!(substring("hello", 0, 2, false, &mut DiagnosticCollector::new()), Some("he"));
   43     43   
        assert_eq!(substring("hello", 0, 0, false, &mut DiagnosticCollector::new()), None);
   44     44   
        assert_eq!(substring("hello", 0, 5, false, &mut DiagnosticCollector::new()), Some("hello"));
   45     45   
        assert_eq!(substring("hello", 0, 6, false, &mut DiagnosticCollector::new()), None);
   46     46   
    }
   47         -
   48         -
    #[test]
   49     47   
    fn substring_backwards() {
   50     48   
        assert_eq!(substring("hello", 0, 2, true, &mut DiagnosticCollector::new()), Some("lo"));
   51     49   
        assert_eq!(substring("hello", 0, 0, true, &mut DiagnosticCollector::new()), None);
   52     50   
        assert_eq!(substring("hello", 0, 5, true, &mut DiagnosticCollector::new()), Some("hello"))
   53     51   
    }
   54     52   
   55     53   
    // substring doesn't support unicode, it always returns none
   56     54   
    #[test]
   57     55   
    fn substring_unicode() {
   58     56   
        let mut collector = DiagnosticCollector::new();

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

@@ -15,15 +142,138 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-smithy-xml]
   52     52   
path = "../aws-smithy-xml"
   53     53   
version = "0.60.9"
   54     54   
   55     55   
[dependencies.aws-types]
   56     56   
path = "../aws-types"
   57     57   
version = "1.3.3"
   58     58   
   59     59   
[dependencies.fastrand]
   60     60   
version = "2.0.0"
   61     61   
   62     62   
[dependencies.http]
   63     63   
version = "0.2.9"
   64     64   
   65     65   
[dependencies.md-5]
   66     66   
version = "0.10.0"
   67     67   
   68     68   
[dependencies.once_cell]
   69     69   
version = "1.16"
   70     70   
   71     71   
[dependencies.regex-lite]
   72     72   
version = "0.1.5"
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
   77     77   
[dependencies.url]
   78     78   
version = "2.3.1"
   79     79   
[dev-dependencies.aws-config]
   80     80   
path = "../aws-config"
   81         -
version = "1.5.10"
          81  +
version = "1.5.9"
   82     82   
   83     83   
[dev-dependencies.aws-credential-types]
   84     84   
path = "../aws-credential-types"
   85     85   
features = ["test-util"]
   86     86   
version = "1.2.1"
   87     87   
   88     88   
[dev-dependencies.aws-runtime]
   89     89   
path = "../aws-runtime"
   90     90   
features = ["test-util"]
   91     91   
version = "1.4.3"
   92     92   
   93     93   
[dev-dependencies.aws-smithy-async]
   94     94   
path = "../aws-smithy-async"
   95     95   
features = ["test-util"]
   96     96   
version = "1.2.1"
   97     97   
   98     98   
[dev-dependencies.aws-smithy-protocol-test]
   99     99   
path = "../aws-smithy-protocol-test"
  100    100   
version = "0.63.0"
  101    101   
  102    102   
[dev-dependencies.aws-smithy-runtime]
  103    103   
path = "../aws-smithy-runtime"
  104    104   
features = ["test-util", "wire-mock", "client"]
  105    105   
version = "1.7.3"
  106    106   
  107    107   
[dev-dependencies.aws-smithy-runtime-api]
  108    108   
path = "../aws-smithy-runtime-api"
  109    109   
features = ["test-util"]
  110         -
version = "1.7.3"
         110  +
version = "1.7.2"
  111    111   
  112    112   
[dev-dependencies.aws-smithy-types]
  113    113   
path = "../aws-smithy-types"
  114    114   
features = ["test-util"]
  115         -
version = "1.2.9"
         115  +
version = "1.2.8"
  116    116   
  117    117   
[dev-dependencies.futures-util]
  118    118   
version = "0.3.25"
  119    119   
features = ["alloc"]
  120    120   
default-features = false
  121    121   
  122         -
[dev-dependencies.proptest]
  123         -
version = "1"
  124         -
  125    122   
[dev-dependencies.serde_json]
  126    123   
version = "1.0.0"
  127    124   
  128    125   
[dev-dependencies.tokio]
  129    126   
version = "1.23.1"
  130    127   
features = ["macros", "test-util", "rt-multi-thread"]
  131    128   
  132    129   
[dev-dependencies.tracing-subscriber]
  133    130   
version = "0.3.16"
  134    131   
features = ["env-filter", "json"]
  135    132   
  136    133   
[features]
  137    134   
behavior-version-latest = []
  138    135   
rustls = ["aws-smithy-runtime/tls-rustls"]
  139    136   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
  140    137   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
  141         -
gated-tests = []
  142    138   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +84,83 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.http]
   59     59   
version = "0.2.9"
   60     60   
   61     61   
[dependencies.once_cell]
   62     62   
version = "1.16"
   63     63   
   64     64   
[dependencies.regex-lite]
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-credential-types]
   70     70   
path = "../aws-credential-types"
   71     71   
features = ["test-util"]
   72     72   
version = "1.2.1"
   73     73   
   74     74   
[dev-dependencies.tokio]
   75     75   
version = "1.23.1"
   76     76   
features = ["macros", "test-util", "rt-multi-thread"]
   77     77   
   78     78   
[features]
   79     79   
behavior-version-latest = []
   80     80   
rustls = ["aws-smithy-runtime/tls-rustls"]
   81     81   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   82     82   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
   83         -
gated-tests = []
   84     83   
default = ["rustls", "rt-tokio"]

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

@@ -15,15 +84,83 @@
   35     35   
version = "0.60.7"
   36     36   
   37     37   
[dependencies.aws-smithy-runtime]
   38     38   
path = "../aws-smithy-runtime"
   39     39   
features = ["client"]
   40     40   
version = "1.7.3"
   41     41   
   42     42   
[dependencies.aws-smithy-runtime-api]
   43     43   
path = "../aws-smithy-runtime-api"
   44     44   
features = ["client", "http-02x"]
   45         -
version = "1.7.3"
          45  +
version = "1.7.2"
   46     46   
   47     47   
[dependencies.aws-smithy-types]
   48     48   
path = "../aws-smithy-types"
   49         -
version = "1.2.9"
          49  +
version = "1.2.8"
   50     50   
   51     51   
[dependencies.aws-types]
   52     52   
path = "../aws-types"
   53     53   
version = "1.3.3"
   54     54   
   55     55   
[dependencies.bytes]
   56     56   
version = "1.4.0"
   57     57   
   58     58   
[dependencies.http]
   59     59   
version = "0.2.9"
   60     60   
   61     61   
[dependencies.once_cell]
   62     62   
version = "1.16"
   63     63   
   64     64   
[dependencies.regex-lite]
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-credential-types]
   70     70   
path = "../aws-credential-types"
   71     71   
features = ["test-util"]
   72     72   
version = "1.2.1"
   73     73   
   74     74   
[dev-dependencies.tokio]
   75     75   
version = "1.23.1"
   76     76   
features = ["macros", "test-util", "rt-multi-thread"]
   77     77   
   78     78   
[features]
   79     79   
behavior-version-latest = []
   80     80   
rustls = ["aws-smithy-runtime/tls-rustls"]
   81     81   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   82     82   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
   83         -
gated-tests = []
   84     83   
default = ["rustls", "rt-tokio"]