Code
public struct Code : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The repository to be created in AWS CodeStar. Valid values are AWS CodeCommit or GitHub. After AWS CodeStar provisions the new repository, the source code files provided with the project request are placed in the repository.
Declaration
Swift
public let destination: CodeDestination
-
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
Declaration
Swift
public let source: CodeSource
-
Undocumented
Declaration
Swift
public init(destination: CodeDestination, source: CodeSource)
-
Declaration
Swift
public func validate(name: String) throws