Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use Moose;
sub service { 'elasticbeanstalk' }
sub signing_name { 'elasticbeanstalk' }
sub version { '2010-12-01' }
sub flattened_arrays { 0 }
has max_attempts => (is => 'ro', isa => 'Int', default => 5);
has retry => (is => 'ro', isa => 'HashRef', default => sub {
{ base => 'rand', type => 'exponential', growth_factor => 2 }
});
has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [
] });
with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::QueryCaller';
sub AbortEnvironmentUpdate {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::AbortEnvironmentUpdate', @_);
return $self->caller->do_call($self, $call_object);
}
sub ApplyEnvironmentManagedAction {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ApplyEnvironmentManagedAction', @_);
return $self->caller->do_call($self, $call_object);
}
sub AssociateEnvironmentOperationsRole {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::AssociateEnvironmentOperationsRole', @_);
return $self->caller->do_call($self, $call_object);
}
sub CheckDNSAvailability {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CheckDNSAvailability', @_);
return $self->caller->do_call($self, $call_object);
}
sub ComposeEnvironments {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ComposeEnvironments', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateApplication {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CreateApplication', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateApplicationVersion {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CreateApplicationVersion', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateConfigurationTemplate {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CreateConfigurationTemplate', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateEnvironment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CreateEnvironment', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreatePlatformVersion {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CreatePlatformVersion', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateStorageLocation {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::CreateStorageLocation', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteApplication {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DeleteApplication', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteApplicationVersion {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DeleteApplicationVersion', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteConfigurationTemplate {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DeleteConfigurationTemplate', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteEnvironmentConfiguration {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DeleteEnvironmentConfiguration', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeletePlatformVersion {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DeletePlatformVersion', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeAccountAttributes {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeAccountAttributes', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeApplications {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeApplications', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeApplicationVersions {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeApplicationVersions', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeConfigurationOptions {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeConfigurationOptions', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeConfigurationSettings {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeConfigurationSettings', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeEnvironmentHealth {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeEnvironmentHealth', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeEnvironmentManagedActionHistory {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionHistory', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeEnvironmentManagedActions {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeEnvironmentManagedActions', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeEnvironmentResources {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeEnvironmentResources', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeEnvironments {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeEnvironments', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeEvents {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeEvents', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeInstancesHealth {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribeInstancesHealth', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribePlatformVersion {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DescribePlatformVersion', @_);
return $self->caller->do_call($self, $call_object);
}
sub DisassociateEnvironmentOperationsRole {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::DisassociateEnvironmentOperationsRole', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListAvailableSolutionStacks {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ListAvailableSolutionStacks', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListPlatformBranches {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ListPlatformBranches', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListPlatformVersions {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ListPlatformVersions', @_);
return $self->caller->do_call($self, $call_object);
}
sub ListTagsForResource {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ListTagsForResource', @_);
return $self->caller->do_call($self, $call_object);
}
sub RebuildEnvironment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::RebuildEnvironment', @_);
return $self->caller->do_call($self, $call_object);
}
sub RequestEnvironmentInfo {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::RequestEnvironmentInfo', @_);
return $self->caller->do_call($self, $call_object);
}
sub RestartAppServer {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::RestartAppServer', @_);
return $self->caller->do_call($self, $call_object);
}
sub RetrieveEnvironmentInfo {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::RetrieveEnvironmentInfo', @_);
return $self->caller->do_call($self, $call_object);
}
sub SwapEnvironmentCNAMEs {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::SwapEnvironmentCNAMEs', @_);
return $self->caller->do_call($self, $call_object);
}
sub TerminateEnvironment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::TerminateEnvironment', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateApplication {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::UpdateApplication', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateApplicationResourceLifecycle {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::UpdateApplicationResourceLifecycle', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateApplicationVersion {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::UpdateApplicationVersion', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateConfigurationTemplate {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::UpdateConfigurationTemplate', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateEnvironment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::UpdateEnvironment', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateTagsForResource {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::UpdateTagsForResource', @_);
return $self->caller->do_call($self, $call_object);
}
sub ValidateConfigurationSettings {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ElasticBeanstalk::ValidateConfigurationSettings', @_);
return $self->caller->do_call($self, $call_object);
}
sub DescribeAllApplicationVersions {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->DescribeApplicationVersions(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->DescribeApplicationVersions(@_, NextToken => $next_result->NextToken);
push @{ $result->ApplicationVersions }, @{ $next_result->ApplicationVersions };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'ApplicationVersions') foreach (@{ $result->ApplicationVersions });
$result = $self->DescribeApplicationVersions(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'ApplicationVersions') foreach (@{ $result->ApplicationVersions });
}
return undef
}
sub DescribeAllEnvironmentManagedActionHistory {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->DescribeEnvironmentManagedActionHistory(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->DescribeEnvironmentManagedActionHistory(@_, NextToken => $next_result->NextToken);
push @{ $result->ManagedActionHistoryItems }, @{ $next_result->ManagedActionHistoryItems };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'ManagedActionHistoryItems') foreach (@{ $result->ManagedActionHistoryItems });
$result = $self->DescribeEnvironmentManagedActionHistory(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'ManagedActionHistoryItems') foreach (@{ $result->ManagedActionHistoryItems });
}
return undef
}
sub DescribeAllEnvironments {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->DescribeEnvironments(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->DescribeEnvironments(@_, NextToken => $next_result->NextToken);
push @{ $result->Environments }, @{ $next_result->Environments };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Environments') foreach (@{ $result->Environments });
$result = $self->DescribeEnvironments(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Environments') foreach (@{ $result->Environments });
}
return undef
}
sub DescribeAllEvents {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->DescribeEvents(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->DescribeEvents(@_, NextToken => $next_result->NextToken);
push @{ $result->Events }, @{ $next_result->Events };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Events') foreach (@{ $result->Events });
$result = $self->DescribeEvents(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Events') foreach (@{ $result->Events });
}
return undef
}
sub ListAllPlatformVersions {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->ListPlatformVersions(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->ListPlatformVersions(@_, NextToken => $next_result->NextToken);
push @{ $result->PlatformSummaryList }, @{ $next_result->PlatformSummaryList };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'PlatformSummaryList') foreach (@{ $result->PlatformSummaryList });
$result = $self->ListPlatformVersions(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'PlatformSummaryList') foreach (@{ $result->PlatformSummaryList });
}
return undef
}
sub operations { qw/AbortEnvironmentUpdate ApplyEnvironmentManagedAction AssociateEnvironmentOperationsRole CheckDNSAvailability ComposeEnvironments CreateApplication CreateApplicationVersion CreateConfigurationTemplate CreateEnvironment CreatePlatformVersion CreateStorageLocation DeleteApplication DeleteApplicationVersion DeleteConfigurationTemplate DeleteEnvironmentConfiguration DeletePlatformVersion DescribeAccountAttributes DescribeApplications DescribeApplicationVersions DescribeConfigurationOptions DescribeConfigurationSettings DescribeEnvironmentHealth DescribeEnvironmentManagedActionHistory DescribeEnvironmentManagedActions DescribeEnvironmentResources DescribeEnvironments DescribeEvents DescribeInstancesHealth DescribePlatformVersion DisassociateEnvironmentOperationsRole ListAvailableSolutionStacks ListPlatformBranches ListPlatformVersions ListTagsForResource RebuildEnvironment RequestEnvironmentInfo RestartAppServer RetrieveEnvironmentInfo SwapEnvironmentCNAMEs TerminateEnvironment UpdateApplication UpdateApplicationResourceLifecycle UpdateApplicationVersion UpdateConfigurationTemplate UpdateEnvironment UpdateTagsForResource ValidateConfigurationSettings / }
1;
### main pod documentation begin ###
=head1 NAME
Paws::ElasticBeanstalk - Perl Interface to AWS AWS Elastic Beanstalk
=head1 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' } ],
);
=head1 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
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
B<Endpoints>
For a list of region-specific endpoints that AWS Elastic Beanstalk
supports, go to Regions and Endpoints
in the I<Amazon Web Services Glossary>.
=head1 METHODS
=head2 AbortEnvironmentUpdate
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::AbortEnvironmentUpdate>
Returns: nothing
Cancels in-progress environment configuration update or application
version deployment.
=head2 ApplyEnvironmentManagedAction
=over
=item ActionId => Str
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ApplyEnvironmentManagedAction>
Returns: a L<Paws::ElasticBeanstalk::ApplyEnvironmentManagedActionResult> instance
Applies a scheduled managed action immediately. A managed action can be
applied only if its status is C<Scheduled>. Get the status and action
ID of a managed action with DescribeEnvironmentManagedActions.
=head2 AssociateEnvironmentOperationsRole
=over
=item EnvironmentName => Str
=item OperationsRole => Str
=back
Each argument is described in detail in: L<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
in the I<AWS Elastic Beanstalk Developer Guide>.
=head2 CheckDNSAvailability
=over
=item CNAMEPrefix => Str
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CheckDNSAvailability>
Returns: a L<Paws::ElasticBeanstalk::CheckDNSAvailabilityResultMessage> instance
Checks if the specified CNAME is available.
=head2 ComposeEnvironments
=over
=item [ApplicationName => Str]
=item [GroupName => Str]
=item [VersionLabels => ArrayRef[Str|Undef]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ComposeEnvironments>
Returns: a L<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 C<env.yaml>. See Compose Environments
for details.
=head2 CreateApplication
=over
=item ApplicationName => Str
=item [Description => Str]
=item [ResourceLifecycleConfig => L<Paws::ElasticBeanstalk::ApplicationResourceLifecycleConfig>]
=item [Tags => ArrayRef[L<Paws::ElasticBeanstalk::Tag>]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CreateApplication>
Returns: a L<Paws::ElasticBeanstalk::ApplicationDescriptionMessage> instance
Creates an application that has one configuration template named
C<default> and no application versions.
=head2 CreateApplicationVersion
=over
=item ApplicationName => Str
=item VersionLabel => Str
=item [AutoCreateApplication => Bool]
=item [BuildConfiguration => L<Paws::ElasticBeanstalk::BuildConfiguration>]
=item [Description => Str]
=item [Process => Bool]
=item [SourceBuildInformation => L<Paws::ElasticBeanstalk::SourceBuildInformation>]
=item [SourceBundle => L<Paws::ElasticBeanstalk::S3Location>]
=item [Tags => ArrayRef[L<Paws::ElasticBeanstalk::Tag>]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CreateApplicationVersion>
Returns: a L<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
C<SourceBuildInformation>.
Specify a build in an AWS CodeBuild with C<SourceBuildInformation> and
C<BuildConfiguration>.
Specify a source bundle in S3 with C<SourceBundle>
Omit both C<SourceBuildInformation> and C<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.
=head2 CreateConfigurationTemplate
=over
=item ApplicationName => Str
=item TemplateName => Str
=item [Description => Str]
=item [EnvironmentId => Str]
=item [OptionSettings => ArrayRef[L<Paws::ElasticBeanstalk::ConfigurationOptionSetting>]]
=item [PlatformArn => Str]
=item [SolutionStackName => Str]
=item [SourceConfiguration => L<Paws::ElasticBeanstalk::SourceConfiguration>]
=item [Tags => ArrayRef[L<Paws::ElasticBeanstalk::Tag>]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CreateConfigurationTemplate>
Returns: a L<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
C<EnvironmentName> response element is always C<null>.
Related Topics
=over
=item *
DescribeConfigurationOptions
=item *
DescribeConfigurationSettings
=item *
ListAvailableSolutionStacks
=back
=head2 CreateEnvironment
=over
=item ApplicationName => Str
=item [CNAMEPrefix => Str]
=item [Description => Str]
=item [EnvironmentName => Str]
=item [GroupName => Str]
=item [OperationsRole => Str]
=item [OptionSettings => ArrayRef[L<Paws::ElasticBeanstalk::ConfigurationOptionSetting>]]
=item [OptionsToRemove => ArrayRef[L<Paws::ElasticBeanstalk::OptionSpecification>]]
=item [PlatformArn => Str]
=item [SolutionStackName => Str]
=item [Tags => ArrayRef[L<Paws::ElasticBeanstalk::Tag>]]
=item [TemplateName => Str]
=item [Tier => L<Paws::ElasticBeanstalk::EnvironmentTier>]
=item [VersionLabel => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CreateEnvironment>
Returns: a L<Paws::ElasticBeanstalk::EnvironmentDescription> instance
Launches an AWS Elastic Beanstalk environment for the specified
application using the specified configuration.
=head2 CreatePlatformVersion
=over
=item PlatformDefinitionBundle => L<Paws::ElasticBeanstalk::S3Location>
=item PlatformName => Str
=item PlatformVersion => Str
=item [EnvironmentName => Str]
=item [OptionSettings => ArrayRef[L<Paws::ElasticBeanstalk::ConfigurationOptionSetting>]]
=item [Tags => ArrayRef[L<Paws::ElasticBeanstalk::Tag>]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CreatePlatformVersion>
Returns: a L<Paws::ElasticBeanstalk::CreatePlatformVersionResult> instance
Create a new version of your custom platform.
=head2 CreateStorageLocation
=over
=item =>
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::CreateStorageLocation>
Returns: a L<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,
C<CreateStorageLocation> still returns the bucket name but does not
create a new bucket.
=head2 DeleteApplication
=over
=item ApplicationName => Str
=item [TerminateEnvByForce => Bool]
=back
Each argument is described in detail in: L<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.
=head2 DeleteApplicationVersion
=over
=item ApplicationName => Str
=item VersionLabel => Str
=item [DeleteSourceBundle => Bool]
=back
Each argument is described in detail in: L<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.
=head2 DeleteConfigurationTemplate
=over
=item ApplicationName => Str
=item TemplateName => Str
=back
Each argument is described in detail in: L<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.
=head2 DeleteEnvironmentConfiguration
=over
=item ApplicationName => Str
=item EnvironmentName => Str
=back
Each argument is described in detail in: L<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 C<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.
=head2 DeletePlatformVersion
=over
=item [PlatformArn => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DeletePlatformVersion>
Returns: a L<Paws::ElasticBeanstalk::DeletePlatformVersionResult> instance
Deletes the specified version of a custom platform.
=head2 DescribeAccountAttributes
=over
=item =>
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeAccountAttributes>
Returns: a L<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 attributesE<mdash>resource quotas.
=head2 DescribeApplications
=over
=item [ApplicationNames => ArrayRef[Str|Undef]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeApplications>
Returns: a L<Paws::ElasticBeanstalk::ApplicationDescriptionsMessage> instance
Returns the descriptions of existing applications.
=head2 DescribeApplicationVersions
=over
=item [ApplicationName => Str]
=item [MaxRecords => Int]
=item [NextToken => Str]
=item [VersionLabels => ArrayRef[Str|Undef]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeApplicationVersions>
Returns: a L<Paws::ElasticBeanstalk::ApplicationVersionDescriptionsMessage> instance
Retrieve a list of application versions.
=head2 DescribeConfigurationOptions
=over
=item [ApplicationName => Str]
=item [EnvironmentName => Str]
=item [Options => ArrayRef[L<Paws::ElasticBeanstalk::OptionSpecification>]]
=item [PlatformArn => Str]
=item [SolutionStackName => Str]
=item [TemplateName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeConfigurationOptions>
Returns: a L<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.
=head2 DescribeConfigurationSettings
=over
=item ApplicationName => Str
=item [EnvironmentName => Str]
=item [TemplateName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeConfigurationSettings>
Returns: a L<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
=over
=item *
DeleteEnvironmentConfiguration
=back
=head2 DescribeEnvironmentHealth
=over
=item [AttributeNames => ArrayRef[Str|Undef]]
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeEnvironmentHealth>
Returns: a L<Paws::ElasticBeanstalk::DescribeEnvironmentHealthResult> instance
Returns information about the overall health of the specified
environment. The B<DescribeEnvironmentHealth> operation is only
available with AWS Elastic Beanstalk Enhanced Health.
=head2 DescribeEnvironmentManagedActionHistory
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=item [MaxItems => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionHistory>
Returns: a L<Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionHistoryResult> instance
Lists an environment's completed and failed managed actions.
=head2 DescribeEnvironmentManagedActions
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=item [Status => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeEnvironmentManagedActions>
Returns: a L<Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionsResult> instance
Lists an environment's upcoming and in-progress managed actions.
=head2 DescribeEnvironmentResources
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeEnvironmentResources>
Returns: a L<Paws::ElasticBeanstalk::EnvironmentResourceDescriptionsMessage> instance
Returns AWS resources for this environment.
=head2 DescribeEnvironments
=over
=item [ApplicationName => Str]
=item [EnvironmentIds => ArrayRef[Str|Undef]]
=item [EnvironmentNames => ArrayRef[Str|Undef]]
=item [IncludedDeletedBackTo => Str]
=item [IncludeDeleted => Bool]
=item [MaxRecords => Int]
=item [NextToken => Str]
=item [VersionLabel => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeEnvironments>
Returns: a L<Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage> instance
Returns descriptions for existing environments.
=head2 DescribeEvents
=over
=item [ApplicationName => Str]
=item [EndTime => Str]
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=item [MaxRecords => Int]
=item [NextToken => Str]
=item [PlatformArn => Str]
=item [RequestId => Str]
=item [Severity => Str]
=item [StartTime => Str]
=item [TemplateName => Str]
=item [VersionLabel => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeEvents>
Returns: a L<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
C<NextToken>.
=head2 DescribeInstancesHealth
=over
=item [AttributeNames => ArrayRef[Str|Undef]]
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribeInstancesHealth>
Returns: a L<Paws::ElasticBeanstalk::DescribeInstancesHealthResult> instance
Retrieves detailed information about the health of instances in your
AWS Elastic Beanstalk. This operation requires enhanced health
reporting
=head2 DescribePlatformVersion
=over
=item [PlatformArn => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::DescribePlatformVersion>
Returns: a L<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
=head2 DisassociateEnvironmentOperationsRole
=over
=item EnvironmentName => Str
=back
Each argument is described in detail in: L<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
in the I<AWS Elastic Beanstalk Developer Guide>.
=head2 ListAvailableSolutionStacks
=over
=item =>
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ListAvailableSolutionStacks>
Returns: a L<Paws::ElasticBeanstalk::ListAvailableSolutionStacksResultMessage> instance
Returns a list of the available solution stack names, with the public
version first and then in reverse chronological order.
=head2 ListPlatformBranches
=over
=item [Filters => ArrayRef[L<Paws::ElasticBeanstalk::SearchFilter>]]
=item [MaxRecords => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ListPlatformBranches>
Returns: a L<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
=head2 ListPlatformVersions
=over
=item [Filters => ArrayRef[L<Paws::ElasticBeanstalk::PlatformFilter>]]
=item [MaxRecords => Int]
=item [NextToken => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ListPlatformVersions>
Returns: a L<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
=head2 ListTagsForResource
=over
=item ResourceArn => Str
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ListTagsForResource>
Returns: a L<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
=head2 RebuildEnvironment
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<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.
=head2 RequestEnvironmentInfo
=over
=item InfoType => Str
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::RequestEnvironmentInfo>
Returns: nothing
Initiates a request to compile the specified type of information of the
deployed environment.
Setting the C<InfoType> to C<tail> compiles the last lines from the
application server log files of every Amazon EC2 instance in your
environment.
Setting the C<InfoType> to C<bundle> compresses the application server
log files for every Amazon EC2 instance into a C<.zip> file. Legacy and
.NET containers do not support bundle logs.
Use RetrieveEnvironmentInfo to obtain the set of logs.
Related Topics
=over
=item *
RetrieveEnvironmentInfo
=back
=head2 RestartAppServer
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::RestartAppServer>
Returns: nothing
Causes the environment to restart the application container server
running on each Amazon EC2 instance.
=head2 RetrieveEnvironmentInfo
=over
=item InfoType => Str
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::RetrieveEnvironmentInfo>
Returns: a L<Paws::ElasticBeanstalk::RetrieveEnvironmentInfoResultMessage> instance
Retrieves the compiled information from a RequestEnvironmentInfo
request.
Related Topics
=over
=item *
RequestEnvironmentInfo
=back
=head2 SwapEnvironmentCNAMEs
=over
=item [DestinationEnvironmentId => Str]
=item [DestinationEnvironmentName => Str]
=item [SourceEnvironmentId => Str]
=item [SourceEnvironmentName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::SwapEnvironmentCNAMEs>
Returns: nothing
Swaps the CNAMEs of two environments.
=head2 TerminateEnvironment
=over
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=item [ForceTerminate => Bool]
=item [TerminateResources => Bool]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::TerminateEnvironment>
Returns: a L<Paws::ElasticBeanstalk::EnvironmentDescription> instance
Terminates the specified environment.
=head2 UpdateApplication
=over
=item ApplicationName => Str
=item [Description => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::UpdateApplication>
Returns: a L<Paws::ElasticBeanstalk::ApplicationDescriptionMessage> instance
Updates the specified application to have the specified properties.
If a property (for example, C<description>) is not provided, the value
remains unchanged. To clear these properties, specify an empty string.
=head2 UpdateApplicationResourceLifecycle
=over
=item ApplicationName => Str
=item ResourceLifecycleConfig => L<Paws::ElasticBeanstalk::ApplicationResourceLifecycleConfig>
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::UpdateApplicationResourceLifecycle>
Returns: a L<Paws::ElasticBeanstalk::ApplicationResourceLifecycleDescriptionMessage> instance
Modifies lifecycle settings for an application.
=head2 UpdateApplicationVersion
=over
=item ApplicationName => Str
=item VersionLabel => Str
=item [Description => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::UpdateApplicationVersion>
Returns: a L<Paws::ElasticBeanstalk::ApplicationVersionDescriptionMessage> instance
Updates the specified application version to have the specified
properties.
If a property (for example, C<description>) is not provided, the value
remains unchanged. To clear properties, specify an empty string.
=head2 UpdateConfigurationTemplate
=over
=item ApplicationName => Str
=item TemplateName => Str
=item [Description => Str]
=item [OptionSettings => ArrayRef[L<Paws::ElasticBeanstalk::ConfigurationOptionSetting>]]
=item [OptionsToRemove => ArrayRef[L<Paws::ElasticBeanstalk::OptionSpecification>]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::UpdateConfigurationTemplate>
Returns: a L<Paws::ElasticBeanstalk::ConfigurationSettingsDescription> instance
Updates the specified configuration template to have the specified
properties or configuration option values.
If a property (for example, C<ApplicationName>) is not provided, its
value remains unchanged. To clear such properties, specify an empty
string.
Related Topics
=over
=item *
DescribeConfigurationOptions
=back
=head2 UpdateEnvironment
=over
=item [ApplicationName => Str]
=item [Description => Str]
=item [EnvironmentId => Str]
=item [EnvironmentName => Str]
=item [GroupName => Str]
=item [OptionSettings => ArrayRef[L<Paws::ElasticBeanstalk::ConfigurationOptionSetting>]]
=item [OptionsToRemove => ArrayRef[L<Paws::ElasticBeanstalk::OptionSpecification>]]
=item [PlatformArn => Str]
=item [SolutionStackName => Str]
=item [TemplateName => Str]
=item [Tier => L<Paws::ElasticBeanstalk::EnvironmentTier>]
=item [VersionLabel => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::UpdateEnvironment>
Returns: a L<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 C<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 C<DeploymentStatus> values.
=head2 UpdateTagsForResource
=over
=item ResourceArn => Str
=item [TagsToAdd => ArrayRef[L<Paws::ElasticBeanstalk::Tag>]]
=item [TagsToRemove => ArrayRef[Str|Undef]]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::UpdateTagsForResource>
Returns: nothing
Update the list of tags applied to an AWS Elastic Beanstalk resource.
Two lists can be passed: C<TagsToAdd> for tags to add or update, and
C<TagsToRemove>.
Elastic Beanstalk supports tagging of all of its resources. For details
about resource tagging, see Tagging Application Resources
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:
=over
=item elasticbeanstalk:AddTags
Controls permission to call C<UpdateTagsForResource> and pass a list of
tags to add in the C<TagsToAdd> parameter.
=item elasticbeanstalk:RemoveTags
Controls permission to call C<UpdateTagsForResource> and pass a list of
tag keys to remove in the C<TagsToRemove> parameter.
=back
For details about creating a custom user policy, see Creating a Custom
User Policy
=head2 ValidateConfigurationSettings
=over
=item ApplicationName => Str
=item OptionSettings => ArrayRef[L<Paws::ElasticBeanstalk::ConfigurationOptionSetting>]
=item [EnvironmentName => Str]
=item [TemplateName => Str]
=back
Each argument is described in detail in: L<Paws::ElasticBeanstalk::ValidateConfigurationSettings>
Returns: a L<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.
=head1 PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
=head2 DescribeAllApplicationVersions(sub { },[ApplicationName => Str, MaxRecords => Int, NextToken => Str, VersionLabels => ArrayRef[Str|Undef]])
=head2 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 L<Paws::ElasticBeanstalk::ApplicationVersionDescriptionsMessage> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 DescribeAllEnvironmentManagedActionHistory(sub { },[EnvironmentId => Str, EnvironmentName => Str, MaxItems => Int, NextToken => Str])
=head2 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 L<Paws::ElasticBeanstalk::DescribeEnvironmentManagedActionHistoryResult> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 DescribeAllEnvironments(sub { },[ApplicationName => Str, EnvironmentIds => ArrayRef[Str|Undef], EnvironmentNames => ArrayRef[Str|Undef], IncludedDeletedBackTo => Str, IncludeDeleted => Bool, MaxRecords => Int, NextToken => Str, VersionLabel => Str])
=head2 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 L<Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 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])
=head2 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 L<Paws::ElasticBeanstalk::EventDescriptionsMessage> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head2 ListAllPlatformVersions(sub { },[Filters => ArrayRef[L<Paws::ElasticBeanstalk::PlatformFilter>], MaxRecords => Int, NextToken => Str])
=head2 ListAllPlatformVersions([Filters => ArrayRef[L<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 L<Paws::ElasticBeanstalk::ListPlatformVersionsResult> instance with all the C<param>s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
=head1 SEE ALSO
This service class forms part of L<Paws>
=head1 BUGS and CONTRIBUTIONS
The source code is located here: L<https://github.com/pplu/aws-sdk-perl>
=cut