Discover Instances Revision
| servicediscovery_discover_instances_revision | R Documentation |
Discovers the increasing revision associated with an instance¶
Description¶
Discovers the increasing revision associated with an instance.
Usage¶
servicediscovery_discover_instances_revision(NamespaceName, ServiceName,
OwnerAccount)
Arguments¶
NamespaceName |
[required] The |
ServiceName |
[required] The name of the service that you specified when you registered the instance. |
OwnerAccount |
The ID of the Amazon Web Services account that owns the namespace
associated with the instance, as specified in the namespace
|
Value¶
A list with the following syntax:
list(
InstancesRevision = 123
)
Request syntax¶
svc$discover_instances_revision(
NamespaceName = "string",
ServiceName = "string",
OwnerAccount = "string"
)