GetDocumentRequest

public struct GetDocumentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.

    Declaration

    Swift

    public let documentFormat: DocumentFormat?
  • The document version for which you want information.

    Declaration

    Swift

    public let documentVersion: String?
  • The name of the Systems Manager document.

    Declaration

    Swift

    public let name: String
  • An optional field specifying 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 can’t be changed.

    Declaration

    Swift

    public let versionName: String?
  • Undocumented

    Declaration

    Swift

    public init(documentFormat: DocumentFormat? = nil, documentVersion: String? = nil, name: String, versionName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws