Module Smaws_Client_ElasticBeanstalk

Elastic Beanstalk client library built on EIO.

Types

module Types : sig ... end

Builders

val make_validation_message : ?option_name:Types.configuration_option_name -> ?namespace:Types.option_namespace -> ?severity:Types.validation_severity -> ?message:Types.validation_message_string -> unit -> Types.validation_message
val make_configuration_option_setting : ?value:Types.configuration_option_value -> ?option_name:Types.configuration_option_name -> ?namespace:Types.option_namespace -> ?resource_name:Types.resource_name -> unit -> Types.configuration_option_setting
val make_validate_configuration_settings_message : ?environment_name:Types.environment_name -> ?template_name:Types.configuration_template_name -> option_settings:Types.configuration_option_settings_list -> application_name:Types.application_name -> unit -> Types.validate_configuration_settings_message
val make_configuration_settings_validation_messages : ?messages:Types.validation_messages_list -> unit -> Types.configuration_settings_validation_messages
val make_tag : ?value:Types.tag_value -> ?key:Types.tag_key -> unit -> Types.tag
val make_update_tags_for_resource_message : ?tags_to_remove:Types.tag_key_list -> ?tags_to_add:Types.tag_list -> resource_arn:Types.resource_arn -> unit -> Types.update_tags_for_resource_message
val make_environment_tier : ?version:Types.string_ -> ?type_:Types.string_ -> ?name:Types.string_ -> unit -> Types.environment_tier
val make_option_specification : ?option_name:Types.configuration_option_name -> ?namespace:Types.option_namespace -> ?resource_name:Types.resource_name -> unit -> Types.option_specification
val make_update_environment_message : ?options_to_remove:Types.options_specifier_list -> ?option_settings:Types.configuration_option_settings_list -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> ?template_name:Types.configuration_template_name -> ?version_label:Types.version_label -> ?tier:Types.environment_tier -> ?description:Types.description -> ?group_name:Types.group_name -> ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> ?application_name:Types.application_name -> unit -> Types.update_environment_message
val make_listener : ?port:Types.integer -> ?protocol:Types.string_ -> unit -> Types.listener
val make_load_balancer_description : ?listeners:Types.load_balancer_listeners_description -> ?domain:Types.string_ -> ?load_balancer_name:Types.string_ -> unit -> Types.load_balancer_description
val make_environment_resources_description : ?load_balancer:Types.load_balancer_description -> unit -> Types.environment_resources_description
val make_environment_description : ?operations_role:Types.operations_role -> ?environment_arn:Types.environment_arn -> ?environment_links:Types.environment_links -> ?tier:Types.environment_tier -> ?resources:Types.environment_resources_description -> ?health_status:Types.environment_health_status -> ?health:Types.environment_health -> ?abortable_operation_in_progress:Types.abortable_operation_in_progress -> ?status:Types.environment_status -> ?date_updated:Types.update_date -> ?date_created:Types.creation_date -> ?cnam_e:Types.dns_cname -> ?endpoint_ur_l:Types.endpoint_ur_l -> ?description:Types.description -> ?template_name:Types.configuration_template_name -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> ?version_label:Types.version_label -> ?application_name:Types.application_name -> ?environment_id:Types.environment_id -> ?environment_name:Types.environment_name -> unit -> Types.environment_description
val make_update_configuration_template_message : ?options_to_remove:Types.options_specifier_list -> ?option_settings:Types.configuration_option_settings_list -> ?description:Types.description -> template_name:Types.configuration_template_name -> application_name:Types.application_name -> unit -> Types.update_configuration_template_message
val make_configuration_settings_description : ?option_settings:Types.configuration_option_settings_list -> ?date_updated:Types.update_date -> ?date_created:Types.creation_date -> ?deployment_status:Types.configuration_deployment_status -> ?environment_name:Types.environment_name -> ?description:Types.description -> ?template_name:Types.configuration_template_name -> ?application_name:Types.application_name -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> unit -> Types.configuration_settings_description
val make_update_application_version_message : ?description:Types.description -> version_label:Types.version_label -> application_name:Types.application_name -> unit -> Types.update_application_version_message
val make_source_build_information : source_location:Types.source_location -> source_repository:Types.source_repository -> source_type:Types.source_type -> unit -> Types.source_build_information
val make_s3_location : ?s3_key:Types.s3_key -> ?s3_bucket:Types.s3_bucket -> unit -> Types.s3_location
val make_application_version_description : ?status:Types.application_version_status -> ?date_updated:Types.update_date -> ?date_created:Types.creation_date -> ?source_bundle:Types.s3_location -> ?build_arn:Types.string_ -> ?source_build_information:Types.source_build_information -> ?version_label:Types.version_label -> ?description:Types.description -> ?application_name:Types.application_name -> ?application_version_arn:Types.application_version_arn -> unit -> Types.application_version_description
val make_application_version_description_message : ?application_version:Types.application_version_description -> unit -> Types.application_version_description_message
val make_max_count_rule : ?delete_source_from_s3:Types.boxed_boolean -> ?max_count:Types.boxed_int -> enabled:Types.boxed_boolean -> unit -> Types.max_count_rule
val make_max_age_rule : ?delete_source_from_s3:Types.boxed_boolean -> ?max_age_in_days:Types.boxed_int -> enabled:Types.boxed_boolean -> unit -> Types.max_age_rule
val make_application_version_lifecycle_config : ?max_age_rule:Types.max_age_rule -> ?max_count_rule:Types.max_count_rule -> unit -> Types.application_version_lifecycle_config
val make_application_resource_lifecycle_config : ?version_lifecycle_config:Types.application_version_lifecycle_config -> ?service_role:Types.string_ -> unit -> Types.application_resource_lifecycle_config
val make_update_application_resource_lifecycle_message : resource_lifecycle_config:Types.application_resource_lifecycle_config -> application_name:Types.application_name -> unit -> Types.update_application_resource_lifecycle_message
val make_application_resource_lifecycle_description_message : ?resource_lifecycle_config:Types.application_resource_lifecycle_config -> ?application_name:Types.application_name -> unit -> Types.application_resource_lifecycle_description_message
val make_update_application_message : ?description:Types.description -> application_name:Types.application_name -> unit -> Types.update_application_message
val make_application_description : ?resource_lifecycle_config:Types.application_resource_lifecycle_config -> ?configuration_templates:Types.configuration_template_names_list -> ?versions:Types.version_labels_list -> ?date_updated:Types.update_date -> ?date_created:Types.creation_date -> ?description:Types.description -> ?application_name:Types.application_name -> ?application_arn:Types.application_arn -> unit -> Types.application_description
val make_application_description_message : ?application:Types.application_description -> unit -> Types.application_description_message
val make_trigger : ?name:Types.resource_id -> unit -> Types.trigger
val make_terminate_environment_message : ?force_terminate:Types.force_terminate -> ?terminate_resources:Types.terminate_environment_resources -> ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> unit -> Types.terminate_environment_message
val make_cpu_utilization : ?privileged:Types.nullable_double -> ?soft_ir_q:Types.nullable_double -> ?ir_q:Types.nullable_double -> ?io_wait:Types.nullable_double -> ?idle:Types.nullable_double -> ?system:Types.nullable_double -> ?nice:Types.nullable_double -> ?user:Types.nullable_double -> unit -> Types.cpu_utilization
val make_system_status : ?load_average:Types.load_average -> ?cpu_utilization:Types.cpu_utilization -> unit -> Types.system_status
val make_swap_environment_cnam_es_message : ?destination_environment_name:Types.environment_name -> ?destination_environment_id:Types.environment_id -> ?source_environment_name:Types.environment_name -> ?source_environment_id:Types.environment_id -> unit -> Types.swap_environment_cnam_es_message
val make_status_codes : ?status5xx:Types.nullable_integer -> ?status4xx:Types.nullable_integer -> ?status3xx:Types.nullable_integer -> ?status2xx:Types.nullable_integer -> unit -> Types.status_codes
val make_source_configuration : ?template_name:Types.configuration_template_name -> ?application_name:Types.application_name -> unit -> Types.source_configuration
val make_solution_stack_description : ?permitted_file_types:Types.solution_stack_file_type_list -> ?solution_stack_name:Types.solution_stack_name -> unit -> Types.solution_stack_description
val make_application_metrics : ?latency:Types.latency -> ?status_codes:Types.status_codes -> ?request_count:Types.request_count -> ?duration:Types.nullable_integer -> unit -> Types.application_metrics
val make_deployment : ?deployment_time:Types.deployment_timestamp -> ?status:Types.string_ -> ?deployment_id:Types.nullable_long -> ?version_label:Types.string_ -> unit -> Types.deployment
val make_single_instance_health : ?instance_type:Types.string_ -> ?availability_zone:Types.string_ -> ?deployment:Types.deployment -> ?system:Types.system_status -> ?application_metrics:Types.application_metrics -> ?launched_at:Types.launched_at -> ?causes:Types.causes -> ?color:Types.string_ -> ?health_status:Types.string_ -> ?instance_id:Types.instance_id -> unit -> Types.single_instance_health
val make_search_filter : ?values:Types.search_filter_values -> ?operator:Types.search_filter_operator -> ?attribute:Types.search_filter_attribute -> unit -> Types.search_filter
val make_environment_info_description : ?message:Types.message -> ?sample_timestamp:Types.sample_timestamp -> ?ec2_instance_id:Types.ec2_instance_id -> ?info_type:Types.environment_info_type -> unit -> Types.environment_info_description
val make_retrieve_environment_info_result_message : ?environment_info:Types.environment_info_description_list -> unit -> Types.retrieve_environment_info_result_message
val make_retrieve_environment_info_message : ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> info_type:Types.environment_info_type -> unit -> Types.retrieve_environment_info_message
val make_restart_app_server_message : ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> unit -> Types.restart_app_server_message
val make_resource_tags_description_message : ?resource_tags:Types.tag_list -> ?resource_arn:Types.resource_arn -> unit -> Types.resource_tags_description_message
val make_resource_quota : ?maximum:Types.boxed_int -> unit -> Types.resource_quota
val make_resource_quotas : ?custom_platform_quota:Types.resource_quota -> ?configuration_template_quota:Types.resource_quota -> ?environment_quota:Types.resource_quota -> ?application_version_quota:Types.resource_quota -> ?application_quota:Types.resource_quota -> unit -> Types.resource_quotas
val make_request_environment_info_message : ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> info_type:Types.environment_info_type -> unit -> Types.request_environment_info_message
val make_rebuild_environment_message : ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> unit -> Types.rebuild_environment_message
val make_queue : ?ur_l:Types.string_ -> ?name:Types.string_ -> unit -> Types.queue
val make_platform_summary : ?platform_branch_lifecycle_state:Types.platform_branch_lifecycle_state -> ?platform_branch_name:Types.branch_name -> ?platform_version:Types.platform_version -> ?platform_lifecycle_state:Types.platform_lifecycle_state -> ?supported_addon_list:Types.supported_addon_list -> ?supported_tier_list:Types.supported_tier_list -> ?operating_system_version:Types.operating_system_version -> ?operating_system_name:Types.operating_system_name -> ?platform_category:Types.platform_category -> ?platform_status:Types.platform_status -> ?platform_owner:Types.platform_owner -> ?platform_arn:Types.platform_arn -> unit -> Types.platform_summary
val make_platform_programming_language : ?version:Types.string_ -> ?name:Types.string_ -> unit -> Types.platform_programming_language
val make_platform_framework : ?version:Types.string_ -> ?name:Types.string_ -> unit -> Types.platform_framework
val make_custom_ami : ?image_id:Types.image_id -> ?virtualization_type:Types.virtualization_type -> unit -> Types.custom_ami
val make_platform_description : ?platform_branch_lifecycle_state:Types.platform_branch_lifecycle_state -> ?platform_branch_name:Types.branch_name -> ?platform_lifecycle_state:Types.platform_lifecycle_state -> ?supported_addon_list:Types.supported_addon_list -> ?supported_tier_list:Types.supported_tier_list -> ?custom_ami_list:Types.custom_ami_list -> ?frameworks:Types.platform_frameworks -> ?programming_languages:Types.platform_programming_languages -> ?operating_system_version:Types.operating_system_version -> ?operating_system_name:Types.operating_system_name -> ?maintainer:Types.maintainer -> ?description:Types.description -> ?platform_category:Types.platform_category -> ?date_updated:Types.update_date -> ?date_created:Types.creation_date -> ?platform_status:Types.platform_status -> ?solution_stack_name:Types.solution_stack_name -> ?platform_version:Types.platform_version -> ?platform_name:Types.platform_name -> ?platform_owner:Types.platform_owner -> ?platform_arn:Types.platform_arn -> unit -> Types.platform_description
val make_platform_branch_summary : ?supported_tier_list:Types.supported_tier_list -> ?branch_order:Types.branch_order -> ?lifecycle_state:Types.platform_branch_lifecycle_state -> ?branch_name:Types.branch_name -> ?platform_name:Types.platform_name -> unit -> Types.platform_branch_summary
val make_option_restriction_regex : ?label:Types.regex_label -> ?pattern:Types.regex_pattern -> unit -> Types.option_restriction_regex
val make_managed_action : ?window_start_time:Types.timestamp -> ?status:Types.action_status -> ?action_type:Types.action_type -> ?action_description:Types.string_ -> ?action_id:Types.string_ -> unit -> Types.managed_action
val make_managed_action_history_item : ?finished_time:Types.timestamp -> ?executed_time:Types.timestamp -> ?failure_description:Types.string_ -> ?status:Types.action_history_status -> ?failure_type:Types.failure_type -> ?action_description:Types.string_ -> ?action_type:Types.action_type -> ?action_id:Types.string_ -> unit -> Types.managed_action_history_item
val make_load_balancer : ?name:Types.resource_id -> unit -> Types.load_balancer
val make_list_tags_for_resource_message : resource_arn:Types.resource_arn -> unit -> Types.list_tags_for_resource_message
val make_list_platform_versions_request : ?next_token:Types.token -> ?max_records:Types.platform_max_records -> ?filters:Types.platform_filters -> unit -> Types.list_platform_versions_request
val make_list_platform_branches_request : ?next_token:Types.token -> ?max_records:Types.platform_branch_max_records -> ?filters:Types.search_filters -> unit -> Types.list_platform_branches_request
val make_list_available_solution_stacks_result_message : ?solution_stack_details:Types.available_solution_stack_details_list -> ?solution_stacks:Types.available_solution_stack_names_list -> unit -> Types.list_available_solution_stacks_result_message
val make_launch_template : ?id:Types.resource_id -> unit -> Types.launch_template
val make_launch_configuration : ?name:Types.resource_id -> unit -> Types.launch_configuration
val make_instance : ?id:Types.resource_id -> unit -> Types.instance
val make_instance_health_summary : ?severe:Types.nullable_integer -> ?degraded:Types.nullable_integer -> ?warning:Types.nullable_integer -> ?info:Types.nullable_integer -> ?ok:Types.nullable_integer -> ?pending:Types.nullable_integer -> ?unknown:Types.nullable_integer -> ?no_data:Types.nullable_integer -> unit -> Types.instance_health_summary
val make_event_description : ?severity:Types.event_severity -> ?request_id:Types.request_id -> ?platform_arn:Types.platform_arn -> ?environment_name:Types.environment_name -> ?template_name:Types.configuration_template_name -> ?version_label:Types.version_label -> ?application_name:Types.application_name -> ?message:Types.event_message -> ?event_date:Types.event_date -> unit -> Types.event_description
val make_event_descriptions_message : ?next_token:Types.token -> ?events:Types.event_description_list -> unit -> Types.event_descriptions_message
val make_auto_scaling_group : ?name:Types.resource_id -> unit -> Types.auto_scaling_group
val make_environment_resource_description : ?queues:Types.queue_list -> ?triggers:Types.trigger_list -> ?load_balancers:Types.load_balancer_list -> ?launch_templates:Types.launch_template_list -> ?launch_configurations:Types.launch_configuration_list -> ?instances:Types.instance_list -> ?auto_scaling_groups:Types.auto_scaling_group_list -> ?environment_name:Types.environment_name -> unit -> Types.environment_resource_description
val make_environment_resource_descriptions_message : ?environment_resources:Types.environment_resource_description -> unit -> Types.environment_resource_descriptions_message
val make_environment_descriptions_message : ?next_token:Types.token -> ?environments:Types.environment_descriptions_list -> unit -> Types.environment_descriptions_message
val make_disassociate_environment_operations_role_message : environment_name:Types.environment_name -> unit -> Types.disassociate_environment_operations_role_message
val make_describe_platform_version_request : ?platform_arn:Types.platform_arn -> unit -> Types.describe_platform_version_request
val make_describe_instances_health_request : ?next_token:Types.next_token -> ?attribute_names:Types.instances_health_attributes -> ?environment_id:Types.environment_id -> ?environment_name:Types.environment_name -> unit -> Types.describe_instances_health_request
val make_describe_events_message : ?next_token:Types.token -> ?max_records:Types.max_records -> ?end_time:Types.time_filter_end -> ?start_time:Types.time_filter_start -> ?severity:Types.event_severity -> ?request_id:Types.request_id -> ?platform_arn:Types.platform_arn -> ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> ?template_name:Types.configuration_template_name -> ?version_label:Types.version_label -> ?application_name:Types.application_name -> unit -> Types.describe_events_message
val make_describe_environments_message : ?next_token:Types.token -> ?max_records:Types.max_records -> ?included_deleted_back_to:Types.include_deleted_back_to -> ?include_deleted:Types.include_deleted -> ?environment_names:Types.environment_names_list -> ?environment_ids:Types.environment_id_list -> ?version_label:Types.version_label -> ?application_name:Types.application_name -> unit -> Types.describe_environments_message
val make_describe_environment_resources_message : ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> unit -> Types.describe_environment_resources_message
val make_describe_environment_managed_actions_request : ?status:Types.action_status -> ?environment_id:Types.string_ -> ?environment_name:Types.string_ -> unit -> Types.describe_environment_managed_actions_request
val make_describe_environment_managed_action_history_request : ?max_items:Types.managed_action_history_max_items -> ?next_token:Types.string_ -> ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> unit -> Types.describe_environment_managed_action_history_request
val make_describe_environment_health_request : ?attribute_names:Types.environment_health_attributes -> ?environment_id:Types.environment_id -> ?environment_name:Types.environment_name -> unit -> Types.describe_environment_health_request
val make_describe_configuration_settings_message : ?environment_name:Types.environment_name -> ?template_name:Types.configuration_template_name -> application_name:Types.application_name -> unit -> Types.describe_configuration_settings_message
val make_configuration_settings_descriptions : ?configuration_settings:Types.configuration_settings_description_list -> unit -> Types.configuration_settings_descriptions
val make_describe_configuration_options_message : ?options:Types.options_specifier_list -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> ?environment_name:Types.environment_name -> ?template_name:Types.configuration_template_name -> ?application_name:Types.application_name -> unit -> Types.describe_configuration_options_message
val make_configuration_options_description : ?options:Types.configuration_option_descriptions_list -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> unit -> Types.configuration_options_description
val make_describe_applications_message : ?application_names:Types.application_names_list -> unit -> Types.describe_applications_message
val make_application_descriptions_message : ?applications:Types.application_description_list -> unit -> Types.application_descriptions_message
val make_describe_application_versions_message : ?next_token:Types.token -> ?max_records:Types.max_records -> ?version_labels:Types.version_labels_list -> ?application_name:Types.application_name -> unit -> Types.describe_application_versions_message
val make_application_version_descriptions_message : ?next_token:Types.token -> ?application_versions:Types.application_version_description_list -> unit -> Types.application_version_descriptions_message
val make_delete_platform_version_request : ?platform_arn:Types.platform_arn -> unit -> Types.delete_platform_version_request
val make_delete_environment_configuration_message : environment_name:Types.environment_name -> application_name:Types.application_name -> unit -> Types.delete_environment_configuration_message
val make_delete_configuration_template_message : template_name:Types.configuration_template_name -> application_name:Types.application_name -> unit -> Types.delete_configuration_template_message
val make_delete_application_version_message : ?delete_source_bundle:Types.delete_source_bundle -> version_label:Types.version_label -> application_name:Types.application_name -> unit -> Types.delete_application_version_message
val make_delete_application_message : ?terminate_env_by_force:Types.terminate_env_force -> application_name:Types.application_name -> unit -> Types.delete_application_message
val make_create_storage_location_result_message : ?s3_bucket:Types.s3_bucket -> unit -> Types.create_storage_location_result_message
val make_builder : ?ar_n:Types.ar_n -> unit -> Types.builder
val make_create_platform_version_request : ?tags:Types.tags -> ?option_settings:Types.configuration_option_settings_list -> ?environment_name:Types.environment_name -> platform_definition_bundle:Types.s3_location -> platform_version:Types.platform_version -> platform_name:Types.platform_name -> unit -> Types.create_platform_version_request
val make_create_environment_message : ?operations_role:Types.operations_role -> ?options_to_remove:Types.options_specifier_list -> ?option_settings:Types.configuration_option_settings_list -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> ?template_name:Types.configuration_template_name -> ?version_label:Types.version_label -> ?tags:Types.tags -> ?tier:Types.environment_tier -> ?cname_prefix:Types.dns_cname_prefix -> ?description:Types.description -> ?group_name:Types.group_name -> ?environment_name:Types.environment_name -> application_name:Types.application_name -> unit -> Types.create_environment_message
val make_create_configuration_template_message : ?tags:Types.tags -> ?option_settings:Types.configuration_option_settings_list -> ?description:Types.description -> ?environment_id:Types.environment_id -> ?source_configuration:Types.source_configuration -> ?platform_arn:Types.platform_arn -> ?solution_stack_name:Types.solution_stack_name -> template_name:Types.configuration_template_name -> application_name:Types.application_name -> unit -> Types.create_configuration_template_message
val make_build_configuration : ?timeout_in_minutes:Types.boxed_int -> ?compute_type:Types.compute_type -> ?artifact_name:Types.string_ -> image:Types.non_empty_string -> code_build_service_role:Types.non_empty_string -> unit -> Types.build_configuration
val make_create_application_version_message : ?tags:Types.tags -> ?process:Types.application_version_proccess -> ?auto_create_application:Types.auto_create_application -> ?build_configuration:Types.build_configuration -> ?source_bundle:Types.s3_location -> ?source_build_information:Types.source_build_information -> ?description:Types.description -> version_label:Types.version_label -> application_name:Types.application_name -> unit -> Types.create_application_version_message
val make_create_application_message : ?tags:Types.tags -> ?resource_lifecycle_config:Types.application_resource_lifecycle_config -> ?description:Types.description -> application_name:Types.application_name -> unit -> Types.create_application_message
val make_compose_environments_message : ?version_labels:Types.version_labels -> ?group_name:Types.group_name -> ?application_name:Types.application_name -> unit -> Types.compose_environments_message
val make_check_dns_availability_result_message : ?fully_qualified_cnam_e:Types.dns_cname -> ?available:Types.cname_availability -> unit -> Types.check_dns_availability_result_message
val make_check_dns_availability_message : cname_prefix:Types.dns_cname_prefix -> unit -> Types.check_dns_availability_message
val make_associate_environment_operations_role_message : operations_role:Types.operations_role -> environment_name:Types.environment_name -> unit -> Types.associate_environment_operations_role_message
val make_apply_environment_managed_action_request : ?environment_id:Types.string_ -> ?environment_name:Types.string_ -> action_id:Types.string_ -> unit -> Types.apply_environment_managed_action_request
val make_abort_environment_update_message : ?environment_name:Types.environment_name -> ?environment_id:Types.environment_id -> unit -> Types.abort_environment_update_message

