Skip to content

Commit

Permalink
[smithy-rs] Rollup of 2 commits
Browse files Browse the repository at this point in the history
Includes commits:
  f003000d Update docs for non aws-config config builders (#3960)
  0259f523 Run `cargo update` on the runtime lockfiles and the SDK lockfile (#3959)

Co-authored-by: AWS SDK Rust Bot <97246200+aws-sdk-rust-ci@users.noreply.github.com>
Co-authored-by: Landon James <lnj@amazon.com>
  • Loading branch information
3 people committed Jan 15, 2025
1 parent 1a1a729 commit ad9e88c
Show file tree
Hide file tree
Showing 403 changed files with 5,227 additions and 403 deletions.
12 changes: 12 additions & 0 deletions sdk/accessanalyzer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/account/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/acm/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/acmpca/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/amp/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/amplify/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/amplifybackend/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/amplifyuibuilder/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/apigateway/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/apigatewaymanagement/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/apigatewayv2/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/appconfig/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/appconfigdata/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
12 changes: 12 additions & 0 deletions sdk/appfabric/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ pub struct Config {
behavior_version: ::std::option::Option<crate::config::BehaviorVersion>,
}
impl Config {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn builder() -> Builder {
Builder::default()
}
Expand Down Expand Up @@ -146,7 +152,13 @@ impl ::std::default::Default for Builder {
}
}
impl Builder {
///
/// Constructs a config builder.
/// <div class="warning">
/// Note that a config created from this builder will not have the same safe defaults as one created by
/// the <a href="https://crates.io/crates/aws-config" target="_blank">aws-config</a> crate.
/// </div>
///
pub fn new() -> Self {
Self::default()
}
Expand Down
Loading

0 comments on commit ad9e88c

Please sign in to comment.