DocumentVersionInfo

public struct DocumentVersionInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date the document was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • The document format, either JSON or YAML.

    Declaration

    Swift

    public let documentFormat: DocumentFormat?
  • The document version.

    Declaration

    Swift

    public let documentVersion: String?
  • An identifier for the default version of the document.

    Declaration

    Swift

    public let isDefaultVersion: Bool?
  • The document name.

    Declaration

    Swift

    public let name: String?
  • The status of the Systems Manager document, such as Creating, Active, Failed, and Deleting.

    Declaration

    Swift

    public let status: DocumentStatus?
  • 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.”

    Declaration

    Swift

    public let statusInformation: String?
  • 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.

    Declaration

    Swift

    public let versionName: String?
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp? = nil, documentFormat: DocumentFormat? = nil, documentVersion: String? = nil, isDefaultVersion: Bool? = nil, name: String? = nil, status: DocumentStatus? = nil, statusInformation: String? = nil, versionName: String? = nil)