The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::SSM::DocumentVersionInfo

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::SSM::DocumentVersionInfo object:

  $service_obj->Method(Att1 => { CreatedDate => $value, ..., VersionName => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::DocumentVersionInfo object:

  $result = $service_obj->Method(...);
  $result->Att1->CreatedDate

DESCRIPTION

Version information about the document.

ATTRIBUTES

CreatedDate => Str

The date the document was created.

DisplayName => Str

The friendly name of the Systems Manager document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

DocumentFormat => Str

The document format, either JSON or YAML.

DocumentVersion => Str

The document version.

IsDefaultVersion => Bool

An identifier for the default version of the document.

Name => Str

The document name.

ReviewStatus => Str

The current status of the approval review for the latest version of the document.

Status => Str

The status of the Systems Manager document, such as Creating, Active, Failed, and Deleting.

StatusInformation => Str

A message returned by AWS Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."

VersionName => Str

The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and cannot be changed.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SSM

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues