aws-sdk-emr 1.121.0

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

/// Types for the `AddInstanceFleet` operation.
pub mod add_instance_fleet;

/// Types for the `AddInstanceGroups` operation.
pub mod add_instance_groups;

/// Types for the `AddJobFlowSteps` operation.
pub mod add_job_flow_steps;

/// Types for the `AddTags` operation.
pub mod add_tags;

/// Types for the `CancelSteps` operation.
pub mod cancel_steps;

/// Types for the `CreatePersistentAppUI` operation.
pub mod create_persistent_app_ui;

/// Types for the `CreateSecurityConfiguration` operation.
pub mod create_security_configuration;

/// Types for the `CreateStudio` operation.
pub mod create_studio;

/// Types for the `CreateStudioSessionMapping` operation.
pub mod create_studio_session_mapping;

/// Types for the `DeleteSecurityConfiguration` operation.
pub mod delete_security_configuration;

/// Types for the `DeleteStudio` operation.
pub mod delete_studio;

/// Types for the `DeleteStudioSessionMapping` operation.
pub mod delete_studio_session_mapping;

/// Types for the `DescribeCluster` operation.
pub mod describe_cluster;

/// Types for the `DescribeJobFlows` operation.
pub mod describe_job_flows;

/// Types for the `DescribeNotebookExecution` operation.
pub mod describe_notebook_execution;

/// Types for the `DescribePersistentAppUI` operation.
pub mod describe_persistent_app_ui;

/// Types for the `DescribeReleaseLabel` operation.
pub mod describe_release_label;

/// Types for the `DescribeSecurityConfiguration` operation.
pub mod describe_security_configuration;

/// Types for the `DescribeStep` operation.
pub mod describe_step;

/// Types for the `DescribeStudio` operation.
pub mod describe_studio;

/// Types for the `GetAutoTerminationPolicy` operation.
pub mod get_auto_termination_policy;

/// Types for the `GetBlockPublicAccessConfiguration` operation.
pub mod get_block_public_access_configuration;

/// Types for the `GetClusterSessionCredentials` operation.
pub mod get_cluster_session_credentials;

/// Types for the `GetManagedScalingPolicy` operation.
pub mod get_managed_scaling_policy;

/// Types for the `GetOnClusterAppUIPresignedURL` operation.
pub mod get_on_cluster_app_ui_presigned_url;

/// Types for the `GetPersistentAppUIPresignedURL` operation.
pub mod get_persistent_app_ui_presigned_url;

/// Types for the `GetSession` operation.
pub mod get_session;

/// Types for the `GetSessionEndpoint` operation.
pub mod get_session_endpoint;

/// Types for the `GetStudioSessionMapping` operation.
pub mod get_studio_session_mapping;

/// Types for the `ListBootstrapActions` operation.
pub mod list_bootstrap_actions;

/// Types for the `ListClusters` operation.
pub mod list_clusters;

/// Types for the `ListInstanceFleets` operation.
pub mod list_instance_fleets;

/// Types for the `ListInstanceGroups` operation.
pub mod list_instance_groups;

/// Types for the `ListInstances` operation.
pub mod list_instances;

/// Types for the `ListNotebookExecutions` operation.
pub mod list_notebook_executions;

/// Types for the `ListReleaseLabels` operation.
pub mod list_release_labels;

/// Types for the `ListSecurityConfigurations` operation.
pub mod list_security_configurations;

/// Types for the `ListSessions` operation.
pub mod list_sessions;

/// Types for the `ListSteps` operation.
pub mod list_steps;

/// Types for the `ListStudioSessionMappings` operation.
pub mod list_studio_session_mappings;

/// Types for the `ListStudios` operation.
pub mod list_studios;

/// Types for the `ListSupportedInstanceTypes` operation.
pub mod list_supported_instance_types;

/// Types for the `ModifyCluster` operation.
pub mod modify_cluster;

/// Types for the `ModifyInstanceFleet` operation.
pub mod modify_instance_fleet;

/// Types for the `ModifyInstanceGroups` operation.
pub mod modify_instance_groups;

/// Types for the `PutAutoScalingPolicy` operation.
pub mod put_auto_scaling_policy;

/// Types for the `PutAutoTerminationPolicy` operation.
pub mod put_auto_termination_policy;

/// Types for the `PutBlockPublicAccessConfiguration` operation.
pub mod put_block_public_access_configuration;

/// Types for the `PutManagedScalingPolicy` operation.
pub mod put_managed_scaling_policy;

/// Types for the `RemoveAutoScalingPolicy` operation.
pub mod remove_auto_scaling_policy;

/// Types for the `RemoveAutoTerminationPolicy` operation.
pub mod remove_auto_termination_policy;

/// Types for the `RemoveManagedScalingPolicy` operation.
pub mod remove_managed_scaling_policy;

/// Types for the `RemoveTags` operation.
pub mod remove_tags;

/// Types for the `RunJobFlow` operation.
pub mod run_job_flow;

/// Types for the `SetKeepJobFlowAliveWhenNoSteps` operation.
pub mod set_keep_job_flow_alive_when_no_steps;

/// Types for the `SetTerminationProtection` operation.
pub mod set_termination_protection;

/// Types for the `SetUnhealthyNodeReplacement` operation.
pub mod set_unhealthy_node_replacement;

/// Types for the `SetVisibleToAllUsers` operation.
pub mod set_visible_to_all_users;

/// Types for the `StartNotebookExecution` operation.
pub mod start_notebook_execution;

/// Types for the `StartSession` operation.
pub mod start_session;

/// Types for the `StopNotebookExecution` operation.
pub mod stop_notebook_execution;

/// Types for the `TerminateJobFlows` operation.
pub mod terminate_job_flows;

/// Types for the `TerminateSession` operation.
pub mod terminate_session;

/// Types for the `UpdateStudio` operation.
pub mod update_studio;

/// Types for the `UpdateStudioSessionMapping` operation.
pub mod update_studio_session_mapping;