if (!(bVersionsToKeepDefined ^ bDaysToKeepDefined))
throw new MojoFailureException(
"Declare either versionsToKeep or daysToKeep, but not both nor none!");
// TODO: Deal with withVersionLabels
DescribeApplicationVersionsRequest describeApplicationVersionsRequest = new DescribeApplicationVersionsRequest()
.withApplicationName(applicationName);
DescribeApplicationVersionsResult appVersions = service
.describeApplicationVersions(describeApplicationVersionsRequest);