UpdateSystemTemplateRequest

public struct UpdateSystemTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The version of the user’s namespace. Defaults to the latest version of the user’s namespace. If no value is specified, the latest version is used by default.

    Declaration

    Swift

    public let compatibleNamespaceVersion: Int64?
  • The DefinitionDocument that contains the updated system definition.

    Declaration

    Swift

    public let definition: DefinitionDocument
  • id

    The ID of the system to be updated. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(compatibleNamespaceVersion: Int64? = nil, definition: DefinitionDocument, id: String)
  • Declaration

    Swift

    public func validate(name: String) throws