Gets a list of names for one or more on-premises instances.
See https://www.paws-r-sdk.com/docs/codedeploy_list_on_premises_instances/ for full documentation.
codedeploy_list_on_premises_instances(
registrationStatus = NULL,
tagFilters = NULL,
nextToken = NULL
)
The registration status of the on-premises instances:
Deregistered
: Include deregistered on-premises instances in the
resulting list.
Registered
: Include registered on-premises instances in the
resulting list.
The on-premises instance tags that are used to restrict the on-premises instance names returned.
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.