Module fastly_api::apis::acl_api  
source · Structs§
- struct for passing parameters to the methodcreate_acl
- struct for passing parameters to the methoddelete_acl
- struct for passing parameters to the methodget_acl
- struct for passing parameters to the methodlist_acls
- struct for passing parameters to the methodupdate_acl
Enums§
- struct for typed errors of methodcreate_acl
- struct for typed errors of methoddelete_acl
- struct for typed errors of methodget_acl
- struct for typed errors of methodlist_acls
- struct for typed errors of methodupdate_acl
Functions§
- Create a new ACL attached to the specified service version. A new, empty ACL must be attached to a draft version of a service. The version associated with the ACL must be activated to be used.
- Delete an ACL from the specified service version. To remove an ACL from use, the ACL must be deleted from a draft version and the version without the ACL must be activated.
- Retrieve a single ACL by name for the version and service.
- List ACLs.
- Update an ACL for a particular service and version.