Removing enum config from `ddos_protection_action` Fastly DDoS Protection APIs

apichanged

Removing enum config ddos_protection_action to give us flexibility to add new actions without breaking existing API client flows. The actions supported would be mentioned in the description. The impacted endpoints are as follows:

  • GET /ddos-protection/v1/events/{event_id}/rules
  • GET /ddos-protection/v1/rules/{rule_id}

Prior change: DDoS Protection GET APIs access update in the documentation

Following change: Removing enum config from `ddos_protection_traffic_attribute` Fastly DDoS Protection APIs