elasticbeanstalk_delete_application_version {paws.compute} | R Documentation |
Deletes the specified version from the specified application
Description
Deletes the specified version from the specified application.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_delete_application_version/ for full documentation.
Usage
elasticbeanstalk_delete_application_version(
ApplicationName,
VersionLabel,
DeleteSourceBundle = NULL
)
Arguments
ApplicationName |
[required] The name of the application to which the version belongs. |
VersionLabel |
[required] The label of the version to delete. |
DeleteSourceBundle |
Set to |
[Package paws.compute version 0.9.0 Index]