UpdateCodeRepositoryInput

public struct UpdateCodeRepositoryInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Git repository to update.

    Declaration

    Swift

    public let codeRepositoryName: String
  • The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of AWSCURRENT and must be in the following format: {“username”: UserName, “password”: Password}

    Declaration

    Swift

    public let gitConfig: GitConfigForUpdate?
  • Undocumented

    Declaration

    Swift

    public init(codeRepositoryName: String, gitConfig: GitConfigForUpdate? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws