AWS SDK

AWS SDK

rev. fd513891e2666336a3bce8b7369fa5a24f989512

Files changed:

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

@@ -50,50 +98,98 @@
   70     70   
[dependencies.once_cell]
   71     71   
version = "1.16"
   72     72   
   73     73   
[dependencies.regex-lite]
   74     74   
version = "0.1.5"
   75     75   
   76     76   
[dependencies.tracing]
   77     77   
version = "0.1"
   78     78   
[dev-dependencies.aws-config]
   79     79   
path = "../aws-config"
   80         -
version = "1.6.2"
          80  +
version = "1.7.0"
   81     81   
   82     82   
[dev-dependencies.aws-credential-types]
   83     83   
path = "../aws-credential-types"
   84     84   
features = ["test-util"]
   85     85   
version = "1.2.3"
   86     86   
   87     87   
[dev-dependencies.tokio]
   88     88   
version = "1.23.1"
   89     89   
features = ["macros", "test-util", "rt-multi-thread"]
   90     90   

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

@@ -50,50 +110,110 @@
   70     70   
[dependencies.once_cell]
   71     71   
version = "1.16"
   72     72   
   73     73   
[dependencies.regex-lite]
   74     74   
version = "0.1.5"
   75     75   
   76     76   
[dependencies.tracing]
   77     77   
version = "0.1"
   78     78   
[dev-dependencies.aws-config]
   79     79   
path = "../aws-config"
   80         -
version = "1.6.2"
          80  +
version = "1.7.0"
   81     81   
   82     82   
[dev-dependencies.aws-credential-types]
   83     83   
path = "../aws-credential-types"
   84     84   
features = ["test-util"]
   85     85   
version = "1.2.3"
   86     86   
   87     87   
[dev-dependencies.aws-runtime]
   88     88   
path = "../aws-runtime"
   89     89   
features = ["test-util"]
   90     90   
version = "1.5.7"

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

@@ -44,44 +104,104 @@
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.aws-config]
   73     73   
path = "../aws-config"
   74         -
version = "1.6.2"
          74  +
version = "1.7.0"
   75     75   
   76     76   
[dev-dependencies.aws-credential-types]
   77     77   
path = "../aws-credential-types"
   78     78   
features = ["test-util"]
   79     79   
version = "1.2.3"
   80     80   
   81     81   
[dev-dependencies.aws-runtime]
   82     82   
path = "../aws-runtime"
   83     83   
features = ["test-util"]
   84     84   
version = "1.5.7"

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

@@ -44,44 +92,92 @@
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.aws-config]
   73     73   
path = "../aws-config"
   74         -
version = "1.6.2"
          74  +
version = "1.7.0"
   75     75   
   76     76   
[dev-dependencies.aws-credential-types]
   77     77   
path = "../aws-credential-types"
   78     78   
features = ["test-util"]
   79     79   
version = "1.2.3"
   80     80   
   81     81   
[dev-dependencies.tokio]
   82     82   
version = "1.23.1"
   83     83   
features = ["macros", "test-util", "rt-multi-thread"]
   84     84   

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

@@ -47,47 +107,107 @@
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.approx]
   73     73   
version = "0.5.1"
   74     74   
   75     75   
[dev-dependencies.aws-config]
   76     76   
path = "../aws-config"
   77         -
version = "1.6.2"
          77  +
version = "1.7.0"
   78     78   
   79     79   
[dev-dependencies.aws-credential-types]
   80     80   
path = "../aws-credential-types"
   81     81   
features = ["test-util"]
   82     82   
version = "1.2.3"
   83     83   
   84     84   
[dev-dependencies.aws-runtime]
   85     85   
path = "../aws-runtime"
   86     86   
features = ["test-util"]
   87     87   
version = "1.5.7"

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

@@ -49,49 +109,109 @@
   69     69   
[dependencies.once_cell]
   70     70   
version = "1.16"
   71     71   
   72     72   
[dependencies.regex-lite]
   73     73   
version = "0.1.5"
   74     74   
   75     75   
[dependencies.tracing]
   76     76   
version = "0.1"
   77     77   
[dev-dependencies.aws-config]
   78     78   
path = "../aws-config"
   79         -
version = "1.6.2"
          79  +
