View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_delete_application_version | R Documentation |
Deletes the specified version from the specified application.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_delete_application_version/ for full documentation.
elasticbeanstalk_delete_application_version(
ApplicationName,
VersionLabel,
DeleteSourceBundle = NULL
)
ApplicationName |
[required] The name of the application to which the version belongs. |
VersionLabel |
[required] The label of the version to delete. |
DeleteSourceBundle |
Set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.