Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListCommands C# (CSharp) Метод

ListCommands() публичный Метод

Lists the commands requested by users of the AWS account.
/// An error occurred on the server side. /// /// /// /// The specified key is not valid. /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The specified token is not valid. ///
public ListCommands ( ) : ListCommandsResponse
Результат Amazon.SimpleSystemsManagement.Model.ListCommandsResponse
        public ListCommandsResponse ListCommands()
        {
            return ListCommands(new ListCommandsRequest());
        }

Same methods

AmazonSimpleSystemsManagementClient::ListCommands ( ListCommandsRequest request ) : ListCommandsResponse
AmazonSimpleSystemsManagementClient::ListCommands ( string commandId ) : ListCommandsResponse
AmazonSimpleSystemsManagementClient