The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Paws;

  my $obj = Paws->service('ElasticBeanstalk');
  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' } ],
  );

DESCRIPTION

AWS Elastic Beanstalk

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

For more information about this product, go to the AWS Elastic Beanstalk (http://aws.amazon.com/elasticbeanstalk/) details page. The location of the latest AWS Elastic Beanstalk WSDL is https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl (https://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 (http://aws.amazon.com/tools/).

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region) in the Amazon Web Services Glossary.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01

METHODS

AbortEnvironmentUpdate

[EnvironmentId => Str]
[EnvironmentName => Str]

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

Returns: nothing

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

ApplyEnvironmentManagedAction

ActionId => Str
[EnvironmentId => Str]
[EnvironmentName => Str]

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

Returns: a Paws::ElasticBeanstalk::ApplyEnvironmentManagedActionResult instance

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.

AssociateEnvironmentOperationsRole

EnvironmentName => Str
OperationsRole => Str

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

Returns: nothing

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the AWS Elastic Beanstalk Developer Guide.

CheckDNSAvailability

CNAMEPrefix => Str

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

Returns: a Paws::ElasticBeanstalk::CheckDNSAvailabilityResultMessage instance

Checks if the specified CNAME is available.

ComposeEnvironments

[ApplicationName => Str]
[GroupName => Str]
[VersionLabels => ArrayRef[Str|Undef]]

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

Returns: a Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage instance

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html) for details.

CreateApplication

ApplicationName => Str
[Description => Str]
[ResourceLifecycleConfig => Paws::ElasticBeanstalk::ApplicationResourceLifecycleConfig]
[Tags => ArrayRef[Paws::ElasticBeanstalk::Tag]]

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.

CreateApplicationVersion

ApplicationName => Str
VersionLabel => Str
[AutoCreateApplication => Bool]
[BuildConfiguration => Paws::ElasticBeanstalk::BuildConfiguration]
[Description => Str]
[Process => Bool]
[SourceBuildInformation => Paws::ElasticBeanstalk::SourceBuildInformation]
[SourceBundle => Paws::ElasticBeanstalk::S3Location]
[Tags => ArrayRef[Paws::ElasticBeanstalk::Tag]]

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

Returns: a Paws::ElasticBeanstalk::ApplicationVersionDescriptionMessage instance

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:

Specify a commit in an AWS CodeCommit repository with SourceBuildInformation.

Specify a build in an AWS CodeBuild with SourceBuildInformation and BuildConfiguration.

Specify a source bundle in S3 with SourceBundle

Omit both SourceBuildInformation and SourceBundle to use the default sample application.

After you create an application version with a specified Amazon S3 bucket and key location, you can't 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.

CreateConfigurationTemplate

ApplicationName => Str
TemplateName => Str
[Description => Str]
[EnvironmentId => Str]
[OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]]
[PlatformArn => Str]
[SolutionStackName => Str]
[SourceConfiguration => Paws::ElasticBeanstalk::SourceConfiguration]
[Tags => ArrayRef[Paws::ElasticBeanstalk::Tag]]

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

Returns: a Paws::ElasticBeanstalk::ConfigurationSettingsDescription instance

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.

Templates aren't associated with any environment. The EnvironmentName response element is always null.

Related Topics

  • DescribeConfigurationOptions

  • DescribeConfigurationSettings

  • ListAvailableSolutionStacks

CreateEnvironment

ApplicationName => Str
[CNAMEPrefix => Str]
[Description => Str]
[EnvironmentName => Str]
[GroupName => Str]
[OperationsRole => Str]
[OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]]
[OptionsToRemove => ArrayRef[Paws::ElasticBeanstalk::OptionSpecification]]
[PlatformArn => Str]
[SolutionStackName => Str]
[Tags => ArrayRef[Paws::ElasticBeanstalk::Tag]]
[TemplateName => Str]
[Tier => Paws::ElasticBeanstalk::EnvironmentTier]
[VersionLabel => Str]

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