version = "1.7.0"
   80     80   
   81     81   
[dev-dependencies.aws-credential-types]
   82     82   
path = "../aws-credential-types"
   83     83   
features = ["test-util"]
   84     84   
version = "1.2.3"
   85     85   
   86     86   
[dev-dependencies.aws-runtime]
   87     87   
path = "../aws-runtime"
   88     88   
features = ["test-util"]
   89     89   
version = "1.5.7"

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

@@ -44,44 +92,92 @@
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.aws-config]
   73     73   
path = "../aws-config"
   74         -
version = "1.6.2"
          74  +
version = "1.7.0"
   75     75   
   76     76   
[dev-dependencies.aws-credential-types]
   77     77   
path = "../aws-credential-types"
   78     78   
features = ["test-util"]
   79     79   
version = "1.2.3"
   80     80   
   81     81   
[dev-dependencies.tokio]
   82     82   
version = "1.23.1"
   83     83   
features = ["macros", "test-util", "rt-multi-thread"]
   84     84   

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

@@ -58,58 +118,118 @@
   78     78   
[dependencies.regex-lite]
   79     79   
version = "0.1.5"
   80     80   
   81     81   
[dependencies.ring]
   82     82   
version = "0.17.5"
   83     83   
   84     84   
[dependencies.tracing]
   85     85   
version = "0.1"
   86     86   
[dev-dependencies.aws-config]
   87     87   
path = "../aws-config"
   88         -
version = "1.6.2"
          88  +
version = "1.7.0"
   89     89   
   90     90   
[dev-dependencies.aws-credential-types]
   91     91   
path = "../aws-credential-types"
   92     92   
features = ["test-util"]
   93     93   
version = "1.2.3"
   94     94   
   95     95   
[dev-dependencies.aws-runtime]
   96     96   
path = "../aws-runtime"
   97     97   
features = ["test-util"]
   98     98   
version = "1.5.7"

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

@@ -49,49 +109,109 @@
   69     69   
[dependencies.once_cell]
   70     70   
version = "1.16"
   71     71   
   72     72   
[dependencies.regex-lite]
   73     73   
version = "0.1.5"
   74     74   
   75     75   
[dependencies.tracing]
   76     76   
version = "0.1"
   77     77   
[dev-dependencies.aws-config]
   78     78   
path = "../aws-config"
   79         -
version = "1.6.2"
          79  +
version = "1.7.0"
   80     80   
   81     81   
[dev-dependencies.aws-credential-types]
   82     82   
path = "../aws-credential-types"
   83     83   
features = ["test-util"]
   84     84   
version = "1.2.3"
   85     85   
   86     86   
[dev-dependencies.aws-runtime]
   87     87   
path = "../aws-runtime"
   88     88   
features = ["test-util"]
   89     89   
version = "1.5.7"

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

@@ -44,44 +104,104 @@
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.aws-config]
   73     73   
path = "../aws-config"
   74         -
version = "1.6.2"
          74  +
version = "1.7.0"
   75     75   
   76     76   
[dev-dependencies.aws-credential-types]
   77     77   
path = "../aws-credential-types"
   78     78   
features = ["test-util"]
   79     79   
version = "1.2.3"
   80     80   
   81     81   
[dev-dependencies.aws-runtime]
   82     82   
path = "../aws-runtime"
   83     83   
features = ["test-util"]
   84     84   
version = "1.5.7"

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

@@ -50,50 +110,110 @@
   70     70   
[dependencies.once_cell]
   71     71   
version = "1.16"
   72     72   
   73     73   
[dependencies.regex-lite]
   74     74   
version = "0.1.5"
   75     75   
   76     76   
[dependencies.tracing]
   77     77   
version = "0.1"
   78     78   
[dev-dependencies.aws-config]
   79     79   
path = "../aws-config"
   80         -
version = "1.6.2"
          80  +
version = "1.7.0"
   81     81   
   82     82   
[dev-dependencies.aws-credential-types]
   83     83   
path = "../aws-credential-types"
   84     84   
features = ["test-util"]
   85     85   
version = "1.2.3"
   86     86   
   87     87   
[dev-dependencies.aws-runtime]
   88     88   
path = "../aws-runtime"
   89     89   
