paws.management (version 0.1.0)

ssm_list_documents: Describes one or more of your Systems Manager documents

Description

Describes one or more of your Systems Manager documents.

Usage

ssm_list_documents(DocumentFilterList, Filters, MaxResults, NextToken)

Arguments

DocumentFilterList

One or more filters. Use a filter to return a more specific list of results.

Filters

One or more filters. Use a filter to return a more specific list of results.

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Request syntax

svc$list_documents(
  DocumentFilterList = list(
    list(
      key = "Name"|"Owner"|"PlatformTypes"|"DocumentType",
      value = "string"
    )
  ),
  Filters = list(
    list(
      Key = "string",
      Values = list(
        "string"
      )
    )
  ),
  MaxResults = 123,
  NextToken = "string"
)