paws.management (version 0.1.0)

opsworkscm_describe_backups: Describes backups

Description

Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.

Usage

opsworkscm_describe_backups(BackupId, ServerName, NextToken, MaxResults)

Arguments

BackupId

Describes a single backup.

ServerName

Returns backups for the server with the specified ServerName.

NextToken

This is not currently implemented for DescribeBackups requests.

MaxResults

This is not currently implemented for DescribeBackups requests.

Request syntax

svc$describe_backups(
  BackupId = "string",
  ServerName = "string",
  NextToken = "string",
  MaxResults = 123
)

Details

This operation is synchronous.

A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is raised when parameters of the request are not valid.