Returns: a Paws::ElasticBeanstalk::EnvironmentDescription instance

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

CreatePlatformVersion

PlatformDefinitionBundle => Paws::ElasticBeanstalk::S3Location
PlatformName => Str
PlatformVersion => Str
[EnvironmentName => Str]
[OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]]
[Tags => ArrayRef[Paws::ElasticBeanstalk::Tag]]

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

Returns: a Paws::ElasticBeanstalk::CreatePlatformVersionResult instance

Create a new version of your custom platform.

CreateStorageLocation

=>

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

Returns: a Paws::ElasticBeanstalk::CreateStorageLocationResultMessage instance

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.

DeleteApplication

ApplicationName => Str
[TerminateEnvByForce => Bool]

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.

DeleteApplicationVersion

ApplicationName => Str
VersionLabel => Str
[DeleteSourceBundle => Bool]

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.

DeleteConfigurationTemplate

ApplicationName => Str
TemplateName => Str

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.

DeleteEnvironmentConfiguration

ApplicationName => Str
EnvironmentName => Str

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.

DeletePlatformVersion

[PlatformArn => Str]

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

Returns: a Paws::ElasticBeanstalk::DeletePlatformVersionResult instance

Deletes the specified version of a custom platform.

DescribeAccountAttributes

=>

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

Returns: a Paws::ElasticBeanstalk::DescribeAccountAttributesResult instance

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

The result currently has one set of attributes—resource quotas.

DescribeApplications

[ApplicationNames => ArrayRef[Str|Undef]]

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

Returns: a Paws::ElasticBeanstalk::ApplicationDescriptionsMessage instance

Returns the descriptions of existing applications.

DescribeApplicationVersions

[ApplicationName => Str]
[MaxRecords => Int]
[NextToken => Str]
[VersionLabels => ArrayRef[Str|Undef]]

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

Returns: a Paws::ElasticBeanstalk::ApplicationVersionDescriptionsMessage instance

Retrieve a list of application versions.

DescribeConfigurationOptions

[ApplicationName => Str]
[EnvironmentName => Str]
[Options => ArrayRef[Paws::ElasticBeanstalk::OptionSpecification]]
[PlatformArn => Str]
[SolutionStackName => Str]
[TemplateName => Str]

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.

DescribeConfigurationSettings

ApplicationName => Str
[EnvironmentName => Str]
[TemplateName => Str]

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

DescribeEnvironmentHealth

[AttributeNames => ArrayRef[Str|Undef]]
[EnvironmentId => Str]
[EnvironmentName => Str]

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

Returns: a Paws::ElasticBeanstalk::DescribeEnvironmentHealthResult instance

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

DescribeEnvironmentManagedActionHistory

[EnvironmentId => Str]
[EnvironmentName => Str]
[MaxItems => Int]
[NextToken => Str]

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

Returns: a Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionHistoryResult instance

Lists an environment's completed and failed managed actions.

DescribeEnvironmentManagedActions

[EnvironmentId => Str]
[EnvironmentName => Str]
[Status => Str]

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

Returns: a Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionsResult instance

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

DescribeEnvironmentResources

[EnvironmentId => Str]
[EnvironmentName => Str]

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

Returns: a Paws::ElasticBeanstalk::EnvironmentResourceDescriptionsMessage instance

Returns AWS resources for this environment.

DescribeEnvironments

[ApplicationName => Str]
[EnvironmentIds => ArrayRef[Str|Undef]]
[EnvironmentNames => ArrayRef[Str|Undef]]
[IncludedDeletedBackTo => Str]
[IncludeDeleted => Bool]
[MaxRecords => Int]
[NextToken => Str]
[VersionLabel => Str]

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

Returns: a Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage instance

Returns descriptions for existing environments.

DescribeEvents

[ApplicationName => Str]
[EndTime => Str]
[EnvironmentId => Str]
[EnvironmentName => Str]
[MaxRecords => Int]
[NextToken => Str]
[PlatformArn => Str]
[RequestId => Str]
[Severity => Str]
[StartTime => Str]
[TemplateName => Str]
[VersionLabel => Str]

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.

