AWS SDK

AWS SDK

rev. 628eeeeeed390f5efdbfe607c18848c033debd3e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla-query/query-signed-request.txt

@@ -0,1 +0,3 @@
           1  +
POST /?Param1=value1&X-Amz-Algorithm=AWS4-ECDSA-P256-SHA256&X-Amz-Credential=AKIDEXAMPLE%2F20150830%2Fservice%2Faws4_request&X-Amz-Date=20150830T123600Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Region-Set=us-east-1&X-Amz-Signature=304402207a361da47ef99ca9b92f2a8d5f8f0214a9580491aa78413733200307498bae3d02207072a6f2a774fa336cc5fb84daf553f70ed1867f2e35563e3a24fdf4a329713d HTTP/1.1
           2  +
Host:example.amazonaws.com
           3  +

tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla-query/request.txt

Renamed from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4-test-suite/post-vanilla-query/post-vanilla-query.req

@@ -1,1 +3,0 @@
    1      1   
POST /?Param1=value1 HTTP/1.1
    2      2   
Host:example.amazonaws.com
    3         -
X-Amz-Date:20150830T123600Z

tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/context.json

@@ -0,1 +0,12 @@
           1  +
{
           2  +
    "credentials": {
           3  +
        "access_key_id": "AKIDEXAMPLE",
           4  +
        "secret_access_key": "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY"
           5  +
    },
           6  +
    "expiration_in_seconds": 3600,
           7  +
    "normalize": true,
           8  +
    "region": "us-east-1",
           9  +
    "service": "service",
          10  +
    "sign_body": false,
          11  +
    "timestamp": "2015-08-30T12:36:00Z"
          12  +
}

tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/header-signature.txt

@@ -0,1 +3246,3692 @@
           1  +
3044022051fe398025aafbfc21d054bc78e5edfb96c9acb7fd272795565181d757815e4702202e7b8d2b92324290b1d95f8b0fc5e333bb8b5e333f6160bcab39d7258156d224
              \
 No newline at end of file
    0      2   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/header-signed-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/header-signed-request.txt
    1      3   
new file mode 100644
    2      4   
index 0000000..c0e50a0
    3         -
-- /dev/null
           5  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/header-signed-request.txt
    4      6   
@@ -0,0 +1,6 @@
           7  +
POST / HTTP/1.1
           8  +
Host:example.amazonaws.com
           9  +
X-Amz-Date:20150830T123600Z
          10  +
X-Amz-Region-Set:us-east-1
          11  +
Authorization:AWS4-ECDSA-P256-SHA256 Credential=AKIDEXAMPLE/20150830/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-region-set, Signature=3044022020e04d83be1fc4c7669eb2530c48444ff2ef65e73ab6d4084ba89b886b70d01a0220570df05bd3ba39ccd96a3e831ed8757fbb516baa603d78eaed3ccc95d50a2abb
          12  +
    5     13   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-vanilla/header-string-to-sign.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/header-string-to-sign.txt
    6     14   
similarity index 99%
    7     15   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-vanilla/header-string-to-sign.txt
    8     16   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/header-string-to-sign.txt
    9     17   
index d5650cb..f8adf13 100644
   10     18   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/public-key.json b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/public-key.json
   11     19   
new file mode 100644
   12     20   
index 0000000..379dcb2
   13         -
-- /dev/null
          21  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/public-key.json
   14     22   
@@ -0,0 +1,4 @@
          23  +
{
          24  +
  "X":"b6618f6a65740a99e650b33b6b4b5bd0d43b176d721a3edfea7e7d2d56d936b1",
          25  +
  "Y":"865ed22a7eadc9c5cb9d2cbaca1b3699139fedc5043dc6661864218330c8e518"
          26  +
}
   15     27   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-vanilla/query-canonical-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-canonical-request.txt
   16     28   
similarity index 99%
   17     29   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-vanilla/query-canonical-request.txt
   18     30   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-canonical-request.txt
   19     31   
index e48ce07..5ea8e3c 100644
   20     32   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-signature.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-signature.txt
   21     33   
new file mode 100644
   22     34   
index 0000000..ea8e3b4
   23         -
-- /dev/null
          35  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-signature.txt
   24     36   
@@ -0,0 +1 @@
          37  +
30440220158b75ce84ef2d97a0b287759f9104b9e093ef3a912a84bd78d30274d08c10c4022064fb9961da1d951aba42455df5752c3e3fa8055cd053b59ad53b140d54f6aafd
              \
 No newline at end of file
   25     38   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-signed-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-signed-request.txt
   26     39   
new file mode 100644
   27     40   
index 0000000..616973f
   28         -
-- /dev/null
          41  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-signed-request.txt
   29     42   
@@ -0,0 +1,3 @@
          43  +
POST /?X-Amz-Algorithm=AWS4-ECDSA-P256-SHA256&X-Amz-Credential=AKIDEXAMPLE%2F20150830%2Fservice%2Faws4_request&X-Amz-Date=20150830T123600Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Region-Set=us-east-1&X-Amz-Signature=3044022034768b9f03c61ee7f93b1e23198ff08923345e32f25e662afa5794997f00ebb102205813497325d50d374e486a3fce997e02ae9610a8eb81af01128103dd9d2d997d HTTP/1.1
          44  +
Host:example.amazonaws.com
          45  +
   30     46   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-vanilla/query-string-to-sign.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-string-to-sign.txt
   31     47   
similarity index 99%
   32     48   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-vanilla/query-string-to-sign.txt
   33     49   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/query-string-to-sign.txt
   34     50   
index 34e3382..711c162 100644
   35     51   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/request.txt
   36     52   
new file mode 100644
   37     53   
index 0000000..3f0a82a
   38         -
-- /dev/null
          54  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-vanilla/request.txt
   39     55   
@@ -0,0 +1,2 @@
          56  +
POST / HTTP/1.1
          57  +
Host:example.amazonaws.com
   40     58   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/context.json b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/context.json
   41     59   
new file mode 100644
   42     60   
index 0000000..0db1df1
   43         -
-- /dev/null
          61  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/context.json
   44     62   
@@ -0,0 +1,12 @@
          63  +
{
          64  +
    "credentials": {
          65  +
        "access_key_id": "AKIDEXAMPLE",
          66  +
        "secret_access_key": "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY"
          67  +
    },
          68  +
    "expiration_in_seconds": 3600,
          69  +
    "normalize": true,
          70  +
    "region": "us-east-1",
          71  +
    "service": "service",
          72  +
    "sign_body": true,
          73  +
    "timestamp": "2015-08-30T12:36:00Z"
          74  +
}
              \
 No newline at end of file
   45     75   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded-parameters/header-canonical-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-canonical-request.txt
   46     76   
similarity index 62%
   47     77   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded-parameters/header-canonical-request.txt
   48     78   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-canonical-request.txt
   49     79   
index 05ab787..62639b2 100644
   50         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded-parameters/header-canonical-request.txt
          80  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-canonical-request.txt
   51     81   
@@ -1,12 +1,12 @@
   52     82   
POST
   53     83   
/
   54     84   
   55     85   
content-length:13
   56     86   
content-type:application/x-www-form-urlencoded; charset=utf-8
   57     87   
host:example.amazonaws.com
   58         -
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
          88  +
x-amz-content-sha256:9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
   59     89   
x-amz-date:20150830T123600Z
   60     90   
x-amz-region-set:us-east-1
   61     91   
   62     92   
content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-region-set
   63         -
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
          93  +
9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
              \
 No newline at end of file
   64     94   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-signature.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-signature.txt
   65     95   
new file mode 100644
   66     96   
index 0000000..006ec2e
   67         -
-- /dev/null
          97  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-signature.txt
   68     98   
@@ -0,0 +1 @@
          99  +
3045022100eaa8151b5a6e60d9c52dfa60d186a304d0226984aa9ed21f2913267cdfd365c902203bfd4e6dfea58e68d3cb892939f3a00ac91e80c8df69828aefa1e48245928678
              \
 No newline at end of file
   69    100   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-signed-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-signed-request.txt
   70    101   
new file mode 100644
   71    102   
index 0000000..87a11f2
   72         -
-- /dev/null
         103  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-signed-request.txt
   73    104   
@@ -0,0 +1,10 @@
         105  +
POST / HTTP/1.1
         106  +
Content-Type:application/x-www-form-urlencoded; charset=utf-8
         107  +
Host:example.amazonaws.com
         108  +
Content-Length:13
         109  +
X-Amz-Date:20150830T123600Z
         110  +
X-Amz-Region-Set:us-east-1
         111  +
x-amz-content-sha256:9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
         112  +
Authorization:AWS4-ECDSA-P256-SHA256 Credential=AKIDEXAMPLE/20150830/service/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-region-set, Signature=3045022100c016dc61cbd380cf8160711320957071f5c122ef69164d56d02f79daf51a0603022043e3313aa2f6b46285cc89dfe5616ccc74c810a3d7ea25b76ee1ca496f7facba
         113  +
         114  +
Param1=value1
              \
 No newline at end of file
   74    115   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-string-to-sign.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-string-to-sign.txt
   75    116   
new file mode 100644
   76    117   
index 0000000..c047afb
   77         -
-- /dev/null
         118  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/header-string-to-sign.txt
   78    119   
@@ -0,0 +1,4 @@
         120  +
AWS4-ECDSA-P256-SHA256
         121  +
20150830T123600Z
         122  +
20150830/service/aws4_request
         123  +
bcdb9ab3050c0bb18c5e9eb60e6eb1aaaf00907920065569a99b0c51278639b5
              \
 No newline at end of file
   79    124   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/public-key.json b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/public-key.json
   80    125   
new file mode 100644
   81    126   
index 0000000..379dcb2
   82         -
-- /dev/null
         127  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/public-key.json
   83    128   
@@ -0,0 +1,4 @@
         129  +
{
         130  +
  "X":"b6618f6a65740a99e650b33b6b4b5bd0d43b176d721a3edfea7e7d2d56d936b1",
         131  +
  "Y":"865ed22a7eadc9c5cb9d2cbaca1b3699139fedc5043dc6661864218330c8e518"
         132  +
}
   84    133   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded-parameters/query-canonical-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-canonical-request.txt
   85    134   
similarity index 85%
   86    135   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded-parameters/query-canonical-request.txt
   87    136   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-canonical-request.txt
   88    137   
index fcc454f..6933a8c 100644
   89         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded-parameters/query-canonical-request.txt
         138  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-canonical-request.txt
   90    139   
@@ -1,9 +1,9 @@
   91    140   
POST
   92    141   
/
   93    142   
X-Amz-Algorithm=AWS4-ECDSA-P256-SHA256&X-Amz-Credential=AKIDEXAMPLE%2F20150830%2Fservice%2Faws4_request&X-Amz-Date=20150830T123600Z&X-Amz-Expires=3600&X-Amz-Region-Set=us-east-1&X-Amz-SignedHeaders=content-length%3Bcontent-type%3Bhost
   94    143   
content-length:13
   95    144   
content-type:application/x-www-form-urlencoded; charset=utf-8
   96    145   
host:example.amazonaws.com
   97    146   
   98    147   
content-length;content-type;host
   99         -
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
         148  +
9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
              \
 No newline at end of file
  100    149   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-signature.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-signature.txt
  101    150   
new file mode 100644
  102    151   
index 0000000..34a2e12
  103         -
-- /dev/null
         152  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-signature.txt
  104    153   
@@ -0,0 +1 @@
         154  +
3046022100dcfa462c480d85707221a690323639df78fb10eb2f4913abcfc4eec215c39fb8022100bad863cf9d951963fc2d8068a2887742d553283e5086f644e3ca9ff8b262e13c
              \
 No newline at end of file
  105    155   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-signed-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-signed-request.txt
  106    156   
new file mode 100644
  107    157   
index 0000000..197b99e
  108         -
-- /dev/null
         158  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-signed-request.txt
  109    159   
@@ -0,0 +1,6 @@
         160  +
POST /?X-Amz-Algorithm=AWS4-ECDSA-P256-SHA256&X-Amz-Credential=AKIDEXAMPLE%2F20150830%2Fservice%2Faws4_request&X-Amz-Date=20150830T123600Z&X-Amz-SignedHeaders=content-length%3Bcontent-type%3Bhost&X-Amz-Expires=3600&X-Amz-Region-Set=us-east-1&X-Amz-Signature=30450220128d491ccca3f9a7988d00454d2210dd884d7990ca2cb844d4968c8fa9e937f8022100b3668dd440d8206074460567cee98691f66412fe5a83d8e32c601e1331f2ec2b HTTP/1.1
         161  +
Content-Type:application/x-www-form-urlencoded; charset=utf-8
         162  +
Host:example.amazonaws.com
         163  +
Content-Length:13
         164  +
         165  +
Param1=value1
              \
 No newline at end of file
  110    166   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-string-to-sign.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-string-to-sign.txt
  111    167   
new file mode 100644
  112    168   
index 0000000..9d2bc74
  113         -
-- /dev/null
         169  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/query-string-to-sign.txt
  114    170   
@@ -0,0 +1,4 @@
         171  +
AWS4-ECDSA-P256-SHA256
         172  +
20150830T123600Z
         173  +
20150830/service/aws4_request
         174  +
d4dab970413a0459d2a3bb644b278e96e85f2f6ac8fa09a74bbd6a269ec3dd82
              \
 No newline at end of file
  115    175   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/request.txt
  116    176   
similarity index 80%
  117    177   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req
  118    178   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/request.txt
  119    179   
index 36015f1..8289eaa 100644
  120         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4-test-suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req
         180  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded-parameters/request.txt
  121    181   
@@ -1,6 +1,6 @@
  122    182   
POST / HTTP/1.1
  123    183   
Content-Type:application/x-www-form-urlencoded; charset=utf-8
  124    184   
Host:example.amazonaws.com
  125         -
X-Amz-Date:20150830T123600Z
         185  +
Content-Length:13
  126    186   
  127    187   
Param1=value1
              \
 No newline at end of file
  128    188   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/context.json b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/context.json
  129    189   
new file mode 100644
  130    190   
index 0000000..0db1df1
  131         -
-- /dev/null
         191  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/context.json
  132    192   
@@ -0,0 +1,12 @@
         193  +
{
         194  +
    "credentials": {
         195  +
        "access_key_id": "AKIDEXAMPLE",
         196  +
        "secret_access_key": "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY"
         197  +
    },
         198  +
    "expiration_in_seconds": 3600,
         199  +
    "normalize": true,
         200  +
    "region": "us-east-1",
         201  +
    "service": "service",
         202  +
    "sign_body": true,
         203  +
    "timestamp": "2015-08-30T12:36:00Z"
         204  +
}
              \
 No newline at end of file
  133    205   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/header-canonical-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-canonical-request.txt
  134    206   
similarity index 61%
  135    207   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/header-canonical-request.txt
  136    208   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-canonical-request.txt
  137    209   
index 69009dc..797632b 100644
  138         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/header-canonical-request.txt
         210  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-canonical-request.txt
  139    211   
@@ -1,12 +1,12 @@
  140    212   
POST
  141    213   
/
  142    214   
  143    215   
content-length:13
  144    216   
content-type:application/x-www-form-urlencoded
  145    217   
host:example.amazonaws.com
  146         -
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
         218  +
x-amz-content-sha256:9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
  147    219   
x-amz-date:20150830T123600Z
  148    220   
x-amz-region-set:us-east-1
  149    221   
  150    222   
content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-region-set
  151         -
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
         223  +
9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
              \
 No newline at end of file
  152    224   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-signature.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-signature.txt
  153    225   
new file mode 100644
  154    226   
index 0000000..f5a641c
  155         -
-- /dev/null
         227  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-signature.txt
  156    228   
@@ -0,0 +1 @@
         229  +
304402202dc0a1ca6ca9308bece143f48201f2500761a242ba6efc7857e1ba01a022e843022053f570cb5adf521df2f6732b5077becd86bc2073b30e9d48c2057851902c1c0e
              \
 No newline at end of file
  157    230   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-signed-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-signed-request.txt
  158    231   
new file mode 100644
  159    232   
index 0000000..7bd94a7
  160         -
-- /dev/null
         233  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-signed-request.txt
  161    234   
@@ -0,0 +1,10 @@
         235  +
POST / HTTP/1.1
         236  +
Content-Type:application/x-www-form-urlencoded
         237  +
Host:example.amazonaws.com
         238  +
Content-Length:13
         239  +
X-Amz-Date:20150830T123600Z
         240  +
X-Amz-Region-Set:us-east-1
         241  +
x-amz-content-sha256:9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e
         242  +
Authorization:AWS4-ECDSA-P256-SHA256 Credential=AKIDEXAMPLE/20150830/service/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-content-sha256;x-amz-date;x-amz-region-set, Signature=3045022100955bbc0f0b9d4284719808642167f7d5ea4a72f8c296b75b442898c8b81cd7e502202425fb97620fa9a20344d22b248dd00db07524fc39b5ad77533e00b277331241
         243  +
         244  +
Param1=value1
              \
 No newline at end of file
  162    245   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-string-to-sign.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-string-to-sign.txt
  163    246   
new file mode 100644
  164    247   
index 0000000..8d25ba9
  165         -
-- /dev/null
         248  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/header-string-to-sign.txt
  166    249   
@@ -0,0 +1,4 @@
         250  +
AWS4-ECDSA-P256-SHA256
         251  +
20150830T123600Z
         252  +
20150830/service/aws4_request
         253  +
ba7fa291aefad463b308fdc89b33d852aea9fbcfa151d820117bd8189066cb91
              \
 No newline at end of file
  167    254   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/public-key.json b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/public-key.json
  168    255   
new file mode 100644
  169    256   
index 0000000..379dcb2
  170         -
-- /dev/null
         257  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/public-key.json
  171    258   
@@ -0,0 +1,4 @@
         259  +
{
         260  +
  "X":"b6618f6a65740a99e650b33b6b4b5bd0d43b176d721a3edfea7e7d2d56d936b1",
         261  +
  "Y":"865ed22a7eadc9c5cb9d2cbaca1b3699139fedc5043dc6661864218330c8e518"
         262  +
}
  172    263   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/query-canonical-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-canonical-request.txt
  173    264   
similarity index 99%
  174    265   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/query-canonical-request.txt
  175    266   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-canonical-request.txt
  176    267   
index 9ed065b..563ff58 100644
  177    268   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-signature.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-signature.txt
  178    269   
new file mode 100644
  179    270   
index 0000000..0c77daf
  180         -
-- /dev/null
         271  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-signature.txt
  181    272   
@@ -0,0 +1 @@
         273  +
304402205e21d399153f879b0f32c38742d12941299467bfdc213224cc76a97acffd6ec6022035a9be37a38c19e98e5cfc536fabe885e82fbf999081234b364cab5cacff8733
              \
 No newline at end of file
  182    274   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-signed-request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-signed-request.txt
  183    275   
new file mode 100644
  184    276   
index 0000000..71d6de9
  185         -
-- /dev/null
         277  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-signed-request.txt
  186    278   
@@ -0,0 +1,6 @@
         279  +
POST /?X-Amz-Algorithm=AWS4-ECDSA-P256-SHA256&X-Amz-Credential=AKIDEXAMPLE%2F20150830%2Fservice%2Faws4_request&X-Amz-Date=20150830T123600Z&X-Amz-SignedHeaders=content-length%3Bcontent-type%3Bhost&X-Amz-Expires=3600&X-Amz-Region-Set=us-east-1&X-Amz-Signature=30450221008d8a6aa0bc3f651e6c14c52e9e24dbca58964641c9cb6e55169f9dc74766ae3d022016126756ce1523ac972f66f6bf6e981f44572d3c8916f1f43d428fb2caa0e1ea HTTP/1.1
         280  +
Content-Type:application/x-www-form-urlencoded
         281  +
Host:example.amazonaws.com
         282  +
Content-Length:13
         283  +
         284  +
Param1=value1
              \
 No newline at end of file
  187    285   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/query-string-to-sign.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-string-to-sign.txt
  188    286   
similarity index 99%
  189    287   
rename from tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-sig-v4a-test-suite/post-x-www-form-urlencoded/query-string-to-sign.txt
  190    288   
rename to tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/query-string-to-sign.txt
  191    289   
index bef3143..cc7a224 100644
  192    290   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/request.txt b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/request.txt
  193    291   
new file mode 100644
  194    292   
index 0000000..760b2d3
  195         -
-- /dev/null
         293  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/aws-signing-test-suite/v4a/post-x-www-form-urlencoded/request.txt
  196    294   
@@ -0,0 +1,6 @@
         295  +
POST / HTTP/1.1
         296  +
Content-Type:application/x-www-form-urlencoded
         297  +
Host:example.amazonaws.com
         298  +
Content-Length:13
         299  +
         300  +
Param1=value1
              \
 No newline at end of file
  197    301   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/canonical_request.rs b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/canonical_request.rs
  198    302   
index 9bd636f..b53f33f 100644
  199         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/canonical_request.rs
         303  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/canonical_request.rs
  200    304   
@@ -346,67 +346,78 @@ impl CanonicalRequest<'_> {
  201    305   
            params.push((Cow::Borrowed(k), Cow::Borrowed(v)));
  202    306   
        }
  203    307   
  204    308   
        if let SignatureValues::QueryParams(values) = values {
  205    309   
            add_param(&mut params, param::X_AMZ_DATE, &values.date_time);
  206    310   
            add_param(&mut params, param::X_AMZ_EXPIRES, &values.expires);
  207    311   
  208    312   
            #[cfg(feature = "sigv4a")]
  209    313   
            if let Some(regions) = values.region_set {
  210    314   
                add_param(&mut params, sigv4a::param::X_AMZ_REGION_SET, regions);
  211    315   
            }
  212    316   
  213    317   
            add_param(&mut params, param::X_AMZ_ALGORITHM, values.algorithm);
  214    318   
            add_param(&mut params, param::X_AMZ_CREDENTIAL, &values.credential);
  215    319   
            add_param(
  216    320   
                &mut params,
  217    321   
                param::X_AMZ_SIGNED_HEADERS,
  218    322   
                values.signed_headers.as_str(),
  219    323   
            );
  220    324   
  221    325   
            if let Some(security_token) = values.security_token {
  222    326   
                add_param(
  223    327   
                    &mut params,
  224    328   
                    settings
  225    329   
                        .session_token_name_override
  226    330   
                        .unwrap_or(param::X_AMZ_SECURITY_TOKEN),
  227    331   
                    security_token,
  228    332   
                );
  229    333   
            }
  230    334   
        }
  231         -
        // Sort by param name, and then by param value
         335  +
         336  +
        // Sort on the _encoded_ key/value pairs
         337  +
        let mut params: Vec<(String, String)> = params
         338  +
            .into_iter()
         339  +
            .map(|x| {
         340  +
                use aws_smithy_http::query::fmt_string;
         341  +
                let enc_k = fmt_string(&x.0);
         342  +
                let enc_v = fmt_string(&x.1);
         343  +
                (enc_k, enc_v)
         344  +
            })
         345  +
            .collect();
         346  +
  232    347   
        params.sort();
  233    348   
  234    349   
        let mut query = QueryWriter::new(uri);
  235    350   
        query.clear_params();
  236    351   
        for (key, value) in params {
  237         -
            query.insert(&key, &value);
         352  +
            query.insert_encoded(&key, &value);
  238    353   
        }
  239    354   
  240    355   
        let query = query.build_query();
  241    356   
        if query.is_empty() {
  242    357   
            None
  243    358   
        } else {
  244    359   
            Some(query)
  245    360   
        }
  246    361   
    }
  247    362   
  248    363   
    fn insert_host_header(
  249    364   
        canonical_headers: &mut HeaderMap<HeaderValue>,
  250    365   
        uri: &Uri,
  251    366   
    ) -> HeaderValue {
  252    367   
        match canonical_headers.get(&HOST) {
  253    368   
            Some(header) => header.clone(),
  254    369   
            None => {
  255    370   
                let port = uri.port();
  256    371   
                let scheme = uri.scheme();
  257    372   
                let authority = uri
  258    373   
                    .authority()
  259    374   
                    .expect("request uri authority must be set for signing")
  260    375   
                    .as_str();
  261    376   
                let host = uri
  262    377   
                    .host()
  263    378   
                    .expect("request uri host must be set for signing");
  264    379   
  265    380   
                // Check if port is default (80 for HTTP, 443 for HTTPS) and if so exclude it from the
  266    381   
                // Host header when signing since RFC 2616 indicates that the default port should not be
  267    382   
                // sent in the Host header (and Hyper strips default ports if they are present)
  268    383   
@@ -642,310 +653,320 @@ impl<'a> StringToSign<'a> {
  269    384   
            service,
  270    385   
            hashed_creq,
  271    386   
            signature_version: SignatureVersion::V4a,
  272    387   
        }
  273    388   
    }
  274    389   
}
  275    390   
  276    391   
impl fmt::Display for StringToSign<'_> {
  277    392   
    fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
  278    393   
        write!(
  279    394   
            f,
  280    395   
            "{}\n{}\n{}\n{}",
  281    396   
            self.algorithm,
  282    397   
            format_date_time(self.time),
  283    398   
            match self.signature_version {
  284    399   
                SignatureVersion::V4 => self.scope.to_string(),
  285    400   
                SignatureVersion::V4a => self.scope.v4a_display(),
  286    401   
            },
  287    402   
            self.hashed_creq
  288    403   
        )
  289    404   
    }
  290    405   
}
  291    406   
  292    407   