Operations

module AbortEnvironmentUpdate : sig ... end

Cancels in-progress environment configuration update or application version deployment.

module ApplyEnvironmentManagedAction : sig ... end

Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.

Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk uses the associated operations role for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

module CheckDNSAvailability : sig ... end

Checks if the specified CNAME is available.

module ComposeEnvironments : sig ... end

Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named env.yaml. See Compose Environments for details.

module CreateApplication : sig ... end

Creates an application that has one configuration template named default and no application versions.

module CreateApplicationVersion : sig ... end

Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:

module CreateConfigurationTemplate : sig ... end

Creates an AWS Elastic Beanstalk configuration template, associated with a specific Elastic Beanstalk application. You define application configuration settings in a configuration template. You can then use the configuration template to deploy different versions of the application with the same configuration settings.

module CreateEnvironment : sig ... end

Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.

module CreatePlatformVersion : sig ... end

Create a new version of your custom platform.

module CreateStorageLocation : sig ... end

Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the first time you create an environment in a region. If the storage location already exists, CreateStorageLocation still returns the bucket name but does not create a new bucket.

module DeleteApplication : sig ... end

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

module DeleteApplicationVersion : sig ... end

Deletes the specified version from the specified application.

module DeleteConfigurationTemplate : sig ... end

Deletes the specified configuration template.

