aws-sdk-ssmsap 1.99.0

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

/// Types for the `DeleteResourcePermission` operation.
pub mod delete_resource_permission;

/// Types for the `DeregisterApplication` operation.
pub mod deregister_application;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetComponent` operation.
pub mod get_component;

/// Types for the `GetConfigurationCheckOperation` operation.
pub mod get_configuration_check_operation;

/// Types for the `GetDatabase` operation.
pub mod get_database;

/// Types for the `GetOperation` operation.
pub mod get_operation;

/// Types for the `GetResourcePermission` operation.
pub mod get_resource_permission;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListComponents` operation.
pub mod list_components;

/// Types for the `ListConfigurationCheckDefinitions` operation.
pub mod list_configuration_check_definitions;

/// Types for the `ListConfigurationCheckOperations` operation.
pub mod list_configuration_check_operations;

/// Types for the `ListDatabases` operation.
pub mod list_databases;

/// Types for the `ListOperationEvents` operation.
pub mod list_operation_events;

/// Types for the `ListOperations` operation.
pub mod list_operations;

/// Types for the `ListSubCheckResults` operation.
pub mod list_sub_check_results;

/// Types for the `ListSubCheckRuleResults` operation.
pub mod list_sub_check_rule_results;

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

/// Types for the `PutResourcePermission` operation.
pub mod put_resource_permission;

/// Types for the `RegisterApplication` operation.
pub mod register_application;

/// Types for the `StartApplication` operation.
pub mod start_application;

/// Types for the `StartApplicationRefresh` operation.
pub mod start_application_refresh;

/// Types for the `StartConfigurationChecks` operation.
pub mod start_configuration_checks;

/// Types for the `StopApplication` operation.
pub mod stop_application;

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

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

/// Types for the `UpdateApplicationSettings` operation.
pub mod update_application_settings;