PatchSource
public struct PatchSource : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The value of the yum repo configuration. For example: [main] cachedir=/var/cache/yum/$basesearch$releasever keepcache=0 debuglevel=2 DeclarationSwift public let configuration: String
- 
                  
                  The name specified to identify the patch source. DeclarationSwift public let name: String
- 
                  
                  The specific operating system versions a patch repository applies to, such as “Ubuntu16.04”, “AmazonLinux2016.09”, “RedhatEnterpriseLinux7.2” or “Suse12.7”. For lists of supported product values, see PatchFilter. DeclarationSwift public let products: [String]
- 
                  
                  Undocumented DeclarationSwift public init(configuration: String, name: String, products: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub PatchSource Structure Reference
        PatchSource Structure Reference