DeleteCustomActionTypeInput

public struct DeleteCustomActionTypeInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The category of the custom action that you want to delete, such as source or deploy.

    Declaration

    Swift

    public let category: ActionCategory
  • The provider of the service used in the custom action, such as AWS CodeDeploy.

    Declaration

    Swift

    public let provider: String
  • The version of the custom action to delete.

    Declaration

    Swift

    public let version: String
  • Undocumented

    Declaration

    Swift

    public init(category: ActionCategory, provider: String, version: String)
  • Declaration

    Swift

    public func validate(name: String) throws