elasticbeanstalk_update_application_version: Updates the specified application version to have the...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_update_application_versionR Documentation

Updates the specified application version to have the specified properties

Description

Updates the specified application version to have the specified properties.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_update_application_version/ for full documentation.

Usage

elasticbeanstalk_update_application_version(
  ApplicationName,
  VersionLabel,
  Description = NULL
)

Arguments

ApplicationName

[required] The name of the application associated with this version.

If no application is found with this name, update_application returns an InvalidParameterValue error.

VersionLabel

[required] The name of the version to update.

If no application version is found with this label, update_application returns an InvalidParameterValue error.

Description

A new description for this version.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.