Module Values.DeleteAccessPointRequestSource

Deletes the specified access point. After deletion is complete, new clients can no longer connect to the access points. Clients connected to the access point at the time of deletion will continue to function until they terminate their connection. This operation requires permissions for the elasticfilesystem:DeleteAccessPoint action.

Sourcetype nonrec t = {
  1. accessPointId : AccessPointId.t;
    (*

    The ID of the access point that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : accessPointId:AccessPointId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccessPointId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t