Module Values_4.ModifyAvailabilityZoneGroupRequestSource

Changes the opt-in status of the specified zone group for your account.

Sourcetype nonrec t = {
  1. groupName : Values_0.String_.t;
    (*

    The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

    *)
  2. optInStatus : Values_3.ModifyAvailabilityZoneOptInStatus.t;
    (*

    Indicates whether to opt in to the zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

    *)
  3. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> groupName:Values_0.String_.t -> optInStatus:Values_3.ModifyAvailabilityZoneOptInStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of Values_0.String_.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