AWS SDK

AWS SDK

rev. f8d13a6a02b3f39647c7cd888916368722759a0a (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-types-convert/Cargo.toml

@@ -1,1 +43,42 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-smithy-types-convert"
    4         -
version = "0.60.11"
           4  +
version = "0.60.10"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
    6      6   
description = "Conversion of types from aws-smithy-types to other libraries."
    7      7   
edition = "2021"
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10         -
rust-version = "1.88"
   11     10   
[package.metadata.docs.rs]
   12     11   
all-features = true
   13     12   
targets = ["x86_64-unknown-linux-gnu"]
   14     13   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     14   
rustdoc-args = ["--cfg", "docsrs"]
   16     15   
   17     16   
[features]
   18     17   
convert-chrono = ["aws-smithy-types", "chrono"]
   19     18   
convert-time = ["aws-smithy-types", "time"]
   20     19   
convert-streams = ["aws-smithy-async", "futures-core"]
   21     20   
[dependencies.aws-smithy-types]
   22     21   
path = "../aws-smithy-types"
   23     22   
optional = true
   24         -
version = "1.3.5"
          23  +
version = "1.3.4"
   25     24   
   26     25   
[dependencies.aws-smithy-async]
   27     26   
path = "../aws-smithy-async"
   28     27   
optional = true
   29         -
version = "1.2.7"
          28  +
version = "1.2.6"
   30     29   
   31     30   
[dependencies.chrono]
   32     31   
version = "0.4.35"
   33     32   
optional = true
   34     33   
default-features = false
   35     34   
features = ["std"]
   36     35   
   37     36   
[dependencies.time]
   38     37   
version = "0.3.4"
   39     38   
optional = true

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-types/Cargo.toml

@@ -1,1 +42,41 @@
    1      1   
[package]
    2      2   
name = "aws-smithy-types"
    3         -
version = "1.3.5"
           3  +
version = "1.3.4"
    4      4   
authors = [
    5      5   
    "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
    6      6   
    "Russell Cohen <rcoh@amazon.com>",
    7      7   
]
    8      8   
description = "Types for smithy-rs codegen."
    9      9   
edition = "2021"
   10     10   
license = "Apache-2.0"
   11     11   
repository = "https://github.com/smithy-lang/smithy-rs"
   12         -
rust-version = "1.88"
   13     12   
   14     13   
[features]
   15     14   
byte-stream-poll-next = []
   16     15   
http-body-0-4-x = ["dep:http-body-0-4", "dep:http"]
   17     16   
http-body-1-x = ["dep:http-body-1-0", "dep:http-body-util", "dep:http-body-0-4", "dep:http-1x", "dep:http"]
   18     17   
hyper-0-14-x = ["dep:hyper-0-14"]
   19     18   
rt-tokio = [
   20     19   
    "dep:http-body-0-4",
   21     20   
    "dep:tokio-util",
   22     21   
    "dep:tokio",

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-types/fuzz/Cargo.toml

@@ -17,17 +50,50 @@
   37     37   
edition = "2021"
   38     38   
   39     39   
[package.metadata]
   40     40   
cargo-fuzz = true
   41     41   
   42     42   
[dependencies]
   43     43   
libfuzzer-sys = "=0.4.7"
   44     44   
   45     45   
[dependencies.aws-smithy-types]
   46     46   
path = ".."
   47         -
version = "1.3.5"
          47  +
version = "1.3.4"
   48     48   
   49     49   
[workspace]
   50     50   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-wasm/Cargo.toml

@@ -1,1 +0,33 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-smithy-wasm"
    4         -
version = "0.1.6"
           4  +
version = "0.1.5"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Eduardo Rodrigues <16357187+eduardomourar@users.noreply.github.com>"]
    6      6   
description = "Smithy WebAssembly configuration for smithy-rs."
    7      7   
edition = "2021"
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/awslabs/smithy-rs"
   10         -
rust-version = "1.88"
   11     10   
[package.metadata.docs.rs]
   12     11   
all-features = true
   13     12   
targets = ["x86_64-unknown-linux-gnu"]
   14     13   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     14   
rustdoc-args = ["--cfg", "docsrs"]
   16     15   
   17     16   
[dependencies]
   18     17   
bytes = "1.10.0"
   19     18   
http = "1.0.0"
   20     19   
tracing = "0.1.40"
   21     20   
wasi = "0.12.1"
   22     21   
   23     22   
[dependencies.aws-smithy-runtime-api]
   24     23   
path = "../aws-smithy-runtime-api"
   25     24   
features = ["http-1x"]
   26         -
version = "1.9.3"
          25  +
version = "1.9.2"
   27     26   
   28     27   
[dependencies.aws-smithy-http]
   29     28   
path = "../aws-smithy-http"
   30         -
version = "0.62.6"
          29  +
version = "0.62.5"
   31     30   
   32     31   
[dependencies.aws-smithy-types]
   33     32   
path = "../aws-smithy-types"
   34         -
version = "1.3.5"
          33  +
version = "1.3.4"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-xml/Cargo.toml

@@ -1,1 +0,25 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-smithy-xml"
    4         -
version = "0.60.13"
           4  +
version = "0.60.12"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
    6      6   
description = "XML parsing logic for Smithy protocols."
    7      7   
edition = "2021"
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10         -
rust-version = "1.88"
   11     10   
[package.metadata.docs.rs]
   12     11   
all-features = true
   13     12   
targets = ["x86_64-unknown-linux-gnu"]
   14     13   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     14   
rustdoc-args = ["--cfg", "docsrs"]
   16     15   
   17     16   
[dependencies]
   18     17   
xmlparser = "0.13.5"
   19     18   
   20     19   
[dev-dependencies]
   21     20   
base64 = "0.13.0"
   22     21   
proptest = "1"
   23     22   
   24     23   
[dev-dependencies.aws-smithy-protocol-test]
   25     24   
path = "../aws-smithy-protocol-test"
   26         -
version = "0.63.7"
          25  +
version = "0.63.6"

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

@@ -1,1 +70,69 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-types"
    4         -
version = "1.3.11"
           4  +
version = "1.3.10"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
    6      6   
description = "Cross-service types for the AWS SDK."
    7      7   
edition = "2021"
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10         -
rust-version = "1.88"
   11     10   
[package.metadata.docs.rs]
   12     11   
all-features = true
   13     12   
targets = ["x86_64-unknown-linux-gnu"]
   14     13   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     14   
rustdoc-args = ["--cfg", "docsrs"]
   16     15   
   17     16   
[package.metadata.smithy-rs-release-tooling]
   18     17   
stable = true
   19     18   
[package.metadata.cargo-udeps.ignore]
   20     19   
normal = ["aws-smithy-runtime", "hyper-rustls"]
   21     20   
   22     21   
[features]
   23     22   
examples = ["dep:hyper-rustls", "aws-smithy-runtime/client", "aws-smithy-runtime/connector-hyper-0-14-x", "aws-smithy-runtime/tls-rustls"]
   24     23   
   25     24   
[dependencies]
   26     25   
tracing = "0.1.40"
   27     26   
   28     27   
[dependencies.aws-credential-types]
   29     28   
path = "../aws-credential-types"
   30         -
version = "1.2.11"
          29  +
version = "1.2.10"
   31     30   
   32     31   
[dependencies.aws-smithy-async]
   33     32   
path = "../aws-smithy-async"
   34         -
version = "1.2.7"
          33  +
version = "1.2.6"
   35     34   
   36     35   
[dependencies.aws-smithy-types]
   37     36   
path = "../aws-smithy-types"
   38         -
version = "1.3.5"
          37  +
version = "1.3.4"
   39     38   
   40     39   
[dependencies.aws-smithy-runtime]
   41     40   
path = "../aws-smithy-runtime"
   42     41   
optional = true
   43     42   
version = "1.9.5"
   44     43   
   45     44   
[dependencies.aws-smithy-runtime-api]
   46     45   
path = "../aws-smithy-runtime-api"
   47     46   
features = ["client"]
   48         -
version = "1.9.3"
          47  +
version = "1.9.2"
   49     48   
   50     49   
[dependencies.hyper-rustls]
   51     50   
version = "0.24"
   52     51   
optional = true
   53     52   
features = ["rustls-native-certs", "http2", "webpki-roots"]
   54     53   
   55     54   
[dev-dependencies]
   56     55   
http = "0.2.4"
   57     56   
tempfile = "3.16.0"
   58     57   
tracing-test = "0.2.5"
   59     58   
   60     59   
[dev-dependencies.tokio]
   61     60   
version = "1"
   62     61   
features = ["rt", "macros"]
   63     62   
   64     63   
[dev-dependencies.aws-smithy-runtime-api]
   65     64   
path = "../aws-smithy-runtime-api"
   66     65   
features = ["http-02x"]
   67         -
version = "1.9.3"
          66  +
version = "1.9.2"
   68     67   
   69     68   
[build-dependencies]
   70     69   
rustc_version = "0.4.0"

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

@@ -1,1 +161,161 @@
   10     10   
rust-version = "1.88.0"
   11     11   
readme = "README.md"
   12     12   
[package.metadata.smithy]
   13     13   
codegen-version = "ci"
   14     14   
protocol = "aws.protocols#restJson1"
   15     15   
[package.metadata.docs.rs]
   16     16   
all-features = true
   17     17   
targets = ["x86_64-unknown-linux-gnu"]
   18     18   
[dependencies.aws-credential-types]
   19     19   
path = "../aws-credential-types"
   20         -
version = "1.2.11"
          20  +
version = "1.2.10"
   21     21   
   22     22   
[dependencies.aws-runtime]
   23     23   
path = "../aws-runtime"
   24     24   
features = ["event-stream"]
   25         -
version = "1.5.17"
          25  +
version = "1.5.16"
   26     26   
   27     27   
[dependencies.aws-sigv4]
   28     28   
path = "../aws-sigv4"
   29         -
version = "1.3.7"
          29  +
version = "1.3.6"
   30     30   
   31     31   
[dependencies.aws-smithy-async]
   32     32   
path = "../aws-smithy-async"
   33         -
version = "1.2.7"
          33  +
version = "1.2.6"
   34     34   
   35     35   
[dependencies.aws-smithy-eventstream]
   36     36   
path = "../aws-smithy-eventstream"
   37         -
version = "0.60.14"
          37  +
version = "0.60.13"
   38     38   
   39     39   
[dependencies.aws-smithy-http]
   40     40   
path = "../aws-smithy-http"
   41     41   
features = ["event-stream"]
   42         -
version = "0.62.6"
          42  +
version = "0.62.5"
   43     43   
   44     44   
[dependencies.aws-smithy-json]
   45     45   
path = "../aws-smithy-json"
   46         -
version = "0.61.8"
          46  +
version = "0.61.7"
   47     47   
   48     48   
[dependencies.aws-smithy-runtime]
   49     49   
path = "../aws-smithy-runtime"
   50     50   
features = ["client", "http-auth"]
   51     51   
version = "1.9.5"
   52     52   
   53     53   
[dependencies.aws-smithy-runtime-api]
   54     54   
path = "../aws-smithy-runtime-api"
   55     55   
features = ["client", "http-02x", "http-auth"]
   56         -
version = "1.9.3"
          56  +
version = "1.9.2"
   57     57   
   58     58   
[dependencies.aws-smithy-types]
   59     59   
path = "../aws-smithy-types"
   60     60   
features = ["http-body-0-4-x"]
   61         -
version = "1.3.5"
          61  +
version = "1.3.4"
   62     62   
   63     63   
[dependencies.aws-types]
   64     64   
path = "../aws-types"
   65         -
version = "1.3.11"
          65  +
version = "1.3.10"
   66     66   
   67     67   
[dependencies.bytes]
   68     68   
version = "1.4.0"
   69     69   
   70     70   
[dependencies.fastrand]
   71     71   
version = "2.0.0"
   72     72   
   73     73   
[dependencies.http]
   74     74   
version = "0.2.9"
   75     75   
   76     76   
[dependencies.hyper]
   77     77   
version = "0.14.26"
   78     78   
features = ["stream"]
   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.8.12"
          87  +
version = "1.8.11"
   88     88   
   89     89   
[dev-dependencies.aws-credential-types]
   90     90   
path = "../aws-credential-types"
   91     91   
features = ["test-util"]
   92         -
version = "1.2.11"
          92  +
version = "1.2.10"
   93     93   
   94     94   
[dev-dependencies.aws-runtime]
   95     95   
path = "../aws-runtime"
   96     96   
features = ["test-util"]
   97         -
version = "1.5.17"
          97  +
version = "1.5.16"
   98     98   
   99     99   
[dev-dependencies.aws-smithy-async]
  100    100   
path = "../aws-smithy-async"
  101    101   
features = ["test-util"]
  102         -
version = "1.2.7"
         102  +
version = "1.2.6"
  103    103   
  104    104   
[dev-dependencies.aws-smithy-eventstream]
  105    105   
path = "../aws-smithy-eventstream"
  106    106   
features = ["test-util"]
  107         -
version = "0.60.14"
         107  +
version = "0.60.13"
  108    108   
  109    109   
[dev-dependencies.aws-smithy-http-client]
  110    110   
path = "../aws-smithy-http-client"
  111    111   
features = ["test-util", "wire-mock"]
  112         -
version = "1.1.5"
         112  +
version = "1.1.4"
  113    113   
  114    114   
[dev-dependencies.aws-smithy-protocol-test]
  115    115   
path = "../aws-smithy-protocol-test"
  116         -
version = "0.63.7"
         116  +
version = "0.63.6"
  117    117   
  118    118   
[dev-dependencies.aws-smithy-runtime]
  119    119   
path = "../aws-smithy-runtime"
  120    120   
features = ["test-util"]
  121    121   
version = "1.9.5"
  122    122   
  123    123   
[dev-dependencies.aws-smithy-runtime-api]
  124    124   
path = "../aws-smithy-runtime-api"
  125    125   
features = ["test-util"]
  126         -
version = "1.9.3"
         126  +
version = "1.9.2"
  127    127   
  128    128   
[dev-dependencies.aws-smithy-types]
  129    129   
path = "../aws-smithy-types"
  130    130   
features = ["test-util"]
  131         -
version = "1.3.5"
         131  +
version = "1.3.4"
  132    132   
  133    133   
[dev-dependencies.futures-util]
  134    134   
version = "0.3.25"
  135    135   
features = ["alloc"]
  136    136   
default-features = false
  137    137   
  138    138   
[dev-dependencies.http-1x]
  139    139   
version = "1"
  140    140   
package = "http"
  141    141   

tmp-codegen-diff/aws-sdk/sdk/bedrockruntime/src/config.rs

@@ -1531,1531 +1590,1591 @@
 1551   1551   
    }
 1552   1552   
 1553   1553   
    let default_retry_partition = "bedrockruntime";
 1554   1554   
    let default_retry_partition = match config.region() {
 1555   1555   
        Some(region) => ::std::borrow::Cow::from(format!("{default_retry_partition}-{region}")),
 1556   1556   
        None => ::std::borrow::Cow::from(default_retry_partition),
 1557   1557   
    };
 1558   1558   
 1559   1559   
    let scope = "aws-sdk-bedrockruntime";
 1560   1560   
        1561  +
    #[allow(deprecated)]
 1561   1562   
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1562   1563   
                        // defaults
 1563   1564   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1564   1565   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1565   1566   
                                .with_retry_partition_name(default_retry_partition)
 1566   1567   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1567   1568   
                        ))
 1568   1569   
                        // user config
 1569   1570   
                        .with_client_plugin(
 1570   1571   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()

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

@@ -1,1 +152,152 @@
   10     10   
rust-version = "1.88.0"
   11     11   
readme = "README.md"
   12     12   
[package.metadata.smithy]
   13     13   
codegen-version = "ci"
   14     14   
protocol = "aws.protocols#awsJson1_1"
   15     15   
[package.metadata.docs.rs]
   16     16   
all-features = true
   17     17   
targets = ["x86_64-unknown-linux-gnu"]
   18     18   
[dependencies.aws-credential-types]
   19     19   
path = "../aws-credential-types"
   20         -
version = "1.2.11"
          20  +
version = "1.2.10"
   21     21   
   22     22   
[dependencies.aws-runtime]
   23     23   
path = "../aws-runtime"
   24     24   
features = ["event-stream"]
   25         -
version = "1.5.17"
          25  +
version = "1.5.16"
   26     26   
   27     27   
[dependencies.aws-smithy-async]
   28     28   
path = "../aws-smithy-async"
   29         -
version = "1.2.7"
          29  +
version = "1.2.6"
   30     30   
   31     31   
[dependencies.aws-smithy-eventstream]
   32     32   
path = "../aws-smithy-eventstream"
   33         -
version = "0.60.14"
          33  +
version = "0.60.13"
   34     34   
   35     35   
[dependencies.aws-smithy-http]
   36     36   
path = "../aws-smithy-http"
   37     37   
features = ["event-stream"]
   38         -
version = "0.62.6"
          38  +
version = "0.62.5"
   39     39   
   40     40   
[dependencies.aws-smithy-json]
   41     41   
path = "../aws-smithy-json"
   42         -
version = "0.61.8"
          42  +
version = "0.61.7"
   43     43   
   44     44   
[dependencies.aws-smithy-runtime]
   45     45   
path = "../aws-smithy-runtime"
   46     46   
features = ["client"]
   47     47   
version = "1.9.5"
   48     48   
   49     49   
[dependencies.aws-smithy-runtime-api]
   50     50   
path = "../aws-smithy-runtime-api"
   51     51   
features = ["client", "http-02x"]
   52         -
version = "1.9.3"
          52  +
version = "1.9.2"
   53     53   
   54     54   
[dependencies.aws-smithy-types]
   55     55   
path = "../aws-smithy-types"
   56         -
version = "1.3.5"
          56  +
version = "1.3.4"
   57     57   
   58     58   
[dependencies.aws-types]
   59     59   
path = "../aws-types"
   60         -
version = "1.3.11"
          60  +
version = "1.3.10"
   61     61   
   62     62   
[dependencies.bytes]
   63     63   
version = "1.4.0"
   64     64   
   65     65   
[dependencies.fastrand]
   66     66   
version = "2.0.0"
   67     67   
   68     68   
[dependencies.http]
   69     69   
version = "0.2.9"
   70     70   
   71     71   
[dependencies.regex-lite]
   72     72   
version = "0.1.5"
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
[dev-dependencies.aws-config]
   77     77   
path = "../aws-config"
   78         -
version = "1.8.12"
          78  +
version = "1.8.11"
   79     79   
   80     80   
[dev-dependencies.aws-credential-types]
   81     81   
path = "../aws-credential-types"
   82     82   
features = ["test-util"]
   83         -
version = "1.2.11"
          83  +
version = "1.2.10"
   84     84   
   85     85   
[dev-dependencies.aws-runtime]
   86     86   
path = "../aws-runtime"
   87     87   
features = ["test-util"]
   88         -
version = "1.5.17"
          88  +
version = "1.5.16"
   89     89   
   90     90   
[dev-dependencies.aws-smithy-async]
   91     91   
path = "../aws-smithy-async"
   92     92   
features = ["test-util"]
   93         -
version = "1.2.7"
          93  +
version = "1.2.6"
   94     94   
   95     95   
[dev-dependencies.aws-smithy-eventstream]
   96     96   
path = "../aws-smithy-eventstream"
   97     97   
features = ["test-util"]
   98         -
version = "0.60.14"
          98  +
version = "0.60.13"
   99     99   
  100    100   
[dev-dependencies.aws-smithy-http-client]
  101    101   
path = "../aws-smithy-http-client"
  102    102   
features = ["test-util", "wire-mock"]
  103         -
version = "1.1.5"
         103  +
version = "1.1.4"
  104    104   
  105    105   
[dev-dependencies.aws-smithy-protocol-test]
  106    106   
path = "../aws-smithy-protocol-test"
  107         -
version = "0.63.7"
         107  +
version = "0.63.6"
  108    108   
  109    109   
[dev-dependencies.aws-smithy-runtime]
  110    110   
path = "../aws-smithy-runtime"
  111    111   
features = ["test-util"]
  112    112   
version = "1.9.5"
  113    113   
  114    114   
[dev-dependencies.aws-smithy-runtime-api]
  115    115   
path = "../aws-smithy-runtime-api"
  116    116   
features = ["test-util"]
  117         -
version = "1.9.3"
         117  +
version = "1.9.2"
  118    118   
  119    119   
[dev-dependencies.aws-smithy-types]
  120    120   
path = "../aws-smithy-types"
  121    121   
features = ["test-util"]
  122         -
version = "1.3.5"
         122  +
version = "1.3.4"
  123    123   
  124    124   
[dev-dependencies.futures-util]
  125    125   
version = "0.3.25"
  126    126   
features = ["alloc"]
  127    127   
default-features = false
  128    128   
  129    129   
[dev-dependencies.http-1x]
  130    130   
version = "1"
  131    131   
package = "http"
  132    132   

tmp-codegen-diff/aws-sdk/sdk/cloudwatchlogs/src/config.rs

@@ -1457,1457 +1516,1517 @@
 1477   1477   
    }
 1478   1478   
 1479   1479   
    let default_retry_partition = "cloudwatchlogs";
 1480   1480   
    let default_retry_partition = match config.region() {
 1481   1481   
        Some(region) => ::std::borrow::Cow::from(format!("{default_retry_partition}-{region}")),
 1482   1482   
        None => ::std::borrow::Cow::from(default_retry_partition),
 1483   1483   
    };
 1484   1484   
 1485   1485   
    let scope = "aws-sdk-cloudwatchlogs";
 1486   1486   
        1487  +
    #[allow(deprecated)]
 1487   1488   
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1488   1489   
                        // defaults
 1489   1490   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1490   1491   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1491   1492   
                                .with_retry_partition_name(default_retry_partition)
 1492   1493   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1493   1494   
                        ))
 1494   1495   
                        // user config
 1495   1496   
                        .with_client_plugin(
 1496   1497   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()

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

@@ -1,1 +141,141 @@
   10     10   
rust-version = "1.88.0"
   11     11   
readme = "README.md"
   12     12   
[package.metadata.smithy]
   13     13   
codegen-version = "ci"
   14     14   
protocol = "aws.protocols#restJson1"
   15     15   
[package.metadata.docs.rs]
   16     16   
all-features = true
   17     17   
targets = ["x86_64-unknown-linux-gnu"]
   18     18   
[dependencies.aws-credential-types]
   19     19   
path = "../aws-credential-types"
   20         -
version = "1.2.11"
          20  +
version = "1.2.10"
   21     21   
   22     22   
[dependencies.aws-runtime]
   23     23   
path = "../aws-runtime"
   24         -
version = "1.5.17"
          24  +
version = "1.5.16"
   25     25   
   26     26   
[dependencies.aws-smithy-async]
   27     27   
path = "../aws-smithy-async"
   28         -
version = "1.2.7"
          28  +
version = "1.2.6"
   29     29   
   30     30   
[dependencies.aws-smithy-http]
   31     31   
path = "../aws-smithy-http"
   32         -
version = "0.62.6"
          32  +
version = "0.62.5"
   33     33   
   34     34   
[dependencies.aws-smithy-json]
   35     35   
path = "../aws-smithy-json"
   36         -
version = "0.61.8"
          36  +
version = "0.61.7"
   37     37   
   38     38   
[dependencies.aws-smithy-runtime]
   39     39   
path = "../aws-smithy-runtime"
   40     40   
features = ["client", "http-auth"]
   41     41   
version = "1.9.5"
   42     42   
   43     43   
[dependencies.aws-smithy-runtime-api]
   44     44   
path = "../aws-smithy-runtime-api"
   45     45   
features = ["client", "http-02x", "http-auth"]
   46         -
version = "1.9.3"
          46  +
version = "1.9.2"
   47     47   
   48     48   
[dependencies.aws-smithy-types]
   49     49   
path = "../aws-smithy-types"
   50         -
version = "1.3.5"
          50  +
version = "1.3.4"
   51     51   
   52     52   
[dependencies.aws-types]
   53     53   
path = "../aws-types"
   54         -
version = "1.3.11"
          54  +
version = "1.3.10"
   55     55   
   56     56   
[dependencies.bytes]
   57     57   
version = "1.4.0"
   58     58   
   59     59   
[dependencies.fastrand]
   60     60   
version = "2.0.0"
   61     61   
   62     62   
[dependencies.http]
   63     63   
version = "0.2.9"
   64     64   
   65     65   
[dependencies.regex-lite]
   66     66   
version = "0.1.5"
   67     67   
   68     68   
[dependencies.tracing]
   69     69   
version = "0.1"
   70     70   
[dev-dependencies.aws-config]
   71     71   
path = "../aws-config"
   72         -
version = "1.8.12"
          72  +
version = "1.8.11"
   73     73   
   74     74   
[dev-dependencies.aws-credential-types]
   75     75   
path = "../aws-credential-types"
   76     76   
features = ["test-util"]
   77         -
version = "1.2.11"
          77  +
version = "1.2.10"
   78     78   
   79     79   
[dev-dependencies.aws-runtime]
   80     80   
path = "../aws-runtime"
   81     81   
features = ["test-util"]
   82         -
version = "1.5.17"
          82  +
version = "1.5.16"
   83     83   
   84     84   
[dev-dependencies.aws-smithy-async]
   85     85   
path = "../aws-smithy-async"
   86     86   
features = ["test-util"]
   87         -
version = "1.2.7"
          87  +
version = "1.2.6"
   88     88   
   89     89   
[dev-dependencies.aws-smithy-http-client]
   90     90   
path = "../aws-smithy-http-client"
   91     91   
features = ["test-util", "wire-mock"]
   92         -
version = "1.1.5"
          92  +
version = "1.1.4"
   93     93   
   94     94   
[dev-dependencies.aws-smithy-protocol-test]
   95     95   
path = "../aws-smithy-protocol-test"
   96         -
version = "0.63.7"
          96  +
version = "0.63.6"
   97     97   
   98     98   
[dev-dependencies.aws-smithy-runtime]
   99     99   
path = "../aws-smithy-runtime"
  100    100   
features = ["test-util"]
  101    101   
version = "1.9.5"
  102    102   
  103    103   
[dev-dependencies.aws-smithy-runtime-api]
  104    104   
path = "../aws-smithy-runtime-api"
  105    105   
features = ["test-util"]
  106         -
version = "1.9.3"
         106  +
version = "1.9.2"
  107    107   
  108    108   
[dev-dependencies.aws-smithy-types]
  109    109   
path = "../aws-smithy-types"
  110    110   
features = ["test-util"]
  111         -
version = "1.3.5"
         111  +
version = "1.3.4"
  112    112   
  113    113   
[dev-dependencies.futures-util]
  114    114   
version = "0.3.25"
  115    115   
features = ["alloc"]
  116    116   
default-features = false
  117    117   
  118    118   
[dev-dependencies.http-1x]
  119    119   
version = "1"
  120    120   
package = "http"
  121    121   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/config.rs

@@ -1446,1446 +1505,1506 @@
 1466   1466   
    }
 1467   1467   
 1468   1468   
    let default_retry_partition = "codecatalyst";
 1469   1469   
    let default_retry_partition = match config.region() {
 1470   1470   
        Some(region) => ::std::borrow::Cow::from(format!("{default_retry_partition}-{region}")),
 1471   1471   
        None => ::std::borrow::Cow::from(default_retry_partition),
 1472   1472   
    };
 1473   1473   
 1474   1474   
    let scope = "aws-sdk-codecatalyst";
 1475   1475   
        1476  +
    #[allow(deprecated)]
 1476   1477   
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1477   1478   
                        // defaults
 1478   1479   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1479   1480   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1480   1481   
                                .with_retry_partition_name(default_retry_partition)
 1481   1482   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1482   1483   
                        ))
 1483   1484   
                        // user config
 1484   1485   
                        .with_client_plugin(
 1485   1486   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()

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

@@ -1,1 +93,93 @@
   10     10   
rust-version = "1.88.0"
   11     11   
readme = "README.md"
   12     12   
[package.metadata.smithy]
   13     13   
codegen-version = "ci"
   14     14   
protocol = "aws.protocols#awsJson1_1"
   15     15   
[package.metadata.docs.rs]
   16     16   
all-features = true
   17     17   
targets = ["x86_64-unknown-linux-gnu"]
   18     18   
[dependencies.aws-credential-types]
   19     19   
path = "../aws-credential-types"
   20         -
version = "1.2.11"
          20  +
version = "1.2.10"
   21     21   
   22     22   
[dependencies.aws-runtime]
   23     23   
path = "../aws-runtime"
   24         -
version = "1.5.17"
          24  +
version = "1.5.16"
   25     25   
   26     26   
[dependencies.aws-smithy-async]
   27     27   
path = "../aws-smithy-async"
   28         -
version = "1.2.7"
          28  +
version = "1.2.6"
   29     29   
   30     30   
[dependencies.aws-smithy-http]
   31     31   
path = "../aws-smithy-http"
   32         -
version = "0.62.6"
          32  +
version = "0.62.5"
   33     33   
   34     34   
[dependencies.aws-smithy-json]
   35     35   
path = "../aws-smithy-json"
   36         -
version = "0.61.8"
          36  +
version = "0.61.7"
   37     37   
   38     38   
[dependencies.aws-smithy-runtime]
   39     39   
path = "../aws-smithy-runtime"
   40     40   
features = ["client"]
   41     41   
version = "1.9.5"
   42     42   
   43     43   
[dependencies.aws-smithy-runtime-api]
   44     44   
path = "../aws-smithy-runtime-api"
   45     45   
features = ["client", "http-02x"]
   46         -
version = "1.9.3"
          46  +
version = "1.9.2"
   47     47   
   48     48   
[dependencies.aws-smithy-types]
   49     49   
path = "../aws-smithy-types"
   50         -
version = "1.3.5"
          50  +
version = "1.3.4"
   51     51   
   52     52   
[dependencies.aws-types]
   53     53   
path = "../aws-types"
   54         -
version = "1.3.11"
          54  +
version = "1.3.10"
   55     55   
   56     56   
[dependencies.bytes]
   57     57   
version = "1.4.0"
   58     58   
   59     59   
[dependencies.fastrand]
   60     60   
version = "2.0.0"
   61     61   
   62     62   
[dependencies.http]
   63     63   
version = "0.2.9"
   64     64   
   65     65   
[dependencies.regex-lite]
   66     66   
version = "0.1.5"
   67     67   
   68     68   
[dependencies.tracing]
   69     69   
version = "0.1"
   70     70   
[dev-dependencies.aws-config]
   71     71   
path = "../aws-config"
   72         -
version = "1.8.12"
          72  +
version = "1.8.11"
   73     73   
   74     74   
[dev-dependencies.aws-credential-types]
   75     75   
path = "../aws-credential-types"
   76     76   
features = ["test-util"]
   77         -
version = "1.2.11"
          77  +
version = "1.2.10"
   78     78   
   79     79   
[dev-dependencies.proptest]
   80     80   
version = "1"
   81     81   
   82     82   
[dev-dependencies.tokio]
   83     83   
version = "1.23.1"
   84     84   
features = ["macros", "test-util", "rt-multi-thread"]
   85     85   
   86     86   
[features]
   87     87   
behavior-version-latest = []

tmp-codegen-diff/aws-sdk/sdk/config/src/config.rs

@@ -1439,1439 +1498,1499 @@
 1459   1459   
    }
 1460   1460   
 1461   1461   
    let default_retry_partition = "configservice";
 1462   1462   
    let default_retry_partition = match config.region() {
 1463   1463   
        Some(region) => ::std::borrow::Cow::from(format!("{default_retry_partition}-{region}")),
 1464   1464   
        None => ::std::borrow::Cow::from(default_retry_partition),
 1465   1465   
    };
 1466   1466   
 1467   1467   
    let scope = "aws-sdk-config";
 1468   1468   
        1469  +
    #[allow(deprecated)]
 1469   1470   
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1470   1471   
                        // defaults
 1471   1472   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1472   1473   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1473   1474   
                                .with_retry_partition_name(default_retry_partition)
 1474   1475   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1475   1476   
                        ))
 1476   1477   
                        // user config
 1477   1478   
                        .with_client_plugin(
 1478   1479   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()

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

@@ -1,1 +144,144 @@
   10     10   
rust-version = "1.88.0"
   11     11   
readme = "README.md"
   12     12   
[package.metadata.smithy]
   13     13   
codegen-version = "ci"
   14     14   
protocol = "aws.protocols#awsJson1_0"
   15     15   
[package.metadata.docs.rs]
   16     16   
all-features = true
   17     17   
targets = ["x86_64-unknown-linux-gnu"]
   18     18   
[dependencies.aws-credential-types]
   19     19   
path = "../aws-credential-types"
   20         -
version = "1.2.11"
          20  +
version = "1.2.10"
   21     21   
   22     22   
[dependencies.aws-runtime]
   23     23   
path = "../aws-runtime"
   24         -
version = "1.5.17"
          24  +
version = "1.5.16"
   25     25   
   26     26   
[dependencies.aws-smithy-async]
   27     27   
path = "../aws-smithy-async"
   28         -
version = "1.2.7"
          28  +
version = "1.2.6"
   29     29   
   30     30   
[dependencies.aws-smithy-http]
   31     31   
path = "../aws-smithy-http"
   32         -
version = "0.62.6"
          32  +
version = "0.62.5"
   33     33   
   34     34   
[dependencies.aws-smithy-json]
   35     35   
path = "../aws-smithy-json"
   36         -
version = "0.61.8"
          36  +
version = "0.61.7"
   37     37   
   38     38   
[dependencies.aws-smithy-runtime]
   39     39   
path = "../aws-smithy-runtime"
   40     40   
features = ["client"]
   41     41   
version = "1.9.5"
   42     42   
   43     43   
[dependencies.aws-smithy-runtime-api]
   44     44   
path = "../aws-smithy-runtime-api"
   45     45   
features = ["client", "http-02x"]
   46         -
version = "1.9.3"
          46  +
version = "1.9.2"
   47     47   
   48     48   
[dependencies.aws-smithy-types]
   49     49   
path = "../aws-smithy-types"
   50         -
version = "1.3.5"
          50  +
version = "1.3.4"
   51     51   
   52     52   
[dependencies.aws-types]
   53     53   
path = "../aws-types"
   54         -
version = "1.3.11"
          54  +
version = "1.3.10"
   55     55   
   56     56   
[dependencies.bytes]
   57     57   
version = "1.4.0"
   58     58   
   59     59   
[dependencies.fastrand]
   60     60   
version = "2.0.0"
   61     61   
   62     62   
[dependencies.http]
   63     63   
version = "0.2.9"
   64     64   
   65     65   
[dependencies.regex-lite]
   66     66   
version = "0.1.5"
   67     67   
   68     68   
[dependencies.tracing]
   69     69   
version = "0.1"
   70     70   
[dev-dependencies.approx]
   71     71   
version = "0.5.1"
   72     72   
   73     73   
[dev-dependencies.aws-config]
   74     74   
path = "../aws-config"
   75         -
version = "1.8.12"
          75  +
version = "1.8.11"
   76     76   
   77     77   
[dev-dependencies.aws-credential-types]
   78     78   
path = "../aws-credential-types"
   79     79   
features = ["test-util"]
   80         -
version = "1.2.11"
          80  +
version = "1.2.10"
   81     81   
   82     82   
[dev-dependencies.aws-runtime]
   83     83   
path = "../aws-runtime"
   84     84   
features = ["test-util"]
   85         -
version = "1.5.17"
          85  +
version = "1.5.16"
   86     86   
   87     87   
[dev-dependencies.aws-smithy-async]
   88     88   
path = "../aws-smithy-async"
   89     89   
features = ["test-util"]
   90         -
version = "1.2.7"
          90  +
version = "1.2.6"
   91     91   
   92     92   
[dev-dependencies.aws-smithy-http-client]
   93     93   
path = "../aws-smithy-http-client"
   94     94   
features = ["test-util", "wire-mock"]
   95         -
version = "1.1.5"
          95  +
version = "1.1.4"
   96     96   
   97     97   
[dev-dependencies.aws-smithy-protocol-test]
   98     98   
path = "../aws-smithy-protocol-test"
   99         -
version = "0.63.7"
          99  +
version = "0.63.6"
  100    100   
  101    101   
[dev-dependencies.aws-smithy-runtime]
  102    102   
path = "../aws-smithy-runtime"
  103    103   
features = ["test-util"]
  104    104   
version = "1.9.5"
  105    105   
  106    106   
[dev-dependencies.aws-smithy-runtime-api]
  107    107   
path = "../aws-smithy-runtime-api"
  108    108   
features = ["test-util"]
  109         -
version = "1.9.3"
         109  +
version = "1.9.2"
  110    110   
  111    111   
[dev-dependencies.aws-smithy-types]
  112    112   
path = "../aws-smithy-types"
  113    113   
features = ["test-util"]
  114         -
version = "1.3.5"
         114  +
version = "1.3.4"
  115    115   
  116    116   
[dev-dependencies.criterion]
  117    117   
version = "0.5.0"
  118    118   
  119    119   
[dev-dependencies.futures-util]
  120    120   
version = "0.3.25"
  121    121   
features = ["alloc"]
  122    122   
default-features = false
  123    123   
  124    124   
[dev-dependencies.http-1x]

tmp-codegen-diff/aws-sdk/sdk/dynamodb/src/config.rs

@@ -1473,1473 +1532,1533 @@
 1493   1493   
    }
 1494   1494   
 1495   1495   
    let default_retry_partition = "dynamodb";
 1496   1496   
    let default_retry_partition = match config.region() {
 1497   1497   
        Some(region) => ::std::borrow::Cow::from(format!("{default_retry_partition}-{region}")),
 1498   1498   
        None => ::std::borrow::Cow::from(default_retry_partition),
 1499   1499   
    };
 1500   1500   
 1501   1501   
    let scope = "aws-sdk-dynamodb";
 1502   1502   
        1503  +
    #[allow(deprecated)]
 1503   1504   
                    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1504   1505   
                        // defaults
 1505   1506   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1506   1507   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1507   1508   
                                .with_retry_partition_name(default_retry_partition)
 1508   1509   
                                .with_behavior_version(config.behavior_version.expect("Invalid client configuration: A behavior major version must be set when sending a request or constructing a client. You must set it during client construction or by enabling the `behavior-version-latest` cargo feature."))
 1509   1510   
                        ))
 1510   1511   
                        // user config
 1511   1512   
                        .with_client_plugin(
 1512   1513   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()