UploadEntityDefinitionsRequest
public struct UploadEntityDefinitionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.
Declaration
Swift
public let deprecateExistingEntities: Bool?
-
The DefinitionDocument that defines the updated entities.
Declaration
Swift
public let document: DefinitionDocument?
-
A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.
Declaration
Swift
public let syncWithPublicNamespace: Bool?
-
Undocumented
Declaration
Swift
public init(deprecateExistingEntities: Bool? = nil, document: DefinitionDocument? = nil, syncWithPublicNamespace: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws