GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ElasticBeanstalk(3) User Contributed Perl Documentation Paws::ElasticBeanstalk(3)

Paws::ElasticBeanstalk - Perl Interface to AWS AWS Elastic Beanstalk

  use Paws;

  my $obj = Paws->service('ElasticBeanstalk')->new;
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

AWS Elastic Beanstalk

This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors.

AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

Each argument is described in detail in: Paws::ElasticBeanstalk::AbortEnvironmentUpdate

Returns: nothing

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

Each argument is described in detail in: Paws::ElasticBeanstalk::CheckDNSAvailability

Returns: a Paws::ElasticBeanstalk::CheckDNSAvailabilityResultMessage instance

Checks if the specified CNAME is available.

Each argument is described in detail in: Paws::ElasticBeanstalk::CreateApplication

Returns: a Paws::ElasticBeanstalk::ApplicationDescriptionMessage instance

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

Each argument is described in detail in: Paws::ElasticBeanstalk::CreateApplicationVersion

Returns: a Paws::ElasticBeanstalk::ApplicationVersionDescriptionMessage instance

Creates an application version for the specified application.

Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

Each argument is described in detail in: Paws::ElasticBeanstalk::CreateConfigurationTemplate

Returns: a Paws::ElasticBeanstalk::ConfigurationSettingsDescription instance

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

  • DescribeConfigurationOptions
  • DescribeConfigurationSettings
  • ListAvailableSolutionStacks

Each argument is described in detail in: Paws::ElasticBeanstalk::CreateEnvironment

Returns: a Paws::ElasticBeanstalk::EnvironmentDescription instance

Launches an environment for the specified application using the specified configuration.

Each argument is described in detail in: Paws::ElasticBeanstalk::CreateStorageLocation

Returns: a Paws::ElasticBeanstalk::CreateStorageLocationResultMessage instance

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

Each argument is described in detail in: Paws::ElasticBeanstalk::DeleteApplication

Returns: nothing

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

You cannot delete an application that has a running environment.

Each argument is described in detail in: Paws::ElasticBeanstalk::DeleteApplicationVersion

Returns: nothing

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

Each argument is described in detail in: Paws::ElasticBeanstalk::DeleteConfigurationTemplate

Returns: nothing

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

Each argument is described in detail in: Paws::ElasticBeanstalk::DeleteEnvironmentConfiguration

Returns: nothing

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The "DeploymentStatus" for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeApplications

Returns: a Paws::ElasticBeanstalk::ApplicationDescriptionsMessage instance

Returns the descriptions of existing applications.

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeApplicationVersions

Returns: a Paws::ElasticBeanstalk::ApplicationVersionDescriptionsMessage instance

Returns descriptions for existing application versions.

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeConfigurationOptions

Returns: a Paws::ElasticBeanstalk::ConfigurationOptionsDescription instance

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.

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeConfigurationSettings

Returns: a Paws::ElasticBeanstalk::ConfigurationSettingsDescriptions instance

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.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

DeleteEnvironmentConfiguration

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeEnvironmentResources

Returns: a Paws::ElasticBeanstalk::EnvironmentResourceDescriptionsMessage instance

Returns AWS resources for this environment.

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeEnvironments

Returns: a Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage instance

Returns descriptions for existing environments.

Each argument is described in detail in: Paws::ElasticBeanstalk::DescribeEvents

Returns: a Paws::ElasticBeanstalk::EventDescriptionsMessage instance

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

This action returns the most recent 1,000 events from the specified "NextToken".

Each argument is described in detail in: Paws::ElasticBeanstalk::ListAvailableSolutionStacks

Returns: a Paws::ElasticBeanstalk::ListAvailableSolutionStacksResultMessage instance

Returns a list of the available solution stack names.

Each argument is described in detail in: Paws::ElasticBeanstalk::RebuildEnvironment

Returns: nothing

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.

Each argument is described in detail in: Paws::ElasticBeanstalk::RequestEnvironmentInfo

Returns: nothing

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

Setting the "InfoType" to "tail" compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the "InfoType" to "bundle" compresses the application server log files for every Amazon EC2 instance into a ".zip" file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

RetrieveEnvironmentInfo

Each argument is described in detail in: Paws::ElasticBeanstalk::RestartAppServer

Returns: nothing

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

Each argument is described in detail in: Paws::ElasticBeanstalk::RetrieveEnvironmentInfo

Returns: a Paws::ElasticBeanstalk::RetrieveEnvironmentInfoResultMessage instance

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

RequestEnvironmentInfo

Each argument is described in detail in: Paws::ElasticBeanstalk::SwapEnvironmentCNAMEs

Returns: nothing

Swaps the CNAMEs of two environments.

Each argument is described in detail in: Paws::ElasticBeanstalk::TerminateEnvironment

Returns: a Paws::ElasticBeanstalk::EnvironmentDescription instance

Terminates the specified environment.

Each argument is described in detail in: Paws::ElasticBeanstalk::UpdateApplication

Returns: a Paws::ElasticBeanstalk::ApplicationDescriptionMessage instance

Updates the specified application to have the specified properties.

If a property (for example, "description") is not provided, the value remains unchanged. To clear these properties, specify an empty string.

Each argument is described in detail in: Paws::ElasticBeanstalk::UpdateApplicationVersion

Returns: a Paws::ElasticBeanstalk::ApplicationVersionDescriptionMessage instance

Updates the specified application version to have the specified properties.

If a property (for example, "description") is not provided, the value remains unchanged. To clear properties, specify an empty string.

Each argument is described in detail in: Paws::ElasticBeanstalk::UpdateConfigurationTemplate

Returns: a Paws::ElasticBeanstalk::ConfigurationSettingsDescription instance

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

If a property (for example, "ApplicationName") is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

DescribeConfigurationOptions

Each argument is described in detail in: Paws::ElasticBeanstalk::UpdateEnvironment

Returns: a Paws::ElasticBeanstalk::EnvironmentDescription instance

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.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an "InvalidParameterCombination" error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different "DeploymentStatus" values.

Each argument is described in detail in: Paws::ElasticBeanstalk::ValidateConfigurationSettings

Returns: a Paws::ElasticBeanstalk::ConfigurationSettingsValidationMessages instance

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

This service class forms part of Paws

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues

2015-08-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.