AWS SDK

AWS SDK

rev. 37ca4f54c48d351f8f3d2c0d6f191dc4f56fa6f4 (ignoring whitespace)

Files changed:

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-polly";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-route53";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1615,1615 +1674,1675 @@
 1635   1635   
    };
 1636   1636   
 1637   1637   
    let scope = "aws-sdk-s3";
 1638   1638   
 1639   1639   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1640   1640   
                        // defaults
 1641   1641   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1642   1642   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1643   1643   
                                .with_retry_partition_name(default_retry_partition)
 1644   1644   
                                .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."))
        1645  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1645   1646   
                        ))
 1646   1647   
                        // user config
 1647   1648   
                        .with_client_plugin(
 1648   1649   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1649   1650   
                                .with_config(config.config.clone())
 1650   1651   
                                .with_runtime_components(config.runtime_components.clone())
 1651   1652   
                        )
 1652   1653   
                        // codegen config
 1653   1654   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1654   1655   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1476,1476 +1535,1536 @@
 1496   1496   
    };
 1497   1497   
 1498   1498   
    let scope = "aws-sdk-s3control";
 1499   1499   
 1500   1500   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1501   1501   
                        // defaults
 1502   1502   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1503   1503   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1504   1504   
                                .with_retry_partition_name(default_retry_partition)
 1505   1505   
                                .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."))
        1506  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1506   1507   
                        ))
 1507   1508   
                        // user config
 1508   1509   
                        .with_client_plugin(
 1509   1510   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1510   1511   
                                .with_config(config.config.clone())
 1511   1512   
                                .with_runtime_components(config.runtime_components.clone())
 1512   1513   
                        )
 1513   1514   
                        // codegen config
 1514   1515   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1515   1516   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-signin";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-sso";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-ssooidc";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-sts";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1465,1465 +1524,1525 @@
 1485   1485   
    };
 1486   1486   
 1487   1487   
    let scope = "aws-sdk-timestreamquery";
 1488   1488   
 1489   1489   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1490   1490   
                        // defaults
 1491   1491   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1492   1492   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1493   1493   
                                .with_retry_partition_name(default_retry_partition)
 1494   1494   
                                .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."))
        1495  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1495   1496   
                        ))
 1496   1497   
                        // user config
 1497   1498   
                        .with_client_plugin(
 1498   1499   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1499   1500   
                                .with_config(config.config.clone())
 1500   1501   
                                .with_runtime_components(config.runtime_components.clone())
 1501   1502   
                        )
 1502   1503   
                        // codegen config
 1503   1504   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1504   1505   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1465,1465 +1524,1525 @@
 1485   1485   
    };
 1486   1486   
 1487   1487   
    let scope = "aws-sdk-timestreamwrite";
 1488   1488   
 1489   1489   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1490   1490   
                        // defaults
 1491   1491   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1492   1492   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1493   1493   
                                .with_retry_partition_name(default_retry_partition)
 1494   1494   
                                .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."))
        1495  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1495   1496   
                        ))
 1496   1497   
                        // user config
 1497   1498   
                        .with_client_plugin(
 1498   1499   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1499   1500   
                                .with_config(config.config.clone())
 1500   1501   
                                .with_runtime_components(config.runtime_components.clone())
 1501   1502   
                        )
 1502   1503   
                        // codegen config
 1503   1504   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1504   1505   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())

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

@@ -1447,1447 +1506,1507 @@
 1467   1467   
    };
 1468   1468   
 1469   1469   
    let scope = "aws-sdk-transcribestreaming";
 1470   1470   
 1471   1471   
    let mut plugins = ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins::new()
 1472   1472   
                        // defaults
 1473   1473   
                        .with_client_plugins(::aws_smithy_runtime::client::defaults::default_plugins(
 1474   1474   
                            ::aws_smithy_runtime::client::defaults::DefaultPluginParams::new()
 1475   1475   
                                .with_retry_partition_name(default_retry_partition)
 1476   1476   
                                .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."))
        1477  +
                                .with_time_source(config.runtime_components.time_source().unwrap_or_default())
 1477   1478   
                        ))
 1478   1479   
                        // user config
 1479   1480   
                        .with_client_plugin(
 1480   1481   
                            ::aws_smithy_runtime_api::client::runtime_plugin::StaticRuntimePlugin::new()
 1481   1482   
                                .with_config(config.config.clone())
 1482   1483   
                                .with_runtime_components(config.runtime_components.clone())
 1483   1484   
                        )
 1484   1485   
                        // codegen config
 1485   1486   
                        .with_client_plugin(crate::config::ServiceRuntimePlugin::new(config.clone()))
 1486   1487   
                        .with_client_plugin(::aws_smithy_runtime::client::auth::no_auth::NoAuthRuntimePlugin::new())