CreateDocumentationVersionRequest

public struct CreateDocumentationVersionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description about the new documentation snapshot.

    Declaration

    Swift

    public let description: String?
  • [Required] The version identifier of the new snapshot.

    Declaration

    Swift

    public let documentationVersion: String
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • The stage name to be associated with the new documentation snapshot.

    Declaration

    Swift

    public let stageName: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, documentationVersion: String, restApiId: String, stageName: String? = nil)