diff --git a/services/alb/model_listener.go b/services/alb/model_listener.go index 4ac929893..14c4d2753 100644 --- a/services/alb/model_listener.go +++ b/services/alb/model_listener.go @@ -257,7 +257,7 @@ type Listener struct { Port ListenerGetPortAttributeType `json:"port,omitempty"` // Protocol is the highest network protocol we understand to load balance. Currently PROTOCOL_HTTP and PROTOCOL_HTTPS are supported. Protocol ListenerGetProtocolAttributeType `json:"protocol,omitempty"` - // Enable Web Application Firewall (WAF), referenced to a by name. See \"Application Load Balancer - Web Application Firewall API\" for more information. + // Enable Web Application Firewall (WAF), referenced by name. See \"Application Load Balancer - Web Application Firewall API\" for more information. WafConfigName ListenerGetWafConfigNameAttributeType `json:"wafConfigName,omitempty"` }