AWS SDK

AWS SDK

rev. 3964b40d6806bc3f52bd311e2c791030c3325f2c (ignoring whitespace)

Files changed:

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

@@ -0,1 +0,6 @@
           1  +
POST / HTTP/1.1
           2  +
Host:example.amazonaws.com
           3  +
X-Amz-Date:20150830T123600Z
           4  +
X-Amz-Region-Set:us-east-1
           5  +
Authorization:AWS4-ECDSA-P256-SHA256 Credential=AKIDEXAMPLE/20150830/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-region-set, Signature=3044022020e04d83be1fc4c7669eb2530c48444ff2ef65e73ab6d4084ba89b886b70d01a0220570df05bd3ba39ccd96a3e831ed8757fbb516baa603d78eaed3ccc95d50a2abb
           6  +

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

@@ -0,1 +0,4 @@
           1  +
{
           2  +
  "X":"b6618f6a65740a99e650b33b6b4b5bd0d43b176d721a3edfea7e7d2d56d936b1",
           3  +
  "Y":"865ed22a7eadc9c5cb9d2cbaca1b3699139fedc5043dc6661864218330c8e518"
           4  +
}

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

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