module DeleteEnvironmentConfiguration : sig ... end

Deletes the draft configuration associated with the running environment.

module DeletePlatformVersion : sig ... end

Deletes the specified version of a custom platform.

module DescribeAccountAttributes : sig ... end

Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.

module DescribeApplicationVersions : sig ... end

Retrieve a list of application versions.

module DescribeApplications : sig ... end

Returns the descriptions of existing applications.

module DescribeConfigurationOptions : sig ... end

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

module DescribeConfigurationSettings : sig ... end

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

module DescribeEnvironmentHealth : sig ... end

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

Lists an environment's completed and failed managed actions.

Lists an environment's upcoming and in-progress managed actions.

module DescribeEnvironmentResources : sig ... end

Returns AWS resources for this environment.

module DescribeEnvironments : sig ... end

Returns descriptions for existing environments.

module DescribeEvents : sig ... end

Returns list of event descriptions matching criteria up to the last 6 weeks.

module DescribeInstancesHealth : sig ... end

Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.

module DescribePlatformVersion : sig ... end

Describes a platform version. Provides full details. Compare to ListPlatformVersions, which provides summary information about a list of platform versions.

Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses the caller's permissions for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

module ListAvailableSolutionStacks : sig ... end

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

module ListPlatformBranches : sig ... end

Lists the platform branches available for your account in an AWS Region. Provides summary information about each platform branch.

