ssm_list_association_versions: Retrieves all versions of an association for a specific...

View source: R/ssm_operations.R

ssm_list_association_versionsR Documentation

Retrieves all versions of an association for a specific association ID

Description

Retrieves all versions of an association for a specific association ID.

See https://www.paws-r-sdk.com/docs/ssm_list_association_versions/ for full documentation.

Usage

ssm_list_association_versions(
  AssociationId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AssociationId

[required] The association ID for which you want to view all versions.

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

A token to start the list. Use this token to get the next set of results.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.