-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcd66c2
commit 3199538
Showing
102 changed files
with
8,345 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3386,7 +3386,7 @@ | |
"traits": { | ||
"smithy.api#length": { | ||
"min": 2, | ||
"max": 3 | ||
"max": 4 | ||
} | ||
} | ||
}, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
sdk/docdbelastic/src/client/apply_pending_maintenance_action.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. | ||
impl super::Client { | ||
/// Constructs a fluent builder for the [`ApplyPendingMaintenanceAction`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder) operation. | ||
/// | ||
/// - The fluent builder is configurable: | ||
/// - [`resource_arn(impl Into<String>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::set_resource_arn):<br>required: **true**<br><p>The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.</p><br> | ||
/// - [`apply_action(impl Into<String>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::apply_action) / [`set_apply_action(Option<String>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::set_apply_action):<br>required: **true**<br><p>The pending maintenance action to apply to the resource.</p> <p>Valid actions are:</p> <ul> <li> <p><code>ENGINE_UPDATE<i></i> </code></p></li> <li> <p><code>ENGINE_UPGRADE</code></p></li> <li> <p><code>SECURITY_UPDATE</code></p></li> <li> <p><code>OS_UPDATE</code></p></li> <li> <p><code>MASTER_USER_PASSWORD_UPDATE</code></p></li> </ul><br> | ||
/// - [`opt_in_type(OptInType)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::opt_in_type) / [`set_opt_in_type(Option<OptInType>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::set_opt_in_type):<br>required: **true**<br><p>A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type <code>IMMEDIATE</code> can't be undone.</p><br> | ||
/// - [`apply_on(impl Into<String>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::apply_on) / [`set_apply_on(Option<String>)`](crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::set_apply_on):<br>required: **false**<br><p>A specific date to apply the pending maintenance action. Required if opt-in-type is <code>APPLY_ON</code>. Format: <code>yyyy/MM/dd HH:mm-yyyy/MM/dd HH:mm</code></p><br> | ||
/// - On success, responds with [`ApplyPendingMaintenanceActionOutput`](crate::operation::apply_pending_maintenance_action::ApplyPendingMaintenanceActionOutput) with field(s): | ||
/// - [`resource_pending_maintenance_action(Option<ResourcePendingMaintenanceAction>)`](crate::operation::apply_pending_maintenance_action::ApplyPendingMaintenanceActionOutput::resource_pending_maintenance_action): <p>The output of the pending maintenance action being applied.</p> | ||
/// - On failure, responds with [`SdkError<ApplyPendingMaintenanceActionError>`](crate::operation::apply_pending_maintenance_action::ApplyPendingMaintenanceActionError) | ||
pub fn apply_pending_maintenance_action( | ||
&self, | ||
) -> crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder { | ||
crate::operation::apply_pending_maintenance_action::builders::ApplyPendingMaintenanceActionFluentBuilder::new(self.handle.clone()) | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
sdk/docdbelastic/src/client/get_pending_maintenance_action.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. | ||
impl super::Client { | ||
/// Constructs a fluent builder for the [`GetPendingMaintenanceAction`](crate::operation::get_pending_maintenance_action::builders::GetPendingMaintenanceActionFluentBuilder) operation. | ||
/// | ||
/// - The fluent builder is configurable: | ||
/// - [`resource_arn(impl Into<String>)`](crate::operation::get_pending_maintenance_action::builders::GetPendingMaintenanceActionFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::get_pending_maintenance_action::builders::GetPendingMaintenanceActionFluentBuilder::set_resource_arn):<br>required: **true**<br><p>Retrieves pending maintenance actions for a specific Amazon Resource Name (ARN).</p><br> | ||
/// - On success, responds with [`GetPendingMaintenanceActionOutput`](crate::operation::get_pending_maintenance_action::GetPendingMaintenanceActionOutput) with field(s): | ||
/// - [`resource_pending_maintenance_action(Option<ResourcePendingMaintenanceAction>)`](crate::operation::get_pending_maintenance_action::GetPendingMaintenanceActionOutput::resource_pending_maintenance_action): <p>Provides information about a pending maintenance action for a resource.</p> | ||
/// - On failure, responds with [`SdkError<GetPendingMaintenanceActionError>`](crate::operation::get_pending_maintenance_action::GetPendingMaintenanceActionError) | ||
pub fn get_pending_maintenance_action( | ||
&self, | ||
) -> crate::operation::get_pending_maintenance_action::builders::GetPendingMaintenanceActionFluentBuilder { | ||
crate::operation::get_pending_maintenance_action::builders::GetPendingMaintenanceActionFluentBuilder::new(self.handle.clone()) | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
sdk/docdbelastic/src/client/list_pending_maintenance_actions.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. | ||
impl super::Client { | ||
/// Constructs a fluent builder for the [`ListPendingMaintenanceActions`](crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder) operation. | ||
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder::into_paginator). | ||
/// | ||
/// - The fluent builder is configurable: | ||
/// - [`next_token(impl Into<String>)`](crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder::set_next_token):<br>required: **false**<br><p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>maxResults</code>.</p><br> | ||
/// - [`max_results(i32)`](crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to include in the response. If more records exist than the specified <code>maxResults</code> value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.</p><br> | ||
/// - On success, responds with [`ListPendingMaintenanceActionsOutput`](crate::operation::list_pending_maintenance_actions::ListPendingMaintenanceActionsOutput) with field(s): | ||
/// - [`resource_pending_maintenance_actions(Vec::<ResourcePendingMaintenanceAction>)`](crate::operation::list_pending_maintenance_actions::ListPendingMaintenanceActionsOutput::resource_pending_maintenance_actions): <p>Provides information about a pending maintenance action for a resource.</p> | ||
/// - [`next_token(Option<String>)`](crate::operation::list_pending_maintenance_actions::ListPendingMaintenanceActionsOutput::next_token): <p>An optional pagination token provided by a previous request. If this parameter is displayed, the responses will include only records beyond the marker, up to the value specified by <code>maxResults</code>.</p> | ||
/// - On failure, responds with [`SdkError<ListPendingMaintenanceActionsError>`](crate::operation::list_pending_maintenance_actions::ListPendingMaintenanceActionsError) | ||
pub fn list_pending_maintenance_actions( | ||
&self, | ||
) -> crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder { | ||
crate::operation::list_pending_maintenance_actions::builders::ListPendingMaintenanceActionsFluentBuilder::new(self.handle.clone()) | ||
} | ||
} |
Oops, something went wrong.