CreateDocumentationPartRequest
public struct CreateDocumentationPartRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
[Required] The location of the targeted API entity of the to-be-created documentation part.
Declaration
Swift
public let location: DocumentationPartLocation -
[Required] The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
Declaration
Swift
public let properties: String -
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String -
Undocumented
Declaration
Swift
public init(location: DocumentationPartLocation, properties: String, restApiId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateDocumentationPartRequest Structure Reference