aws-sdk-computeoptimizerautomation 1.3.0

AWS SDK for Compute Optimizer Automation
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateAccounts` operation.
pub mod associate_accounts;

/// Types for the `CreateAutomationRule` operation.
pub mod create_automation_rule;

/// Types for the `DeleteAutomationRule` operation.
pub mod delete_automation_rule;

/// Types for the `DisassociateAccounts` operation.
pub mod disassociate_accounts;

/// Types for the `GetAutomationEvent` operation.
pub mod get_automation_event;

/// Types for the `GetAutomationRule` operation.
pub mod get_automation_rule;

/// Types for the `GetEnrollmentConfiguration` operation.
pub mod get_enrollment_configuration;

/// Types for the `ListAccounts` operation.
pub mod list_accounts;

/// Types for the `ListAutomationEventSteps` operation.
pub mod list_automation_event_steps;

/// Types for the `ListAutomationEventSummaries` operation.
pub mod list_automation_event_summaries;

/// Types for the `ListAutomationEvents` operation.
pub mod list_automation_events;

/// Types for the `ListAutomationRulePreview` operation.
pub mod list_automation_rule_preview;

/// Types for the `ListAutomationRulePreviewSummaries` operation.
pub mod list_automation_rule_preview_summaries;

/// Types for the `ListAutomationRules` operation.
pub mod list_automation_rules;

/// Types for the `ListRecommendedActionSummaries` operation.
pub mod list_recommended_action_summaries;

/// Types for the `ListRecommendedActions` operation.
pub mod list_recommended_actions;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `RollbackAutomationEvent` operation.
pub mod rollback_automation_event;

/// Types for the `StartAutomationEvent` operation.
pub mod start_automation_event;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAutomationRule` operation.
pub mod update_automation_rule;

/// Types for the `UpdateEnrollmentConfiguration` operation.
pub mod update_enrollment_configuration;