module ListPlatformVersions : sig ... end

Lists the platform versions available for your account in an AWS Region. Provides summary information about each platform version. Compare to DescribePlatformVersion, which provides full details about a single platform version.

module ListTagsForResource : sig ... end

Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.

module RebuildEnvironment : sig ... end

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

module RequestEnvironmentInfo : sig ... end

Initiates a request to compile the specified type of information of the deployed environment.

module RestartAppServer : sig ... end

Causes the environment to restart the application container server running on each Amazon EC2 instance.

module RetrieveEnvironmentInfo : sig ... end

Retrieves the compiled information from a RequestEnvironmentInfo request.

module SwapEnvironmentCNAMEs : sig ... end

Swaps the CNAMEs of two environments.

module TerminateEnvironment : sig ... end

Terminates the specified environment.

module UpdateApplication : sig ... end

Updates the specified application to have the specified properties.

Modifies lifecycle settings for an application.

module UpdateApplicationVersion : sig ... end

Updates the specified application version to have the specified properties.

module UpdateConfigurationTemplate : sig ... end

Updates the specified configuration template to have the specified properties or configuration option values.

module UpdateEnvironment : sig ... end

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

module UpdateTagsForResource : sig ... end

Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: TagsToAdd for tags to add or update, and TagsToRemove.

module ValidateConfigurationSettings : sig ... end
module Query_serializers : sig ... end
module Query_deserializers : sig ... end