#[cfg(test)]
  293    408   
mod tests {
  294    409   
    use crate::date_time::test_parsers::parse_date_time;
  295    410   
    use crate::http_request::canonical_request::{
  296    411   
        normalize_header_value, trim_all, CanonicalRequest, SigningScope, StringToSign,
  297    412   
    };
  298    413   
    use crate::http_request::test;
         414  +
    use crate::http_request::test::SigningSuiteTest;
  299    415   
    use crate::http_request::{
  300    416   
        PayloadChecksumKind, SessionTokenMode, SignableBody, SignableRequest, SignatureLocation,
  301    417   
        SigningParams, SigningSettings,
  302    418   
    };
  303    419   
    use crate::sign::v4;
  304    420   
    use crate::sign::v4::sha256_hex_string;
  305    421   
    use aws_credential_types::Credentials;
  306    422   
    use aws_smithy_http::query_writer::QueryWriter;
  307    423   
    use aws_smithy_runtime_api::client::identity::Identity;
  308    424   
    use http0::{HeaderValue, Uri};
  309    425   
    use pretty_assertions::assert_eq;
  310    426   
    use proptest::{prelude::*, proptest};
  311    427   
    use std::borrow::Cow;
  312    428   
    use std::time::Duration;
  313    429   
  314    430   
    fn signing_params(identity: &Identity, settings: SigningSettings) -> SigningParams<'_> {
  315    431   
        v4::signing_params::Builder::default()
  316    432   
            .identity(identity)
  317    433   
            .region("test-region")
  318    434   
            .name("testservicename")
  319    435   
            .time(parse_date_time("20210511T154045Z").unwrap())
  320    436   
            .settings(settings)
  321    437   
            .build()
  322    438   
            .unwrap()
  323    439   
            .into()
  324    440   
    }
  325    441   
  326    442   
    #[test]
  327    443   
    fn test_repeated_header() {
  328         -
        let mut req = test::v4::test_request("get-vanilla-query-order-key-case");
         444  +
        let test = test::SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         445  +
        let mut req = test.request();
  329    446   
        req.headers.push((
  330    447   
            "x-amz-object-attributes".to_string(),
  331    448   
            "Checksum".to_string(),
  332    449   
        ));
  333    450   
        req.headers.push((
  334    451   
            "x-amz-object-attributes".to_string(),
  335    452   
            "ObjectSize".to_string(),
  336    453   
        ));
  337    454   
        let req = SignableRequest::from(&req);
  338    455   
        let settings = SigningSettings {
  339    456   
            payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
  340    457   
            session_token_mode: SessionTokenMode::Exclude,
  341    458   
            ..Default::default()
  342    459   
        };
  343    460   
        let identity = Credentials::for_tests().into();
  344    461   
        let signing_params = signing_params(&identity, settings);
  345    462   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  346    463   
  347    464   
        assert_eq!(
  348    465   
            creq.values.signed_headers().to_string(),
  349    466   
            "host;x-amz-content-sha256;x-amz-date;x-amz-object-attributes"
  350    467   
        );
  351    468   
        assert_eq!(
  352    469   
            creq.header_values_for("x-amz-object-attributes"),
  353    470   
            "Checksum,ObjectSize",
  354    471   
        );
  355    472   
    }
  356    473   
  357    474   
    #[test]
  358    475   
    fn test_host_header_properly_handles_ports() {
  359    476   
        fn host_header_test_setup(endpoint: String) -> String {
  360         -
            let mut req = test::v4::test_request("get-vanilla");
         477  +
            let test = SigningSuiteTest::v4("get-vanilla");
         478  +
            let mut req = test.request();
  361    479   
            req.uri = endpoint;
  362    480   
            let req = SignableRequest::from(&req);
  363    481   
            let settings = SigningSettings {
  364    482   
                payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
  365    483   
                session_token_mode: SessionTokenMode::Exclude,
  366    484   
                ..Default::default()
  367    485   
            };
  368    486   
            let identity = Credentials::for_tests().into();
  369    487   
            let signing_params = signing_params(&identity, settings);
  370    488   
            let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  371    489   
            creq.header_values_for("host")
  372    490   
        }
  373    491   
  374    492   
        // HTTP request with 80 port should not be signed with that port
  375    493   
        let http_80_host_header = host_header_test_setup("http://localhost:80".into());
  376    494   
        assert_eq!(http_80_host_header, "localhost",);
  377    495   
  378    496   
        // HTTP request with non-80 port should be signed with that port
  379    497   
        let http_1234_host_header = host_header_test_setup("http://localhost:1234".into());
  380    498   
        assert_eq!(http_1234_host_header, "localhost:1234",);
  381    499   
  382    500   
        // HTTPS request with 443 port should not be signed with that port
  383    501   
        let https_443_host_header = host_header_test_setup("https://localhost:443".into());
  384    502   
        assert_eq!(https_443_host_header, "localhost",);
  385    503   
  386    504   
        // HTTPS request with non-443 port should be signed with that port
  387    505   
        let https_1234_host_header = host_header_test_setup("https://localhost:1234".into());
  388    506   
        assert_eq!(https_1234_host_header, "localhost:1234",);
  389    507   
    }
  390    508   
  391    509   
    #[test]
  392    510   
    fn test_set_xamz_sha_256() {
  393         -
        let req = test::v4::test_request("get-vanilla-query-order-key-case");
         511  +
        let test = SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         512  +
        let req = test.request();
  394    513   
        let req = SignableRequest::from(&req);
  395    514   
        let settings = SigningSettings {
  396    515   
            payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
  397    516   
            session_token_mode: SessionTokenMode::Exclude,
  398    517   
            ..Default::default()
  399    518   
        };
  400    519   
        let identity = Credentials::for_tests().into();
  401    520   
        let mut signing_params = signing_params(&identity, settings);
  402    521   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  403    522   
        assert_eq!(
  404    523   
            creq.values.content_sha256(),
  405    524   
            "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
  406    525   
        );
  407    526   
        // assert that the sha256 header was added
  408    527   
        assert_eq!(
  409    528   
            creq.values.signed_headers().as_str(),
  410    529   
            "host;x-amz-content-sha256;x-amz-date"
  411    530   
        );
  412    531   
  413    532   
        signing_params.set_payload_checksum_kind(PayloadChecksumKind::NoHeader);
  414    533   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  415    534   
        assert_eq!(creq.values.signed_headers().as_str(), "host;x-amz-date");
  416    535   
    }
  417    536   
  418    537   
    #[test]
  419    538   
    fn test_unsigned_payload() {
  420         -
        let mut req = test::v4::test_request("get-vanilla-query-order-key-case");
         539  +
        let test = SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         540  +
        let mut req = test.request();
  421    541   
        req.set_body(SignableBody::UnsignedPayload);
  422    542   
        let req: SignableRequest<'_> = SignableRequest::from(&req);
  423    543   
  424    544   
        let settings = SigningSettings {
  425    545   
            payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
  426    546   
            ..Default::default()
  427    547   
        };
  428    548   
        let identity = Credentials::for_tests().into();
  429    549   
        let signing_params = signing_params(&identity, settings);
  430    550   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  431    551   
        assert_eq!(creq.values.content_sha256(), "UNSIGNED-PAYLOAD");
  432    552   
        assert!(creq.to_string().ends_with("UNSIGNED-PAYLOAD"));
  433    553   
    }
  434    554   
  435    555   
    #[test]
  436    556   
    fn test_precomputed_payload() {
  437    557   
        let payload_hash = "44ce7dd67c959e0d3524ffac1771dfbba87d2b6b4b4e99e42034a8b803f8b072";
  438         -
        let mut req = test::v4::test_request("get-vanilla-query-order-key-case");
         558  +
        let test = SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         559  +
        let mut req = test.request();
  439    560   
        req.set_body(SignableBody::Precomputed(String::from(payload_hash)));
  440    561   
        let req = SignableRequest::from(&req);
  441    562   
        let settings = SigningSettings {
  442    563   
            payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
  443    564   
            ..Default::default()
  444    565   
        };
  445    566   
        let identity = Credentials::for_tests().into();
  446    567   
        let signing_params = signing_params(&identity, settings);
  447    568   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  448    569   
        assert_eq!(creq.values.content_sha256(), payload_hash);
  449    570   
        assert!(creq.to_string().ends_with(payload_hash));
  450    571   
    }
  451    572   
  452    573   
    #[test]
  453    574   
    fn test_generate_scope() {
  454    575   
        let expected = "20150830/us-east-1/iam/aws4_request\n";
  455    576   
        let scope = SigningScope {
  456    577   
            time: parse_date_time("20150830T123600Z").unwrap(),
  457    578   
            region: "us-east-1",
  458    579   
            service: "iam",
  459    580   
        };
  460    581   
        assert_eq!(format!("{}\n", scope), expected);
  461    582   
    }
  462    583   
  463    584   
    #[test]
  464    585   
    fn test_string_to_sign() {
  465    586   
        let time = parse_date_time("20150830T123600Z").unwrap();
  466         -
        let creq = test::v4::test_canonical_request("get-vanilla-query-order-key-case");
  467         -
        let expected_sts = test::v4::test_sts("get-vanilla-query-order-key-case");
         587  +
        let test = SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         588  +
        let creq = test.canonical_request(SignatureLocation::Headers);
         589  +
        let expected_sts = test.string_to_sign(SignatureLocation::Headers);
  468    590   
        let encoded = sha256_hex_string(creq.as_bytes());
  469    591   
  470    592   
        let actual = StringToSign::new_v4(time, "us-east-1", "service", &encoded);
  471    593   
        assert_eq!(expected_sts, actual.to_string());
  472    594   
    }
  473    595   
  474    596   
    #[test]
  475    597   
    fn test_digest_of_canonical_request() {
  476         -
        let creq = test::v4::test_canonical_request("get-vanilla-query-order-key-case");
         598  +
        let test = SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         599  +
        let creq = test.canonical_request(SignatureLocation::Headers);
  477    600   
        let expected = "816cd5b414d056048ba4f7c5386d6e0533120fb1fcfa93762cf0fc39e2cf19e0";
  478    601   
        let actual = sha256_hex_string(creq.as_bytes());
  479    602   
        assert_eq!(expected, actual);
  480    603   
    }
  481    604   
  482    605   
    #[test]
  483    606   
    fn test_double_url_encode_path() {
  484         -
        let req = test::v4::test_request("double-encode-path");
         607  +
        let test = SigningSuiteTest::v4("double-encode-path");
         608  +
        let req = test.request();
  485    609   
        let req = SignableRequest::from(&req);
  486    610   
        let identity = Credentials::for_tests().into();
  487    611   
        let signing_params = signing_params(&identity, SigningSettings::default());
  488    612   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  489    613   
  490         -
        let expected = test::v4::test_canonical_request("double-encode-path");
         614  +
        let expected = test.canonical_request(SignatureLocation::Headers);
  491    615   
        let actual = format!("{}", creq);
  492    616   
        assert_eq!(actual, expected);
  493    617   
    }
  494    618   
  495    619   
    #[test]
  496    620   
    fn test_double_url_encode() {
  497         -
        let req = test::v4::test_request("double-url-encode");
         621  +
        let test = SigningSuiteTest::v4("double-url-encode");
         622  +
        let req = test.request();
  498    623   
        let req = SignableRequest::from(&req);
  499    624   
        let identity = Credentials::for_tests().into();
  500    625   
        let signing_params = signing_params(&identity, SigningSettings::default());
  501    626   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  502         -
  503         -
        let expected = test::v4::test_canonical_request("double-url-encode");
         627  +
        let expected = test.canonical_request(SignatureLocation::Headers);
  504    628   
        let actual = format!("{}", creq);
  505    629   
        assert_eq!(actual, expected);
  506    630   
    }
  507    631   
  508    632   
    #[test]
  509    633   
    fn test_tilde_in_uri() {
  510    634   
        let req = http0::Request::builder()
  511    635   
            .uri("https://s3.us-east-1.amazonaws.com/my-bucket?list-type=2&prefix=~objprefix&single&k=&unreserved=-_.~").body("").unwrap().into();
  512    636   
        let req = SignableRequest::from(&req);
  513    637   
        let identity = Credentials::for_tests().into();
  514    638   
        let signing_params = signing_params(&identity, SigningSettings::default());
  515    639   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  516    640   
        assert_eq!(
  517    641   
            Some("k=&list-type=2&prefix=~objprefix&single=&unreserved=-_.~"),
  518    642   
            creq.params.as_deref(),
  519    643   
        );
  520    644   
    }
  521    645   
  522    646   
    #[test]
  523    647   
    fn test_signing_urls_with_percent_encoded_query_strings() {
  524    648   
        let all_printable_ascii_chars: String = (32u8..127).map(char::from).collect();
  525    649   
        let uri = Uri::from_static("https://s3.us-east-1.amazonaws.com/my-bucket");
  526    650   
  527    651   
        let mut query_writer = QueryWriter::new(&uri);
  528    652   
        query_writer.insert("list-type", "2");
  529    653   
        query_writer.insert("prefix", &all_printable_ascii_chars);
  530    654   
  531    655   
        let req = http0::Request::builder()
  532    656   
            .uri(query_writer.build_uri())
  533    657   
            .body("")
  534    658   
            .unwrap()
  535    659   
            .into();
  536    660   
        let req = SignableRequest::from(&req);
  537    661   
        let identity = Credentials::for_tests().into();
  538    662   
        let signing_params = signing_params(&identity, SigningSettings::default());
  539    663   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  540    664   
  541    665   
        let expected = "list-type=2&prefix=%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~";
  542    666   
        let actual = creq.params.unwrap();
  543    667   
        assert_eq!(expected, actual);
  544    668   
    }
  545    669   
  546    670   
    #[test]
  547    671   
    fn test_omit_session_token() {
  548         -
        let req = test::v4::test_request("get-vanilla-query-order-key-case");
         672  +
        let test = SigningSuiteTest::v4("get-vanilla-query-order-key-case");
         673  +
        let req = test.request();
  549    674   
        let req = SignableRequest::from(&req);
  550    675   
        let settings = SigningSettings {
  551    676   
            session_token_mode: SessionTokenMode::Include,
  552    677   
            ..Default::default()
  553    678   
        };
  554    679   
        let identity = Credentials::for_tests_with_session_token().into();
  555    680   
        let mut signing_params = signing_params(&identity, settings);
  556    681   
  557    682   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  558    683   
        assert_eq!(
  559    684   
            creq.values.signed_headers().as_str(),
  560    685   
            "host;x-amz-date;x-amz-security-token"
  561    686   
        );
  562    687   
        assert_eq!(
  563    688   
            creq.headers.get("x-amz-security-token").unwrap(),
  564    689   
            "notarealsessiontoken"
  565    690   
        );
  566    691   
  567    692   
        signing_params.set_session_token_mode(SessionTokenMode::Exclude);
  568    693   
        let creq = CanonicalRequest::from(&req, &signing_params).unwrap();
  569    694   
        assert_eq!(
  570    695   
            creq.headers.get("x-amz-security-token").unwrap(),
  571    696   
            "notarealsessiontoken"
  572    697   
        );
  573    698   
        assert_eq!(creq.values.signed_headers().as_str(), "host;x-amz-date");
  574    699   
    }
  575    700   
  576    701   
    // It should exclude authorization, user-agent, x-amzn-trace-id, and transfer-encoding headers from presigning
  577    702   
    #[test]
  578    703   
    fn non_presigning_header_exclusion() {
  579    704   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/sign.rs b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/sign.rs
  580    705   
index c4bbbee..363fc2c 100644
  581         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/sign.rs
         706  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/sign.rs
  582    707   
@@ -6,60 +6,62 @@
  583    708   
use super::error::SigningError;
  584    709   
use super::{PayloadChecksumKind, SignatureLocation};
  585    710   
use crate::http_request::canonical_request::header;
  586    711   
use crate::http_request::canonical_request::param;
  587    712   
use crate::http_request::canonical_request::{CanonicalRequest, StringToSign};
  588    713   
use crate::http_request::error::CanonicalRequestError;
  589    714   
use crate::http_request::SigningParams;
  590    715   
use crate::sign::v4;
  591    716   
#[cfg(feature = "sigv4a")]
  592    717   
use crate::sign::v4a;
  593    718   
use crate::{SignatureVersion, SigningOutput};
  594    719   
use http0::Uri;
  595    720   
use std::borrow::Cow;
  596    721   
use std::fmt::{Debug, Formatter};
  597    722   
use std::str;
  598    723   
  599    724   
const LOG_SIGNABLE_BODY: &str = "LOG_SIGNABLE_BODY";
  600    725   
  601    726   
/// Represents all of the information necessary to sign an HTTP request.
  602    727   
#[derive(Debug)]
  603    728   
#[non_exhaustive]
  604    729   
pub struct SignableRequest<'a> {
  605    730   
    method: &'a str,
  606    731   
    uri: Uri,
  607    732   
    headers: Vec<(&'a str, &'a str)>,
  608    733   
    body: SignableBody<'a>,
  609    734   
}
  610    735   
  611    736   
impl<'a> SignableRequest<'a> {
  612    737   
    /// Creates a new `SignableRequest`.
         738  +
    ///
         739  +
    /// NOTE: The `uri` is expected to already in encoded form.
  613    740   
    pub fn new(
  614    741   
        method: &'a str,
  615    742   
        uri: impl Into<Cow<'a, str>>,
  616    743   
        headers: impl Iterator<Item = (&'a str, &'a str)>,
  617    744   
        body: SignableBody<'a>,
  618    745   
    ) -> Result<Self, SigningError> {
  619    746   
        let uri = uri
  620    747   
            .into()
  621    748   
            .parse()
  622    749   
            .map_err(|e| SigningError::from(CanonicalRequestError::from(e)))?;
  623    750   
        let headers = headers.collect();
  624    751   
        Ok(Self {
  625    752   
            method,
  626    753   
            uri,
  627    754   
            headers,
  628    755   
            body,
  629    756   
        })
  630    757   
    }
  631    758   
  632    759   
    /// Returns the signable URI
  633    760   
    pub(crate) fn uri(&self) -> &Uri {
  634    761   
        &self.uri
  635    762   
    }
  636    763   
  637    764   
    /// Returns the signable HTTP method
  638    765   
    pub(crate) fn method(&self) -> &str {
  639    766   
        self.method
  640    767   
    }
  641    768   
  642    769   
    /// Returns the request headers
  643    770   
@@ -478,436 +480,324 @@ fn add_header(map: &mut Vec<Header>, key: &'static str, value: &str, sensitive:
  644    771   
        sensitive,
  645    772   
    });
  646    773   
}
  647    774   
  648    775   
// add signature to authorization header
  649    776   
// Authorization: algorithm Credential=access key ID/credential scope, SignedHeaders=SignedHeaders, Signature=signature
  650    777   
fn build_authorization_header(
  651    778   
    access_key: &str,
  652    779   
    creq: &CanonicalRequest<'_>,
  653    780   
    sts: StringToSign<'_>,
  654    781   
    signature: &str,
  655    782   
    signature_version: SignatureVersion,
  656    783   
) -> String {
  657    784   
    let scope = match signature_version {
  658    785   
        SignatureVersion::V4 => sts.scope.to_string(),
  659    786   
        SignatureVersion::V4a => sts.scope.v4a_display(),
  660    787   
    };
  661    788   
    format!(
  662    789   
        "{} Credential={}/{}, SignedHeaders={}, Signature={}",
  663    790   
        sts.algorithm,
  664    791   
        access_key,
  665    792   
        scope,
  666    793   
        creq.values.signed_headers().as_str(),
  667    794   
        signature
  668    795   
    )
  669    796   
}
  670    797   
#[cfg(test)]
  671    798   