features = ["test-util"]
   90     90   
version = "1.5.7"

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

@@ -57,57 +117,117 @@
   77     77   
[dependencies.once_cell]
   78     78   
version = "1.16"
   79     79   
   80     80   
[dependencies.regex-lite]
   81     81   
version = "0.1.5"
   82     82   
   83     83   
[dependencies.tracing]
   84     84   
version = "0.1"
   85     85   
[dev-dependencies.aws-config]
   86     86   
path = "../aws-config"
   87         -
version = "1.6.2"
          87  +
version = "1.7.0"
   88     88   
   89     89   
[dev-dependencies.aws-credential-types]
   90     90   
path = "../aws-credential-types"
   91     91   
features = ["test-util"]
   92     92   
version = "1.2.3"
   93     93   
   94     94   
[dev-dependencies.aws-runtime]
   95     95   
path = "../aws-runtime"
   96     96   
features = ["test-util"]
   97     97   
version = "1.5.7"

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

@@ -44,44 +104,104 @@
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tracing]
   71     71   
version = "0.1"
   72     72   
[dev-dependencies.aws-config]
   73     73   
path = "../aws-config"
   74         -
version = "1.6.2"
          74  +
version = "1.7.0"
   75     75   
   76     76   
[dev-dependencies.aws-credential-types]
   77     77   
path = "../aws-credential-types"
   78     78   
features = ["test-util"]
   79     79   
version = "1.2.3"
   80     80   
   81     81   
[dev-dependencies.aws-runtime]
   82     82   
path = "../aws-runtime"
   83     83   
features = ["test-util"]
   84     84   
version = "1.5.7"

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

@@ -45,45 +105,105 @@
   65     65   
[dependencies.once_cell]
   66     66   
version = "1.16"
   67     67   
   68     68   
[dependencies.regex-lite]
   69     69   
version = "0.1.5"
   70     70   
   71     71   
[dependencies.tracing]
   72     72   
version = "0.1"
   73     73   
[dev-dependencies.aws-config]
   74     74   
path = "../aws-config"
   75         -
version = "1.6.2"
          75  +
version = "1.7.0"
   76     76   
   77     77   
[dev-dependencies.aws-credential-types]
   78     78   
path = "../aws-credential-types"
   79     79   
features = ["test-util"]
   80     80   
version = "1.2.3"
   81     81   
   82     82   
[dev-dependencies.aws-smithy-http-client]
   83     83   
path = "../aws-smithy-http-client"
   84     84   
features = ["test-util"]
   85     85   
version = "1.0.1"

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

@@ -96,96 +156,156 @@
  116    116   
version = "0.1"
  117    117   
  118    118   
[dependencies.url]
  119    119   
version = "2.3.1"
  120    120   
[dev-dependencies.async-std]
  121    121   
version = "1.12.0"
  122    122   
  123    123   
[dev-dependencies.aws-config]
  124    124   
path = "../aws-config"
  125    125   
features = ["behavior-version-latest"]
  126         -
version = "1.6.2"
         126  +
version = "1.7.0"
  127    127   
  128    128   
[dev-dependencies.aws-credential-types]
  129    129   
path = "../aws-credential-types"
  130    130   
features = ["test-util"]
  131    131   
version = "1.2.3"
  132    132   
  133    133   
[dev-dependencies.aws-runtime]
  134    134   
path = "../aws-runtime"
  135    135   
features = ["test-util"]
  136    136   
version = "1.5.7"

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

@@ -51,51 +111,111 @@
   71     71   
[dependencies.regex-lite]
   72     72   
version = "0.1.5"
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
   77     77   
[dependencies.url]
   78     78   
version = "2.3.1"
   79     79   
[dev-dependencies.aws-config]
   80     80   
path = "../aws-config"
   81         -
version = "1.6.2"
          81  +
version = "1.7.0"
   82     82   
   83     83   
[dev-dependencies.aws-credential-types]
   84     84   
path = "../aws-credential-types"
   85     85   
features = ["test-util"]
   86     86   
version = "1.2.3"
   87     87   
   88     88   
[dev-dependencies.aws-runtime]
   89     89   
path = "../aws-runtime"
   90     90   
features = ["test-util"]
   91     91   
version = "1.5.7"