DescribeInstancesHealth

[AttributeNames => ArrayRef[Str|Undef]]
[EnvironmentId => Str]
[EnvironmentName => Str]
[NextToken => Str]

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

Returns: a Paws::ElasticBeanstalk::DescribeInstancesHealthResult instance

Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html).

DescribePlatformVersion

[PlatformArn => Str]

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

Returns: a Paws::ElasticBeanstalk::DescribePlatformVersionResult instance

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

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html).

DisassociateEnvironmentOperationsRole

EnvironmentName => Str

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

Returns: nothing

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the AWS Elastic Beanstalk Developer Guide.

ListAvailableSolutionStacks

=>

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, with the public version first and then in reverse chronological order.

ListPlatformBranches

[Filters => ArrayRef[Paws::ElasticBeanstalk::SearchFilter]]
[MaxRecords => Int]
[NextToken => Str]

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

Returns: a Paws::ElasticBeanstalk::ListPlatformBranchesResult instance

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

For definitions of platform branch and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html).

ListPlatformVersions

[Filters => ArrayRef[Paws::ElasticBeanstalk::PlatformFilter]]
[MaxRecords => Int]
[NextToken => Str]

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

Returns: a Paws::ElasticBeanstalk::ListPlatformVersionsResult instance

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.

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html).

ListTagsForResource

ResourceArn => Str

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

Returns: a Paws::ElasticBeanstalk::ResourceTagsDescriptionMessage instance

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

Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see Tagging Application Resources (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html).

RebuildEnvironment

[EnvironmentId => Str]
[EnvironmentName => Str]

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.

RequestEnvironmentInfo

InfoType => Str
[EnvironmentId => Str]
[EnvironmentName => Str]

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

RestartAppServer

[EnvironmentId => Str]
[EnvironmentName => Str]

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.

RetrieveEnvironmentInfo

InfoType => Str
[EnvironmentId => Str]
[EnvironmentName => Str]

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

SwapEnvironmentCNAMEs

[DestinationEnvironmentId => Str]
[DestinationEnvironmentName => Str]
[SourceEnvironmentId => Str]
[SourceEnvironmentName => Str]

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

Returns: nothing

Swaps the CNAMEs of two environments.

TerminateEnvironment

[EnvironmentId => Str]
[EnvironmentName => Str]
[ForceTerminate => Bool]
[TerminateResources => Bool]

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

Returns: a Paws::ElasticBeanstalk::EnvironmentDescription instance

Terminates the specified environment.

UpdateApplication

ApplicationName => Str
[Description => Str]

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.

UpdateApplicationResourceLifecycle

ApplicationName => Str
ResourceLifecycleConfig => Paws::ElasticBeanstalk::ApplicationResourceLifecycleConfig

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

Returns: a Paws::ElasticBeanstalk::ApplicationResourceLifecycleDescriptionMessage instance

Modifies lifecycle settings for an application.

UpdateApplicationVersion

ApplicationName => Str
VersionLabel => Str
[Description => Str]

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.

UpdateConfigurationTemplate

ApplicationName => Str
TemplateName => Str
[Description => Str]
[OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]]
[OptionsToRemove => ArrayRef[Paws::ElasticBeanstalk::OptionSpecification]]

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

UpdateEnvironment

[ApplicationName => Str]
[Description => Str]
[EnvironmentId => Str]
[EnvironmentName => Str]
[GroupName => Str]
[OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]]
[OptionsToRemove => ArrayRef[Paws::ElasticBeanstalk::OptionSpecification]]
[PlatformArn => Str]
[SolutionStackName => Str]
[TemplateName => Str]
[Tier => Paws::ElasticBeanstalk::EnvironmentTier]
[VersionLabel => Str]

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.

UpdateTagsForResource

ResourceArn => Str
[TagsToAdd => ArrayRef[Paws::ElasticBeanstalk::Tag]]
[TagsToRemove => ArrayRef[Str|Undef]]

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