mod tests {
  672    799   
    use crate::date_time::test_parsers::parse_date_time;
  673    800   
    use crate::http_request::sign::{add_header, SignableRequest};
         801  +
    use crate::http_request::test::SigningSuiteTest;
  674    802   
    use crate::http_request::{
  675         -
        sign, test, SessionTokenMode, SignableBody, SignatureLocation, SigningInstructions,
         803  +
        sign, SessionTokenMode, SignableBody, SignatureLocation, SigningInstructions,
  676    804   
        SigningSettings,
  677    805   
    };
  678    806   
    use crate::sign::v4;
  679    807   
    use aws_credential_types::Credentials;
  680    808   
    use http0::{HeaderValue, Request};
  681    809   
    use pretty_assertions::assert_eq;
  682    810   
    use proptest::proptest;
  683    811   
    use std::borrow::Cow;
  684    812   
    use std::iter;
  685         -
    use std::time::Duration;
  686    813   
  687    814   
    macro_rules! assert_req_eq {
  688    815   
        (http: $expected:expr, $actual:expr) => {
  689    816   
            let mut expected = ($expected).map(|_b|"body");
  690    817   
            let mut actual = ($actual).map(|_b|"body");
  691    818   
            make_headers_comparable(&mut expected);
  692    819   
            make_headers_comparable(&mut actual);
  693    820   
            assert_eq!(format!("{:?}", expected), format!("{:?}", actual));
  694    821   
        };
  695    822   
        ($expected:tt, $actual:tt) => {
  696    823   
            assert_req_eq!(http: ($expected).as_http_request(), $actual);
  697    824   
        };
  698    825   
    }
  699    826   
  700    827   
    pub(crate) fn make_headers_comparable<B>(request: &mut Request<B>) {
  701    828   
        for (_name, value) in request.headers_mut() {
  702    829   
            value.set_sensitive(false);
  703    830   
        }
  704    831   
    }
  705    832   
  706         -
    #[test]
  707         -
    fn test_sign_vanilla_with_headers() {
  708         -
        let settings = SigningSettings::default();
  709         -
        let identity = &Credentials::for_tests().into();
  710         -
        let params = v4::SigningParams {
  711         -
            identity,
  712         -
            region: "us-east-1",
  713         -
            name: "service",
  714         -
            time: parse_date_time("20150830T123600Z").unwrap(),
  715         -
            settings,
  716         -
        }
  717         -
        .into();
  718         -
  719         -
        let original = test::v4::test_request("get-vanilla-query-order-key-case");
  720         -
        let signable = SignableRequest::from(&original);
  721         -
        let out = sign(signable, &params).unwrap();
  722         -
        assert_eq!(
  723         -
            "5557820e7380d585310524bd93d51a08d7757fb5efd7344ee12088f2b0860947",
  724         -
            out.signature
  725         -
        );
  726         -
  727         -
        let mut signed = original.as_http_request();
  728         -
        out.output.apply_to_request_http0x(&mut signed);
  729         -
  730         -
        let expected = test::v4::test_signed_request("get-vanilla-query-order-key-case");
  731         -
        assert_req_eq!(expected, signed);
  732         -
    }
  733         -
         833  +
    // Sigv4A suite tests
  734    834   
    #[cfg(feature = "sigv4a")]
  735         -
    mod sigv4a_tests {
  736         -
        use super::*;
  737         -
        use crate::http_request::canonical_request::{CanonicalRequest, StringToSign};
  738         -
        use crate::http_request::{sign, test, SigningParams};
  739         -
        use crate::sign::v4a;
  740         -
        use p256::ecdsa::signature::{Signature, Verifier};
  741         -
        use p256::ecdsa::{DerSignature, SigningKey};
  742         -
        use pretty_assertions::assert_eq;
  743         -
  744         -
        fn new_v4a_signing_params_from_context(
  745         -
            test_context: &'_ test::v4a::TestContext,
  746         -
            signature_location: SignatureLocation,
  747         -
        ) -> SigningParams<'_> {
  748         -
            let mut params = v4a::SigningParams::from(test_context);
  749         -
            params.settings.signature_location = signature_location;
  750         -
  751         -
            params.into()
  752         -
        }
  753         -
  754         -
        fn run_v4a_test_suite(test_name: &str, signature_location: SignatureLocation) {
  755         -
            let tc = test::v4a::test_context(test_name);
  756         -
            let params = new_v4a_signing_params_from_context(&tc, signature_location);
  757         -
  758         -
            let req = test::v4a::test_request(test_name);
  759         -
            let expected_creq = test::v4a::test_canonical_request(test_name, signature_location);
  760         -
            let signable_req = SignableRequest::from(&req);
  761         -
            let actual_creq = CanonicalRequest::from(&signable_req, &params).unwrap();
         835  +
    mod v4a_suite {
         836  +
        use crate::http_request::test::v4a::run_test_suite_v4a;
  762    837   
  763         -
            assert_eq!(expected_creq, actual_creq.to_string(), "creq didn't match");
  764         -
  765         -
            let expected_string_to_sign =
  766         -
                test::v4a::test_string_to_sign(test_name, signature_location);
  767         -
            let hashed_creq = &v4::sha256_hex_string(actual_creq.to_string().as_bytes());
  768         -
            let actual_string_to_sign = StringToSign::new_v4a(
  769         -
                *params.time(),
  770         -
                params.region_set().unwrap(),
  771         -
                params.name(),
  772         -
                hashed_creq,
  773         -
            )
  774         -
            .to_string();
  775         -
  776         -
            assert_eq!(
  777         -
                expected_string_to_sign, actual_string_to_sign,
  778         -
                "'string to sign' didn't match"
  779         -
            );
  780         -
  781         -
            let out = sign(signable_req, &params).unwrap();
  782         -
            // Sigv4a signatures are non-deterministic, so we can't compare the signature directly.
  783         -
            out.output
  784         -
                .apply_to_request_http0x(&mut req.as_http_request());
  785         -
  786         -
            let creds = params.credentials().unwrap();
  787         -
            let signing_key =
  788         -
                v4a::generate_signing_key(creds.access_key_id(), creds.secret_access_key());
  789         -
            let sig = DerSignature::from_bytes(&hex::decode(out.signature).unwrap()).unwrap();
  790         -
            let sig = sig
  791         -
                .try_into()
  792         -
                .expect("DER-style signatures are always convertible into fixed-size signatures");
  793         -
  794         -
            let signing_key = SigningKey::from_bytes(signing_key.as_ref()).unwrap();
  795         -
            let peer_public_key = signing_key.verifying_key();
  796         -
            let sts = actual_string_to_sign.as_bytes();
  797         -
            peer_public_key.verify(sts, &sig).unwrap();
         838  +
        #[test]
         839  +
        fn test_get_header_key_duplicate() {
         840  +
            run_test_suite_v4a("get-header-key-duplicate")
  798    841   
        }
  799    842   
  800    843   
        #[test]
  801         -
        fn test_get_header_key_duplicate() {
  802         -
            run_v4a_test_suite("get-header-key-duplicate", SignatureLocation::Headers);
         844  +
        #[ignore = "httpparse doesn't support parsing multiline headers since they are deprecated in RFC7230"]
         845  +
        fn test_get_header_value_multiline() {
         846  +
            run_test_suite_v4a("get-header-value-multiline")
  803    847   
        }
  804    848   
  805    849   
        #[test]
  806    850   
        fn test_get_header_value_order() {
  807         -
            run_v4a_test_suite("get-header-value-order", SignatureLocation::Headers);
         851  +
            run_test_suite_v4a("get-header-value-order")
  808    852   
        }
  809    853   
  810    854   
        #[test]
  811    855   
        fn test_get_header_value_trim() {
  812         -
            run_v4a_test_suite("get-header-value-trim", SignatureLocation::Headers);
         856  +
            run_test_suite_v4a("get-header-value-trim");
  813    857   
        }
  814    858   
  815    859   
        #[test]
  816    860   
        fn test_get_relative_normalized() {
  817         -
            run_v4a_test_suite("get-relative-normalized", SignatureLocation::Headers);
         861  +
            run_test_suite_v4a("get-relative-normalized");
  818    862   
        }
  819    863   
  820    864   
        #[test]
  821    865   
        fn test_get_relative_relative_normalized() {
  822         -
            run_v4a_test_suite(
  823         -
                "get-relative-relative-normalized",
  824         -
                SignatureLocation::Headers,
  825         -
            );
         866  +
            run_test_suite_v4a("get-relative-relative-normalized");
  826    867   
        }
  827    868   
  828    869   
        #[test]
  829    870   
        fn test_get_relative_relative_unnormalized() {
  830         -
            run_v4a_test_suite(
  831         -
                "get-relative-relative-unnormalized",
  832         -
                SignatureLocation::Headers,
  833         -
            );
         871  +
            run_test_suite_v4a("get-relative-relative-unnormalized");
  834    872   
        }
  835    873   
  836    874   
        #[test]
  837    875   
        fn test_get_relative_unnormalized() {
  838         -
            run_v4a_test_suite("get-relative-unnormalized", SignatureLocation::Headers);
         876  +
            run_test_suite_v4a("get-relative-unnormalized");
  839    877   
        }
  840    878   
  841    879   
        #[test]
  842    880   
        fn test_get_slash_dot_slash_normalized() {
  843         -
            run_v4a_test_suite("get-slash-dot-slash-normalized", SignatureLocation::Headers);
         881  +
            run_test_suite_v4a("get-slash-dot-slash-normalized");
  844    882   
        }
  845    883   
  846    884   
        #[test]
  847    885   
        fn test_get_slash_dot_slash_unnormalized() {
  848         -
            run_v4a_test_suite(
  849         -
                "get-slash-dot-slash-unnormalized",
  850         -
                SignatureLocation::Headers,
  851         -
            );
         886  +
            run_test_suite_v4a("get-slash-dot-slash-unnormalized");
  852    887   
        }
  853    888   
  854    889   
        #[test]
  855    890   
        fn test_get_slash_normalized() {
  856         -
            run_v4a_test_suite("get-slash-normalized", SignatureLocation::Headers);
         891  +
            run_test_suite_v4a("get-slash-normalized");
  857    892   
        }
  858    893   
  859    894   
        #[test]
  860    895   
        fn test_get_slash_pointless_dot_normalized() {
  861         -
            run_v4a_test_suite(
  862         -
                "get-slash-pointless-dot-normalized",
  863         -
                SignatureLocation::Headers,
  864         -
            );
         896  +
            run_test_suite_v4a("get-slash-pointless-dot-normalized");
  865    897   
        }
  866    898   
  867    899   
        #[test]
  868    900   
        fn test_get_slash_pointless_dot_unnormalized() {
  869         -
            run_v4a_test_suite(
  870         -
                "get-slash-pointless-dot-unnormalized",
  871         -
                SignatureLocation::Headers,
  872         -
            );
         901  +
            run_test_suite_v4a("get-slash-pointless-dot-unnormalized");
  873    902   
        }
  874    903   
  875    904   
        #[test]
  876    905   
        fn test_get_slash_unnormalized() {
  877         -
            run_v4a_test_suite("get-slash-unnormalized", SignatureLocation::Headers);
         906  +
            run_test_suite_v4a("get-slash-unnormalized");
  878    907   
        }
  879    908   
  880    909   
        #[test]
  881    910   
        fn test_get_slashes_normalized() {
  882         -
            run_v4a_test_suite("get-slashes-normalized", SignatureLocation::Headers);
         911  +
            run_test_suite_v4a("get-slashes-normalized");
  883    912   
        }
  884    913   
  885    914   
        #[test]
  886    915   
        fn test_get_slashes_unnormalized() {
  887         -
            run_v4a_test_suite("get-slashes-unnormalized", SignatureLocation::Headers);
         916  +
            run_test_suite_v4a("get-slashes-unnormalized");
         917  +
        }
         918  +
         919  +
        #[test]
         920  +
        #[ignore = "relies on single encode of path segments"]
         921  +
        // rely on single encoding of path segments, i.e. string-to-sign contains %20 for spaces rather than %25%20 as it should.
         922  +
        // skipped until we add control over double_uri_encode in context.json
         923  +
        fn test_get_space_normalized() {
         924  +
            run_test_suite_v4a("get-space-normalized");
         925  +
        }
         926  +
         927  +
        #[test]
         928  +
        #[ignore = "httpparse fails on unencoded spaces in path"]
         929  +
        // the input request has unencoded space ' ' in the path which fails to parse
         930  +
        fn test_get_space_unnormalized() {
         931  +
            run_test_suite_v4a("get-space-unnormalized");
  888    932   
        }
  889    933   
  890    934   
        #[test]
  891    935   
        fn test_get_unreserved() {
  892         -
            run_v4a_test_suite("get-unreserved", SignatureLocation::Headers);
         936  +
            run_test_suite_v4a("get-unreserved");
         937  +
        }
         938  +
         939  +
        #[test]
         940  +
        #[ignore = "httparse fails on invalid uri character"]
         941  +
        // relies on /ሴ canonicalized as /%E1%88%B4 when it should be /%25%E1%25%88%25%B4
         942  +
        fn test_get_utf8() {
         943  +
            run_test_suite_v4a("get-utf8");
  893    944   
        }
  894    945   
  895    946   
        #[test]
  896    947   
        fn test_get_vanilla() {
  897         -
            run_v4a_test_suite("get-vanilla", SignatureLocation::Headers);
         948  +
            run_test_suite_v4a("get-vanilla");
  898    949   
        }
  899    950   
  900    951   
        #[test]
  901    952   
        fn test_get_vanilla_empty_query_key() {
  902         -
            run_v4a_test_suite(
  903         -
                "get-vanilla-empty-query-key",
  904         -
                SignatureLocation::QueryParams,
  905         -
            );
         953  +
            run_test_suite_v4a("get-vanilla-empty-query-key");
  906    954   
        }
  907    955   
  908    956   
        #[test]
  909    957   
        fn test_get_vanilla_query() {
  910         -
            run_v4a_test_suite("get-vanilla-query", SignatureLocation::QueryParams);
         958  +
            run_test_suite_v4a("get-vanilla-query");
         959  +
        }
         960  +
         961  +
        #[test]
         962  +
        fn test_get_vanilla_query_order_encoded() {
         963  +
            run_test_suite_v4a("get-vanilla-query-order-encoded");
  911    964   
        }
  912    965   
  913    966   
        #[test]
  914    967   
        fn test_get_vanilla_query_order_key_case() {
  915         -
            run_v4a_test_suite(
  916         -
                "get-vanilla-query-order-key-case",
  917         -
                SignatureLocation::QueryParams,
  918         -
            );
         968  +
            run_test_suite_v4a("get-vanilla-query-order-key-case");
  919    969   
        }
  920    970   
  921    971   
        #[test]
  922    972   
        fn test_get_vanilla_query_unreserved() {
  923         -
            run_v4a_test_suite(
  924         -
                "get-vanilla-query-unreserved",
  925         -
                SignatureLocation::QueryParams,
  926         -
            );
         973  +
            run_test_suite_v4a("get-vanilla-query-unreserved");
         974  +
        }
         975  +
         976  +
        #[test]
         977  +
        #[ignore = "httparse fails on invalid uri character"]
         978  +
        // relies on /ሴ canonicalized as /%E1%88%B4 when it should be /%25%E1%25%88%25%B4
         979  +
        fn test_get_vanilla_utf8_query() {
         980  +
            run_test_suite_v4a("get-vanilla-utf8-query");
  927    981   
        }
  928    982   
  929    983   
        #[test]
  930    984   
        fn test_get_vanilla_with_session_token() {
  931         -
            run_v4a_test_suite("get-vanilla-with-session-token", SignatureLocation::Headers);
         985  +
            run_test_suite_v4a("get-vanilla-with-session-token")
  932    986   
        }
  933    987   
  934    988   
        #[test]
  935    989   
        fn test_post_header_key_case() {
  936         -
            run_v4a_test_suite("post-header-key-case", SignatureLocation::Headers);
         990  +
            run_test_suite_v4a("post-header-key-case");
  937    991   
        }
  938    992   
  939    993   
        #[test]
  940    994   
        fn test_post_header_key_sort() {
  941         -
            run_v4a_test_suite("post-header-key-sort", SignatureLocation::Headers);
         995  +
            run_test_suite_v4a("post-header-key-sort");
  942    996   
        }
  943    997   
  944    998   
        #[test]
  945    999   
        fn test_post_header_value_case() {
  946         -
            run_v4a_test_suite("post-header-value-case", SignatureLocation::Headers);
        1000  +
            run_test_suite_v4a("post-header-value-case");
  947   1001   
        }
  948   1002   
  949   1003   
        #[test]
  950   1004   
        fn test_post_sts_header_after() {
  951         -
            run_v4a_test_suite("post-sts-header-after", SignatureLocation::Headers);
        1005  +
            run_test_suite_v4a("post-sts-header-after");
  952   1006   
        }
  953   1007   
  954   1008   
        #[test]
  955   1009   
        fn test_post_sts_header_before() {
  956         -
            run_v4a_test_suite("post-sts-header-before", SignatureLocation::Headers);
        1010  +
            run_test_suite_v4a("post-sts-header-before");
  957   1011   
        }
  958   1012   
  959   1013   
        #[test]
  960   1014   
        fn test_post_vanilla() {
  961         -
            run_v4a_test_suite("post-vanilla", SignatureLocation::Headers);
        1015  +
            run_test_suite_v4a("post-vanilla");
  962   1016   
        }
  963   1017   
  964   1018   
        #[test]
  965   1019   
        fn test_post_vanilla_empty_query_value() {
  966         -
            run_v4a_test_suite(
  967         -
                "post-vanilla-empty-query-value",
  968         -
                SignatureLocation::QueryParams,
  969         -
            );
        1020  +
            run_test_suite_v4a("post-vanilla-empty-query-value");
  970   1021   
        }
  971   1022   
  972   1023   
        #[test]
  973   1024   
        fn test_post_vanilla_query() {
  974         -
            run_v4a_test_suite("post-vanilla-query", SignatureLocation::QueryParams);
        1025  +
            run_test_suite_v4a("post-vanilla-query");
  975   1026   
        }
  976   1027   
  977   1028   
        #[test]
  978   1029   
        fn test_post_x_www_form_urlencoded() {
  979         -
            run_v4a_test_suite("post-x-www-form-urlencoded", SignatureLocation::Headers);
        1030  +
            run_test_suite_v4a("post-x-www-form-urlencoded");
  980   1031   
        }
  981   1032   
  982   1033   
        #[test]
  983   1034   
        fn test_post_x_www_form_urlencoded_parameters() {
  984         -
            run_v4a_test_suite(
  985         -
                "post-x-www-form-urlencoded-parameters",
  986         -
                SignatureLocation::QueryParams,
  987         -
            );
        1035  +
            run_test_suite_v4a("post-x-www-form-urlencoded-parameters");
  988   1036   
        }
  989   1037   
    }
  990   1038   
  991   1039   
    #[test]
  992   1040   
    fn test_sign_url_escape() {
  993         -
        let test = "double-encode-path";
        1041  +
        let test = SigningSuiteTest::v4("double-encode-path");
  994   1042   
        let settings = SigningSettings::default();
  995   1043   
        let identity = &Credentials::for_tests().into();
  996   1044   
        let params = v4::SigningParams {
  997   1045   
            identity,
  998   1046   
            region: "us-east-1",
  999   1047   
            name: "service",
 1000   1048   
            time: parse_date_time("20150830T123600Z").unwrap(),
 1001   1049   
            settings,
 1002   1050   
        }
 1003   1051   
        .into();
 1004   1052   
 1005         -
        let original = test::v4::test_request(test);
        1053  +
        let original = test.request();
 1006   1054   
        let signable = SignableRequest::from(&original);
 1007   1055   
        let out = sign(signable, &params).unwrap();
 1008   1056   
        assert_eq!(
 1009   1057   
            "57d157672191bac40bae387e48bbe14b15303c001fdbb01f4abf295dccb09705",
 1010   1058   
            out.signature
 1011   1059   
        );
 1012   1060   
 1013   1061   
        let mut signed = original.as_http_request();
 1014   1062   
        out.output.apply_to_request_http0x(&mut signed);
 1015   1063   
 1016         -
        let expected = test::v4::test_signed_request(test);
 1017         -
        assert_req_eq!(expected, signed);
 1018         -
    }
 1019         -
 1020         -
    #[test]
 1021         -
    fn test_sign_vanilla_with_query_params() {
 1022         -
        let settings = SigningSettings {
 1023         -
            signature_location: SignatureLocation::QueryParams,
 1024         -
            expires_in: Some(Duration::from_secs(35)),
 1025         -
            ..Default::default()
 1026         -
        };
 1027         -
        let identity = &Credentials::for_tests().into();
 1028         -
        let params = v4::SigningParams {
 1029         -
            identity,
 1030         -
            region: "us-east-1",
 1031         -
            name: "service",
 1032         -
            time: parse_date_time("20150830T123600Z").unwrap(),
 1033         -
            settings,
 1034         -
        }
 1035         -
        .into();
 1036         -
 1037         -
        let original = test::v4::test_request("get-vanilla-query-order-key-case");
 1038         -
        let signable = SignableRequest::from(&original);
 1039         -
        let out = sign(signable, &params).unwrap();
 1040         -
        assert_eq!(
 1041         -
            "ecce208e4b4f7d7e3a4cc22ced6acc2ad1d170ee8ba87d7165f6fa4b9aff09ab",
 1042         -
            out.signature
 1043         -
        );
 1044         -
 1045         -
        let mut signed = original.as_http_request();
 1046         -
        out.output.apply_to_request_http0x(&mut signed);
 1047         -
 1048         -
        let expected =
 1049         -
            test::v4::test_signed_request_query_params("get-vanilla-query-order-key-case");
        1064  +
        let expected = test.signed_request(SignatureLocation::Headers);
 1050   1065   
        assert_req_eq!(expected, signed);
 1051   1066   
    }
 1052   1067   
 1053   1068   
    #[test]
 1054   1069   
    fn test_sign_headers_utf8() {
 1055   1070   
        let settings = SigningSettings::default();
 1056   1071   
        let identity = &Credentials::for_tests().into();
 1057   1072   
        let params = v4::SigningParams {
 1058   1073   
            identity,
 1059   1074   
            region: "us-east-1",
 1060   1075   
            name: "service",
 1061   1076   
            time: parse_date_time("20150830T123600Z").unwrap(),
 1062   1077   
            settings,
 1063   1078   
        }
 1064   1079   
        .into();
 1065   1080   
 1066   1081   
        let original = http0::Request::builder()
 1067   1082   
            .uri("https://some-endpoint.some-region.amazonaws.com")
 1068   1083   
            .header("some-header", HeaderValue::from_str("テスト").unwrap())
 1069   1084   
            .body("")
 1070   1085   
            .unwrap()
 1071   1086   
            .into();
 1072   1087   
        let signable = SignableRequest::from(&original);
 1073   1088   
        let out = sign(signable, &params).unwrap();
 1074   1089   
        assert_eq!(
 1075   1090   
            "55e16b31f9bde5fd04f9d3b780dd2b5e5f11a5219001f91a8ca9ec83eaf1618f",
 1076   1091   
            out.signature
 1077   1092   
        );
 1078   1093   
 1079   1094   
        let mut signed = original.as_http_request();
 1080   1095   
@@ -1138,31 +1028,236 @@ mod tests {
 1081   1096   
        let mut request = http::Request::builder()
 1082   1097   
            .uri("https://some-endpoint.some-region.amazonaws.com/some/path")
 1083   1098   
            .body("")
 1084   1099   
            .unwrap();
 1085   1100   
 1086   1101   
        instructions.apply_to_request_http1x(&mut request);
 1087   1102   
 1088   1103   
        assert_eq!(
 1089   1104   
            "/some/path?some-param=f%26o%3Fo&some-other-param%3F=bar",
 1090   1105   
            request.uri().path_and_query().unwrap().to_string()
 1091   1106   
        );
 1092   1107   
    }
 1093   1108   
 1094   1109   
    #[test]
 1095   1110   
    fn test_debug_signable_body() {
 1096   1111   
        let sut = SignableBody::Bytes(b"hello signable body");
 1097   1112   
        assert_eq!(
 1098   1113   
            "Bytes(\"** REDACTED **. To print 19 bytes of raw data, set environment variable `LOG_SIGNABLE_BODY=true`\")",
 1099   1114   
            format!("{sut:?}")
 1100   1115   
        );
 1101   1116   
 1102   1117   
        let sut = SignableBody::UnsignedPayload;
 1103   1118   
        assert_eq!("UnsignedPayload", format!("{sut:?}"));
 1104   1119   
 1105   1120   
        let sut = SignableBody::Precomputed("precomputed".to_owned());
 1106   1121   
        assert_eq!("Precomputed(\"precomputed\")", format!("{sut:?}"));
 1107   1122   
 1108   1123   
        let sut = SignableBody::StreamingUnsignedPayloadTrailer;
 1109   1124   
        assert_eq!("StreamingUnsignedPayloadTrailer", format!("{sut:?}"));
 1110   1125   
    }
        1126  +
        1127  +
    // v4 test suite
        1128  +
    mod v4_suite {
        1129  +
        use crate::http_request::test::run_test_suite_v4;
        1130  +
        1131  +
        #[test]
        1132  +
        fn test_get_header_key_duplicate() {
        1133  +
            run_test_suite_v4("get-header-key-duplicate");
        1134  +
        }
        1135  +
        1136  +
        #[test]
        1137  +
        #[ignore = "httpparse doesn't support parsing multiline headers since they are deprecated in RFC7230"]
        1138  +
        fn test_get_header_value_multiline() {
        1139  +
            run_test_suite_v4("get-header-value-multiline");
        1140  +
        }
        1141  +
        1142  +
        #[test]
        1143  +
        fn test_get_header_value_order() {
        1144  +
            run_test_suite_v4("get-header-value-order");
        1145  +
        }
        1146  +
        1147  +
        #[test]
        1148  +
        fn test_get_header_value_trim() {
        1149  +
            run_test_suite_v4("get-header-value-trim");
        1150  +
        }
        1151  +
        1152  +
        #[test]
        1153  +
        fn test_get_relative_normalized() {
        1154  +
            run_test_suite_v4("get-relative-normalized");
        1155  +
        }
        1156  +
        1157  +
        #[test]
        1158  +
        fn test_get_relative_relative_normalized() {
        1159  +
            run_test_suite_v4("get-relative-relative-normalized");
        1160  +
        }
        1161  +
        1162  +
        #[test]
        1163  +
        fn test_get_relative_relative_unnormalized() {
        1164  +
            run_test_suite_v4("get-relative-relative-unnormalized");
        1165  +
        }
        1166  +
        1167  +
        #[test]
        1168  +
        fn test_get_relative_unnormalized() {
        1169  +
            run_test_suite_v4("get-relative-unnormalized");
        1170  +
        }
        1171  +
        1172  +
        #[test]
        1173  +
        fn test_get_slash_dot_slash_normalized() {
        1174  +
            run_test_suite_v4("get-slash-dot-slash-normalized");
        1175  +
        }
        1176  +
        1177  +
        #[test]
        1178  +
        fn test_get_slash_dot_slash_unnormalized() {
        1179  +
            run_test_suite_v4("get-slash-dot-slash-unnormalized");
        1180  +
        }
        1181  +
        1182  +
        #[test]
        1183  +
        fn test_get_slash_normalized() {
        1184  +
            run_test_suite_v4("get-slash-normalized");
        1185  +
        }
        1186  +
        1187  +
        #[test]
        1188  +
        fn test_get_slash_pointless_dot_normalized() {
        1189  +
            run_test_suite_v4("get-slash-pointless-dot-normalized");
        1190  +
        }
        1191  +
        1192  +
        #[test]
        1193  +
        fn test_get_slash_pointless_dot_unnormalized() {
        1194  +
            run_test_suite_v4("get-slash-pointless-dot-unnormalized");
        1195  +
        }
        1196  +
        1197  +
        #[test]
        1198  +
        fn test_get_slash_unnormalized() {
        1199  +
            run_test_suite_v4("get-slash-unnormalized");
        1200  +
        }
        1201  +
        1202  +
        #[test]
        1203  +
        fn test_get_slashes_normalized() {
        1204  +
            run_test_suite_v4("get-slashes-normalized");
        1205  +
        }
        1206  +
        1207  +
        #[test]
        1208  +
        fn test_get_slashes_unnormalized() {
        1209  +
            run_test_suite_v4("get-slashes-unnormalized");
        1210  +
        }
        1211  +
        1212  +
        #[test]
        1213  +
        #[ignore = "relies on single encode of path segments"]
        1214  +
        // rely on single encoding of path segments, i.e. string-to-sign contains %20 for spaces rather than %25%20 as it should.
        1215  +
        // skipped until we add control over double_uri_encode in context.json
        1216  +
        fn test_get_space_normalized() {
        1217  +
            run_test_suite_v4("get-space-normalized");
        1218  +
        }
        1219  +
        1220  +
        #[test]
        1221  +
        #[ignore = "httpparse fails on unencoded spaces in path"]
        1222  +
        // the input request has unencoded space ' ' in the path which fails to parse
        1223  +
        fn test_get_space_unnormalized() {
        1224  +
            run_test_suite_v4("get-space-unnormalized");
        1225  +
        }
        1226  +
        1227  +
        #[test]
        1228  +
        fn test_get_unreserved() {
        1229  +
            run_test_suite_v4("get-unreserved");
        1230  +
        }
        1231  +
        1232  +
        #[test]
        1233  +
        #[ignore = "httparse fails on invalid uri character"]
        1234  +
        // relies on /ሴ canonicalized as /%E1%88%B4 when it should be /%25%E1%25%88%25%B4
        1235  +
        fn test_get_utf8() {
        1236  +
            run_test_suite_v4("get-utf8");
        1237  +
        }
        1238  +
        1239  +
        #[test]
        1240  +
        fn test_get_vanilla() {
        1241  +
            run_test_suite_v4("get-vanilla");
        1242  +
        }
        1243  +
        1244  +
        #[test]
        1245  +
        fn test_get_vanilla_empty_query_key() {
        1246  +
            run_test_suite_v4("get-vanilla-empty-query-key");
        1247  +
        }
        1248  +
        1249  +
        #[test]
        1250  +
        fn test_get_vanilla_query() {
        1251  +
            run_test_suite_v4("get-vanilla-query");
        1252  +
        }
        1253  +
        1254  +
        #[test]
        1255  +
        fn test_get_vanilla_query_order_encoded() {
        1256  +
            run_test_suite_v4("get-vanilla-query-order-encoded");
        1257  +
        }
        1258  +
        1259  +
        #[test]
        1260  +
        fn test_get_vanilla_query_order_key_case() {
        1261  +
            run_test_suite_v4("get-vanilla-query-order-key-case");
        1262  +
        }
        1263  +
        1264  +
        #[test]
        1265  +
        fn test_get_vanilla_query_unreserved() {
        1266  +
            run_test_suite_v4("get-vanilla-query-unreserved");
        1267  +
        }
        1268  +
        1269  +
        #[test]
        1270  +
        #[ignore = "httparse fails on invalid uri character"]
        1271  +
        // relies on /ሴ canonicalized as /%E1%88%B4 when it should be /%25%E1%25%88%25%B4
        1272  +
        fn test_get_vanilla_utf8_query() {
        1273  +
            run_test_suite_v4("get-vanilla-utf8-query");
        1274  +
        }
        1275  +
        1276  +
        #[test]
        1277  +
        fn test_get_vanilla_with_session_token() {
        1278  +
            run_test_suite_v4("get-vanilla-with-session-token");
        1279  +
        }
        1280  +
        1281  +
        #[test]
        1282  +
        fn test_post_header_key_case() {
        1283  +
            run_test_suite_v4("post-header-key-case");
        1284  +
        }
        1285  +
        1286  +
        #[test]
        1287  +
        fn test_post_header_key_sort() {
        1288  +
            run_test_suite_v4("post-header-key-sort");
        1289  +
        }
        1290  +
        1291  +
        #[test]
        1292  +
        fn test_post_header_value_case() {
        1293  +
            run_test_suite_v4("post-header-value-case");
        1294  +
        }
        1295  +
        1296  +
        #[test]
        1297  +
        fn test_post_sts_header_after() {
        1298  +
            run_test_suite_v4("post-sts-header-after");
        1299  +
        }
        1300  +
        1301  +
        #[test]
        1302  +
        fn test_post_sts_header_before() {
        1303  +
            run_test_suite_v4("post-sts-header-before");
        1304  +
        }
        1305  +
        1306  +
        #[test]
        1307  +
        fn test_post_vanilla() {
        1308  +
            run_test_suite_v4("post-vanilla");
        1309  +
        }
        1310  +
        1311  +
        #[test]
        1312  +
        fn test_post_vanilla_empty_query_value() {
        1313  +
            run_test_suite_v4("post-vanilla-empty-query-value");
        1314  +
        }
        1315  +
        1316  +
        #[test]
        1317  +
        fn test_post_vanilla_query() {
        1318  +
            run_test_suite_v4("post-vanilla-query");
        1319  +
        }
        1320  +
        1321  +
        #[test]
        1322  +
        fn test_post_x_www_form_urlencoded() {
        1323  +
            run_test_suite_v4("post-x-www-form-urlencoded");
        1324  +
        }
        1325  +
        1326  +
        #[test]
        1327  +
        fn test_post_x_www_form_urlencoded_parameters() {
        1328  +
            run_test_suite_v4("post-x-www-form-urlencoded-parameters");
        1329  +
        }
        1330  +
    }
 1111   1331   
}
 1112   1332   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/test.rs b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/test.rs
 1113   1333   
index be6c496..86eec20 100644
 1114         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/test.rs
        1334  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/http_request/test.rs
 1115   1335   
@@ -1,242 +1,453 @@
 1116   1336   
/*
 1117   1337   
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 1118   1338   
 * SPDX-License-Identifier: Apache-2.0
 1119   1339   
 */
 1120   1340   
 1121   1341   
//! Functions shared between the tests of several modules.
 1122   1342   
 1123         -
use crate::http_request::{SignableBody, SignableRequest};
        1343  +
use crate::http_request::canonical_request::{CanonicalRequest, StringToSign};
        1344  +
use crate::http_request::{
        1345  +
    PayloadChecksumKind, SessionTokenMode, SignableBody, SignableRequest, SignatureLocation,
        1346  +
    SigningSettings,
        1347  +
};
        1348  +
use aws_credential_types::Credentials;
        1349  +
use aws_smithy_runtime_api::client::identity::Identity;
 1124   1350   
use http0::{Method, Uri};
        1351  +
use std::borrow::Cow;
 1125   1352   
use std::error::Error as StdError;
        1353  +
use std::time::{Duration, SystemTime};
        1354  +
use time::format_description::well_known::Rfc3339;
        1355  +
use time::OffsetDateTime;
        1356  +
        1357  +
/// Common test suite collection
        1358  +
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
        1359  +
enum Collection {
        1360  +
    V4,
        1361  +
    V4A,
        1362  +
}
 1126   1363   
 1127         -
pub(crate) mod v4 {
 1128         -
    use super::*;
        1364  +
/// A test from the common CRT test suite
        1365  +
#[derive(Debug, Clone)]
        1366  +
pub(crate) struct SigningSuiteTest {
        1367  +
    test_name: &'static str,
        1368  +
    collection: Collection,
        1369  +
}
 1129   1370   
 1130         -
    fn path(name: &str, ext: &str) -> String {
 1131         -
        format!("aws-sig-v4-test-suite/{}/{}.{}", name, name, ext)
        1371  +
impl SigningSuiteTest {
        1372  +
    /// Create a new test from the V4 test suite
        1373  +
    pub(crate) fn v4(test_name: &'static str) -> Self {
        1374  +
        Self {
        1375  +
            test_name,
        1376  +
            collection: Collection::V4,
 1132   1377   
        }
 1133         -
 1134         -
    pub(crate) fn test_canonical_request(name: &str) -> String {
 1135         -
        // Tests fail if there's a trailing newline in the file, and pre-commit requires trailing newlines
 1136         -
        read(&path(name, "creq")).trim().to_string()
 1137   1378   
    }
 1138   1379   
 1139         -
    pub(crate) fn test_sts(name: &str) -> String {
 1140         -
        read(&path(name, "sts"))
        1380  +
    /// Create a new test from the V4a test suite
        1381  +
    pub(crate) fn v4a(test_name: &'static str) -> Self {
        1382  +
        Self {
        1383  +
            test_name,
        1384  +
            collection: Collection::V4A,
 1141   1385   
        }
 1142         -
 1143         -
    pub(crate) fn test_request(name: &str) -> TestRequest {
 1144         -
        test_parsed_request(name, "req")
 1145   1386   
    }
 1146   1387   
 1147         -
    pub(crate) fn test_signed_request(name: &str) -> TestRequest {
 1148         -
        test_parsed_request(name, "sreq")
        1388  +
    /// Get the path to a file in this test suite directory
        1389  +
    fn path(&self, filename: &str) -> String {
        1390  +
        let dir = match self.collection {
        1391  +
            Collection::V4 => "v4",
        1392  +
            Collection::V4A => "v4a",
        1393  +
        };
        1394  +
        format!("aws-signing-test-suite/{dir}/{}/{filename}", self.test_name)
 1149   1395   
    }
 1150   1396   
 1151         -
    pub(crate) fn test_signed_request_query_params(name: &str) -> TestRequest {
 1152         -
        test_parsed_request(name, "qpsreq")
        1397  +
    /// Get the HTTP request for the test
        1398  +
    pub(crate) fn request(&self) -> TestRequest {
        1399  +
        test_parsed_request(&self.path("request.txt"))
 1153   1400   
    }
 1154   1401   
 1155         -
    fn test_parsed_request(name: &str, ext: &str) -> TestRequest {
 1156         -
        let path = path(name, ext);
 1157         -
        match parse_request(read(&path).as_bytes()) {
 1158         -
            Ok(parsed) => parsed,
 1159         -
            Err(err) => panic!("Failed to parse {}: {}", path, err),
        1402  +
    /// Get the signed HTTP request for the test
        1403  +
    pub(crate) fn signed_request(&self, signature_location: SignatureLocation) -> TestRequest {
        1404  +
        match signature_location {
        1405  +
            SignatureLocation::QueryParams => {
        1406  +
                test_parsed_request(&self.path("query-signed-request.txt"))
 1160   1407   
            }
        1408  +
            SignatureLocation::Headers => {
        1409  +
                test_parsed_request(&self.path("header-signed-request.txt"))
 1161   1410   
            }
 1162         -
 1163         -
    #[test]
 1164         -
    fn test_parse() {
 1165         -
        test_request("post-header-key-case");
 1166   1411   
        }
 1167         -
 1168         -
    #[test]
 1169         -
    fn test_read_query_params() {
 1170         -
        test_request("get-vanilla-query-order-key-case");
 1171   1412   
    }
 1172         -
}
 1173         -
 1174         -
#[cfg(feature = "sigv4a")]
 1175         -
pub(crate) mod v4a {
 1176         -
    use super::*;
 1177         -
    use crate::http_request::{
 1178         -
        PayloadChecksumKind, SessionTokenMode, SignatureLocation, SigningSettings,
 1179         -
    };
 1180         -
    use aws_credential_types::Credentials;
 1181         -
    use aws_smithy_runtime_api::client::identity::Identity;
 1182         -
    use serde_derive::Deserialize;
 1183         -
    use std::time::{Duration, SystemTime};
 1184         -
    use time::format_description::well_known::Rfc3339;
 1185         -
    use time::OffsetDateTime;
 1186   1413   
 1187         -
    fn path(test_name: &str, definition_name: &str) -> String {
 1188         -
        format!("aws-sig-v4a-test-suite/{test_name}/{definition_name}.txt")
        1414  +
    /// Get the canonical request for the test
        1415  +
    pub(crate) fn canonical_request(&self, signature_location: SignatureLocation) -> String {
        1416  +
        match signature_location {
        1417  +
            SignatureLocation::QueryParams => read(&self.path("query-canonical-request.txt")),
        1418  +
            SignatureLocation::Headers => read(&self.path("header-canonical-request.txt")),
 1189   1419   
        }
 1190         -
 1191         -
    pub(crate) fn test_request(name: &str) -> TestRequest {
 1192         -
        test_parsed_request(&path(name, "request"))
 1193   1420   
    }
 1194   1421   
 1195         -
    pub(crate) fn test_canonical_request(
 1196         -
        name: &str,
 1197         -
        signature_location: SignatureLocation,
 1198         -
    ) -> String {
        1422  +
    /// Get the string to sign for the test
        1423  +
    pub(crate) fn string_to_sign(&self, signature_location: SignatureLocation) -> String {
 1199   1424   
        match signature_location {
 1200         -
            SignatureLocation::QueryParams => read(&path(name, "query-canonical-request")),
 1201         -
            SignatureLocation::Headers => read(&path(name, "header-canonical-request")),
        1425  +
            SignatureLocation::QueryParams => read(&self.path("query-string-to-sign.txt")),
        1426  +
            SignatureLocation::Headers => read(&self.path("header-string-to-sign.txt")),
 1202   1427   
        }
 1203   1428   
    }
 1204   1429   
 1205         -
    pub(crate) fn test_string_to_sign(name: &str, signature_location: SignatureLocation) -> String {
        1430  +
    /// Get the signature for the test
        1431  +
    pub(crate) fn signature(&self, signature_location: SignatureLocation) -> String {
 1206   1432   
        match signature_location {
 1207         -
            SignatureLocation::QueryParams => read(&path(name, "query-string-to-sign")),
 1208         -
            SignatureLocation::Headers => read(&path(name, "header-string-to-sign")),
        1433  +
            SignatureLocation::QueryParams => read(&self.path("query-signature.txt")),
        1434  +
            SignatureLocation::Headers => read(&self.path("header-signature.txt")),
        1435  +
        }
 1209   1436   
    }
        1437  +
        1438  +
    /// Get the test context for the test
        1439  +
    pub(crate) fn context(&self) -> TestContext {
        1440  +
        let context = read(&self.path("context.json"));
        1441  +
        let tc_builder: TestContextBuilder = serde_json::from_str(&context).unwrap();
        1442  +
        tc_builder.build()
 1210   1443   
    }
        1444  +
}
 1211   1445   
 1212         -
    fn test_parsed_request(path: &str) -> TestRequest {
        1446  +
fn test_parsed_request(path: &str) -> TestRequest {
 1213   1447   
    match parse_request(read(path).as_bytes()) {
 1214   1448   
        Ok(parsed) => parsed,
 1215   1449   
        Err(err) => panic!("Failed to parse {}: {}", path, err),
 1216   1450   
    }
 1217         -
    }
        1451  +
}
 1218   1452   
 1219         -
    pub(crate) fn test_context(test_name: &str) -> TestContext {
 1220         -
        let path = format!("aws-sig-v4a-test-suite/{test_name}/context.json");
 1221         -
        let context = read(&path);
 1222         -
        let tc_builder: TestContextBuilder = serde_json::from_str(&context).unwrap();
 1223         -
        tc_builder.build()
 1224         -
    }
        1453  +
fn new_v4_signing_params_from_context(
        1454  +
    test_context: &'_ TestContext,
        1455  +
    signature_location: SignatureLocation,
        1456  +
) -> crate::http_request::SigningParams<'_> {
        1457  +
    let mut params = crate::sign::v4::SigningParams::from(test_context);
        1458  +
    params.settings.signature_location = signature_location;
        1459  +
    params.into()
        1460  +
}
        1461  +
        1462  +
/// Run the given test from the v4 suite for both header and query
        1463  +
/// signature locations
        1464  +
pub(crate) fn run_test_suite_v4(test_name: &'static str) {
        1465  +
    run_v4_test(test_name, SignatureLocation::Headers);
        1466  +
    run_v4_test(test_name, SignatureLocation::QueryParams);
        1467  +
}
        1468  +
        1469  +
fn assert_uri_eq(expected: &Uri, actual: &Uri) {
        1470  +
    assert_eq!(expected.scheme(), actual.scheme());
        1471  +
    assert_eq!(expected.authority(), actual.authority());
        1472  +
    assert_eq!(expected.path(), actual.path());
        1473  +
        1474  +
    // query params may be out of order
        1475  +
    let mut expected_params: Vec<(Cow<'_, str>, Cow<'_, str>)> =
        1476  +
        form_urlencoded::parse(expected.query().unwrap_or_default().as_bytes()).collect();
        1477  +
    expected_params.sort();
        1478  +
        1479  +
    let mut actual_params: Vec<(Cow<'_, str>, Cow<'_, str>)> =
        1480  +
        form_urlencoded::parse(actual.query().unwrap_or_default().as_bytes()).collect();
        1481  +
    actual_params.sort();
        1482  +
        1483  +
    assert_eq!(expected_params, actual_params);
        1484  +
}
 1225   1485   
 1226         -
    pub(crate) struct TestContext {
        1486  +
fn assert_requests_eq(expected: TestRequest, actual: http0::Request<&str>) {
        1487  +
    let expected = expected.as_http_request();
        1488  +
    let actual = actual;
        1489  +
    assert_eq!(expected.method(), actual.method());
        1490  +
    assert_eq!(
        1491  +
        expected.headers().len(),
        1492  +
        actual.headers().len(),
        1493  +
        "extra or missing headers"
        1494  +
    );
        1495  +
    assert_eq!(expected.headers(), actual.headers(), "headers mismatch");
        1496  +
    assert_uri_eq(expected.uri(), actual.uri());
        1497  +
    assert_eq!(*expected.body(), *actual.body(), "body mismatch");
        1498  +
}
        1499  +
        1500  +
/// Run the given test from the v4 suite for the given signature location
        1501  +
pub(crate) fn run_v4_test(test_name: &'static str, signature_location: SignatureLocation) {
        1502  +
    let test = SigningSuiteTest::v4(test_name);
        1503  +
    let tc = test.context();
        1504  +
    let params = new_v4_signing_params_from_context(&tc, signature_location);
        1505  +
        1506  +
    let req = test.request();
        1507  +
    let expected_creq = test.canonical_request(signature_location);
        1508  +
    let signable_req = SignableRequest::from(&req);
        1509  +
    let actual_creq = CanonicalRequest::from(&signable_req, &params).unwrap();
        1510  +
        1511  +
    // check canonical request
        1512  +
    assert_eq!(
        1513  +
        expected_creq,
        1514  +
        actual_creq.to_string(),
        1515  +
        "canonical request didn't match (signature location: {signature_location:?})"
        1516  +
    );
        1517  +
        1518  +
    let expected_string_to_sign = test.string_to_sign(signature_location);
        1519  +
    let hashed_creq = &crate::sign::v4::sha256_hex_string(actual_creq.to_string().as_bytes());
        1520  +
    let actual_string_to_sign = StringToSign::new_v4(
        1521  +
        *params.time(),
        1522  +
        params.region().unwrap(),
        1523  +
        params.name(),
        1524  +
        hashed_creq,
        1525  +
    )
        1526  +
    .to_string();
        1527  +
        1528  +
    // check string to sign
        1529  +
    assert_eq!(
        1530  +
        expected_string_to_sign, actual_string_to_sign,
        1531  +
        "'string to sign' didn't match (signature location: {signature_location:?})"
        1532  +
    );
        1533  +
        1534  +
    let out = crate::http_request::sign(signable_req, &params).unwrap();
        1535  +
    let mut signed = req.as_http_request();
        1536  +
    out.output.apply_to_request_http0x(&mut signed);
        1537  +
        1538  +
    // check signature
        1539  +
    assert_eq!(
        1540  +
        test.signature(signature_location),
        1541  +
        out.signature,
        1542  +
        "signature didn't match (signature location: {signature_location:?})"
        1543  +
    );
        1544  +
        1545  +
    let expected = test.signed_request(signature_location);
        1546  +
    assert_requests_eq(expected, signed);
        1547  +
}
        1548  +
        1549  +
/// Test suite context.json
        1550  +
pub(crate) struct TestContext {
 1227   1551   
    pub(crate) identity: Identity,
 1228   1552   
    pub(crate) expiration_in_seconds: u64,
 1229   1553   
    pub(crate) normalize: bool,
 1230   1554   
    pub(crate) region: String,
 1231   1555   
    pub(crate) service: String,
 1232   1556   
    pub(crate) timestamp: String,
 1233   1557   
    pub(crate) omit_session_token: bool,
 1234   1558   
    pub(crate) sign_body: bool,
 1235         -
    }
 1236         -
 1237         -
    impl<'a> From<&'a TestContext> for crate::sign::v4a::SigningParams<'a, SigningSettings> {
 1238         -
        fn from(tc: &'a TestContext) -> Self {
 1239         -
            crate::sign::v4a::SigningParams {
 1240         -
                identity: &tc.identity,
 1241         -
                region_set: &tc.region,
 1242         -
                name: &tc.service,
 1243         -
                time: OffsetDateTime::parse(&tc.timestamp, &Rfc3339)
 1244         -
                    .unwrap()
 1245         -
                    .into(),
 1246         -
                settings: SigningSettings {
 1247         -
                    // payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
 1248         -
                    expires_in: Some(Duration::from_secs(tc.expiration_in_seconds)),
 1249         -
                    uri_path_normalization_mode: tc.normalize.into(),
 1250         -
                    session_token_mode: if tc.omit_session_token {
 1251         -
                        SessionTokenMode::Exclude
 1252         -
                    } else {
 1253         -
                        SessionTokenMode::Include
 1254         -
                    },
 1255         -
                    payload_checksum_kind: if tc.sign_body {
 1256         -
                        PayloadChecksumKind::XAmzSha256
 1257         -
                    } else {
 1258         -
                        PayloadChecksumKind::NoHeader
 1259         -
                    },
 1260         -
                    ..Default::default()
 1261         -
                },
 1262         -
            }
 1263         -
        }
 1264         -
    }
        1559  +
}
 1265   1560   
 1266         -
    // Serde has limitations requiring this odd workaround.
 1267         -
    // See https://github.com/serde-rs/serde/issues/368 for more info.
 1268         -
    fn return_true() -> bool {
        1561  +
// Serde has limitations requiring this odd workaround.
        1562  +
// See https://github.com/serde-rs/serde/issues/368 for more info.
        1563  +
fn return_true() -> bool {
 1269   1564   
    true
 1270         -
    }
        1565  +
}
 1271   1566   
 1272         -
    #[derive(Deserialize)]
 1273         -
    pub(crate) struct TestContextBuilder {
        1567  +
#[derive(serde_derive::Deserialize)]
        1568  +
pub(crate) struct TestContextBuilder {
 1274   1569   
    credentials: TestContextCreds,
 1275   1570   
    expiration_in_seconds: u64,
 1276   1571   
    normalize: bool,
 1277   1572   
    region: String,
 1278   1573   
    service: String,
 1279   1574   
    timestamp: String,
 1280   1575   
    #[serde(default)]
 1281   1576   
    omit_session_token: bool,
 1282   1577   
    #[serde(default = "return_true")]
 1283   1578   
    sign_body: bool,
 1284         -
    }
        1579  +
}
 1285   1580   
 1286         -
    impl TestContextBuilder {
        1581  +
impl TestContextBuilder {
 1287   1582   
    pub(crate) fn build(self) -> TestContext {
 1288   1583   
        let identity = Identity::new(
 1289   1584   
            Credentials::from_keys(
 1290   1585   
                &self.credentials.access_key_id,
 1291   1586   
                &self.credentials.secret_access_key,
 1292   1587   
                self.credentials.token.clone(),
 1293   1588   
            ),
 1294   1589   
            Some(SystemTime::UNIX_EPOCH + Duration::from_secs(self.expiration_in_seconds)),
 1295   1590   
        );
 1296   1591   
 1297   1592   
        TestContext {
 1298   1593   
            identity,
 1299   1594   
            expiration_in_seconds: self.expiration_in_seconds,
 1300   1595   
            normalize: self.normalize,
 1301   1596   
            region: self.region,
 1302   1597   
            service: self.service,
 1303   1598   
            timestamp: self.timestamp,
 1304   1599   
            omit_session_token: self.omit_session_token,
 1305   1600   
            sign_body: self.sign_body,
 1306   1601   
        }
 1307   1602   
    }
 1308         -
    }
        1603  +
}
 1309   1604   
 1310         -
    #[derive(Deserialize)]
 1311         -
    pub(crate) struct TestContextCreds {
        1605  +
#[derive(serde_derive::Deserialize)]
        1606  +
pub(crate) struct TestContextCreds {
 1312   1607   
    access_key_id: String,
 1313   1608   
    secret_access_key: String,
 1314   1609   
    token: Option<String>,
        1610  +
}
        1611  +
        1612  +
impl<'a> From<&'a TestContext> for crate::sign::v4::SigningParams<'a, SigningSettings> {
        1613  +
    fn from(tc: &'a TestContext) -> Self {
        1614  +
        crate::sign::v4::SigningParams {
        1615  +
            identity: &tc.identity,
        1616  +
            region: &tc.region,
        1617  +
            name: &tc.service,
        1618  +
            time: OffsetDateTime::parse(&tc.timestamp, &Rfc3339)
        1619  +
                .unwrap()
        1620  +
                .into(),
        1621  +
            settings: SigningSettings {
        1622  +
                // payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
        1623  +
                expires_in: Some(Duration::from_secs(tc.expiration_in_seconds)),
        1624  +
                uri_path_normalization_mode: tc.normalize.into(),
        1625  +
                session_token_mode: if tc.omit_session_token {
        1626  +
                    SessionTokenMode::Exclude
        1627  +
                } else {
        1628  +
                    SessionTokenMode::Include
        1629  +
                },
        1630  +
                payload_checksum_kind: if tc.sign_body {
        1631  +
                    PayloadChecksumKind::XAmzSha256
        1632  +
                } else {
        1633  +
                    PayloadChecksumKind::NoHeader
        1634  +
                },
        1635  +
                ..Default::default()
        1636  +
            },
        1637  +
        }
        1638  +
    }
        1639  +
}
        1640  +
        1641  +
#[cfg(feature = "sigv4a")]
        1642  +
pub(crate) mod v4a {
        1643  +
    use super::*;
        1644  +
    use crate::http_request::{
        1645  +
        sign, PayloadChecksumKind, SessionTokenMode, SignatureLocation, SigningSettings,
        1646  +
    };
        1647  +
    use crate::sign::v4a;
        1648  +
    use p256::ecdsa::signature::{Signature, Verifier};
        1649  +
    use p256::ecdsa::{DerSignature, SigningKey};
        1650  +
    use std::time::Duration;
        1651  +
    use time::format_description::well_known::Rfc3339;
        1652  +
    use time::OffsetDateTime;
        1653  +
        1654  +
    fn new_v4a_signing_params_from_context(
        1655  +
        test_context: &'_ TestContext,
        1656  +
        signature_location: SignatureLocation,
        1657  +
    ) -> crate::http_request::SigningParams<'_> {
        1658  +
        let mut params = crate::sign::v4a::SigningParams::from(test_context);
        1659  +
        params.settings.signature_location = signature_location;
        1660  +
        params.into()
        1661  +
    }
        1662  +
        1663  +
    pub(crate) fn run_test_suite_v4a(test_name: &'static str) {
        1664  +
        run_v4a_test(test_name, SignatureLocation::Headers);
        1665  +
        run_v4a_test(test_name, SignatureLocation::QueryParams);
        1666  +
    }
        1667  +
        1668  +
    pub(crate) fn run_v4a_test(test_name: &'static str, signature_location: SignatureLocation) {
        1669  +
        let test = SigningSuiteTest::v4a(test_name);
        1670  +
        let tc = test.context();
        1671  +
        let params = new_v4a_signing_params_from_context(&tc, signature_location);
        1672  +
        1673  +
        let req = test.request();
        1674  +
        let expected_creq = test.canonical_request(signature_location);
        1675  +
        let signable_req = SignableRequest::from(&req);
        1676  +
        let actual_creq = CanonicalRequest::from(&signable_req, &params).unwrap();
        1677  +
        1678  +
        assert_eq!(
        1679  +
            expected_creq,
        1680  +
            actual_creq.to_string(),
        1681  +
            "canonical request didn't match (signature location: {signature_location:?})"
        1682  +
        );
        1683  +
        1684  +
        let expected_string_to_sign = test.string_to_sign(signature_location);
        1685  +
        let hashed_creq = &crate::sign::v4::sha256_hex_string(actual_creq.to_string().as_bytes());
        1686  +
        let actual_string_to_sign = StringToSign::new_v4a(
        1687  +
            *params.time(),
        1688  +
            params.region_set().unwrap(),
        1689  +
            params.name(),
        1690  +
            hashed_creq,
        1691  +
        )
        1692  +
        .to_string();
        1693  +
        1694  +
        assert_eq!(
        1695  +
            expected_string_to_sign, actual_string_to_sign,
        1696  +
            "'string to sign' didn't match (signature location: {signature_location:?})"
        1697  +
        );
        1698  +
        1699  +
        let out = sign(signable_req, &params).unwrap();
        1700  +
        // Sigv4a signatures are non-deterministic, so we can't compare the signature directly.
        1701  +
        out.output
        1702  +
            .apply_to_request_http0x(&mut req.as_http_request());
        1703  +
        1704  +
        let creds = params.credentials().unwrap();
        1705  +
        let signing_key =
        1706  +
            v4a::generate_signing_key(creds.access_key_id(), creds.secret_access_key());
        1707  +
        let sig = DerSignature::from_bytes(&hex::decode(out.signature).unwrap()).unwrap();
        1708  +
        let sig = sig
        1709  +
            .try_into()
        1710  +
            .expect("DER-style signatures are always convertible into fixed-size signatures");
        1711  +
        1712  +
        let signing_key = SigningKey::from_bytes(signing_key.as_ref()).unwrap();
        1713  +
        let peer_public_key = signing_key.verifying_key();
        1714  +
        let sts = actual_string_to_sign.as_bytes();
        1715  +
        peer_public_key.verify(sts, &sig).unwrap();
        1716  +
        // TODO(sigv4a) - use public.key.json as verifying key?
        1717  +
    }
        1718  +
        1719  +
    impl<'a> From<&'a TestContext> for crate::sign::v4a::SigningParams<'a, SigningSettings> {
        1720  +
        fn from(tc: &'a TestContext) -> Self {
        1721  +
            crate::sign::v4a::SigningParams {
        1722  +
                identity: &tc.identity,
        1723  +
                region_set: &tc.region,
        1724  +
                name: &tc.service,
        1725  +
                time: OffsetDateTime::parse(&tc.timestamp, &Rfc3339)
        1726  +
                    .unwrap()
        1727  +
                    .into(),
        1728  +
                settings: SigningSettings {
        1729  +
                    // payload_checksum_kind: PayloadChecksumKind::XAmzSha256,
        1730  +
                    expires_in: Some(Duration::from_secs(tc.expiration_in_seconds)),
        1731  +
                    uri_path_normalization_mode: tc.normalize.into(),
        1732  +
                    session_token_mode: if tc.omit_session_token {
        1733  +
                        SessionTokenMode::Exclude
        1734  +
                    } else {
        1735  +
                        SessionTokenMode::Include
        1736  +
                    },
        1737  +
                    payload_checksum_kind: if tc.sign_body {
        1738  +
                        PayloadChecksumKind::XAmzSha256
        1739  +
                    } else {
        1740  +
                        PayloadChecksumKind::NoHeader
        1741  +
                    },
        1742  +
                    ..Default::default()
        1743  +
                },
        1744  +
            }
        1745  +
        }
 1315   1746   
    }
 1316   1747   
 1317   1748   
    #[test]
 1318   1749   
    fn test_parse() {
 1319         -
        let req = test_request("post-header-key-case");
        1750  +
        let req = SigningSuiteTest::v4a("post-header-key-case").request();
 1320   1751   
        assert_eq!(req.method, "POST");
 1321   1752   
        assert_eq!(req.uri, "https://example.amazonaws.com/");
 1322   1753   
        assert!(req.headers.is_empty());
 1323   1754   
    }
 1324   1755   
 1325   1756   
    #[test]
 1326   1757   
    fn test_read_query_params() {
 1327         -
        let req = test_request("get-header-value-trim");
        1758  +
        let req = SigningSuiteTest::v4a("get-header-value-trim").request();
 1328   1759   
        assert_eq!(req.method, "GET");
 1329   1760   
        assert_eq!(req.uri, "https://example.amazonaws.com/");
 1330   1761   
        assert!(!req.headers.is_empty());
 1331   1762   
    }
 1332   1763   
}
 1333   1764   
 1334   1765   
fn read(path: &str) -> String {
 1335   1766   
    println!("Loading `{}` for test case...", path);
 1336   1767   
    let v = {
 1337   1768   
        match std::fs::read_to_string(path) {
 1338   1769   
            // This replacement is necessary for tests to pass on Windows, as reading the
 1339   1770   
            // test snapshots from the file system results in CRLF line endings being inserted.
 1340   1771   
            Ok(value) => value.replace("\r\n", "\n"),
 1341   1772   
            Err(err) => {
 1342   1773   
                panic!("failed to load test case `{}`: {}", path, err);
 1343   1774   
            }
 1344   1775   
        }
 1345   1776   
    };
 1346   1777   
 1347   1778   
    v.trim().to_string()
 1348   1779   
}
 1349   1780   
 1350   1781   
pub(crate) struct TestRequest {
 1351   1782   
    pub(crate) uri: String,
 1352   1783   
    pub(crate) method: String,
 1353   1784   
    pub(crate) headers: Vec<(String, String)>,
 1354   1785   
    pub(crate) body: TestSignedBody,
 1355   1786   
}
 1356   1787   
 1357   1788   
pub(crate) enum TestSignedBody {
 1358   1789   
@@ -290,79 +501,87 @@ impl<B: AsRef<[u8]>> From<http0::Request<B>> for TestRequest {
 1359   1790   
                        String::from_utf8(v.as_bytes().to_vec()).unwrap(),
 1360   1791   
                    )
 1361   1792   
                })
 1362   1793   
                .collect::<Vec<_>>(),
 1363   1794   
            body: TestSignedBody::Bytes(value.body().as_ref().to_vec()),
 1364   1795   
        }
 1365   1796   
    }
 1366   1797   
}
 1367   1798   
 1368   1799   
impl<'a> From<&'a TestRequest> for SignableRequest<'a> {
 1369   1800   
    fn from(request: &'a TestRequest) -> SignableRequest<'a> {
 1370   1801   
        SignableRequest::new(
 1371   1802   
            &request.method,
 1372   1803   
            &request.uri,
 1373   1804   
            request
 1374   1805   
                .headers
 1375   1806   
                .iter()
 1376   1807   
                .map(|(k, v)| (k.as_str(), v.as_str())),
 1377   1808   
            request.body.as_signable_body(),
 1378   1809   
        )
 1379   1810   
        .expect("URI MUST be valid")
 1380   1811   
    }
 1381   1812   
}
 1382   1813   
 1383   1814   
fn parse_request(s: &[u8]) -> Result<TestRequest, Box<dyn StdError + Send + Sync + 'static>> {
 1384   1815   
    let mut headers = [httparse::EMPTY_HEADER; 64];
 1385   1816   
    // httparse 1.5 requires two trailing newlines to head the header section.
 1386   1817   
    let mut with_newline = Vec::from(s);
 1387   1818   
    with_newline.push(b'\n');
 1388   1819   
    let mut req = httparse::Request::new(&mut headers);
 1389         -
    let _ = req.parse(&with_newline).unwrap();
        1820  +
    let status = req.parse(&with_newline).unwrap();
        1821  +
        1822  +
    let body = if status.is_complete() {
        1823  +
        let body_offset = status.unwrap();
        1824  +
        // ignore the newline we added, take from original
        1825  +
        &s[body_offset..]
        1826  +
    } else {
        1827  +
        &[]
        1828  +
    };
 1390   1829   
 1391   1830   
    let mut uri_builder = Uri::builder().scheme("https");
 1392   1831   
    if let Some(path) = req.path {
 1393   1832   
        uri_builder = uri_builder.path_and_query(path);
 1394   1833   
    }
 1395   1834   
 1396   1835   
    let mut headers = vec![];
 1397   1836   
    for header in req.headers {
 1398   1837   
        let name = header.name.to_lowercase();
 1399   1838   
        if name == "host" {
 1400   1839   
            uri_builder = uri_builder.authority(header.value);
 1401   1840   
        } else if !name.is_empty() {
 1402   1841   
            headers.push((
 1403   1842   
                header.name.to_string(),
 1404   1843   
                std::str::from_utf8(header.value)?.to_string(),
 1405   1844   
            ));
 1406   1845   
        }
 1407   1846   
    }
 1408   1847   
 1409   1848   
    Ok(TestRequest {
 1410   1849   
        uri: uri_builder.build()?.to_string(),
 1411   1850   
        method: req.method.unwrap().to_string(),
 1412   1851   
        headers,
 1413         -
        body: TestSignedBody::Bytes(vec![]),
        1852  +
        body: TestSignedBody::Bytes(Vec::from(body)),
 1414   1853   
    })
 1415   1854   
}
 1416   1855   
 1417   1856   
#[test]
 1418   1857   
fn test_parse_headers() {
 1419   1858   
    let buf = b"Host:example.amazonaws.com\nX-Amz-Date:20150830T123600Z\n\nblah blah";
 1420   1859   
    let mut headers = [httparse::EMPTY_HEADER; 4];
 1421   1860   
    assert_eq!(
 1422   1861   
        httparse::parse_headers(buf, &mut headers),
 1423   1862   
        Ok(httparse::Status::Complete((
 1424   1863   
            56,
 1425   1864   
            &[
 1426   1865   
                httparse::Header {
 1427   1866   
                    name: "Host",
 1428   1867   
                    value: b"example.amazonaws.com",
 1429   1868   
                },
 1430   1869   
                httparse::Header {
 1431   1870   
                    name: "X-Amz-Date",
 1432   1871   
                    value: b"20150830T123600Z",
 1433   1872   
                }
 1434   1873   
            ][..]
 1435   1874   
        )))
 1436   1875   
    );
 1437   1876   
}
 1438   1877   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/sign/v4.rs b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/sign/v4.rs
 1439   1878   
index a208453..fc00249 100644
 1440         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/sign/v4.rs
        1879  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-sigv4/src/sign/v4.rs
 1441   1880   
@@ -168,52 +168,54 @@ pub mod signing_params {
 1442   1881   
        );
 1443   1882   
 1444   1883   
        /// Builds an instance of [`SigningParams`]. Will yield a [`BuildError`] if
 1445   1884   
        /// a required argument was not given.
 1446   1885   
        pub fn build(self) -> Result<SigningParams<'a, S>, BuildError> {
 1447   1886   
            Ok(SigningParams {
 1448   1887   
                identity: self
 1449   1888   
                    .identity
 1450   1889   
                    .ok_or_else(|| BuildError::new("identity is required"))?,
 1451   1890   
                region: self
 1452   1891   
                    .region
 1453   1892   
                    .ok_or_else(|| BuildError::new("region is required"))?,
 1454   1893   
                name: self
 1455   1894   
                    .name
 1456   1895   
                    .ok_or_else(|| BuildError::new("name is required"))?,
 1457   1896   
                time: self
 1458   1897   
                    .time
 1459   1898   
                    .ok_or_else(|| BuildError::new("time is required"))?,
 1460   1899   
                settings: self
 1461   1900   
                    .settings
 1462   1901   
                    .ok_or_else(|| BuildError::new("settings are required"))?,
 1463   1902   
            })
 1464   1903   
        }
 1465   1904   
    }
 1466   1905   
}
 1467   1906   
 1468   1907   
#[cfg(test)]
 1469   1908   
mod tests {
 1470   1909   
    use super::{calculate_signature, generate_signing_key, sha256_hex_string};
 1471   1910   
    use crate::date_time::test_parsers::parse_date_time;
 1472         -
    use crate::http_request::test;
 1473   1911   
 1474   1912   
    #[test]
 1475   1913   
    fn test_signature_calculation() {
 1476   1914   
        let secret = "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY";
 1477         -
        let creq = test::v4::test_canonical_request("iam");
        1915  +
        let creq = r#"AWS4-HMAC-SHA256
        1916  +
20150830T123600Z
        1917  +
20150830/us-east-1/iam/aws4_request
        1918  +
f536975d06c0309214f805bb90ccff089219ecd68b2577efef23edd43b7e1a59"#;
 1478   1919   
        let time = parse_date_time("20150830T123600Z").unwrap();
 1479   1920   
 1480   1921   
        let derived_key = generate_signing_key(secret, time, "us-east-1", "iam");
 1481   1922   
        let signature = calculate_signature(derived_key, creq.as_bytes());
 1482   1923   
 1483   1924   
        let expected = "5d672d79c15b13162d9279b0855cfba6789a8edb4c82c400e06b5924a6f2b5d7";
 1484   1925   
        assert_eq!(expected, &signature);
 1485   1926   
    }
 1486   1927   
 1487   1928   
    #[test]
 1488   1929   
    fn sign_payload_empty_string() {
 1489   1930   
        let expected = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
 1490   1931   
        let actual = sha256_hex_string([]);
 1491   1932   
        assert_eq!(expected, actual);
 1492   1933   
    }
 1493   1934   
}
 1494   1935   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml
 1495   1936   
index ce78c38..8c2f591 100644
 1496         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml
        1937  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml
 1497   1938   
@@ -1,43 +1,43 @@
 1498   1939   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 1499   1940   
[package]
 1500   1941   
name = "aws-smithy-checksums"
 1501   1942   
version = "0.63.5"
 1502   1943   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
 1503   1944   
description = "Checksum calculation and verification callbacks"
 1504   1945   
edition = "2021"
 1505   1946   
license = "Apache-2.0"
 1506   1947   
repository = "https://github.com/smithy-lang/smithy-rs"
 1507   1948   
[package.metadata.docs.rs]
 1508   1949   
all-features = true
 1509   1950   
targets = ["x86_64-unknown-linux-gnu"]
 1510   1951   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
 1511   1952   
rustdoc-args = ["--cfg", "docsrs"]
 1512   1953   
 1513   1954   
[dependencies]
 1514   1955   
bytes = "1.10.0"
 1515   1956   
crc-fast = "1.3.0"
 1516   1957   
hex = "0.4.3"
 1517   1958   
http = "0.2.9"
 1518   1959   
http-body = "0.4.5"
 1519   1960   
md-5 = "0.10"
 1520   1961   
pin-project-lite = "0.2.14"
 1521   1962   
sha1 = "0.10"
 1522   1963   
sha2 = "0.10"
 1523   1964   
tracing = "0.1.40"
 1524   1965   
 1525   1966   
[dependencies.aws-smithy-http]
 1526   1967   
path = "../aws-smithy-http"
 1527         -
version = "0.62.2"
        1968  +
version = "0.62.3"
 1528   1969   
 1529   1970   
[dependencies.aws-smithy-types]
 1530   1971   
path = "../aws-smithy-types"
 1531   1972   
version = "1.3.2"
 1532   1973   
 1533   1974   
[dev-dependencies]
 1534   1975   
bytes-utils = "0.1.2"
 1535   1976   
pretty_assertions = "1.3"
 1536   1977   
tracing-test = "0.2.1"
 1537   1978   
 1538   1979   
[dev-dependencies.tokio]
 1539   1980   
version = "1.23.1"
 1540   1981   
features = ["macros", "rt"]
 1541   1982   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/Cargo.toml
 1542   1983   
index 970c99e..d3c7a49 100644
 1543         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/Cargo.toml
        1984  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/Cargo.toml
 1544   1985   
@@ -1,34 +1,34 @@
 1545   1986   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 1546   1987   
[package]
 1547   1988   
name = "aws-smithy-http"
 1548         -
version = "0.62.2"
        1989  +
version = "0.62.3"
 1549   1990   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 1550   1991   
description = "Smithy HTTP logic for smithy-rs."
 1551   1992   
edition = "2021"
 1552   1993   
license = "Apache-2.0"
 1553   1994   
repository = "https://github.com/smithy-lang/smithy-rs"
 1554   1995   
[package.metadata.docs.rs]
 1555   1996   
all-features = true
 1556   1997   
targets = ["x86_64-unknown-linux-gnu"]
 1557   1998   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
 1558   1999   
rustdoc-args = ["--cfg", "docsrs"]
 1559   2000   
 1560   2001   
[features]
 1561   2002   
event-stream = ["aws-smithy-eventstream"]
 1562   2003   
rt-tokio = ["aws-smithy-types/rt-tokio"]
 1563   2004   
 1564   2005   
[dependencies]
 1565   2006   
bytes = "1.10.0"
 1566   2007   
bytes-utils = "0.1"
 1567   2008   
percent-encoding = "2.3.1"
 1568   2009   
pin-project-lite = "0.2.14"
 1569   2010   
pin-utils = "0.1.0"
 1570   2011   
tracing = "0.1.40"
 1571   2012   
futures-core = "0.3.31"
 1572   2013   
 1573   2014   
[dependencies.aws-smithy-eventstream]
 1574   2015   
path = "../aws-smithy-eventstream"
 1575   2016   
optional = true
 1576   2017   
version = "0.60.10"
 1577   2018   
 1578   2019   
[dependencies.aws-smithy-runtime-api]
 1579   2020   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/fuzz/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/fuzz/Cargo.toml
 1580   2021   
index 508f7a2..361545e 100644
 1581         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/fuzz/Cargo.toml
        2022  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/fuzz/Cargo.toml
 1582   2023   
@@ -1,27 +1,27 @@
 1583   2024   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 1584   2025   
[[bin]]
 1585   2026   
name = "read_many_from_str"
 1586   2027   
path = "fuzz_targets/read_many_from_str.rs"
 1587   2028   
test = false
 1588   2029   
doc = false
 1589   2030   
 1590   2031   
[package]
 1591   2032   
name = "aws-smithy-http-fuzz"
 1592   2033   
version = "0.0.0"
 1593   2034   
authors = ["Automatically generated"]
 1594   2035   
publish = false
 1595   2036   
edition = "2021"
 1596   2037   
 1597   2038   
[package.metadata]
 1598   2039   
cargo-fuzz = true
 1599   2040   
 1600   2041   
[dependencies]
 1601   2042   
libfuzzer-sys = "=0.4.7"
 1602   2043   
http = "0.2.3"
 1603   2044   
 1604   2045   
[dependencies.aws-smithy-http]
 1605   2046   
path = ".."
 1606         -
version = "0.62.2"
        2047  +
version = "0.62.3"
 1607   2048   
 1608   2049   
[workspace]
 1609   2050   
members = ["."]
 1610   2051   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/src/query_writer.rs b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/src/query_writer.rs
 1611   2052   
index fef41d0..7694da6 100644
 1612         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/src/query_writer.rs
        2053  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/src/query_writer.rs
 1613   2054   
@@ -25,68 +25,73 @@ impl QueryWriter {
 1614   2055   
    pub fn new(uri: &Uri) -> Self {
 1615   2056   
        let new_path_and_query = uri
 1616   2057   
            .path_and_query()
 1617   2058   
            .map(|pq| pq.to_string())
 1618   2059   
            .unwrap_or_default();
 1619   2060   
        let prefix = if uri.query().is_none() {
 1620   2061   
            Some('?')
 1621   2062   
        } else if !uri.query().unwrap_or_default().is_empty() {
 1622   2063   
            Some('&')
 1623   2064   
        } else {
 1624   2065   
            None
 1625   2066   
        };
 1626   2067   
        QueryWriter {
 1627   2068   
            base_uri: uri.clone(),
 1628   2069   
            new_path_and_query,
 1629   2070   
            prefix,
 1630   2071   
        }
 1631   2072   
    }
 1632   2073   
 1633   2074   
    /// Clears all query parameters.
 1634   2075   
    pub fn clear_params(&mut self) {
 1635   2076   
        if let Some(index) = self.new_path_and_query.find('?') {
 1636   2077   
            self.new_path_and_query.truncate(index);
 1637   2078   
            self.prefix = Some('?');
 1638   2079   
        }
 1639   2080   
    }
 1640   2081   
 1641   2082   
    /// Inserts a new query parameter. The key and value are percent encoded
 1642   2083   
    /// by `QueryWriter`. Passing in percent encoded values will result in double encoding.
 1643   2084   
    pub fn insert(&mut self, k: &str, v: &str) {
        2085  +
        self.insert_encoded(&percent_encode_query(k), &percent_encode_query(v));
        2086  +
    }
        2087  +
        2088  +
    /// Inserts a new already encoded query parameter. The key and value will be inserted
        2089  +
    /// as is.
        2090  +
    pub fn insert_encoded(&mut self, encoded_k: &str, encoded_v: &str) {
 1644   2091   
        if let Some(prefix) = self.prefix {
 1645   2092   
            self.new_path_and_query.push(prefix);
 1646   2093   
        }
 1647   2094   
        self.prefix = Some('&');
 1648         -
        self.new_path_and_query.push_str(&percent_encode_query(k));
        2095  +
        self.new_path_and_query.push_str(encoded_k);
 1649   2096   
        self.new_path_and_query.push('=');
 1650         -
 1651         -
        self.new_path_and_query.push_str(&percent_encode_query(v));
        2097  +
        self.new_path_and_query.push_str(encoded_v)
 1652   2098   
    }
 1653   2099   
 1654   2100   
    /// Returns just the built query string.
 1655   2101   
    pub fn build_query(self) -> String {
 1656   2102   
        self.build_uri().query().unwrap_or_default().to_string()
 1657   2103   
    }
 1658   2104   
 1659   2105   
    /// Returns a full [`Uri`] with the query string updated.
 1660   2106   
    pub fn build_uri(self) -> Uri {
 1661   2107   
        let mut parts = self.base_uri.into_parts();
 1662   2108   
        parts.path_and_query = Some(
 1663   2109   
            self.new_path_and_query
 1664   2110   
                .parse()
 1665   2111   
                .expect("adding query should not invalidate URI"),
 1666   2112   
        );
 1667   2113   
        Uri::from_parts(parts).expect("a valid URL in should always produce a valid URL out")
 1668   2114   
    }
 1669   2115   
}
 1670   2116   
 1671   2117   
#[cfg(test)]
 1672   2118   
mod test {
 1673   2119   
    use super::QueryWriter;
 1674   2120   
    use http_02x::Uri;
 1675   2121   
 1676   2122   
    #[test]
 1677   2123   
    fn empty_uri() {
 1678   2124   
        let uri = Uri::from_static("http://www.example.com");
 1679   2125   
        let mut query_writer = QueryWriter::new(&uri);
 1680   2126   
        query_writer.insert("key", "val%ue");
 1681   2127   
        query_writer.insert("another", "value");
 1682   2128   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-runtime/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-runtime/Cargo.toml
 1683   2129   
index f108978..df7a9fe 100644
 1684         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-runtime/Cargo.toml
        2130  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-runtime/Cargo.toml
 1685   2131   
@@ -15,61 +15,61 @@ rustdoc-args = ["--cfg", "docsrs"]
 1686   2132   
 1687   2133   
[package.metadata.smithy-rs-release-tooling]
 1688   2134   
stable = true
 1689   2135   
[package.metadata.cargo-udeps.ignore]
 1690   2136   
normal = ["aws-smithy-http"]
 1691   2137   
 1692   2138   
[features]
 1693   2139   
client = ["aws-smithy-runtime-api/client", "aws-smithy-types/http-body-1-x"]
 1694   2140   
http-auth = ["aws-smithy-runtime-api/http-auth"]
 1695   2141   
connector-hyper-0-14-x = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/hyper-014"]
 1696   2142   
tls-rustls = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/legacy-rustls-ring", "connector-hyper-0-14-x"]
 1697   2143   
default-https-client = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/rustls-aws-lc"]
 1698   2144   
rt-tokio = ["tokio/rt"]
 1699   2145   
test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "legacy-test-util"]
 1700   2146   
legacy-test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "connector-hyper-0-14-x", "aws-smithy-http-client/legacy-test-util"]
 1701   2147   
wire-mock = ["legacy-test-util", "aws-smithy-http-client/wire-mock"]
 1702   2148   
 1703   2149   
[dependencies]
 1704   2150   
bytes = "1.10.0"
 1705   2151   
fastrand = "2.3.0"
 1706   2152   
pin-project-lite = "0.2.14"
 1707   2153   
pin-utils = "0.1.0"
 1708   2154   
tracing = "0.1.40"
 1709   2155   
 1710   2156   
[dependencies.aws-smithy-async]
 1711   2157   
path = "../aws-smithy-async"
 1712   2158   
version = "1.2.5"
 1713   2159   
 1714   2160   
[dependencies.aws-smithy-http]
 1715   2161   
path = "../aws-smithy-http"
 1716         -
version = "0.62.2"
        2162  +
version = "0.62.3"
 1717   2163   
 1718   2164   
[dependencies.aws-smithy-observability]
 1719   2165   
path = "../aws-smithy-observability"
 1720   2166   
version = "0.1.3"
 1721   2167   
 1722   2168   
[dependencies.aws-smithy-runtime-api]
 1723   2169   
path = "../aws-smithy-runtime-api"
 1724   2170   
version = "1.8.5"
 1725   2171   
 1726   2172   
[dependencies.aws-smithy-types]
 1727   2173   
path = "../aws-smithy-types"
 1728   2174   
features = ["http-body-0-4-x"]
 1729   2175   
version = "1.3.2"
 1730   2176   
 1731   2177   
[dependencies.aws-smithy-http-client]
 1732   2178   
path = "../aws-smithy-http-client"
 1733   2179   
optional = true
 1734   2180   
version = "1.0.6"
 1735   2181   
 1736   2182   
[dependencies.http-02x]
 1737   2183   
package = "http"
 1738   2184   
version = "0.2.9"
 1739   2185   
 1740   2186   
[dependencies.http-1x]
 1741   2187   
package = "http"
 1742   2188   
version = "1"
 1743   2189   
 1744   2190   
[dependencies.http-body-04x]
 1745   2191   
package = "http-body"
 1746   2192   
version = "0.4.5"
 1747   2193   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-wasm/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-wasm/Cargo.toml
 1748   2194   
index 4e050c6..f58eb1c 100644
 1749         -
-- a/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-wasm/Cargo.toml
        2195  +
++ b/tmp-codegen-diff/aws-sdk/sdk/aws-smithy-wasm/Cargo.toml
 1750   2196   
@@ -1,33 +1,33 @@
 1751   2197   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 1752   2198   
[package]
 1753   2199   
name = "aws-smithy-wasm"
 1754   2200   
version = "0.1.4"
 1755   2201   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Eduardo Rodrigues <16357187+eduardomourar@users.noreply.github.com>"]
 1756   2202   
description = "Smithy WebAssembly configuration for smithy-rs."
 1757   2203   
edition = "2021"
 1758   2204   
license = "Apache-2.0"
 1759   2205   
repository = "https://github.com/awslabs/smithy-rs"
 1760   2206   
[package.metadata.docs.rs]
 1761   2207   
all-features = true
 1762   2208   
targets = ["x86_64-unknown-linux-gnu"]
 1763   2209   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
 1764   2210   
rustdoc-args = ["--cfg", "docsrs"]
 1765   2211   
 1766   2212   
[dependencies]
 1767   2213   
bytes = "1.10.0"
 1768   2214   
http = "1.0.0"
 1769   2215   
tracing = "0.1.40"
 1770   2216   
wasi = "0.12.1"
 1771   2217   
 1772   2218   
[dependencies.aws-smithy-runtime-api]
 1773   2219   
path = "../aws-smithy-runtime-api"
 1774   2220   
features = ["http-1x"]
 1775   2221   
version = "1.8.5"
 1776   2222   
 1777   2223   
[dependencies.aws-smithy-http]
 1778   2224   
path = "../aws-smithy-http"
 1779         -
version = "0.62.2"
        2225  +
version = "0.62.3"
 1780   2226   
 1781   2227   
[dependencies.aws-smithy-types]
 1782   2228   
path = "../aws-smithy-types"
 1783   2229   
version = "1.3.2"
 1784   2230   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/bedrockruntime/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/bedrockruntime/Cargo.toml
 1785   2231   
index a880648..139e808 100644
 1786         -
-- a/tmp-codegen-diff/aws-sdk/sdk/bedrockruntime/Cargo.toml
        2232  +
++ b/tmp-codegen-diff/aws-sdk/sdk/bedrockruntime/Cargo.toml
 1787   2233   
@@ -7,61 +7,61 @@ description = "AWS SDK for Amazon Bedrock Runtime"
 1788   2234   
edition = "2021"
 1789   2235   
license = "Apache-2.0"
 1790   2236   
repository = "https://github.com/awslabs/aws-sdk-rust"
 1791   2237   
rust-version = "1.86.0"
 1792   2238   
readme = "README.md"
 1793   2239   
[package.metadata.smithy]
 1794   2240   
codegen-version = "ci"
 1795   2241   
[package.metadata.docs.rs]
 1796   2242   
all-features = true
 1797   2243   
targets = ["x86_64-unknown-linux-gnu"]
 1798   2244   
[dependencies.aws-credential-types]
 1799   2245   
path = "../aws-credential-types"
 1800   2246   
version = "1.2.4"
 1801   2247   
 1802   2248   
[dependencies.aws-runtime]
 1803   2249   
path = "../aws-runtime"
 1804   2250   
features = ["event-stream"]
 1805   2251   
version = "1.5.9"
 1806   2252   
 1807   2253   
[dependencies.aws-smithy-async]
 1808   2254   
path = "../aws-smithy-async"
 1809   2255   
version = "1.2.5"
 1810   2256   
 1811   2257   
[dependencies.aws-smithy-eventstream]
 1812   2258   
path = "../aws-smithy-eventstream"
 1813   2259   
version = "0.60.10"
 1814   2260   
 1815   2261   
[dependencies.aws-smithy-http]
 1816   2262   
path = "../aws-smithy-http"
 1817   2263   
features = ["event-stream"]
 1818         -
version = "0.62.2"
        2264  +
version = "0.62.3"
 1819   2265   
 1820   2266   
[dependencies.aws-smithy-json]
 1821   2267   
path = "../aws-smithy-json"
 1822   2268   
version = "0.61.4"
 1823   2269   
 1824   2270   
[dependencies.aws-smithy-runtime]
 1825   2271   
path = "../aws-smithy-runtime"
 1826   2272   
features = ["client"]
 1827   2273   
version = "1.8.5"
 1828   2274   
 1829   2275   
[dependencies.aws-smithy-runtime-api]
 1830   2276   
path = "../aws-smithy-runtime-api"
 1831   2277   
features = ["client", "http-02x"]
 1832   2278   
version = "1.8.5"
 1833   2279   
 1834   2280   
[dependencies.aws-smithy-types]
 1835   2281   
path = "../aws-smithy-types"
 1836   2282   
version = "1.3.2"
 1837   2283   
 1838   2284   
[dependencies.aws-types]
 1839   2285   
path = "../aws-types"
 1840   2286   
version = "1.3.8"
 1841   2287   
 1842   2288   
[dependencies.bytes]
 1843   2289   
version = "1.4.0"
 1844   2290   
 1845   2291   
[dependencies.fastrand]
 1846   2292   
version = "2.0.0"
 1847   2293   
 1848   2294   
[dependencies.http]
 1849   2295   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/Cargo.toml
 1850   2296   
index 415ecc9..667d12b 100644
 1851         -
-- a/tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/Cargo.toml
        2297  +
++ b/tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/Cargo.toml
 1852   2298   
@@ -7,61 +7,61 @@ description = "AWS SDK for Amazon CloudWatch Logs"
 1853   2299   
edition = "2021"
 1854   2300   
license = "Apache-2.0"
 1855   2301   
repository = "https://github.com/awslabs/aws-sdk-rust"
 1856   2302   
rust-version = "1.86.0"
 1857   2303   
readme = "README.md"
 1858   2304   
[package.metadata.smithy]
 1859   2305   
codegen-version = "ci"
 1860   2306   
[package.metadata.docs.rs]
 1861   2307   
all-features = true
 1862   2308   
targets = ["x86_64-unknown-linux-gnu"]
 1863   2309   
[dependencies.aws-credential-types]
 1864   2310   
path = "../aws-credential-types"
 1865   2311   
version = "1.2.4"
 1866   2312   
 1867   2313   
[dependencies.aws-runtime]
 1868   2314   
path = "../aws-runtime"
 1869   2315   
features = ["event-stream"]
 1870   2316   
version = "1.5.9"
 1871   2317   
 1872   2318   
[dependencies.aws-smithy-async]
 1873   2319   
path = "../aws-smithy-async"
 1874   2320   
version = "1.2.5"
 1875   2321   
 1876   2322   
[dependencies.aws-smithy-eventstream]
 1877   2323   
path = "../aws-smithy-eventstream"
 1878   2324   
version = "0.60.10"
 1879   2325   
 1880   2326   
[dependencies.aws-smithy-http]
 1881   2327   
path = "../aws-smithy-http"
 1882   2328   
features = ["event-stream"]
 1883         -
version = "0.62.2"
        2329  +
version = "0.62.3"
 1884   2330   
 1885   2331   
[dependencies.aws-smithy-json]
 1886   2332   
path = "../aws-smithy-json"
 1887   2333   
version = "0.61.4"
 1888   2334   
 1889   2335   
[dependencies.aws-smithy-runtime]
 1890   2336   
path = "../aws-smithy-runtime"
 1891   2337   
features = ["client"]
 1892   2338   
version = "1.8.5"
 1893   2339   
 1894   2340   
[dependencies.aws-smithy-runtime-api]
 1895   2341   
path = "../aws-smithy-runtime-api"
 1896   2342   
features = ["client", "http-02x"]
 1897   2343   
version = "1.8.5"
 1898   2344   
 1899   2345   
[dependencies.aws-smithy-types]
 1900   2346   
path = "../aws-smithy-types"
 1901   2347   
version = "1.3.2"
 1902   2348   
 1903   2349   
[dependencies.aws-types]
 1904   2350   
path = "../aws-types"
 1905   2351   
version = "1.3.8"
 1906   2352   
 1907   2353   
[dependencies.bytes]
 1908   2354   
version = "1.4.0"
 1909   2355   
 1910   2356   
[dependencies.fastrand]
 1911   2357   
version = "2.0.0"
 1912   2358   
 1913   2359   
[dependencies.http]
 1914   2360   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/codecatalyst/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/codecatalyst/Cargo.toml
 1915   2361   
index 8871cab..ed88de6 100644
 1916         -
-- a/tmp-codegen-diff/aws-sdk/sdk/codecatalyst/Cargo.toml
        2362  +
++ b/tmp-codegen-diff/aws-sdk/sdk/codecatalyst/Cargo.toml
 1917   2363   
@@ -1,61 +1,61 @@
 1918   2364   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 1919   2365   
[package]
 1920   2366   
name = "aws-sdk-codecatalyst"
 1921   2367   
version = "0.0.0-local"
 1922   2368   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 1923   2369   
description = "AWS SDK for Amazon CodeCatalyst"
 1924   2370   
edition = "2021"
 1925   2371   
license = "Apache-2.0"
 1926   2372   
repository = "https://github.com/awslabs/aws-sdk-rust"
 1927   2373   
rust-version = "1.86.0"
 1928   2374   
readme = "README.md"
 1929   2375   
[package.metadata.smithy]
 1930   2376   
codegen-version = "ci"
 1931   2377   
[package.metadata.docs.rs]
 1932   2378   
all-features = true
 1933   2379   
targets = ["x86_64-unknown-linux-gnu"]
 1934   2380   
[dependencies.aws-credential-types]
 1935   2381   
path = "../aws-credential-types"
 1936   2382   
version = "1.2.4"
 1937   2383   
 1938   2384   
[dependencies.aws-runtime]
 1939   2385   
path = "../aws-runtime"
 1940   2386   
version = "1.5.9"
 1941   2387   
 1942   2388   
[dependencies.aws-smithy-async]
 1943   2389   
path = "../aws-smithy-async"
 1944   2390   
version = "1.2.5"
 1945   2391   
 1946   2392   
[dependencies.aws-smithy-http]
 1947   2393   
path = "../aws-smithy-http"
 1948         -
version = "0.62.2"
        2394  +
version = "0.62.3"
 1949   2395   
 1950   2396   
[dependencies.aws-smithy-json]
 1951   2397   
path = "../aws-smithy-json"
 1952   2398   
version = "0.61.4"
 1953   2399   
 1954   2400   
[dependencies.aws-smithy-runtime]
 1955   2401   
path = "../aws-smithy-runtime"
 1956   2402   
features = ["client", "http-auth"]
 1957   2403   
version = "1.8.5"
 1958   2404   
 1959   2405   
[dependencies.aws-smithy-runtime-api]
 1960   2406   
path = "../aws-smithy-runtime-api"
 1961   2407   
features = ["client", "http-02x", "http-auth"]
 1962   2408   
version = "1.8.5"
 1963   2409   
 1964   2410   
[dependencies.aws-smithy-types]
 1965   2411   
path = "../aws-smithy-types"
 1966   2412   
version = "1.3.2"
 1967   2413   
 1968   2414   
[dependencies.aws-types]
 1969   2415   
path = "../aws-types"
 1970   2416   
version = "1.3.8"
 1971   2417   
 1972   2418   
[dependencies.bytes]
 1973   2419   
version = "1.4.0"
 1974   2420   
 1975   2421   
[dependencies.fastrand]
 1976   2422   
version = "2.0.0"
 1977   2423   
 1978   2424   
[dependencies.http]
 1979   2425   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/config/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/config/Cargo.toml
 1980   2426   
index 89573ff..05238af 100644
 1981         -
-- a/tmp-codegen-diff/aws-sdk/sdk/config/Cargo.toml
        2427  +
++ b/tmp-codegen-diff/aws-sdk/sdk/config/Cargo.toml
 1982   2428   
@@ -1,61 +1,61 @@
 1983   2429   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 1984   2430   
[package]
 1985   2431   
name = "aws-sdk-config"
 1986   2432   
version = "0.0.0-local"
 1987   2433   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 1988   2434   
description = "AWS SDK for AWS Config"
 1989   2435   
edition = "2021"
 1990   2436   
license = "Apache-2.0"
 1991   2437   
repository = "https://github.com/awslabs/aws-sdk-rust"
 1992   2438   
rust-version = "1.86.0"
 1993   2439   
readme = "README.md"
 1994   2440   
[package.metadata.smithy]
 1995   2441   
codegen-version = "ci"
 1996   2442   
[package.metadata.docs.rs]
 1997   2443   
all-features = true
 1998   2444   
targets = ["x86_64-unknown-linux-gnu"]
 1999   2445   
[dependencies.aws-credential-types]
 2000   2446   
path = "../aws-credential-types"
 2001   2447   
version = "1.2.4"
 2002   2448   
 2003   2449   
[dependencies.aws-runtime]
 2004   2450   
path = "../aws-runtime"
 2005   2451   
version = "1.5.9"
 2006   2452   
 2007   2453   
[dependencies.aws-smithy-async]
 2008   2454   
path = "../aws-smithy-async"
 2009   2455   
version = "1.2.5"
 2010   2456   
 2011   2457   
[dependencies.aws-smithy-http]
 2012   2458   
path = "../aws-smithy-http"
 2013         -
version = "0.62.2"
        2459  +
version = "0.62.3"
 2014   2460   
 2015   2461   
[dependencies.aws-smithy-json]
 2016   2462   
path = "../aws-smithy-json"
 2017   2463   
version = "0.61.4"
 2018   2464   
 2019   2465   
[dependencies.aws-smithy-runtime]
 2020   2466   
path = "../aws-smithy-runtime"
 2021   2467   
features = ["client"]
 2022   2468   
version = "1.8.5"
 2023   2469   
 2024   2470   
[dependencies.aws-smithy-runtime-api]
 2025   2471   
path = "../aws-smithy-runtime-api"
 2026   2472   
features = ["client", "http-02x"]
 2027   2473   
version = "1.8.5"
 2028   2474   
 2029   2475   
[dependencies.aws-smithy-types]
 2030   2476   
path = "../aws-smithy-types"
 2031   2477   
version = "1.3.2"
 2032   2478   
 2033   2479   
[dependencies.aws-types]
 2034   2480   
path = "../aws-types"
 2035   2481   
version = "1.3.8"
 2036   2482   
 2037   2483   
[dependencies.bytes]
 2038   2484   
version = "1.4.0"
 2039   2485   
 2040   2486   
[dependencies.fastrand]
 2041   2487   
version = "2.0.0"
 2042   2488   
 2043   2489   
[dependencies.http]
 2044   2490   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/dynamodb/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/dynamodb/Cargo.toml
 2045   2491   
index d397c58..2c1062b 100644
 2046         -
-- a/tmp-codegen-diff/aws-sdk/sdk/dynamodb/Cargo.toml
        2492  +
++ b/tmp-codegen-diff/aws-sdk/sdk/dynamodb/Cargo.toml
 2047   2493   
@@ -1,61 +1,61 @@
 2048   2494   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2049   2495   
[package]
 2050   2496   
name = "aws-sdk-dynamodb"
 2051   2497   
version = "0.0.0-local"
 2052   2498   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2053   2499   
description = "AWS SDK for Amazon DynamoDB"
 2054   2500   
edition = "2021"
 2055   2501   
license = "Apache-2.0"
 2056   2502   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2057   2503   
rust-version = "1.86.0"
 2058   2504   
readme = "README.md"
 2059   2505   
[package.metadata.smithy]
 2060   2506   
codegen-version = "ci"
 2061   2507   
[package.metadata.docs.rs]
 2062   2508   
all-features = true
 2063   2509   
targets = ["x86_64-unknown-linux-gnu"]
 2064   2510   
[dependencies.aws-credential-types]
 2065   2511   
path = "../aws-credential-types"
 2066   2512   
version = "1.2.4"
 2067   2513   
 2068   2514   
[dependencies.aws-runtime]
 2069   2515   
path = "../aws-runtime"
 2070   2516   
version = "1.5.9"
 2071   2517   
 2072   2518   
[dependencies.aws-smithy-async]
 2073   2519   
path = "../aws-smithy-async"
 2074   2520   
version = "1.2.5"
 2075   2521   
 2076   2522   
[dependencies.aws-smithy-http]
 2077   2523   
path = "../aws-smithy-http"
 2078         -
version = "0.62.2"
        2524  +
version = "0.62.3"
 2079   2525   
 2080   2526   
[dependencies.aws-smithy-json]
 2081   2527   
path = "../aws-smithy-json"
 2082   2528   
version = "0.61.4"
 2083   2529   
 2084   2530   
[dependencies.aws-smithy-runtime]
 2085   2531   
path = "../aws-smithy-runtime"
 2086   2532   
features = ["client"]
 2087   2533   
version = "1.8.5"
 2088   2534   
 2089   2535   
[dependencies.aws-smithy-runtime-api]
 2090   2536   
path = "../aws-smithy-runtime-api"
 2091   2537   
features = ["client", "http-02x"]
 2092   2538   
version = "1.8.5"
 2093   2539   
 2094   2540   
[dependencies.aws-smithy-types]
 2095   2541   
path = "../aws-smithy-types"
 2096   2542   
version = "1.3.2"
 2097   2543   
 2098   2544   
[dependencies.aws-types]
 2099   2545   
path = "../aws-types"
 2100   2546   
version = "1.3.8"
 2101   2547   
 2102   2548   
[dependencies.bytes]
 2103   2549   
version = "1.4.0"
 2104   2550   
 2105   2551   
[dependencies.fastrand]
 2106   2552   
version = "2.0.0"
 2107   2553   
 2108   2554   
[dependencies.http]
 2109   2555   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/ec2/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/ec2/Cargo.toml
 2110   2556   
index c0ba315..46168af 100644
 2111         -
-- a/tmp-codegen-diff/aws-sdk/sdk/ec2/Cargo.toml
        2557  +
++ b/tmp-codegen-diff/aws-sdk/sdk/ec2/Cargo.toml
 2112   2558   
@@ -1,61 +1,61 @@
 2113   2559   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2114   2560   
[package]
 2115   2561   
name = "aws-sdk-ec2"
 2116   2562   
version = "0.0.0-local"
 2117   2563   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2118   2564   
description = "AWS SDK for Amazon Elastic Compute Cloud"
 2119   2565   
edition = "2021"
 2120   2566   
license = "Apache-2.0"
 2121   2567   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2122   2568   
rust-version = "1.86.0"
 2123   2569   
readme = "README.md"
 2124   2570   
[package.metadata.smithy]
 2125   2571   
codegen-version = "ci"
 2126   2572   
[package.metadata.docs.rs]
 2127   2573   
all-features = true
 2128   2574   
targets = ["x86_64-unknown-linux-gnu"]
 2129   2575   
[dependencies.aws-credential-types]
 2130   2576   
path = "../aws-credential-types"
 2131   2577   
version = "1.2.4"
 2132   2578   
 2133   2579   
[dependencies.aws-runtime]
 2134   2580   
path = "../aws-runtime"
 2135   2581   
version = "1.5.9"
 2136   2582   
 2137   2583   
[dependencies.aws-smithy-async]
 2138   2584   
path = "../aws-smithy-async"
 2139   2585   
version = "1.2.5"
 2140   2586   
 2141   2587   
[dependencies.aws-smithy-http]
 2142   2588   
path = "../aws-smithy-http"
 2143         -
version = "0.62.2"
        2589  +
version = "0.62.3"
 2144   2590   
 2145   2591   
[dependencies.aws-smithy-json]
 2146   2592   
path = "../aws-smithy-json"
 2147   2593   
version = "0.61.4"
 2148   2594   
 2149   2595   
[dependencies.aws-smithy-query]
 2150   2596   
path = "../aws-smithy-query"
 2151   2597   
version = "0.60.7"
 2152   2598   
 2153   2599   
[dependencies.aws-smithy-runtime]
 2154   2600   
path = "../aws-smithy-runtime"
 2155   2601   
features = ["client"]
 2156   2602   
version = "1.8.5"
 2157   2603   
 2158   2604   
[dependencies.aws-smithy-runtime-api]
 2159   2605   
path = "../aws-smithy-runtime-api"
 2160   2606   
features = ["client", "http-02x"]
 2161   2607   
version = "1.8.5"
 2162   2608   
 2163   2609   
[dependencies.aws-smithy-types]
 2164   2610   
path = "../aws-smithy-types"
 2165   2611   
version = "1.3.2"
 2166   2612   
 2167   2613   
[dependencies.aws-smithy-xml]
 2168   2614   
path = "../aws-smithy-xml"
 2169   2615   
version = "0.60.10"
 2170   2616   
 2171   2617   
[dependencies.aws-types]
 2172   2618   
path = "../aws-types"
 2173   2619   
version = "1.3.8"
 2174   2620   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/ecs/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/ecs/Cargo.toml
 2175   2621   
index 4474d17..095d40e 100644
 2176         -
-- a/tmp-codegen-diff/aws-sdk/sdk/ecs/Cargo.toml
        2622  +
++ b/tmp-codegen-diff/aws-sdk/sdk/ecs/Cargo.toml
 2177   2623   
@@ -1,61 +1,61 @@
 2178   2624   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2179   2625   
[package]
 2180   2626   
name = "aws-sdk-ecs"
 2181   2627   
version = "0.0.0-local"
 2182   2628   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2183   2629   
description = "AWS SDK for Amazon EC2 Container Service"
 2184   2630   
edition = "2021"
 2185   2631   
license = "Apache-2.0"
 2186   2632   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2187   2633   
rust-version = "1.86.0"
 2188   2634   
readme = "README.md"
 2189   2635   
[package.metadata.smithy]
 2190   2636   
codegen-version = "ci"
 2191   2637   
[package.metadata.docs.rs]
 2192   2638   
all-features = true
 2193   2639   
targets = ["x86_64-unknown-linux-gnu"]
 2194   2640   
[dependencies.aws-credential-types]
 2195   2641   
path = "../aws-credential-types"
 2196   2642   
version = "1.2.4"
 2197   2643   
 2198   2644   
[dependencies.aws-runtime]
 2199   2645   
path = "../aws-runtime"
 2200   2646   
version = "1.5.9"
 2201   2647   
 2202   2648   
[dependencies.aws-smithy-async]
 2203   2649   
path = "../aws-smithy-async"
 2204   2650   
version = "1.2.5"
 2205   2651   
 2206   2652   
[dependencies.aws-smithy-http]
 2207   2653   
path = "../aws-smithy-http"
 2208         -
version = "0.62.2"
        2654  +
version = "0.62.3"
 2209   2655   
 2210   2656   
[dependencies.aws-smithy-json]
 2211   2657   
path = "../aws-smithy-json"
 2212   2658   
version = "0.61.4"
 2213   2659   
 2214   2660   
[dependencies.aws-smithy-runtime]
 2215   2661   
path = "../aws-smithy-runtime"
 2216   2662   
features = ["client"]
 2217   2663   
version = "1.8.5"
 2218   2664   
 2219   2665   
[dependencies.aws-smithy-runtime-api]
 2220   2666   
path = "../aws-smithy-runtime-api"
 2221   2667   
features = ["client", "http-02x"]
 2222   2668   
version = "1.8.5"
 2223   2669   
 2224   2670   
[dependencies.aws-smithy-types]
 2225   2671   
path = "../aws-smithy-types"
 2226   2672   
version = "1.3.2"
 2227   2673   
 2228   2674   
[dependencies.aws-types]
 2229   2675   
path = "../aws-types"
 2230   2676   
version = "1.3.8"
 2231   2677   
 2232   2678   
[dependencies.bytes]
 2233   2679   
version = "1.4.0"
 2234   2680   
 2235   2681   
[dependencies.fastrand]
 2236   2682   
version = "2.0.0"
 2237   2683   
 2238   2684   
[dependencies.http]
 2239   2685   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/glacier/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/glacier/Cargo.toml
 2240   2686   
index 15b1d77..16d7d89 100644
 2241         -
-- a/tmp-codegen-diff/aws-sdk/sdk/glacier/Cargo.toml
        2687  +
++ b/tmp-codegen-diff/aws-sdk/sdk/glacier/Cargo.toml
 2242   2688   
@@ -1,65 +1,65 @@
 2243   2689   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2244   2690   
[package]
 2245   2691   
name = "aws-sdk-glacier"
 2246   2692   
version = "0.0.0-local"
 2247   2693   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2248   2694   
description = "AWS SDK for Amazon Glacier"
 2249   2695   
edition = "2021"
 2250   2696   
license = "Apache-2.0"
 2251   2697   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2252   2698   
rust-version = "1.86.0"
 2253   2699   
readme = "README.md"
 2254   2700   
[package.metadata.smithy]
 2255   2701   
codegen-version = "ci"
 2256   2702   
[package.metadata.docs.rs]
 2257   2703   
all-features = true
 2258   2704   
targets = ["x86_64-unknown-linux-gnu"]
 2259   2705   
[dependencies.aws-credential-types]
 2260   2706   
path = "../aws-credential-types"
 2261   2707   
version = "1.2.4"
 2262   2708   
 2263   2709   
[dependencies.aws-runtime]
 2264   2710   
path = "../aws-runtime"
 2265   2711   
version = "1.5.9"
 2266   2712   
 2267   2713   
[dependencies.aws-sigv4]
 2268   2714   
path = "../aws-sigv4"
 2269         -
version = "1.3.3"
        2715  +
version = "1.3.4"
 2270   2716   
 2271   2717   
[dependencies.aws-smithy-async]
 2272   2718   
path = "../aws-smithy-async"
 2273   2719   
version = "1.2.5"
 2274   2720   
 2275   2721   
[dependencies.aws-smithy-http]
 2276   2722   
path = "../aws-smithy-http"
 2277         -
version = "0.62.2"
        2723  +
version = "0.62.3"
 2278   2724   
 2279   2725   
[dependencies.aws-smithy-json]
 2280   2726   
path = "../aws-smithy-json"
 2281   2727   
version = "0.61.4"
 2282   2728   
 2283   2729   
[dependencies.aws-smithy-runtime]
 2284   2730   
path = "../aws-smithy-runtime"
 2285   2731   
features = ["client"]
 2286   2732   
version = "1.8.5"
 2287   2733   
 2288   2734   
[dependencies.aws-smithy-runtime-api]
 2289   2735   
path = "../aws-smithy-runtime-api"
 2290   2736   
features = ["client", "http-02x"]
 2291   2737   
version = "1.8.5"
 2292   2738   
 2293   2739   
[dependencies.aws-smithy-types]
 2294   2740   
path = "../aws-smithy-types"
 2295   2741   
version = "1.3.2"
 2296   2742   
 2297   2743   
[dependencies.aws-types]
 2298   2744   
path = "../aws-types"
 2299   2745   
version = "1.3.8"
 2300   2746   
 2301   2747   
[dependencies.bytes]
 2302   2748   
version = "1.4.0"
 2303   2749   
 2304   2750   
[dependencies.fastrand]
 2305   2751   
version = "2.0.0"
 2306   2752   
 2307   2753   
[dependencies.hex]
 2308   2754   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/iam/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/iam/Cargo.toml
 2309   2755   
index d718a3a..65e6f24 100644
 2310         -
-- a/tmp-codegen-diff/aws-sdk/sdk/iam/Cargo.toml
        2756  +
++ b/tmp-codegen-diff/aws-sdk/sdk/iam/Cargo.toml
 2311   2757   
@@ -1,61 +1,61 @@
 2312   2758   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2313   2759   
[package]
 2314   2760   
name = "aws-sdk-iam"
 2315   2761   
version = "0.0.0-local"
 2316   2762   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2317   2763   
description = "AWS SDK for AWS Identity and Access Management"
 2318   2764   
edition = "2021"
 2319   2765   
license = "Apache-2.0"
 2320   2766   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2321   2767   
rust-version = "1.86.0"
 2322   2768   
readme = "README.md"
 2323   2769   
[package.metadata.smithy]
 2324   2770   
codegen-version = "ci"
 2325   2771   
[package.metadata.docs.rs]
 2326   2772   
all-features = true
 2327   2773   
targets = ["x86_64-unknown-linux-gnu"]
 2328   2774   
[dependencies.aws-credential-types]
 2329   2775   
path = "../aws-credential-types"
 2330   2776   
version = "1.2.4"
 2331   2777   
 2332   2778   
[dependencies.aws-runtime]
 2333   2779   
path = "../aws-runtime"
 2334   2780   
version = "1.5.9"
 2335   2781   
 2336   2782   
[dependencies.aws-smithy-async]
 2337   2783   
path = "../aws-smithy-async"
 2338   2784   
version = "1.2.5"
 2339   2785   
 2340   2786   
[dependencies.aws-smithy-http]
 2341   2787   
path = "../aws-smithy-http"
 2342         -
version = "0.62.2"
        2788  +
version = "0.62.3"
 2343   2789   
 2344   2790   
[dependencies.aws-smithy-json]
 2345   2791   
path = "../aws-smithy-json"
 2346   2792   
version = "0.61.4"
 2347   2793   
 2348   2794   
[dependencies.aws-smithy-query]
 2349   2795   
path = "../aws-smithy-query"
 2350   2796   
version = "0.60.7"
 2351   2797   
 2352   2798   
[dependencies.aws-smithy-runtime]
 2353   2799   
path = "../aws-smithy-runtime"
 2354   2800   
features = ["client"]
 2355   2801   
version = "1.8.5"
 2356   2802   
 2357   2803   
[dependencies.aws-smithy-runtime-api]
 2358   2804   
path = "../aws-smithy-runtime-api"
 2359   2805   
features = ["client", "http-02x"]
 2360   2806   
version = "1.8.5"
 2361   2807   
 2362   2808   
[dependencies.aws-smithy-types]
 2363   2809   
path = "../aws-smithy-types"
 2364   2810   
version = "1.3.2"
 2365   2811   
 2366   2812   
[dependencies.aws-smithy-xml]
 2367   2813   
path = "../aws-smithy-xml"
 2368   2814   
version = "0.60.10"
 2369   2815   
 2370   2816   
[dependencies.aws-types]
 2371   2817   
path = "../aws-types"
 2372   2818   
version = "1.3.8"
 2373   2819   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/kms/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/kms/Cargo.toml
 2374   2820   
index 0ed4302..3d828a5 100644
 2375         -
-- a/tmp-codegen-diff/aws-sdk/sdk/kms/Cargo.toml
        2821  +
++ b/tmp-codegen-diff/aws-sdk/sdk/kms/Cargo.toml
 2376   2822   
@@ -1,61 +1,61 @@
 2377   2823   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2378   2824   
[package]
 2379   2825   
name = "aws-sdk-kms"
 2380   2826   
version = "0.0.0-local"
 2381   2827   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2382   2828   
description = "AWS SDK for AWS Key Management Service"
 2383   2829   
edition = "2021"
 2384   2830   
license = "Apache-2.0"
 2385   2831   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2386   2832   
rust-version = "1.86.0"
 2387   2833   
readme = "README.md"
 2388   2834   
[package.metadata.smithy]
 2389   2835   
codegen-version = "ci"
 2390   2836   
[package.metadata.docs.rs]
 2391   2837   
all-features = true
 2392   2838   
targets = ["x86_64-unknown-linux-gnu"]
 2393   2839   
[dependencies.aws-credential-types]
 2394   2840   
path = "../aws-credential-types"
 2395   2841   
version = "1.2.4"
 2396   2842   
 2397   2843   
[dependencies.aws-runtime]
 2398   2844   
path = "../aws-runtime"
 2399   2845   
version = "1.5.9"
 2400   2846   
 2401   2847   
[dependencies.aws-smithy-async]
 2402   2848   
path = "../aws-smithy-async"
 2403   2849   
version = "1.2.5"
 2404   2850   
 2405   2851   
[dependencies.aws-smithy-http]
 2406   2852   
path = "../aws-smithy-http"
 2407         -
version = "0.62.2"
        2853  +
version = "0.62.3"
 2408   2854   
 2409   2855   
[dependencies.aws-smithy-json]
 2410   2856   
path = "../aws-smithy-json"
 2411   2857   
version = "0.61.4"
 2412   2858   
 2413   2859   
[dependencies.aws-smithy-runtime]
 2414   2860   
path = "../aws-smithy-runtime"
 2415   2861   
features = ["client"]
 2416   2862   
version = "1.8.5"
 2417   2863   
 2418   2864   
[dependencies.aws-smithy-runtime-api]
 2419   2865   
path = "../aws-smithy-runtime-api"
 2420   2866   
features = ["client", "http-02x"]
 2421   2867   
version = "1.8.5"
 2422   2868   
 2423   2869   
[dependencies.aws-smithy-types]
 2424   2870   
path = "../aws-smithy-types"
 2425   2871   
version = "1.3.2"
 2426   2872   
 2427   2873   
[dependencies.aws-types]
 2428   2874   
path = "../aws-types"
 2429   2875   
version = "1.3.8"
 2430   2876   
 2431   2877   
[dependencies.bytes]
 2432   2878   
version = "1.4.0"
 2433   2879   
 2434   2880   
[dependencies.fastrand]
 2435   2881   
version = "2.0.0"
 2436   2882   
 2437   2883   
[dependencies.http]
 2438   2884   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/lambda/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/lambda/Cargo.toml
 2439   2885   
index 6518dfc..6b94752 100644
 2440         -
-- a/tmp-codegen-diff/aws-sdk/sdk/lambda/Cargo.toml
        2886  +
++ b/tmp-codegen-diff/aws-sdk/sdk/lambda/Cargo.toml
 2441   2887   
@@ -7,61 +7,61 @@ description = "AWS SDK for AWS Lambda"
 2442   2888   
edition = "2021"
 2443   2889   
license = "Apache-2.0"
 2444   2890   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2445   2891   
rust-version = "1.86.0"
 2446   2892   
readme = "README.md"
 2447   2893   
[package.metadata.smithy]
 2448   2894   
codegen-version = "ci"
 2449   2895   
[package.metadata.docs.rs]
 2450   2896   
all-features = true
 2451   2897   
targets = ["x86_64-unknown-linux-gnu"]
 2452   2898   
[dependencies.aws-credential-types]
 2453   2899   
path = "../aws-credential-types"
 2454   2900   
version = "1.2.4"
 2455   2901   
 2456   2902   
[dependencies.aws-runtime]
 2457   2903   
path = "../aws-runtime"
 2458   2904   
features = ["event-stream"]
 2459   2905   
version = "1.5.9"
 2460   2906   
 2461   2907   
[dependencies.aws-smithy-async]
 2462   2908   
path = "../aws-smithy-async"
 2463   2909   
version = "1.2.5"
 2464   2910   
 2465   2911   
[dependencies.aws-smithy-eventstream]
 2466   2912   
path = "../aws-smithy-eventstream"
 2467   2913   
version = "0.60.10"
 2468   2914   
 2469   2915   
[dependencies.aws-smithy-http]
 2470   2916   
path = "../aws-smithy-http"
 2471   2917   
features = ["event-stream"]
 2472         -
version = "0.62.2"
        2918  +
version = "0.62.3"
 2473   2919   
 2474   2920   
[dependencies.aws-smithy-json]
 2475   2921   
path = "../aws-smithy-json"
 2476   2922   
version = "0.61.4"
 2477   2923   
 2478   2924   
[dependencies.aws-smithy-runtime]
 2479   2925   
path = "../aws-smithy-runtime"
 2480   2926   
features = ["client"]
 2481   2927   
version = "1.8.5"
 2482   2928   
 2483   2929   
[dependencies.aws-smithy-runtime-api]
 2484   2930   
path = "../aws-smithy-runtime-api"
 2485   2931   
features = ["client", "http-02x"]
 2486   2932   
version = "1.8.5"
 2487   2933   
 2488   2934   
[dependencies.aws-smithy-types]
 2489   2935   
path = "../aws-smithy-types"
 2490   2936   
version = "1.3.2"
 2491   2937   
 2492   2938   
[dependencies.aws-types]
 2493   2939   
path = "../aws-types"
 2494   2940   
version = "1.3.8"
 2495   2941   
 2496   2942   
[dependencies.bytes]
 2497   2943   
version = "1.4.0"
 2498   2944   
 2499   2945   
[dependencies.fastrand]
 2500   2946   
version = "2.0.0"
 2501   2947   
 2502   2948   
[dependencies.http]
 2503   2949   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/polly/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/polly/Cargo.toml
 2504   2950   
index dabb0e0..34cbc15 100644
 2505         -
-- a/tmp-codegen-diff/aws-sdk/sdk/polly/Cargo.toml
        2951  +
++ b/tmp-codegen-diff/aws-sdk/sdk/polly/Cargo.toml
 2506   2952   
@@ -1,65 +1,65 @@
 2507   2953   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2508   2954   
[package]
 2509   2955   
name = "aws-sdk-polly"
 2510   2956   
version = "0.0.0-local"
 2511   2957   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2512   2958   
description = "AWS SDK for Amazon Polly"
 2513   2959   
edition = "2021"
 2514   2960   
license = "Apache-2.0"
 2515   2961   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2516   2962   
rust-version = "1.86.0"
 2517   2963   
readme = "README.md"
 2518   2964   
[package.metadata.smithy]
 2519   2965   
codegen-version = "ci"
 2520   2966   
[package.metadata.docs.rs]
 2521   2967   
all-features = true
 2522   2968   
targets = ["x86_64-unknown-linux-gnu"]
 2523   2969   
[dependencies.aws-credential-types]
 2524   2970   
path = "../aws-credential-types"
 2525   2971   
version = "1.2.4"
 2526   2972   
 2527   2973   
[dependencies.aws-runtime]
 2528   2974   
path = "../aws-runtime"
 2529   2975   
version = "1.5.9"
 2530   2976   
 2531   2977   
[dependencies.aws-sigv4]
 2532   2978   
path = "../aws-sigv4"
 2533         -
version = "1.3.3"
        2979  +
version = "1.3.4"
 2534   2980   
 2535   2981   
[dependencies.aws-smithy-async]
 2536   2982   
path = "../aws-smithy-async"
 2537   2983   
version = "1.2.5"
 2538   2984   
 2539   2985   
[dependencies.aws-smithy-http]
 2540   2986   
path = "../aws-smithy-http"
 2541         -
version = "0.62.2"
        2987  +
version = "0.62.3"
 2542   2988   
 2543   2989   
[dependencies.aws-smithy-json]
 2544   2990   
path = "../aws-smithy-json"
 2545   2991   
version = "0.61.4"
 2546   2992   
 2547   2993   
[dependencies.aws-smithy-runtime]
 2548   2994   
path = "../aws-smithy-runtime"
 2549   2995   
features = ["client"]
 2550   2996   
version = "1.8.5"
 2551   2997   
 2552   2998   
[dependencies.aws-smithy-runtime-api]
 2553   2999   
path = "../aws-smithy-runtime-api"
 2554   3000   
features = ["client", "http-02x"]
 2555   3001   
version = "1.8.5"
 2556   3002   
 2557   3003   
[dependencies.aws-smithy-types]
 2558   3004   
path = "../aws-smithy-types"
 2559   3005   
version = "1.3.2"
 2560   3006   
 2561   3007   
[dependencies.aws-types]
 2562   3008   
path = "../aws-types"
 2563   3009   
version = "1.3.8"
 2564   3010   
 2565   3011   
[dependencies.bytes]
 2566   3012   
version = "1.4.0"
 2567   3013   
 2568   3014   
[dependencies.fastrand]
 2569   3015   
version = "2.0.0"
 2570   3016   
 2571   3017   
[dependencies.http]
 2572   3018   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/qldbsession/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/qldbsession/Cargo.toml
 2573   3019   
index a884716..f3d8713 100644
 2574         -
-- a/tmp-codegen-diff/aws-sdk/sdk/qldbsession/Cargo.toml
        3020  +
++ b/tmp-codegen-diff/aws-sdk/sdk/qldbsession/Cargo.toml
 2575   3021   
@@ -1,61 +1,61 @@
 2576   3022   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2577   3023   
[package]
 2578   3024   
name = "aws-sdk-qldbsession"
 2579   3025   
version = "0.0.0-local"
 2580   3026   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2581   3027   
description = "AWS SDK for Amazon QLDB Session"
 2582   3028   
edition = "2021"
 2583   3029   
license = "Apache-2.0"
 2584   3030   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2585   3031   
rust-version = "1.86.0"
 2586   3032   
readme = "README.md"
 2587   3033   
[package.metadata.smithy]
 2588   3034   
codegen-version = "ci"
 2589   3035   
[package.metadata.docs.rs]
 2590   3036   
all-features = true
 2591   3037   
targets = ["x86_64-unknown-linux-gnu"]
 2592   3038   
[dependencies.aws-credential-types]
 2593   3039   
path = "../aws-credential-types"
 2594   3040   
version = "1.2.4"
 2595   3041   
 2596   3042   
[dependencies.aws-runtime]
 2597   3043   
path = "../aws-runtime"
 2598   3044   
version = "1.5.9"
 2599   3045   
 2600   3046   
[dependencies.aws-smithy-async]
 2601   3047   
path = "../aws-smithy-async"
 2602   3048   
version = "1.2.5"
 2603   3049   
 2604   3050   
[dependencies.aws-smithy-http]
 2605   3051   
path = "../aws-smithy-http"
 2606         -
version = "0.62.2"
        3052  +
version = "0.62.3"
 2607   3053   
 2608   3054   
[dependencies.aws-smithy-json]
 2609   3055   
path = "../aws-smithy-json"
 2610   3056   
version = "0.61.4"
 2611   3057   
 2612   3058   
[dependencies.aws-smithy-runtime]
 2613   3059   
path = "../aws-smithy-runtime"
 2614   3060   
features = ["client"]
 2615   3061   
version = "1.8.5"
 2616   3062   
 2617   3063   
[dependencies.aws-smithy-runtime-api]
 2618   3064   
path = "../aws-smithy-runtime-api"
 2619   3065   
features = ["client", "http-02x"]
 2620   3066   
version = "1.8.5"
 2621   3067   
 2622   3068   
[dependencies.aws-smithy-types]
 2623   3069   
path = "../aws-smithy-types"
 2624   3070   
version = "1.3.2"
 2625   3071   
 2626   3072   
[dependencies.aws-types]
 2627   3073   
path = "../aws-types"
 2628   3074   
version = "1.3.8"
 2629   3075   
 2630   3076   
[dependencies.bytes]
 2631   3077   
version = "1.4.0"
 2632   3078   
 2633   3079   
[dependencies.fastrand]
 2634   3080   
version = "2.0.0"
 2635   3081   
 2636   3082   
[dependencies.http]
 2637   3083   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/route53/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/route53/Cargo.toml
 2638   3084   
index 32a7dc9..a2c752d 100644
 2639         -
-- a/tmp-codegen-diff/aws-sdk/sdk/route53/Cargo.toml
        3085  +
++ b/tmp-codegen-diff/aws-sdk/sdk/route53/Cargo.toml
 2640   3086   
@@ -1,61 +1,61 @@
 2641   3087   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2642   3088   
[package]
 2643   3089   
name = "aws-sdk-route53"
 2644   3090   
version = "0.0.0-local"
 2645   3091   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2646   3092   
description = "AWS SDK for Amazon Route 53"
 2647   3093   
edition = "2021"
 2648   3094   
license = "Apache-2.0"
 2649   3095   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2650   3096   
rust-version = "1.86.0"
 2651   3097   
readme = "README.md"
 2652   3098   
[package.metadata.smithy]
 2653   3099   
codegen-version = "ci"
 2654   3100   
[package.metadata.docs.rs]
 2655   3101   
all-features = true
 2656   3102   
targets = ["x86_64-unknown-linux-gnu"]
 2657   3103   
[dependencies.aws-credential-types]
 2658   3104   
path = "../aws-credential-types"
 2659   3105   
version = "1.2.4"
 2660   3106   
 2661   3107   
[dependencies.aws-runtime]
 2662   3108   
path = "../aws-runtime"
 2663   3109   
version = "1.5.9"
 2664   3110   
 2665   3111   
[dependencies.aws-smithy-async]
 2666   3112   
path = "../aws-smithy-async"
 2667   3113   
version = "1.2.5"
 2668   3114   
 2669   3115   
[dependencies.aws-smithy-http]
 2670   3116   
path = "../aws-smithy-http"
 2671         -
version = "0.62.2"
        3117  +
version = "0.62.3"
 2672   3118   
 2673   3119   
[dependencies.aws-smithy-json]
 2674   3120   
path = "../aws-smithy-json"
 2675   3121   
version = "0.61.4"
 2676   3122   
 2677   3123   
[dependencies.aws-smithy-runtime]
 2678   3124   
path = "../aws-smithy-runtime"
 2679   3125   
features = ["client"]
 2680   3126   
version = "1.8.5"
 2681   3127   
 2682   3128   
[dependencies.aws-smithy-runtime-api]
 2683   3129   
path = "../aws-smithy-runtime-api"
 2684   3130   
features = ["client", "http-02x"]
 2685   3131   
version = "1.8.5"
 2686   3132   
 2687   3133   
[dependencies.aws-smithy-types]
 2688   3134   
path = "../aws-smithy-types"
 2689   3135   
version = "1.3.2"
 2690   3136   
 2691   3137   
[dependencies.aws-smithy-xml]
 2692   3138   
path = "../aws-smithy-xml"
 2693   3139   
version = "0.60.10"
 2694   3140   
 2695   3141   
[dependencies.aws-types]
 2696   3142   
path = "../aws-types"
 2697   3143   
version = "1.3.8"
 2698   3144   
 2699   3145   
[dependencies.fastrand]
 2700   3146   
version = "2.0.0"
 2701   3147   
 2702   3148   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/s3/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/s3/Cargo.toml
 2703   3149   
index f65e261..2f6bec0 100644
 2704         -
-- a/tmp-codegen-diff/aws-sdk/sdk/s3/Cargo.toml
        3150  +
++ b/tmp-codegen-diff/aws-sdk/sdk/s3/Cargo.toml
 2705   3151   
@@ -1,75 +1,75 @@
 2706   3152   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2707   3153   
[package]
 2708   3154   
name = "aws-sdk-s3"
 2709   3155   
version = "0.0.0-local"
 2710   3156   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2711   3157   
description = "AWS SDK for Amazon Simple Storage Service"
 2712   3158   
edition = "2021"
 2713   3159   
license = "Apache-2.0"
 2714   3160   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2715   3161   
rust-version = "1.86.0"
 2716   3162   
readme = "README.md"
 2717   3163   
[package.metadata.smithy]
 2718   3164   
codegen-version = "ci"
 2719   3165   
[package.metadata.docs.rs]
 2720   3166   
all-features = true
 2721   3167   
targets = ["x86_64-unknown-linux-gnu"]
 2722   3168   
[dependencies.aws-credential-types]
 2723   3169   
path = "../aws-credential-types"
 2724   3170   
version = "1.2.4"
 2725   3171   
 2726   3172   
[dependencies.aws-runtime]
 2727   3173   
path = "../aws-runtime"
 2728   3174   
features = ["event-stream", "http-02x"]
 2729   3175   
version = "1.5.9"
 2730   3176   
 2731   3177   
[dependencies.aws-sigv4]
 2732   3178   
path = "../aws-sigv4"
 2733         -
version = "1.3.3"
        3179  +
version = "1.3.4"
 2734   3180   
 2735   3181   
[dependencies.aws-smithy-async]
 2736   3182   
path = "../aws-smithy-async"
 2737   3183   
version = "1.2.5"
 2738   3184   
 2739   3185   
[dependencies.aws-smithy-checksums]
 2740   3186   
path = "../aws-smithy-checksums"
 2741   3187   
version = "0.63.5"
 2742   3188   
 2743   3189   
[dependencies.aws-smithy-eventstream]
 2744   3190   
path = "../aws-smithy-eventstream"
 2745   3191   
version = "0.60.10"
 2746   3192   
 2747   3193   
[dependencies.aws-smithy-http]
 2748   3194   
path = "../aws-smithy-http"
 2749   3195   
features = ["event-stream"]
 2750         -
version = "0.62.2"
        3196  +
version = "0.62.3"
 2751   3197   
 2752   3198   
[dependencies.aws-smithy-json]
 2753   3199   
path = "../aws-smithy-json"
 2754   3200   
version = "0.61.4"
 2755   3201   
 2756   3202   
[dependencies.aws-smithy-runtime]
 2757   3203   
path = "../aws-smithy-runtime"
 2758   3204   
features = ["client"]
 2759   3205   
version = "1.8.5"
 2760   3206   
 2761   3207   
[dependencies.aws-smithy-runtime-api]
 2762   3208   
path = "../aws-smithy-runtime-api"
 2763   3209   
features = ["client", "http-02x"]
 2764   3210   
version = "1.8.5"
 2765   3211   
 2766   3212   
[dependencies.aws-smithy-types]
 2767   3213   
path = "../aws-smithy-types"
 2768   3214   
version = "1.3.2"
 2769   3215   
 2770   3216   
[dependencies.aws-smithy-xml]
 2771   3217   
path = "../aws-smithy-xml"
 2772   3218   
version = "0.60.10"
 2773   3219   
 2774   3220   
[dependencies.aws-types]
 2775   3221   
path = "../aws-types"
 2776   3222   
version = "1.3.8"
 2777   3223   
 2778   3224   
[dependencies.bytes]
 2779   3225   
version = "1.4.0"
 2780   3226   
 2781   3227   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/s3control/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/s3control/Cargo.toml
 2782   3228   
index b4d1cdd..861c0cc 100644
 2783         -
-- a/tmp-codegen-diff/aws-sdk/sdk/s3control/Cargo.toml
        3229  +
++ b/tmp-codegen-diff/aws-sdk/sdk/s3control/Cargo.toml
 2784   3230   
@@ -1,61 +1,61 @@
 2785   3231   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2786   3232   
[package]
 2787   3233   
name = "aws-sdk-s3control"
 2788   3234   
version = "0.0.0-local"
 2789   3235   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2790   3236   
description = "AWS SDK for AWS S3 Control"
 2791   3237   
edition = "2021"
 2792   3238   
license = "Apache-2.0"
 2793   3239   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2794   3240   
rust-version = "1.86.0"
 2795   3241   
readme = "README.md"
 2796   3242   
[package.metadata.smithy]
 2797   3243   
codegen-version = "ci"
 2798   3244   
[package.metadata.docs.rs]
 2799   3245   
all-features = true
 2800   3246   
targets = ["x86_64-unknown-linux-gnu"]
 2801   3247   
[dependencies.aws-credential-types]
 2802   3248   
path = "../aws-credential-types"
 2803   3249   
version = "1.2.4"
 2804   3250   
 2805   3251   
[dependencies.aws-runtime]
 2806   3252   
path = "../aws-runtime"
 2807   3253   
version = "1.5.9"
 2808   3254   
 2809   3255   
[dependencies.aws-smithy-async]
 2810   3256   
path = "../aws-smithy-async"
 2811   3257   
version = "1.2.5"
 2812   3258   
 2813   3259   
[dependencies.aws-smithy-http]
 2814   3260   
path = "../aws-smithy-http"
 2815         -
version = "0.62.2"
        3261  +
version = "0.62.3"
 2816   3262   
 2817   3263   
[dependencies.aws-smithy-json]
 2818   3264   
path = "../aws-smithy-json"
 2819   3265   
version = "0.61.4"
 2820   3266   
 2821   3267   
[dependencies.aws-smithy-runtime]
 2822   3268   
path = "../aws-smithy-runtime"
 2823   3269   
features = ["client"]
 2824   3270   
version = "1.8.5"
 2825   3271   
 2826   3272   
[dependencies.aws-smithy-runtime-api]
 2827   3273   
path = "../aws-smithy-runtime-api"
 2828   3274   
features = ["client", "http-02x"]
 2829   3275   
version = "1.8.5"
 2830   3276   
 2831   3277   
[dependencies.aws-smithy-types]
 2832   3278   
path = "../aws-smithy-types"
 2833   3279   
version = "1.3.2"
 2834   3280   
 2835   3281   
[dependencies.aws-smithy-xml]
 2836   3282   
path = "../aws-smithy-xml"
 2837   3283   
version = "0.60.10"
 2838   3284   
 2839   3285   
[dependencies.aws-types]
 2840   3286   
path = "../aws-types"
 2841   3287   
version = "1.3.8"
 2842   3288   
 2843   3289   
[dependencies.fastrand]
 2844   3290   
version = "2.0.0"
 2845   3291   
 2846   3292   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/sso/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/sso/Cargo.toml
 2847   3293   
index 2cde182..fc367f4 100644
 2848         -
-- a/tmp-codegen-diff/aws-sdk/sdk/sso/Cargo.toml
        3294  +
++ b/tmp-codegen-diff/aws-sdk/sdk/sso/Cargo.toml
 2849   3295   
@@ -1,61 +1,61 @@
 2850   3296   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2851   3297   
[package]
 2852   3298   
name = "aws-sdk-sso"
 2853   3299   
version = "0.0.0-local"
 2854   3300   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2855   3301   
description = "AWS SDK for AWS Single Sign-On"
 2856   3302   
edition = "2021"
 2857   3303   
license = "Apache-2.0"
 2858   3304   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2859   3305   
rust-version = "1.86.0"
 2860   3306   
readme = "README.md"
 2861   3307   
[package.metadata.smithy]
 2862   3308   
codegen-version = "ci"
 2863   3309   
[package.metadata.docs.rs]
 2864   3310   
all-features = true
 2865   3311   
targets = ["x86_64-unknown-linux-gnu"]
 2866   3312   
[dependencies.aws-credential-types]
 2867   3313   
path = "../aws-credential-types"
 2868   3314   
version = "1.2.4"
 2869   3315   
 2870   3316   
[dependencies.aws-runtime]
 2871   3317   
path = "../aws-runtime"
 2872   3318   
version = "1.5.9"
 2873   3319   
 2874   3320   
[dependencies.aws-smithy-async]
 2875   3321   
path = "../aws-smithy-async"
 2876   3322   
version = "1.2.5"
 2877   3323   
 2878   3324   
[dependencies.aws-smithy-http]
 2879   3325   
path = "../aws-smithy-http"
 2880         -
version = "0.62.2"
        3326  +
version = "0.62.3"
 2881   3327   
 2882   3328   
[dependencies.aws-smithy-json]
 2883   3329   
path = "../aws-smithy-json"
 2884   3330   
version = "0.61.4"
 2885   3331   
 2886   3332   
[dependencies.aws-smithy-runtime]
 2887   3333   
path = "../aws-smithy-runtime"
 2888   3334   
features = ["client"]
 2889   3335   
version = "1.8.5"
 2890   3336   
 2891   3337   
[dependencies.aws-smithy-runtime-api]
 2892   3338   
path = "../aws-smithy-runtime-api"
 2893   3339   
features = ["client", "http-02x"]
 2894   3340   
version = "1.8.5"
 2895   3341   
 2896   3342   
[dependencies.aws-smithy-types]
 2897   3343   
path = "../aws-smithy-types"
 2898   3344   
version = "1.3.2"
 2899   3345   
 2900   3346   
[dependencies.aws-types]
 2901   3347   
path = "../aws-types"
 2902   3348   
version = "1.3.8"
 2903   3349   
 2904   3350   
[dependencies.bytes]
 2905   3351   
version = "1.4.0"
 2906   3352   
 2907   3353   
[dependencies.fastrand]
 2908   3354   
version = "2.0.0"
 2909   3355   
 2910   3356   
[dependencies.http]
 2911   3357   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/ssooidc/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/ssooidc/Cargo.toml
 2912   3358   
index 7a34c16..588d0bd 100644
 2913         -
-- a/tmp-codegen-diff/aws-sdk/sdk/ssooidc/Cargo.toml
        3359  +
++ b/tmp-codegen-diff/aws-sdk/sdk/ssooidc/Cargo.toml
 2914   3360   
@@ -1,61 +1,61 @@
 2915   3361   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2916   3362   
[package]
 2917   3363   
name = "aws-sdk-ssooidc"
 2918   3364   
version = "0.0.0-local"
 2919   3365   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2920   3366   
description = "AWS SDK for AWS SSO OIDC"
 2921   3367   
edition = "2021"
 2922   3368   
license = "Apache-2.0"
 2923   3369   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2924   3370   
rust-version = "1.86.0"
 2925   3371   
readme = "README.md"
 2926   3372   
[package.metadata.smithy]
 2927   3373   
codegen-version = "ci"
 2928   3374   
[package.metadata.docs.rs]
 2929   3375   
all-features = true
 2930   3376   
targets = ["x86_64-unknown-linux-gnu"]
 2931   3377   
[dependencies.aws-credential-types]
 2932   3378   
path = "../aws-credential-types"
 2933   3379   
version = "1.2.4"
 2934   3380   
 2935   3381   
[dependencies.aws-runtime]
 2936   3382   
path = "../aws-runtime"
 2937   3383   
version = "1.5.9"
 2938   3384   
 2939   3385   
[dependencies.aws-smithy-async]
 2940   3386   
path = "../aws-smithy-async"
 2941   3387   
version = "1.2.5"
 2942   3388   
 2943   3389   
[dependencies.aws-smithy-http]
 2944   3390   
path = "../aws-smithy-http"
 2945         -
version = "0.62.2"
        3391  +
version = "0.62.3"
 2946   3392   
 2947   3393   
[dependencies.aws-smithy-json]
 2948   3394   
path = "../aws-smithy-json"
 2949   3395   
version = "0.61.4"
 2950   3396   
 2951   3397   
[dependencies.aws-smithy-runtime]
 2952   3398   
path = "../aws-smithy-runtime"
 2953   3399   
features = ["client"]
 2954   3400   
version = "1.8.5"
 2955   3401   
 2956   3402   
[dependencies.aws-smithy-runtime-api]
 2957   3403   
path = "../aws-smithy-runtime-api"
 2958   3404   
features = ["client", "http-02x"]
 2959   3405   
version = "1.8.5"
 2960   3406   
 2961   3407   
[dependencies.aws-smithy-types]
 2962   3408   
path = "../aws-smithy-types"
 2963   3409   
version = "1.3.2"
 2964   3410   
 2965   3411   
[dependencies.aws-types]
 2966   3412   
path = "../aws-types"
 2967   3413   
version = "1.3.8"
 2968   3414   
 2969   3415   
[dependencies.bytes]
 2970   3416   
version = "1.4.0"
 2971   3417   
 2972   3418   
[dependencies.fastrand]
 2973   3419   
version = "2.0.0"
 2974   3420   
 2975   3421   
[dependencies.http]
 2976   3422   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/sts/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/sts/Cargo.toml
 2977   3423   
index 895dfb3..f2ce34e 100644
 2978         -
-- a/tmp-codegen-diff/aws-sdk/sdk/sts/Cargo.toml
        3424  +
++ b/tmp-codegen-diff/aws-sdk/sdk/sts/Cargo.toml
 2979   3425   
@@ -1,61 +1,61 @@
 2980   3426   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 2981   3427   
[package]
 2982   3428   
name = "aws-sdk-sts"
 2983   3429   
version = "0.0.0-local"
 2984   3430   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 2985   3431   
description = "AWS SDK for AWS Security Token Service"
 2986   3432   
edition = "2021"
 2987   3433   
license = "Apache-2.0"
 2988   3434   
repository = "https://github.com/awslabs/aws-sdk-rust"
 2989   3435   
rust-version = "1.86.0"
 2990   3436   
readme = "README.md"
 2991   3437   
[package.metadata.smithy]
 2992   3438   
codegen-version = "ci"
 2993   3439   
[package.metadata.docs.rs]
 2994   3440   
all-features = true
 2995   3441   
targets = ["x86_64-unknown-linux-gnu"]
 2996   3442   
[dependencies.aws-credential-types]
 2997   3443   
path = "../aws-credential-types"
 2998   3444   
version = "1.2.4"
 2999   3445   
 3000   3446   
[dependencies.aws-runtime]
 3001   3447   
path = "../aws-runtime"
 3002   3448   
version = "1.5.9"
 3003   3449   
 3004   3450   
[dependencies.aws-smithy-async]
 3005   3451   
path = "../aws-smithy-async"
 3006   3452   
version = "1.2.5"
 3007   3453   
 3008   3454   
[dependencies.aws-smithy-http]
 3009   3455   
path = "../aws-smithy-http"
 3010         -
version = "0.62.2"
        3456  +
version = "0.62.3"
 3011   3457   
 3012   3458   
[dependencies.aws-smithy-json]
 3013   3459   
path = "../aws-smithy-json"
 3014   3460   
version = "0.61.4"
 3015   3461   
 3016   3462   
[dependencies.aws-smithy-query]
 3017   3463   
path = "../aws-smithy-query"
 3018   3464   
version = "0.60.7"
 3019   3465   
 3020   3466   
[dependencies.aws-smithy-runtime]
 3021   3467   
path = "../aws-smithy-runtime"
 3022   3468   
features = ["client"]
 3023   3469   
version = "1.8.5"
 3024   3470   
 3025   3471   
[dependencies.aws-smithy-runtime-api]
 3026   3472   
path = "../aws-smithy-runtime-api"
 3027   3473   
features = ["client", "http-02x"]
 3028   3474   
version = "1.8.5"
 3029   3475   
 3030   3476   
[dependencies.aws-smithy-types]
 3031   3477   
path = "../aws-smithy-types"
 3032   3478   
version = "1.3.2"
 3033   3479   
 3034   3480   
[dependencies.aws-smithy-xml]
 3035   3481   
path = "../aws-smithy-xml"
 3036   3482   
version = "0.60.10"
 3037   3483   
 3038   3484   
[dependencies.aws-types]
 3039   3485   
path = "../aws-types"
 3040   3486   
version = "1.3.8"
 3041   3487   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/timestreamquery/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/timestreamquery/Cargo.toml
 3042   3488   
index d556561..91178b6 100644
 3043         -
-- a/tmp-codegen-diff/aws-sdk/sdk/timestreamquery/Cargo.toml
        3489  +
++ b/tmp-codegen-diff/aws-sdk/sdk/timestreamquery/Cargo.toml
 3044   3490   
@@ -1,61 +1,61 @@
 3045   3491   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 3046   3492   
[package]
 3047   3493   
name = "aws-sdk-timestreamquery"
 3048   3494   
version = "0.0.0-local"
 3049   3495   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 3050   3496   
description = "AWS SDK for Amazon Timestream Query"
 3051   3497   
edition = "2021"
 3052   3498   
license = "Apache-2.0"
 3053   3499   
repository = "https://github.com/awslabs/aws-sdk-rust"
 3054   3500   
rust-version = "1.86.0"
 3055   3501   
readme = "README.md"
 3056   3502   
[package.metadata.smithy]
 3057   3503   
codegen-version = "ci"
 3058   3504   
[package.metadata.docs.rs]
 3059   3505   
all-features = true
 3060   3506   
targets = ["x86_64-unknown-linux-gnu"]
 3061   3507   
[dependencies.aws-credential-types]
 3062   3508   
path = "../aws-credential-types"
 3063   3509   
version = "1.2.4"
 3064   3510   
 3065   3511   
[dependencies.aws-runtime]
 3066   3512   
path = "../aws-runtime"
 3067   3513   
version = "1.5.9"
 3068   3514   
 3069   3515   
[dependencies.aws-smithy-async]
 3070   3516   
path = "../aws-smithy-async"
 3071   3517   
version = "1.2.5"
 3072   3518   
 3073   3519   
[dependencies.aws-smithy-http]
 3074   3520   
path = "../aws-smithy-http"
 3075         -
version = "0.62.2"
        3521  +
version = "0.62.3"
 3076   3522   
 3077   3523   
[dependencies.aws-smithy-json]
 3078   3524   
path = "../aws-smithy-json"
 3079   3525   
version = "0.61.4"
 3080   3526   
 3081   3527   
[dependencies.aws-smithy-runtime]
 3082   3528   
path = "../aws-smithy-runtime"
 3083   3529   
features = ["client"]
 3084   3530   
version = "1.8.5"
 3085   3531   
 3086   3532   
[dependencies.aws-smithy-runtime-api]
 3087   3533   
path = "../aws-smithy-runtime-api"
 3088   3534   
features = ["client", "http-02x"]
 3089   3535   
version = "1.8.5"
 3090   3536   
 3091   3537   
[dependencies.aws-smithy-types]
 3092   3538   
path = "../aws-smithy-types"
 3093   3539   
version = "1.3.2"
 3094   3540   
 3095   3541   
[dependencies.aws-types]
 3096   3542   
path = "../aws-types"
 3097   3543   
version = "1.3.8"
 3098   3544   
 3099   3545   
[dependencies.bytes]
 3100   3546   
version = "1.4.0"
 3101   3547   
 3102   3548   
[dependencies.fastrand]
 3103   3549   
version = "2.0.0"
 3104   3550   
 3105   3551   
[dependencies.http]
 3106   3552   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/Cargo.toml
 3107   3553   
index 0c56e4c..95731e3 100644
 3108         -
-- a/tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/Cargo.toml
        3554  +
++ b/tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/Cargo.toml
 3109   3555   
@@ -1,61 +1,61 @@
 3110   3556   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 3111   3557   
[package]
 3112   3558   
name = "aws-sdk-timestreamwrite"
 3113   3559   
version = "0.0.0-local"
 3114   3560   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 3115   3561   
description = "AWS SDK for Amazon Timestream Write"
 3116   3562   
edition = "2021"
 3117   3563   
license = "Apache-2.0"
 3118   3564   
repository = "https://github.com/awslabs/aws-sdk-rust"
 3119   3565   
rust-version = "1.86.0"
 3120   3566   
readme = "README.md"
 3121   3567   
[package.metadata.smithy]
 3122   3568   
codegen-version = "ci"
 3123   3569   
[package.metadata.docs.rs]
 3124   3570   
all-features = true
 3125   3571   
targets = ["x86_64-unknown-linux-gnu"]
 3126   3572   
[dependencies.aws-credential-types]
 3127   3573   
path = "../aws-credential-types"
 3128   3574   
version = "1.2.4"
 3129   3575   
 3130   3576   
[dependencies.aws-runtime]
 3131   3577   
path = "../aws-runtime"
 3132   3578   
version = "1.5.9"
 3133   3579   
 3134   3580   
[dependencies.aws-smithy-async]
 3135   3581   
path = "../aws-smithy-async"
 3136   3582   
version = "1.2.5"
 3137   3583   
 3138   3584   
[dependencies.aws-smithy-http]
 3139   3585   
path = "../aws-smithy-http"
 3140         -
version = "0.62.2"
        3586  +
version = "0.62.3"
 3141   3587   
 3142   3588   
[dependencies.aws-smithy-json]
 3143   3589   
path = "../aws-smithy-json"
 3144   3590   
version = "0.61.4"
 3145   3591   
 3146   3592   
[dependencies.aws-smithy-runtime]
 3147   3593   
path = "../aws-smithy-runtime"
 3148   3594   
features = ["client"]
 3149   3595   
version = "1.8.5"
 3150   3596   
 3151   3597   
[dependencies.aws-smithy-runtime-api]
 3152   3598   
path = "../aws-smithy-runtime-api"
 3153   3599   
features = ["client", "http-02x"]
 3154   3600   
version = "1.8.5"
 3155   3601   
 3156   3602   
[dependencies.aws-smithy-types]
 3157   3603   
path = "../aws-smithy-types"
 3158   3604   
version = "1.3.2"
 3159   3605   
 3160   3606   
[dependencies.aws-types]
 3161   3607   
path = "../aws-types"
 3162   3608   
version = "1.3.8"
 3163   3609   
 3164   3610   
[dependencies.bytes]
 3165   3611   
version = "1.4.0"
 3166   3612   
 3167   3613   
[dependencies.fastrand]
 3168   3614   
version = "2.0.0"
 3169   3615   
 3170   3616   
[dependencies.http]
 3171   3617   
diff --git a/tmp-codegen-diff/aws-sdk/sdk/transcribestreaming/Cargo.toml b/tmp-codegen-diff/aws-sdk/sdk/transcribestreaming/Cargo.toml
 3172   3618   
index 5b35037..9fb220a 100644
 3173         -
-- a/tmp-codegen-diff/aws-sdk/sdk/transcribestreaming/Cargo.toml
        3619  +
++ b/tmp-codegen-diff/aws-sdk/sdk/transcribestreaming/Cargo.toml
 3174   3620   
@@ -1,71 +1,71 @@
 3175   3621   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
 3176   3622   
[package]
 3177   3623   
name = "aws-sdk-transcribestreaming"
 3178   3624   
version = "0.0.0-local"
 3179   3625   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
 3180   3626   
description = "AWS SDK for Amazon Transcribe Streaming Service"
 3181   3627   
edition = "2021"
 3182   3628   
license = "Apache-2.0"
 3183   3629   
repository = "https://github.com/awslabs/aws-sdk-rust"
 3184   3630   
rust-version = "1.86.0"
 3185   3631   
readme = "README.md"
 3186   3632   
[package.metadata.smithy]
 3187   3633   
codegen-version = "ci"
 3188   3634   
[package.metadata.docs.rs]
 3189   3635   
all-features = true
 3190   3636   
targets = ["x86_64-unknown-linux-gnu"]
 3191   3637   
[dependencies.aws-credential-types]
 3192   3638   
path = "../aws-credential-types"
 3193   3639   
version = "1.2.4"
 3194   3640   
 3195   3641   
[dependencies.aws-runtime]
 3196   3642   
path = "../aws-runtime"
 3197   3643   
features = ["event-stream"]
 3198   3644   
version = "1.5.9"
 3199   3645   
 3200   3646   
[dependencies.aws-sigv4]
 3201   3647   
path = "../aws-sigv4"
 3202         -
version = "1.3.3"
        3648  +
version = "1.3.4"
 3203   3649   
 3204   3650   
[dependencies.aws-smithy-async]
 3205   3651   
path = "../aws-smithy-async"
 3206   3652   
version = "1.2.5"
 3207   3653   
 3208   3654   
[dependencies.aws-smithy-eventstream]
 3209   3655   
path = "../aws-smithy-eventstream"
 3210   3656   
version = "0.60.10"
 3211   3657   
 3212   3658   
[dependencies.aws-smithy-http]
 3213   3659   
path = "../aws-smithy-http"
 3214   3660   
features = ["event-stream"]
 3215         -
version = "0.62.2"
        3661  +
version = "0.62.3"
 3216   3662   
 3217   3663   
[dependencies.aws-smithy-json]
 3218   3664   
path = "../aws-smithy-json"
 3219   3665   
version = "0.61.4"
 3220   3666   
 3221   3667   
[dependencies.aws-smithy-runtime]
 3222   3668   
path = "../aws-smithy-runtime"
 3223   3669   
features = ["client"]
 3224   3670   
version = "1.8.5"
 3225   3671