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.
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, 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 27
|
#create_application(options = {}) ⇒ Core::Response
Calls the CreateApplication API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 38
|
#create_application_version(options = {}) ⇒ Core::Response
Calls the CreateApplicationVersion API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 57
|
#create_configuration_template(options = {}) ⇒ Core::Response
Calls the CreateConfigurationTemplate API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 105
|
#create_environment(options = {}) ⇒ Core::Response
Calls the CreateEnvironment API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 171
|
#create_storage_location(options = {}) ⇒ Core::Response
Calls the CreateStorageLocation API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 253
|
#delete_application(options = {}) ⇒ Core::Response
Calls the DeleteApplication API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 261
|
#delete_application_version(options = {}) ⇒ Core::Response
Calls the DeleteApplicationVersion API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 268
|
#delete_configuration_template(options = {}) ⇒ Core::Response
Calls the DeleteConfigurationTemplate API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 283
|
#delete_environment_configuration(options = {}) ⇒ Core::Response
Calls the DeleteEnvironmentConfiguration API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 292
|
#describe_application_versions(options = {}) ⇒ Core::Response
Calls the DescribeApplicationVersions API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 301
|
#describe_applications(options = {}) ⇒ Core::Response
Calls the DescribeApplications API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 323
|
#describe_configuration_options(options = {}) ⇒ Core::Response
Calls the DescribeConfigurationOptions API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 340
|
#describe_configuration_settings(options = {}) ⇒ Core::Response
Calls the DescribeConfigurationSettings API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 377
|
#describe_environment_resources(options = {}) ⇒ Core::Response
Calls the DescribeEnvironmentResources API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 411
|
#describe_environments(options = {}) ⇒ Core::Response
Calls the DescribeEnvironments API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 439
|
#describe_events(options = {}) ⇒ Core::Response
Calls the DescribeEvents API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 486
|
#list_available_solution_stacks(options = {}) ⇒ Core::Response
Calls the ListAvailableSolutionStacks API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 534
|
#rebuild_environment(options = {}) ⇒ Core::Response
Calls the RebuildEnvironment API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 545
|
#request_environment_info(options = {}) ⇒ Core::Response
Calls the RequestEnvironmentInfo API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 558
|
#restart_app_server(options = {}) ⇒ Core::Response
Calls the RestartAppServer API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 577
|
#retrieve_environment_info(options = {}) ⇒ Core::Response
Calls the RetrieveEnvironmentInfo API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 590
|
#swap_environment_cnam_es(options = {}) ⇒ Core::Response
Calls the SwapEnvironmentCNAMEs API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 614
|
#terminate_environment(options = {}) ⇒ Core::Response
Calls the TerminateEnvironment API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 639
|
#update_application(options = {}) ⇒ Core::Response
Calls the UpdateApplication API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 686
|
#update_application_version(options = {}) ⇒ Core::Response
Calls the UpdateApplicationVersion API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 706
|
#update_configuration_template(options = {}) ⇒ Core::Response
Calls the UpdateConfigurationTemplate API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 730
|
#update_environment(options = {}) ⇒ Core::Response
Calls the UpdateEnvironment API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 771
|
#validate_configuration_settings(options = {}) ⇒ Core::Response
Calls the ValidateConfigurationSettings API operation.
|
# File 'lib/aws/elastic_beanstalk/client.rb', line 835
|