Module Values_1.GetServiceSettingRequestSource

The request body of the GetServiceSetting API operation.

Sourcetype nonrec t = {
  1. settingId : ServiceSettingId.t;
    (*

    The ID of the service setting to get. The setting ID can be one of the following. /ssm/appmanager/appmanager-enabled /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/automation/enable-adaptive-concurrency /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/managed-instance/default-ec2-instance-management-role /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled

    *)
}
Sourceval context_ : string
Sourceval make : settingId:ServiceSettingId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ServiceSettingId.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