Values.DescribeRegionSettingsOutputSourceReturns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.
type nonrec t = {resourceTypeOptInPreference : ResourceTypeOptInPreference.t option;The services along with the opt-in preferences in the Region.
*)resourceTypeManagementPreference : ResourceTypeManagementPreference.t option;Returns whether Backup fully manages the backups for a resource type. For the benefits of full Backup management, see Full Backup management. For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table. If "DynamoDB":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.
*)}val error_of_json :
string ->
Yojson.Safe.t ->
[> `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ResourceType.t ] * [> `Boolean of IsEnabled.t ])
list ])
list ]