Returns: nothing

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.

Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see Tagging Application Resources (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html).

If you create a custom IAM user policy to control permission to this operation, specify one of the following two virtual actions (or both) instead of the API operation name:

elasticbeanstalk:AddTags

Controls permission to call UpdateTagsForResource and pass a list of tags to add in the TagsToAdd parameter.

elasticbeanstalk:RemoveTags

Controls permission to call UpdateTagsForResource and pass a list of tag keys to remove in the TagsToRemove parameter.

For details about creating a custom user policy, see Creating a Custom User Policy (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.iam.managed-policies.html#AWSHowTo.iam.policies).

ValidateConfigurationSettings

ApplicationName => Str
OptionSettings => ArrayRef[Paws::ElasticBeanstalk::ConfigurationOptionSetting]
[EnvironmentName => Str]
[TemplateName => Str]

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.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

DescribeAllApplicationVersions(sub { },[ApplicationName => Str, MaxRecords => Int, NextToken => Str, VersionLabels => ArrayRef[Str|Undef]])

DescribeAllApplicationVersions([ApplicationName => Str, MaxRecords => Int, NextToken => Str, VersionLabels => ArrayRef[Str|Undef]])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ApplicationVersions, passing the object as the first parameter, and the string 'ApplicationVersions' as the second parameter 

If not, it will return a a Paws::ElasticBeanstalk::ApplicationVersionDescriptionsMessage instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllEnvironmentManagedActionHistory(sub { },[EnvironmentId => Str, EnvironmentName => Str, MaxItems => Int, NextToken => Str])

DescribeAllEnvironmentManagedActionHistory([EnvironmentId => Str, EnvironmentName => Str, MaxItems => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ManagedActionHistoryItems, passing the object as the first parameter, and the string 'ManagedActionHistoryItems' as the second parameter 

If not, it will return a a Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionHistoryResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllEnvironments(sub { },[ApplicationName => Str, EnvironmentIds => ArrayRef[Str|Undef], EnvironmentNames => ArrayRef[Str|Undef], IncludedDeletedBackTo => Str, IncludeDeleted => Bool, MaxRecords => Int, NextToken => Str, VersionLabel => Str])

DescribeAllEnvironments([ApplicationName => Str, EnvironmentIds => ArrayRef[Str|Undef], EnvironmentNames => ArrayRef[Str|Undef], IncludedDeletedBackTo => Str, IncludeDeleted => Bool, MaxRecords => Int, NextToken => Str, VersionLabel => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Environments, passing the object as the first parameter, and the string 'Environments' as the second parameter 

If not, it will return a a Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

DescribeAllEvents(sub { },[ApplicationName => Str, EndTime => Str, EnvironmentId => Str, EnvironmentName => Str, MaxRecords => Int, NextToken => Str, PlatformArn => Str, RequestId => Str, Severity => Str, StartTime => Str, TemplateName => Str, VersionLabel => Str])

DescribeAllEvents([ApplicationName => Str, EndTime => Str, EnvironmentId => Str, EnvironmentName => Str, MaxRecords => Int, NextToken => Str, PlatformArn => Str, RequestId => Str, Severity => Str, StartTime => Str, TemplateName => Str, VersionLabel => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Events, passing the object as the first parameter, and the string 'Events' as the second parameter 

If not, it will return a a Paws::ElasticBeanstalk::EventDescriptionsMessage instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllPlatformVersions(sub { },[Filters => ArrayRef[Paws::ElasticBeanstalk::PlatformFilter], MaxRecords => Int, NextToken => Str])

ListAllPlatformVersions([Filters => ArrayRef[Paws::ElasticBeanstalk::PlatformFilter], MaxRecords => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - PlatformSummaryList, passing the object as the first parameter, and the string 'PlatformSummaryList' as the second parameter 

If not, it will return a a Paws::ElasticBeanstalk::ListPlatformVersionsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

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