AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Signal camera nodes to stop or resume.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to SignalApplicationInstanceNodeInstancesAsync.

Namespace: Amazon.Panorama
Assembly: AWSSDK.Panorama.dll
Version: 3.x.y.z

Syntax

C#
public abstract SignalApplicationInstanceNodeInstancesResponse SignalApplicationInstanceNodeInstances(
         SignalApplicationInstanceNodeInstancesRequest request
)

Parameters

request
Type: Amazon.Panorama.Model.SignalApplicationInstanceNodeInstancesRequest

Container for the necessary parameters to execute the SignalApplicationInstanceNodeInstances service method.

Return Value


The response from the SignalApplicationInstanceNodeInstances service method, as returned by Panorama.

Exceptions

ExceptionCondition
AccessDeniedException The requestor does not have permission to access the target action or resource.
InternalServerException An internal error occurred.
ServiceQuotaExceededException The request would cause a limit to be exceeded.
ValidationException The request contains an invalid parameter value.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also