You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: AWS::ElasticBeanstalk::Client
- Inherits:
- 
      Core::QueryClient
      
        - Object
- Core::Client
- Core::QueryClient
- AWS::ElasticBeanstalk::Client
 
- Defined in:
- lib/aws/elastic_beanstalk/client.rb
Overview
Client class for AWS Elastic Beanstalk.
Direct Known Subclasses
Defined Under Namespace
Classes: V20101201
Constant Summary
- API_VERSION =
- '2010-12-01'
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
- 
  
    
      #check_dns_availability(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the CheckDNSAvailability API operation. 
- 
  
    
      #create_application(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the CreateApplication API operation. 
- 
  
    
      #create_application_version(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the CreateApplicationVersion API operation. 
- 
  
    
      #create_configuration_template(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the CreateConfigurationTemplate API operation. 
- 
  
    
      #create_environment(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the CreateEnvironment API operation. 
- 
  
    
      #create_storage_location(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the CreateStorageLocation API operation. 
- 
  
    
      #delete_application(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DeleteApplication API operation. 
- 
  
    
      #delete_application_version(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DeleteApplicationVersion API operation. 
- 
  
    
      #delete_configuration_template(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DeleteConfigurationTemplate API operation. 
- 
  
    
      #delete_environment_configuration(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DeleteEnvironmentConfiguration API operation. 
- 
  
    
      #describe_application_versions(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeApplicationVersions API operation. 
- 
  
    
      #describe_applications(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeApplications API operation. 
- 
  
    
      #describe_configuration_options(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeConfigurationOptions API operation. 
- 
  
    
      #describe_configuration_settings(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeConfigurationSettings API operation. 
- 
  
    
      #describe_environment_resources(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeEnvironmentResources API operation. 
- 
  
    
      #describe_environments(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeEnvironments API operation. 
- 
  
    
      #describe_events(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the DescribeEvents API operation. 
- 
  
    
      #list_available_solution_stacks(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the ListAvailableSolutionStacks API operation. 
- 
  
    
      #rebuild_environment(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the RebuildEnvironment API operation. 
- 
  
    
      #request_environment_info(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the RequestEnvironmentInfo API operation. 
- 
  
    
      #restart_app_server(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the RestartAppServer API operation. 
- 
  
    
      #retrieve_environment_info(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the RetrieveEnvironmentInfo API operation. 
- 
  
    
      #swap_environment_cnam_es(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the SwapEnvironmentCNAMEs API operation. 
- 
  
    
      #terminate_environment(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the TerminateEnvironment API operation. 
- 
  
    
      #update_application(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the UpdateApplication API operation. 
- 
  
    
      #update_application_version(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the UpdateApplicationVersion API operation. 
- 
  
    
      #update_configuration_template(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the UpdateConfigurationTemplate API operation. 
- 
  
    
      #update_environment(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the UpdateEnvironment API operation. 
- 
  
    
      #validate_configuration_settings(options = {})  ⇒ Core::Response 
    
    
  
  
  
  
  
  
  
  
  
    Calls the ValidateConfigurationSettings API operation. 
Methods inherited from Core::Client
#initialize, #log_warning, #operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#check_dns_availability(options = {}) ⇒ Core::Response
Calls the CheckDNSAvailability API operation.
#create_application(options = {}) ⇒ Core::Response
Calls the CreateApplication API operation.
#create_application_version(options = {}) ⇒ Core::Response
Calls the CreateApplicationVersion API operation.
#create_configuration_template(options = {}) ⇒ Core::Response
Calls the CreateConfigurationTemplate API operation.
#create_environment(options = {}) ⇒ Core::Response
Calls the CreateEnvironment API operation.
#create_storage_location(options = {}) ⇒ Core::Response
Calls the CreateStorageLocation API operation.
#delete_application(options = {}) ⇒ Core::Response
Calls the DeleteApplication API operation.
#delete_application_version(options = {}) ⇒ Core::Response
Calls the DeleteApplicationVersion API operation.
#delete_configuration_template(options = {}) ⇒ Core::Response
Calls the DeleteConfigurationTemplate API operation.
#delete_environment_configuration(options = {}) ⇒ Core::Response
Calls the DeleteEnvironmentConfiguration API operation.
#describe_application_versions(options = {}) ⇒ Core::Response
Calls the DescribeApplicationVersions API operation.
#describe_applications(options = {}) ⇒ Core::Response
Calls the DescribeApplications API operation.
#describe_configuration_options(options = {}) ⇒ Core::Response
Calls the DescribeConfigurationOptions API operation.
#describe_configuration_settings(options = {}) ⇒ Core::Response
Calls the DescribeConfigurationSettings API operation.
#describe_environment_resources(options = {}) ⇒ Core::Response
Calls the DescribeEnvironmentResources API operation.
#describe_environments(options = {}) ⇒ Core::Response
Calls the DescribeEnvironments API operation.
#describe_events(options = {}) ⇒ Core::Response
Calls the DescribeEvents API operation.
#list_available_solution_stacks(options = {}) ⇒ Core::Response
Calls the ListAvailableSolutionStacks API operation.
#rebuild_environment(options = {}) ⇒ Core::Response
Calls the RebuildEnvironment API operation.
#request_environment_info(options = {}) ⇒ Core::Response
Calls the RequestEnvironmentInfo API operation.
#restart_app_server(options = {}) ⇒ Core::Response
Calls the RestartAppServer API operation.
#retrieve_environment_info(options = {}) ⇒ Core::Response
Calls the RetrieveEnvironmentInfo API operation.
#swap_environment_cnam_es(options = {}) ⇒ Core::Response
Calls the SwapEnvironmentCNAMEs API operation.
#terminate_environment(options = {}) ⇒ Core::Response
Calls the TerminateEnvironment API operation.
#update_application(options = {}) ⇒ Core::Response
Calls the UpdateApplication API operation.
#update_application_version(options = {}) ⇒ Core::Response
Calls the UpdateApplicationVersion API operation.
#update_configuration_template(options = {}) ⇒ Core::Response
Calls the UpdateConfigurationTemplate API operation.
#update_environment(options = {}) ⇒ Core::Response
Calls the UpdateEnvironment API operation.
#validate_configuration_settings(options = {}) ⇒ Core::Response
Calls the ValidateConfigurationSettings API operation.