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

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

A list of inventory items returned by the request.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// 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. /// /// The parameter type name is not valid. ///
public ListInventoryEntries ( ListInventoryEntriesRequest request ) : ListInventoryEntriesResponse
request Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesRequest Container for the necessary parameters to execute the ListInventoryEntries service method.
Результат Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse
        public ListInventoryEntriesResponse ListInventoryEntries(ListInventoryEntriesRequest request)
        {
            var marshaller = new ListInventoryEntriesRequestMarshaller();
            var unmarshaller = ListInventoryEntriesResponseUnmarshaller.Instance;

            return Invoke<ListInventoryEntriesRequest,ListInventoryEntriesResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient