UpdateModelRequest
public struct UpdateModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The name of the model to update.
Declaration
Swift
public let modelName: String
-
A list of update operations to be applied to the specified resource and in the order specified in this list.
Declaration
Swift
public let patchOperations: [PatchOperation]?
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
Undocumented
Declaration
Swift
public init(modelName: String, patchOperations: [PatchOperation]? = nil, restApiId: String)