codedeploy_batch_get_application_revisions {paws.developer.tools} | R Documentation |
Gets information about one or more application revisions
Description
Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.
See https://www.paws-r-sdk.com/docs/codedeploy_batch_get_application_revisions/ for full documentation.
Usage
codedeploy_batch_get_application_revisions(applicationName, revisions)
Arguments
applicationName |
[required] The name of an CodeDeploy application about which to get revision information. |
revisions |
[required] An array of |
[Package paws.developer.tools version 0.7.0 Index]