Class: AWS::ElasticBeanstalk::Client

Inherits:
Core::QueryClient show all
Defined in:
lib/aws/elastic_beanstalk/client.rb

Overview

Client class for AWS Elastic Beanstalk.

Instance Attribute Summary

Attributes inherited from Core::Client

#config, #http_read_timeout

Instance Method Summary collapse

Methods inherited from Core::Client

#initialize, #log_warning, #operations, 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.



# File 'lib/aws/elastic_beanstalk/client.rb', line 25


#create_application(options = {}) ⇒ Core::Response

Calls the CreateApplication API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 36


#create_application_version(options = {}) ⇒ Core::Response

Calls the CreateApplicationVersion API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 55


#create_configuration_template(options = {}) ⇒ Core::Response

Calls the CreateConfigurationTemplate API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 103


#create_environment(options = {}) ⇒ Core::Response

Calls the CreateEnvironment API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 169


#create_storage_location(options = {}) ⇒ Core::Response

Calls the CreateStorageLocation API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 251


#delete_application(options = {}) ⇒ Core::Response

Calls the DeleteApplication API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 259


#delete_application_version(options = {}) ⇒ Core::Response

Calls the DeleteApplicationVersion API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 266


#delete_configuration_template(options = {}) ⇒ Core::Response

Calls the DeleteConfigurationTemplate API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 281


#delete_environment_configuration(options = {}) ⇒ Core::Response

Calls the DeleteEnvironmentConfiguration API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 290


#describe_application_versions(options = {}) ⇒ Core::Response

Calls the DescribeApplicationVersions API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 299


#describe_applications(options = {}) ⇒ Core::Response

Calls the DescribeApplications API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 321


#describe_configuration_options(options = {}) ⇒ Core::Response

Calls the DescribeConfigurationOptions API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 338


#describe_configuration_settings(options = {}) ⇒ Core::Response

Calls the DescribeConfigurationSettings API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 375


#describe_environment_resources(options = {}) ⇒ Core::Response

Calls the DescribeEnvironmentResources API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 409


#describe_environments(options = {}) ⇒ Core::Response

Calls the DescribeEnvironments API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 437


#describe_events(options = {}) ⇒ Core::Response

Calls the DescribeEvents API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 484


#list_available_solution_stacks(options = {}) ⇒ Core::Response

Calls the ListAvailableSolutionStacks API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 532


#rebuild_environment(options = {}) ⇒ Core::Response

Calls the RebuildEnvironment API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 543


#request_environment_info(options = {}) ⇒ Core::Response

Calls the RequestEnvironmentInfo API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 556


#restart_app_server(options = {}) ⇒ Core::Response

Calls the RestartAppServer API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 575


#retrieve_environment_info(options = {}) ⇒ Core::Response

Calls the RetrieveEnvironmentInfo API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 588


#swap_environment_cnam_es(options = {}) ⇒ Core::Response

Calls the SwapEnvironmentCNAMEs API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 612


#terminate_environment(options = {}) ⇒ Core::Response

Calls the TerminateEnvironment API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 637


#update_application(options = {}) ⇒ Core::Response

Calls the UpdateApplication API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 684


#update_application_version(options = {}) ⇒ Core::Response

Calls the UpdateApplicationVersion API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 704


#update_configuration_template(options = {}) ⇒ Core::Response

Calls the UpdateConfigurationTemplate API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 728


#update_environment(options = {}) ⇒ Core::Response

Calls the UpdateEnvironment API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 769


#validate_configuration_settings(options = {}) ⇒ Core::Response

Calls the ValidateConfigurationSettings API operation.



# File 'lib/aws/elastic_beanstalk/client.rb', line 833